summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into implement_712Arthur Schiwon2016-08-169-16/+55
|\
| * Merge pull request #864 from nextcloud/us_25652Joas Schilling2016-08-161-5/+9
| |\ | | | | | | [us] Ensure the user exists before calling a method on it
| | * use $userId instead of $userJörn Friedrich Dreyer2016-08-141-3/+3
| | |
| | * Ensure the user exists before calling a method on it - fixes #24751Thomas Müller2016-08-141-3/+7
| | |
| * | Merge pull request #886 from nextcloud/capabilities_error_proofBjörn Schießle2016-08-162-5/+18
| |\ \ | | | | | | | | Make the capabilities manager more error proof
| | * | Make the capabilities manager more error proofRoeland Jago Douma2016-08-152-5/+18
| | |/ | | | | | | | | | | | | | | | | | | If an app registers an invalid capabilty we should not crash hard. Instead we should catch the exception. Log it (error) and carry on. * Added tests
| * | [tx-robot] updated from transifexNextcloud bot2016-08-166-6/+28
| | |
* | | add missing encryption modules to settingsArthur Schiwon2016-08-161-0/+13
| | |
* | | fix missing parameters in sharing settings pageArthur Schiwon2016-08-161-6/+17
| | |
* | | check registered sections and settings after an app got updated to garbage ↵Arthur Schiwon2016-08-166-0/+155
| | | | | | | | | | | | collect orphaned classes
* | | attempt to remove section and settings entries when an app got disabledArthur Schiwon2016-08-163-0/+56
| | |
* | | Merge branch 'master' into implement_712Lukas Reschke2016-08-1511-32/+82
|\| |
| * | Add PHPdocRoeland Jago Douma2016-08-151-3/+5
| | |
| * | missing PHPDocJörn Friedrich Dreyer2016-08-141-0/+1
| | |
| * | Type compatabilityJörn Friedrich Dreyer2016-08-141-1/+1
| | |
| * | Method is deprecatedJörn Friedrich Dreyer2016-08-141-3/+3
| | |
| * | Unreachable statementJörn Friedrich Dreyer2016-08-141-4/+1
| | |
| * | Unnecessary fully qualified namesJörn Friedrich Dreyer2016-08-144-17/+25
| |/
| * [tx-robot] updated from transifexNextcloud bot2016-08-134-4/+30
| |
| * [tx-robot] updated from transifexNextcloud bot2016-08-122-2/+18
| |
* | Add unit testsLukas Reschke2016-08-158-26/+57
| |
* | satisfy dependencies for files_externalArthur Schiwon2016-08-152-0/+9
| |
* | simplify encryption manager fetching in DIContainerArthur Schiwon2016-08-131-16/+2
| |
* | move mail settings and file handling to additional ones, thus files_external ↵Arthur Schiwon2016-08-133-13/+91
| | | | | | | | gets its own section
* | move systemstags to sharign section, drop collaboration sectionArthur Schiwon2016-08-131-1/+0
| |
* | change casing in section display namesArthur Schiwon2016-08-131-3/+3
| |
* | added some missed diagnosis outputArthur Schiwon2016-08-123-10/+66
| |
* | rename "Tenmplate" to "ThemingDefaults" to make the auto loader happy"Bjoern Schiessle2016-08-121-2/+2
| |
* | register app autoload instead of loading appsArthur Schiwon2016-08-122-4/+8
| |
* | Merge branch 'master' into implement_712Lukas Reschke2016-08-1113-109/+70
|\|
| * [tx-robot] updated from transifexNextcloud bot2016-08-112-2/+2
| |
| * Merge pull request #807 from nextcloud/ocs_dataresponseRoeland Jago Douma2016-08-101-11/+4
| |\ | | | | | | OCSController requires DataResponse
| | * OCSController requires DataResponseRoeland Jago Douma2016-08-101-11/+4
| | | | | | | | | | | | | | | | | | The OCS Controller requires a DataResponse object to be returned. This means that all error handling will have to be done via exceptions thrown and handling in the middleware.
| * | Merge pull request #810 from nextcloud/shared-cachethepropagatorinstanceLukas Reschke2016-08-101-4/+6
| |\ \ | | | | | | | | Store the shared propagator instance
| | * | Store the shared propagator instanceVincent Petry2016-08-101-4/+6
| | |/ | | | | | | | | | This instead of recreating it for every call.
| * | Merge pull request #820 from nextcloud/shared-storage-lazy-numeric-idBjörn Schießle2016-08-103-5/+16
| |\ \ | | |/ | |/| get shared storage storage id without setting up the storage
| | * get shared storage storage id without setting up the storageRobin Appelman2016-08-093-5/+16
| | |
| * | Merge pull request #777 from nextcloud/ocs_capabilitiesMorris Jobke2016-08-103-83/+5
| |\ \ | | | | | | | | Move /cloud/capabilities and /cloud/user to Core
| | * | Remove OC_OCS_Cloud and OC\OCS\CloudRoeland Jago Douma2016-08-092-67/+0
| | | |
| | * | Move getCapabilities over to CoreRoeland Jago Douma2016-08-091-16/+0
| | | |
| | * | Allow OCS routes in Core and SettingsRoeland Jago Douma2016-08-091-0/+5
| | | |
| * | | Merge pull request #529 from nextcloud/vendor-maintenance-downgradeLukas Reschke2016-08-102-2/+29
| |\ \ \ | | |/ / | |/| | Allow downgrades of maintenance accross vendors
| | * | Allow downgrades of maintenance accross vendorsJoas Schilling2016-07-222-2/+29
| | | |
| * | | Merge pull request #691 from nextcloud/ocs_allow_all_old_routesLukas Reschke2016-08-092-2/+8
| |\ \ \ | | |_|/ | |/| | Allow ocs/v2.php/cloud/... routes
| | * | Allow ocs/v2.php/cloud/... routesRoeland Jago Douma2016-08-082-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One of the possibilities of the old OCS API is that you can define the url yourself. This PR makes this possible again by adding an optional root elemenet to the route. Routes are thus: .../ocs/v2.php/<root>/<url> By default <root> = apps/<app> This will allow for example the provisioning API etc to be in ../ovs/v2/php/cloud/users
* | | | Add since tags to classLukas Reschke2016-08-113-1/+9
| | | |
* | | | Add missing since annotationsLukas Reschke2016-08-112-0/+5
| | | |
* | | | adjust systemtags appArthur Schiwon2016-08-111-1/+1
| | | |
* | | | adjust Theming appArthur Schiwon2016-08-111-1/+0
| | | |
* | | | make sure shipped apps also setup their admin settings on a fresh installArthur Schiwon2016-08-111-0/+5
| | | |