summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
Commit message (Expand)AuthorAgeFilesLines
* allow use of rememberme cookies for IApacheAuth backendsArthur Schiwon2022-05-311-0/+1
* Move Gd failed operations to debug levelGit'Fellow2022-05-271-20/+18
* dont re-query fileinfo when getting dav quotaRobin Appelman2022-04-131-2/+2
* Log exceptionJoas Schilling2022-04-071-0/+1
* Fix \OC_App::getCurrentApp() when being called from CLI or phpunitJoas Schilling2022-04-071-1/+10
* Merge pull request #31098 from nextcloud/backport/30942/stable23Vincent Petry2022-03-012-28/+45
|\
| * handle setupFS with null userRobin Appelman2022-02-161-4/+4
| * dont mark fs as setup when no user is activeRobin Appelman2022-02-161-2/+2
| * pass user object during fs initRobin Appelman2022-02-161-1/+1
| * only setup part of the filesystem for appdata requestsRobin Appelman2022-02-162-28/+45
* | Use the unjailed-path in OC_Helper::getStorageInfo() for files located in Sha...Claus-Justus Heine2022-02-181-1/+4
|/
* Fix psalm not runningCarl Schwan2022-01-273-3/+4
* Prevent loading images that would require too much memory.Joachim Bauch2022-01-111-1/+102
* [stable23] Remove iconv from dependencies and testsMichaIng2022-01-041-1/+0
* 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
* fix imagecreatetruecolor() errorszaimen2021-11-231-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-161-4/+5
* Fix missing setlocale with php 8Naoto Kobayashi2021-11-161-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
| | |_|/ | |/| |
* / | | Add admin privilege delegation for admin settingsCarl Schwan2021-09-291-4/+5
|/ / /
* | | Merge pull request #28473 from nextcloud/fix-file-get-contentsChristoph Wurst2021-08-251-1/+1
|\ \ \
| * | | Avoid usage of Nextcloud API, use PHP functionacsfer2021-08-181-1/+1
| * | | Fix path of `file_get_contents`acsfer2021-08-171-1/+1
| | |/ | |/|
* | | Remove unused methodDaniel Kesselberg2021-08-181-10/+0
* | | Fix #20913: Check image resource before attempting to preserve alphaSimon Spannagel2021-08-181-6/+14
|/ /
* | Merge pull request #26481 from ghost/fdroidJulius Härtl2021-07-131-0/+14
|\ \
| * | Add F-DroidHouraisanNEET2021-07-041-0/+14
* | | Migrate HintException to OCPGary Kim2021-06-302-7/+9
| |/ |/|
* | Use proper methods for display name retrievalMorris Jobke2021-06-171-26/+0