aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/OC_Util.php
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix psalm issues in theming appCarl Schwan2022-01-261-2/+3
* | Add deprecation notice to script & addScript funcLouis Chemineau2022-01-271-1/+1
|/
* l10n: Add a text string to translationValdnet2021-12-201-1/+1
* l10n: Add <code>Valdnet2021-12-151-1/+1
* l10n: Add <code>Valdnet2021-12-151-1/+1
* l10n: Separate words and add dotsValdnet2021-12-151-18/+18
* Merge pull request #29527 from nextcloud/rakekniven-patch-1John Molakvoæ2021-12-041-1/+1
|\
| * Added dot at end of sentence.rakekniven2021-11-021-1/+1
* | Allow scripts prioritization based on other appsJohn Molakvoæ (skjnldsv)2021-12-021-0/+4
* | Merge pull request #29966 from nextcloud/feat/remove-isIEJohn Molakvoæ2021-11-301-13/+0
|\ \
| * | Remove isIE and associated legacy scriptsJohn Molakvoæ (skjnldsv)2021-11-301-13/+0
* | | Remove iconv from dependencies and testsMichaIng2021-11-301-1/+0
|/ /
* | OC_Util::isNonUTF8Locale: fix lint errorNaoto Kobayashi2021-11-161-5/+5
* | OC_Util::isSetLocaleWorking: fix typoNaoto Kobayashi2021-11-161-1/+1
* | OC_Util: Add fallbacks to check if current locale is UTF8Naoto Kobayashi2021-11-161-2/+17
* | Check whether setlocale works only after setlocaleNaoto Kobayashi2021-11-141-4/+5
* | Fix missing setlocale with php 8Naoto Kobayashi2021-11-141-2/+2
|/
* Merge branch 'master' into enhancement/noid/IURLGenerator-linkToDefaultPageUrlDaniel Rudolf2021-08-041-5/+7
|\
| * Migrate HintException to OCPGary Kim2021-06-301-5/+7
* | Fix UtilTest::testDefaultApps()Daniel Rudolf2021-07-011-0/+1
* | Remove \OC::$server->getURLGenerator() usageDaniel Rudolf2021-07-011-1/+2
* | Remove unused importsDaniel Rudolf2021-06-301-1/+0
* | Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf2021-06-301-39/+1
|/
* 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