Roeland Jago Douma
ac2be923a6
Fix deprecated usages of getMock in federatedfilesharing
9 years ago
Joas Schilling
a123fe6f18
Add a unit test for all the magic
9 years ago
Joas Schilling
0c4d471c18
Correctly handle multi-values when converting VCards to array
9 years ago
Vincent Petry
ec9fd67bc5
Allow space for federated share id search
9 years ago
Julius Haertl
0e8b138534
Theming: Show loading spinner while uploading files
9 years ago
Julius Haertl
d43c9b9e79
Theming: fix primary button for bright colors
9 years ago
Thomas Müller
a4cf4a53f3
Before a user is getting scanned the database connection is re-established
9 years ago
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.
9 years ago
Vincent Petry
29b45c5c42
Make sure file list files config always exists
Initialize files config with defaults in case none was passed
9 years ago
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.
9 years ago
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
9 years ago
davitol
ad0090d51a
add in files view a link to personal files external
9 years ago
davitol
9b5a5dcf89
add link to personal files external
9 years ago
Joas Schilling
28792a010c
Prevent parse error on editing an HTML comment
9 years ago
Thomas Müller
6c365cb06d
A shared storage is never a home storage - fixes #25582
9 years ago
iamfool
7e1a690059
Update AdminTest.php
9 years ago
iamfool
e13cd289cb
Update Admin.php
9 years ago
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.
9 years ago
Roeland Jago Douma
b6520827f7
Use function parameters
9 years ago
Roeland Jago Douma
16ff207465
Move OCSAuthAPI to AppFramework
* Convert class
* Convert routes
* Convert tests
9 years ago
Lukas Reschke
683f0e7f77
Use temporary file as cache
9 years ago
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.
9 years ago
Julius Haertl
d7f0a970ae
Theming: Preview for page title
9 years ago
Joas Schilling
6b885bbc56
Reorder the buttons by importance
9 years ago
Joas Schilling
ab5a69b94d
FIx the syntax of the buttons
9 years ago
Julius Haertl
a7273f1658
Make federadedfilesharing button match the theming values
9 years ago
Julius Haertl
3d38cb9570
Theming: Hide undo button on default values
9 years ago
Julius Haertl
d95aec2ed2
Theming: Add preview for login screen
9 years ago
Julius Haertl
218e2f7850
Theming: Adjust jquery ui elements
9 years ago
Julius Haertl
2b0ed6c27a
Theming: colorize primary buttons
9 years ago
Julius Haertl
a7c5f1b3c4
Theming: fix federated sharing button color
9 years ago
Roeland Jago Douma
2fdda01b4b
Sharee API to AppFramework
* Move to OCSController
* Move to Controller folder
* Use automatic DI
* Use function parameters
* Updated tests
9 years ago
Robin Appelman
7c4d9add0d
reuse the userfolder's fileinfo when possible during dav setup
9 years ago
Roeland Jago Douma
cae87d028d
Fix tests
9 years ago
Roeland Jago Douma
a1ed8207e9
HTTPHelper is deprecated
Use the IClientService instead
9 years ago
Roeland Jago Douma
60974de97b
Require a ThemingDefaults class again
9 years ago
Christoph Wurst
6af2efb679
prevent infinite redirect loops if the there is no 2fa provider to pass
This fixes infinite loops that are caused whenever a user is about to solve a 2FA
challenge, but the provider app is disabled at the same time. Since the session
value usually indicates that the challenge needs to be solved before we grant access
we have to remove that value instead in this special case.
9 years ago
Joas Schilling
c7c53aefb2
Use the lazy root to make tests pass 🙈
9 years ago
Joas Schilling
3fbb5de74f
Better displaynames for shared address books
9 years ago
Joas Schilling
53182fb780
Better displaynames for shared calendars
9 years ago
Roeland Jago Douma
352d22e473
Do not error on NotFoundException
Since this exception can be thrown when a shared file is in the
trashbin there is no need to spam the log like crazy.
Fixes #938
9 years ago
Julius Haertl
80fe499707
Theming: Add logo and background to ThemingDefaults
9 years ago
Robin Appelman
a0c2342c20
prevent infinite recursion while getting storage from mount
9 years ago
Arthur Schiwon
ee6f29812f
put file handling into a section again
9 years ago
Roeland Jago Douma
f744131b18
Do not error on maxUploadChange
The new admin page broke the updating of the max upload size. This is
due to very old code there.
* Now update is done in the background using js
* Added proper route+controller to update
Fixes #994
9 years ago
Robin Appelman
1e7c108bff
handle failed shares
9 years ago
Robin Appelman
3ed01e8459
Lazy init shared storage
9 years ago
Robin Appelman
95570d607c
reuse existing root id
9 years ago
Arthur Schiwon
a065fee3ff
fixes registering of theming settings where server return OC_Defaults instead of ThemingDefaults
9 years ago
Joas Schilling
d1c9f744e1
Move admin settings to workflow section
9 years ago