- Jun 05, 2014
-
-
Andrew Brown authored
The issue was that search results from other providers (contacts, calendar, etc.) were unformatted, like 'event' or 'contact', while the built-in event types (folder, file, etc.) were being modified by custom result functions to something like 'Files' or 'Folders'. The fix is to capitalize and translate all result types by default. Custom formatting is still allowed (and example documentation has been added) but the built-in result formatters where now unnecessary and were removed.
-
Andrew Brown authored
-
Andrew Brown authored
This fixes errors where apps would try to start providers using OC_Search and would fail. Also, made OC_Search simply inherit from \OC\Search.
-
Andrew Brown authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Andrew Brown authored
-
Andrew Brown authored
-
Jörn Friedrich Dreyer authored
-
Andrew Brown authored
-
Andrew Brown authored
-
Thomas Müller authored
[encryption] use oc preferences
-
Vincent Petry authored
Improve share settings
-
Thomas Müller authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Thomas Müller authored
Add method to get users by their preference
-
Thomas Müller authored
fix typo in var name
-
Arthur Schiwon authored
-
jbtbnl authored
fix size and unbold empty content message
-
Björn Schießle authored
-
Björn Schießle authored
Revert "make reshare settings foldable" This reverts commit c01f196f. Conflicts: settings/templates/admin.php
-
Björn Schießle authored
-
Jörn Friedrich Dreyer authored
fix files multiselect bar now that the app list is gone
-
Thomas Müller authored
Remove legacy routing code
-
Joas Schilling authored
-
Jan-Christoph Borchardt authored
-
Thomas Müller authored
Don't update the mtime if the storage mtime hasn't changed
-
Vincent Petry authored
Fixed quota wrapper to return the value from flock()
-
Thomas Müller authored
Dont overwrite OCA.Sharing
-
Thomas Müller authored
table files_trashsizes was still used in some locations -> removed
-
Robin Appelman authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Lukas Reschke authored
-
Lukas Reschke authored
The getfile routing code was absolutely legacy and not needed anymore. Additionally \OC::$REQUESTEDAPP was never set to the actually accessed application. This commit removes the legacy routing code and ensures that $REQUESTEDAPP is always set so that other applications (e.g. the firewall or a two-factor authentication) can intercept the currently accessed app. Testplan: [x] Installation works [x] Login with DB works [x] Logout works [x] Login with alternate backend works (tested with user_webdavauth) [x] Other apps are accessible [x] Redirect on login works (e.g. index.php?redirect_url=%2Fcore%2Findex.php%2Fsettings%2Fapps%3Finstalled) [x] Personal settings are accessible [x] Admin settings are accessible [x] Sharing files works [x] DAV works [x] OC::$REQUESTEDAPP contains the requested application and can be intercepted by other applications
-
Thomas Müller authored
Use the permissions exposed by ownCloud for webdav external storages
-
Jan-Christoph Borchardt authored
use slide toggle for files app
-
Robin Appelman authored
-