summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | add stacktrace to query loggerRobin Appelman2016-08-242-2/+21
| | |/ / / / / | |/| | | | |
* / | | | | | Dark autoloader magic for ThemingDefaultsRoeland Jago Douma2016-08-241-4/+10
|/ / / / / /
* | | | | | Merge pull request #1007 from nextcloud/shared-storage-non-recursiveLukas Reschke2016-08-233-104/+106
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | prevent infinite recursion while getting storage from mountRobin Appelman2016-08-231-8/+10
| * | | | | Allow jail wrappers to lazily initialize the source storageRobin Appelman2016-08-221-41/+41
| * | | | | Allow storage wrappers to lazily initialize the source storageRobin Appelman2016-08-221-55/+55
* | | | | | Merge pull request #995 from nextcloud/workflow-sectionLukas Reschke2016-08-232-6/+11
|\ \ \ \ \ \
| * | | | | | Save the container with the app's namespace so we can resolve itJoas Schilling2016-08-221-1/+2
| * | | | | | fix wrong var nameArthur Schiwon2016-08-221-1/+1
| * | | | | | enlist only registered sections that also have settings registered toArthur Schiwon2016-08-221-4/+8
| |/ / / / /
* | | | | | Cache registered autoloadersLukas Reschke2016-08-221-0/+6
* | | | | | hide parameters of tryLogin when loggingArthur Schiwon2016-08-221-0/+3
|/ / / / /
* | | | | Remove reading PATH_INFO from server variableLukas Reschke2016-08-191-4/+0
* | | | | Fix loading of ThemingDefaultsJulius Haertl2016-08-191-1/+1
* | | | | Merge pull request #865 from nextcloud/ocs_configMorris Jobke2016-08-192-67/+0
|\ \ \ \ \
| * | | | | Remove unused private classesRoeland Jago Douma2016-08-182-67/+0
* | | | | | Merge pull request #934 from nextcloud/add-cachebustersblizzz2016-08-181-0/+1
|\ \ \ \ \ \
| * | | | | | Add cache buster to left menu barLukas Reschke2016-08-181-0/+1
| |/ / / / /
* | | | | | Merge pull request #931 from nextcloud/replace-hardcoded-classnameblizzz2016-08-181-4/+4
|\ \ \ \ \ \
| * | | | | | let the containers resolving capabilities find and instantiate the right serviceArthur Schiwon2016-08-181-4/+4
| |/ / / / /
* / / / / / Fix "Undefined index" when the values do not existJoas Schilling2016-08-181-2/+2
|/ / / / /
* | | | | Merge pull request #848 from nextcloud/public-link-quotaLukas Reschke2016-08-171-1/+13
|\ \ \ \ \
| * | | | | fix getting quota for public links with quota_include_external_storageRobin Appelman2016-08-121-1/+13
| |/ / / /
* | | | | Merge pull request #867 from nextcloud/notification-primary-action-always-firstRoeland Jago Douma2016-08-171-1/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Make sure the primary action is always the first oneJoas Schilling2016-08-151-1/+5
| |/ / /
* | | | Merge pull request #899 from nextcloud/nfd-defaultRobin Appelman2016-08-171-1/+1
|\ \ \ \
| * | | | Disable NFD encoding wrapper by defaultVincent Petry2016-08-171-1/+1
* | | | | Merge pull request #892 from nextcloud/fix_phpdocRoeland Jago Douma2016-08-172-4/+4
|\ \ \ \ \
| * | | | | Fix phpdoc in CommentsRoeland Jago Douma2016-08-161-3/+3
| * | | | | Fix phpdocRoeland Jago Douma2016-08-161-1/+1
* | | | | | Merge pull request #846 from nextcloud/provisioning_api_ocsJoas Schilling2016-08-172-3/+61
|\ \ \ \ \ \
| * | | | | | Extend OCSMiddlewareRoeland Jago Douma2016-08-141-2/+60
| * | | | | | Move OCS Middleware before security middlewareRoeland Jago Douma2016-08-141-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #893 from nextcloud/ie8_be_goneMarius Blüm2016-08-171-1/+0
|\ \ \ \ \ \
| * | | | | | Remove IE_8 user agent stringRoeland Jago Douma2016-08-161-1/+0
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'master' into implement_712Arthur Schiwon2016-08-163-10/+27
|\| | | | |
| * | | | | Merge pull request #864 from nextcloud/us_25652Joas Schilling2016-08-161-5/+9
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | 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 proofRoeland Jago Douma2016-08-152-5/+18
| | |/ / /
* | | | | 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 co...Arthur Schiwon2016-08-163-0/+127
* | | | | attempt to remove section and settings entries when an app got disabledArthur Schiwon2016-08-161-0/+33
* | | | | Merge branch 'master' into implement_712Lukas Reschke2016-08-155-26/+34
|\| | | |
| * | | | 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