aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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 DataResponseRoeland Jago Douma2016-08-101-11/+4
| * | Merge pull request #810 from nextcloud/shared-cachethepropagatorinstanceLukas Reschke2016-08-101-4/+6
| |\ \
| | * | Store the shared propagator instanceVincent Petry2016-08-101-4/+6
| | |/
| * | 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 storageRobin Appelman2016-08-093-5/+16
| * | Merge pull request #777 from nextcloud/ocs_capabilitiesMorris Jobke2016-08-103-83/+5
| |\ \
| | * | 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 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/... routesRoeland Jago Douma2016-08-082-2/+8
* | | | 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
* | | | adjust files_externalArthur Schiwon2016-08-111-0/+18
* | | | rename IAdmin to ISettings, the interface is not bound to a specific settings...Arthur Schiwon2016-08-117-21/+24
* | | | fixes, improvements, and another app:Arthur Schiwon2016-08-112-9/+64
* | | | fix registration of admin settings and section on app installArthur Schiwon2016-08-112-1/+6
* | | | more admin page splitup improvementsArthur Schiwon2016-08-108-43/+28
* | | | Initial work on Apps page split:Arthur Schiwon2016-08-0913-1/+991
|/ / /
* | | Merge pull request #746 from nextcloud/jail-rootLukas Reschke2016-08-091-0/+3
|\ \ \
| * | | Adding test case for getPathById including a jailed cache where root is just ...Thomas Müller2016-08-051-1/+3
| * | | getJailedPath expects $path to have a trailing / - fixes #25464Thomas Müller2016-08-051-0/+1
* | | | Merge pull request #660 from gdamjan/custom-config-dirMorris Jobke2016-08-092-2/+4
|\ \ \ \
| * | | | introduce NEXTCLOUD_CONFIG_DIR env variable (see #300)Damjan Georgievski2016-07-292-2/+4
* | | | | Hanlde Core and Settings app in AppFrameworkRoeland Jago Douma2016-08-081-1/+7
| |_|/ / |/| | |
* | | | Merge pull request #728 from nextcloud/update-stylingLukas Reschke2016-08-081-2/+2
|\ \ \ \
| * | | | reduce info on update screens, introduce button to refreshJan-Christoph Borchardt2016-08-041-2/+2
* | | | | Merge pull request #711 from nextcloud/password-policy-on-createUserBjörn Schießle2016-08-081-0/+2
|\ \ \ \ \
| * | | | | Apply password policy on user creationmichag862016-08-031-0/+2
| |/ / / /
* | | / / Move Share backends to PSR-4 instead of using class path (#24941)Joas Schilling2016-08-051-1/+1
| |_|/ / |/| | |
* | | | Merge pull request #737 from nextcloud/blizzz-fix-name-consoleJoas Schilling2016-08-051-3/+3
|\ \ \ \
| * | | | Correct name in Console Application.phpblizzz2016-08-041-3/+3
| |/ / /
* / / / [tx-robot] updated from transifexNextcloud bot2016-08-052-0/+30
|/ / /
* | | Fix RepairUnmergedShares to not skip valid repair casesVincent Petry2016-08-031-11/+16
* | | Adjust repair version check for unmerged sharesVincent Petry2016-08-031-1/+1
* | | Add repair step for unmerged shares (WIP)Vincent Petry2016-08-032-0/+330
* | | add invalidateOldTokens to IProvider interfaceChristoph Wurst2016-08-022-3/+7
* | | Merge pull request #684 from nextcloud/fix_csrf_ocsLukas Reschke2016-08-011-1/+1
|\ \ \