aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/OC_Util.php
Commit message (Expand)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* l10n: Spelling unificationValdnet2021-06-021-1/+1
* load share settings from the share manager in more placesRobin Appelman2021-05-121-29/+11
* Fix unit testsJoas Schilling2021-04-271-3/+3
* Skip template picker if none availableJohn Molakvoæ (skjnldsv)2021-01-281-3/+3
* Add templatedirectory config value to let admins have their custom templates ...Julius Härtl2021-01-281-5/+7
* files: Create files from template APIJulius Härtl2021-01-281-0/+3
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-1/+1
* Replace patchwork/utf8 with symfony-polyfill-*Christoph Wurst2021-01-071-1/+7
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Don't leave cursors open when tests failJoas Schilling2020-11-091-0/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-3/+3
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Don't use deprecated getIniWrapper() anymoreJoas Schilling2020-08-201-2/+3
* 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
* 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
* prevent the root storage from accidentally scanning user foldersRobin Appelman2020-06-111-1/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-18/+12
* Use elseif instead of else ifChristoph Wurst2020-04-101-4/+4
* Remove trailing and in between spacesChristoph Wurst2020-04-091-5/+5
* Remove spaces after method or function callChristoph Wurst2020-04-091-4/+4
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Move legacy classes from PSR0 to PSR4Christoph Wurst2020-04-071-0/+1470