Roeland Jago Douma
fd0fc3c7a4
Merge pull request #1128 from nextcloud/upstream-25922
...
Users page lazy multiselect group dropdowns
2016-08-29 15:37:59 +02:00
Lukas Reschke
4005e58f93
Merge pull request #1117 from iamfool/master
...
Update Admin.php
2016-08-29 15:27:41 +02:00
Jörn Friedrich Dreyer
d5d5b202d8
use correct OCP\Defaults
2016-08-29 15:22:02 +02:00
martin.mattel@diemattels.at
3e4038289f
Include "Product Name" in status.php printout
...
identifyer -> identifier
removed variable
2016-08-29 15:21:56 +02:00
Thomas Müller
a4cf4a53f3
Before a user is getting scanned the database connection is re-established
2016-08-29 14:49:55 +02:00
Vincent Petry
7fa66409ae
Display number of hidden files in files summary ( #25870 )
...
When dot files are hidden, the table summary and selection summary will
not show how many hidden files were included.
2016-08-29 14:47:41 +02:00
Vincent Petry
29b45c5c42
Make sure file list files config always exists
...
Initialize files config with defaults in case none was passed
2016-08-29 14:44:25 +02:00
Markus Goetz
0cb34c2fa5
[master] DAV: Return data-fingerprint always when asked ( #25482 )
...
For owncloud/client#5056
Users can configure arbitrary subfolders for syncing, therefore we should
always return it when asked for.
The sync client makes sure to not always ask for it to save bandwidth.
2016-08-29 14:37:14 +02:00
Jörn Friedrich Dreyer
4d31caa6f8
fix a few minor code smells
2016-08-29 14:34:37 +02:00
Thomas Müller
82e8762c84
Fix issues where some user settings cannot be loaded when the user id differs in case sensitivity - fixes #25684 ( #25686 )
2016-08-29 14:33:16 +02:00
Thomas Müller
df1cc94c23
Some cleanup within OC_Image ( #25875 )
2016-08-29 14:31:59 +02:00
Thomas Müller
297d2e48ad
Add occ command to expire the trashbin ( #25878 )
...
* Add occ command to expire the trashbin
* Fix versions folder in setup check
2016-08-29 14:30:40 +02:00
davitol
ad0090d51a
add in files view a link to personal files external
2016-08-29 14:29:46 +02:00
davitol
9b5a5dcf89
add link to personal files external
2016-08-29 14:29:41 +02:00
Sergio Bertolín
d35db68093
Modified overflow in multiselector
2016-08-29 14:28:00 +02:00
Sujith Haridasan
14c81f8a3a
Choose button remains disabled unless files are chosen
...
from filepicker
This is will help user to understand that you can only
click choose button once the files are selected from the
file picker. This addresses the solution for issue 16106
Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com>
2016-08-29 14:25:26 +02:00
Juan Pablo Villafáñez
b50a03141b
Fix redirection taking care of protocol and port
2016-08-29 14:24:23 +02:00
Jörn Friedrich Dreyer
d5518735c9
always return numeric storage id as int, also check type equality in test asserts
2016-08-29 14:20:51 +02:00
Raghu Nayyar
cdd9b6a694
Adds padding and max-width to the input for the sign up page. ( #25959 )
2016-08-29 14:19:31 +02:00
Joas Schilling
28792a010c
Prevent parse error on editing an HTML comment
2016-08-29 14:18:34 +02:00
Thomas Müller
6c365cb06d
A shared storage is never a home storage - fixes #25582
2016-08-29 14:13:26 +02:00
Sergio Bertolin
c16b15d52e
Added integration test
2016-08-29 14:13:26 +02:00
Robin Appelman
6c93fe08f5
dont get bruteforce delay twice
2016-08-29 13:36:49 +02:00
Vincent Petry
1f3d34eb28
Fix group sorting in user list group selection
2016-08-29 13:34:37 +02:00
Vincent Petry
17964a8955
Extra non-available groups also in list
2016-08-29 13:34:28 +02:00
Vincent Petry
e8c2d62c6b
Users page lazy multiselect group dropdowns
...
Instead of pre-rendering all multiselects with lots of group entries,
the current groups are now displayed as simple labels.
Behind the labels there is a pencil icon like for other fields.
When clicking the pencil icon, the dropdown will be spawned and will
open itself.
Upon closing of the dropdown, the label comes back with the updated
selection and the dropdown is destroyed.
2016-08-29 13:34:13 +02:00
Joas Schilling
f41c8c0089
Check if the file isReadable() before sending a (cached) preview
2016-08-29 10:58:57 +02:00
iamfool
7e1a690059
Update AdminTest.php
2016-08-29 01:47:23 -07:00
iamfool
e13cd289cb
Update Admin.php
2016-08-28 18:02:45 -07:00
Roeland Jago Douma
8fca6d21a6
Link 'Allow editing' => 'Allow upload and editing'
...
Fixes #146
2016-08-28 21:50:31 +02:00
Roeland Jago Douma
2812755359
Move federated sharing routes to the federatedfilesharingapp
...
* Move routes to app
* Move routes over to the AppFramework
* Fix tests
There is plenty of stuff to fix properly here. But out of scope for now.
2016-08-28 21:26:33 +02:00
Lukas Reschke
3647fbe7cd
Merge pull request #976 from nextcloud/downstream-25702
...
Hide the LDAP password in the client side
2016-08-28 15:06:27 +02:00
Lukas Reschke
25f1fdb275
Merge pull request #847 from nextcloud/quota-mount-in-homefolder
...
fix quota calculation when a filesystem is mounted in a user home
2016-08-28 15:05:46 +02:00
Roeland Jago Douma
b6520827f7
Use function parameters
2016-08-28 11:40:58 +02:00
Roeland Jago Douma
16ff207465
Move OCSAuthAPI to AppFramework
...
* Convert class
* Convert routes
* Convert tests
2016-08-28 11:40:53 +02:00
Raghu Nayyar
b580c3664d
Merge pull request #1093 from nextcloud/mail-fontstack
...
use proper font stack for email
2016-08-28 10:30:50 +02:00
Raghu Nayyar
9dc23592c3
Merge pull request #1105 from nextcloud/usermenu-ordering
...
fix ordering of user menu entries
2016-08-28 10:30:16 +02:00
Jan-Christoph Borchardt
eced19a8f9
Merge pull request #1097 from nextcloud/2fa-cancel-login-styling
...
Small design fixes for "Cancel login" link on the 2FA challenge page
2016-08-27 23:19:08 +02:00
Jan-Christoph Borchardt
48a307ffdc
Merge pull request #1103 from nextcloud/improve-theming-performance
...
Increase theming performance
2016-08-27 23:18:34 +02:00
Jan-Christoph Borchardt
1431720279
Merge pull request #1098 from nextcloud/2fa-challenge-styling
...
2fa challenge styling
2016-08-27 23:14:31 +02:00
Lukas Reschke
4d85ffc27c
Merge pull request #1054 from nextcloud/less-cache-hits
...
Reduce the number of cache operations for dav operations
2016-08-27 22:44:29 +02:00
Lukas Reschke
ccbbf61ed6
Merge pull request #968 from Faldon/fixing_spinner_animation
...
Fixing infinite spinner animation
2016-08-27 22:43:03 +02:00
Jan-Christoph Borchardt
0517f41b3f
fix ordering of user menu entries
2016-08-27 22:42:08 +02:00
Lukas Reschke
8bf9be2167
Merge pull request #1058 from nextcloud/avatarController_cleanup
...
Avatar controller cleanup
2016-08-27 22:25:34 +02:00
Jan-Christoph Borchardt
eb6c549d74
fix double semicolon
2016-08-27 22:13:58 +02:00
Lukas Reschke
683f0e7f77
Use temporary file as cache
2016-08-27 21:38:41 +02:00
Lukas Reschke
73bc108451
Increase theming performance
...
1. Set proper caching headers (`Pragma: cache`)
2. Resize image proportionally to a max size of 1920px
3. Store images with progressive mode
This resizes a previous 2.8 MB picture to 300kb and makes it rendering going down from 11 seconds to less than 1 here. And future requests won't have to download the file newly.
2016-08-27 21:02:08 +02:00
Christoph Wurst
78bb02d27a
list 2FA providers as buttons
2016-08-27 12:27:05 +02:00
Christoph Wurst
4a91673154
use centered h2 for 2FA page headers
2016-08-27 11:33:15 +02:00
Christoph Wurst
c93c5d142e
fix 2fa challenge page wording
2016-08-27 11:12:12 +02:00