summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
Commit message (Expand)AuthorAgeFilesLines
* fix: Correctly add `module` content type to script tags when scripts with ver...Ferdinand Thiessen2023-07-231-1/+2
* Silent imagecreatefromstring() errorsGit'Fellow2023-07-011-1/+1
* Remove version check for ancient libxml versionjld31032023-05-051-14/+0
* Add missing taint analysis docblock comments, and improve escaping in some me...Carl Schwan2023-04-241-1/+3
* Read mtime of version.php only onceArthur Schiwon2023-04-211-3/+1
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-053-8/+8
* Fix version number in phpdoc for app loading refactorCôme Chilliet2023-03-271-3/+3
* Merge pull request #36636 from nextcloud/fix/oc-image-getimagesizeSimon L2023-03-231-2/+2
|\
| * fix OC_Image: Prevent E_WARNING from getimagesize*Marcel Klehr2023-03-161-2/+2
* | Merge pull request #36057 from nextcloud/feat/esm-js-scriptsJulius Härtl2023-03-221-5/+11
|\ \
| * | feat(OC/Template): Add `type="module"` for ES6 scriptsFerdinand Thiessen2023-02-221-5/+11
* | | Small cleanups for AppManagerCôme Chilliet2023-03-201-1/+3
* | | Move loadApps to the AppManagerCôme Chilliet2023-03-201-32/+3
* | | Move isType to AppManagerCôme Chilliet2023-03-201-27/+2
* | | Move loadApp function to the AppManagerCôme Chilliet2023-03-201-129/+5
* | | perf(autoloader): Drop legacy class autoloaderChristoph Wurst2023-03-161-2/+0
| |/ |/|
* | Introduced app enable/disable/update typed eventsThomas Citharel2023-03-131-1/+5
* | Merge pull request #36883 from nextcloud/fix/noid/gs-saml-pre-login-eventMaxence Lange2023-03-071-2/+9
|\ \
| * | dispatch BeforeUserLoggedInEventMaxence Lange2023-03-011-2/+9
| |/
* | fix: Use proper path for quota fetchingJulius Härtl2023-03-061-4/+4
* | fix: Recalculate storage statistics on updating the quotaJulius Härtl2023-03-061-0/+9
|/
* Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-211-0/+184
* Do not set up filesystem on every callAnna Larch2023-02-171-184/+0
* Change X-Robots-Tag header from "none" to "noindex, nofollow"MichaIng2023-02-151-1/+1
* instrumentation for app bootingRobin Appelman2023-02-091-2/+9
* Make sure application are only loaded onceCôme Chilliet2023-02-071-1/+4
* Put back string in $includeMounts as it actually does somethingCôme Chilliet2023-02-071-1/+1
* Type sizes as int|float throughout the code baseCôme Chilliet2023-02-071-9/+6
* Fix computerFileSize when called with a string without unitCôme Chilliet2023-02-071-0/+3
* Fix 32bits bigint support in Util/OC_HelperCôme Chilliet2023-02-072-15/+14
* Fix bigsize support on 32bits in OC_HelperCôme Chilliet2023-02-071-7/+4
* Revert "remove 32-bit workarounds"Côme Chilliet2023-02-071-0/+13
* refresh cached app folder on install/upgradeMaxence Lange2023-02-011-5/+9
* composer run cs:fixCôme Chilliet2023-01-208-41/+34
* Attempt at reducing psalm errorsCôme Chilliet2023-01-201-1/+1
* feat(files): Quota in navigationJohn Molakvoæ2023-01-171-1/+6
* Small fix in OC_APICôme Chilliet2023-01-021-5/+2
* increase preview_max_memory and make it easier to debugSimon L2022-12-221-3/+3
* Use display name cache on getStorageInfoJulius Härtl2022-12-161-3/+3
* Allow empty mimeTypeJ0WI2022-12-041-8/+7
* Add type hintsJ0WI2022-12-041-49/+45
* Fix redundant conditionJ0WI2022-12-041-1/+1
* Remove obsolete GD function overwritesJ0WI2022-12-041-281/+1
* Don't use quota cache through user managementVincent Petry2022-11-211-4/+8
* getAppValue expects stringJohn Molakvoæ2022-11-171-1/+1
* Default Jpeg quality to 80Git'Fellow2022-11-161-1/+1
* Merge pull request #34834 from nextcloud/bugfix/noid/skeleton-size-calcVincent Petry2022-11-041-1/+1
|\
| * Use proper storage method for writing skeleton filesJulius Härtl2022-10-271-1/+1
* | Merge pull request #34678 from pulsejet/patch-jpegCôme Chilliet2022-11-031-0/+4
|\ \
| * | Interlace all output JPEGVarun Patil2022-10-251-0/+4