summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy Internet Explorer headersMichaIng2022-03-191-1/+0
* move teardown logic to SetupManagerRobin Appelman2022-03-041-4/+4
* start moving filesystem setup logic to it's own placeRobin Appelman2022-03-041-137/+7
* Merge pull request #31266 from nextcloud/root-setup-mountproviderRobin Appelman2022-03-041-104/+0
|\
| * move root mount setup to mountprovidersRobin Appelman2022-02-241-104/+0
* | Add event logging to app loadingJulius Härtl2022-02-281-2/+3
|/
* handle setupFS with null userRobin Appelman2022-02-091-4/+4
* dont mark fs as setup when no user is activeRobin Appelman2022-02-091-2/+2
* pass user object during fs initRobin Appelman2022-02-091-1/+1
* only setup part of the filesystem for appdata requestsRobin Appelman2022-02-092-28/+45
* 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
|\ \ | |/ |/|