aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
Commit message (Expand)AuthorAgeFilesLines
* Format code to a single space around binary operatorsChristoph Wurst2020-10-0510-33/+33
* add mount point to quota warning messageRobin Appelman2020-10-041-1/+3
* Change 0 to null to properly encode image to BMP if the first pixel is blackMorris Jobke2020-09-101-1/+1
* show better quota warning for group folders and external storageRobin Appelman2020-08-251-1/+3
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-1/+1
* Don't use deprecated getIniWrapper() anymoreJoas Schilling2020-08-203-6/+9
* Merge pull request #22280 from nextcloud/bugfix/noid/429-on-brute-force-maximumMorris Jobke2020-08-191-1/+1
|\
| * Fix the return type of OC_Template->fetchPage() to be string onlyMorris Jobke2020-08-191-1/+1
* | Cast float/char to int to avoid invalid scalar argument warningMorris Jobke2020-08-181-2/+2
|/
* Merge pull request #22271 from nextcloud/phpdoc/22063/add-interface-method-an...Roeland Jago Douma2020-08-171-1/+0
|\
| * Properly add new methods to interface and document in PHPDoc for getRootMounts()Morris Jobke2020-08-171-1/+0
* | Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-5/+5
|/
* Distribute preview folders in appdata in multibucket setup to multiple bucketsMorris Jobke2020-08-061-0/+11
* Fix php cs checkJulius Härtl2020-08-051-1/+0
* Allow default app to be overwritten by user configJulius Härtl2020-08-051-2/+14
* Set Dashboard as default appJan C. Borchardt2020-08-051-1/+1
* Remove outdated legacy search scriptsJohn Molakvoæ (skjnldsv)2020-08-041-3/+0
* Allow user backends to specify a custom logout urlRoeland Jago Douma2020-07-231-0/+8
* Merge pull request #21850 from nextcloud/techdebt/noid/register-alternative-l...Morris Jobke2020-07-201-2/+48
|\
| * Allow to register AlternativeLogin on RegistrationContextJoas Schilling2020-07-161-2/+48
* | Add constants for the magic strings of template renderingJoas Schilling2020-07-161-2/+3
|/
* Do not load app.php if Application implements IBootstrapMorris Jobke2020-07-141-4/+11
* Fix regression in return value of OC_Util::checkDataDirectoryPermissions due ...Morris Jobke2020-07-091-2/+2
* Kill another unneeded translationRoeland Jago Douma2020-07-081-7/+5
* Only translate if we need the stringRoeland Jago Douma2020-07-081-2/+1
* Merge pull request #21360 from nextcloud/root-storage-prevent-scanningRoeland Jago Douma2020-07-021-1/+2
|\
| * prevent the root storage from accidentally scanning user foldersRobin Appelman2020-06-111-1/+2
* | Log usages of the deprecated app.php fileChristoph Wurst2020-06-301-0/+3
* | Load the app.php before running apps' boot methodChristoph Wurst2020-06-171-3/+4
* | Add dedicated API for apps' bootstrapping processChristoph Wurst2020-06-171-0/+3
|/
* Fix the loading order of the js files_info and files_clientRoeland Jago Douma2020-05-291-2/+2
* Document \OC_App::getAllApps return typeChristoph Wurst2020-05-281-1/+1
* Move core/js/files to webpackRoeland Jago Douma2020-05-221-3/+3
* Add a message to the log entry of an app being disabledChristoph Wurst2020-05-191-2/+8
* Fix OC_Image new resize functionsRoeland Jago Douma2020-05-021-0/+9
* Update license headers for 19Christoph Wurst2020-04-296-2/+4
* Provide the proper language to the mailerRoeland Jago Douma2020-04-161-3/+3
* Add visibility to all constantsChristoph Wurst2020-04-102-6/+6
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-105-13/+13
* Add visibility to all properties and move static keywordChristoph Wurst2020-04-103-8/+7
* Merge pull request #20422 from nextcloud/techdebt/format-control-structs-clas...Christoph Wurst2020-04-1016-130/+104
|\
| * Format control structures, classes, methods and functionChristoph Wurst2020-04-1016-130/+104
* | Merge pull request #19495 from nextcloud/preview-generate-batchRoeland Jago Douma2020-04-101-8/+94
|\ \ | |/ |/|
| * optimize batch generation of previewsRobin Appelman2020-04-091-8/+94
* | Use elseif instead of else ifChristoph Wurst2020-04-106-17/+17
* | Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-097-45/+45
|\ \
| * | Remove trailing and in between spacesChristoph Wurst2020-04-097-42/+42
| * | Remove spaces after method or function callChristoph Wurst2020-04-092-8/+8
* | | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst2020-04-092-2/+2
|\ \ \ | |/ / |/| |
| * | Use php keywords in lowercaseChristoph Wurst2020-04-092-2/+2