summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
Commit message (Expand)AuthorAgeFilesLines
* Use the unjailed-path in OC_Helper::getStorageInfo() for files located in Sha...Claus-Justus Heine2022-02-031-1/+4
* Merge pull request #30855 from nextcloud/psalm/themingJohn Molakvoæ2022-01-271-2/+3
|\
| * Fix psalm issues in theming appCarl Schwan2022-01-261-2/+3
* | Add deprecation notice to script & addScript funcLouis Chemineau2022-01-272-2/+3
|/
* Merge pull request #30508 from nextcloud/fix/psaml-binCarl Schwan2022-01-132-2/+2
|\
| * Check style updateCarl Schwan2022-01-132-2/+2
* | Merge pull request #30291 from nextcloud/image-memory-limitJoas Schilling2022-01-111-1/+102
|\ \
| * | Prevent loading images that would require too much memory.Joachim Bauch2022-01-111-1/+102
| |/
* | Deprecate script functionLouis Chemineau2022-01-081-0/+1
* | Move backgroundjob script after main core scriptsJohn Molakvoæ (skjnldsv)2022-01-081-8/+12
* | Split common vendor chunkJohn Molakvoæ (skjnldsv)2022-01-082-8/+19
* | Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-081-5/+5
* | 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
|/
* Avoid assignment in if clauseCôme Chilliet2021-12-061-8/+12
* Fix typing problems in OC_ImageCôme Chilliet2021-12-061-2/+10
* Avoid calling image* methods on booleanCôme Chilliet2021-12-061-14/+27
* 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
* | Remove files_iedavclientJohn Molakvoæ (skjnldsv)2021-11-301-5/+0
* | 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
|/ /
* | Merge pull request #29632 from nextcloud/fix/26118/imagecreatetruecolor-errorVincent Petry2021-11-191-0/+4
|\ \
| * | fix imagecreatetruecolor() errorszaimen2021-11-101-0/+4
| |/
* | 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
|/
* Fix resource usages in OC_ImageCôme Chilliet2021-10-281-17/+17
* Revert "Fix "never catch" catches in OC_App"Joas Schilling2021-10-251-1/+0
* Fix "never catch" catches in OC_Appzorn-v2021-10-221-0/+1
* Merge pull request #29187 from nextcloud/fix/noid/passwordless-app-password-g...Julius Härtl2021-10-131-2/+2
|\
| * allow null password in UserLoggedInEventJulien Veyssier2021-10-131-1/+1
| * fix login_credentials->password in session when loging in with apacheJulien Veyssier2021-10-131-1/+1
* | Merge pull request #29004 from nextcloud/bugfix/noid/fix-translated-app-detailsJoas Schilling2021-10-131-2/+3
|\ \ | |/ |/|
| * Fix translated app detailsJoas Schilling2021-09-301-2/+3
* | add 'supported'-label to all supported apps, also if they are not downloaded yetBjoern Schiessle2021-10-061-3/+13
* | Merge pull request #27733 from PhrozenByte/enhancement/noid/IURLGenerator-lin...Julius Härtl2021-10-051-41/+4
|\ \
| * \ Merge branch 'master' into enhancement/noid/IURLGenerator-linkToDefaultPageUrlDaniel Rudolf2021-08-043-7/+23
| |\ \
| * | | 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
* | | | Merge pull request #28939 from nextcloud/bugfix/noid/dont-setup-disabled-usersLukas Reschke2021-10-041-0/+6
|\ \ \ \
| * | | | Don't further setup disabled users when logging in with apacheJoas Schilling2021-09-231-0/+6
| | |_|/ | |/| |