aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
Commit message (Expand)AuthorAgeFilesLines
* fix(logging): Restore the option to log with debug levelJoas Schilling2024-07-221-2/+2
* fix: Implement option to temporarily set the user sessionJulius Härtl2024-07-221-1/+2
* fix(Token): add FILESYSTEM scope with SCOPE_SKIP_PASSWORD_VALIDATIONArthur Schiwon2024-06-251-1/+4
* Merge pull request #45704 from nextcloud/backport/43942/stable28Arthur Schiwon2024-06-121-1/+9
|\
| * fix(Token): make new scope future compatibleArthur Schiwon2024-06-121-1/+1
| * fix(Session): avoid password confirmation on SSOArthur Schiwon2024-06-121-1/+9
* | fix(OC_Image): Set correct return type for exif_imagetype stubprovokateurin2024-06-061-1/+1
|/
* fix(preview): webp preview formatRichard Steinmetz2024-03-261-0/+26
* fix(admin role): fix old and wrong way to determine whether user is adminArthur Schiwon2024-02-271-11/+11
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-233-11/+11
* refactor: Repalce array_search with in_array in lib/Christoph Wurst2023-11-222-2/+2
* Merge pull request #39852 from nextcloud/pragmaHeaderFerdinand Thiessen2023-10-181-1/+0
|\
| * Stop sending deprecated Pragma headerGit'Fellow2023-08-281-1/+0
* | Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-1/+1
* | Remove deprecated methods Util::writeLog and DIContainer::logCôme Chilliet2023-09-252-12/+11
* | Merge pull request #39216 from shdehnavi/replace_substr_calls_in_lib_privateRobin Appelman2023-09-211-1/+1
|\ \
| * | Refactor "substr" calls to improve code readabilityHamid Dehnavi2023-07-071-1/+1
* | | fix(autoloader): no apcu no side effectsArthur Schiwon2023-09-081-1/+2
* | | Detect aborted connection in OC\Files\View and stop writing data to the outpu...Benjamin Gaussorgues2023-09-071-0/+4
| |/ |/|
* | Merge pull request #39888 from nextcloud/less-container-queriesJoas Schilling2023-08-181-7/+12
|\ \
| * | better caching in storage stats calculationsRobin Appelman2023-08-181-7/+12
* | | add separate event for rendering login page templateRobin Appelman2023-08-171-1/+0
* | | move core script loading from static template to event listenerRobin Appelman2023-08-171-39/+0
|/ /
* | Fix lintGit'Fellow2023-08-131-1/+0
* | Remove check for very old PGsql Git'Fellow2023-08-131-39/+0
* | Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanupJoas Schilling2023-08-041-1/+1
|\ \
| * | fix!: Move getEventDispatcher usage to IEventDispatcherJoas Schilling2023-07-281-1/+1
* | | provisioning_api: Add OpenAPI specjld31032023-07-311-4/+27
|/ /
* / fix: Correctly add `module` content type to script tags when scripts with ver...Ferdinand Thiessen2023-07-181-1/+2
|/
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-064-9/+9
* Silent imagecreatefromstring() errorsGit'Fellow2023-06-301-1/+1
* refactor: migrate OC_EventSource to dependency injectionDaniel Kesselberg2023-06-031-2/+11
* Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-013-4/+4
|\
| * Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-153-4/+4
* | chore: Drop \OC_App::getSettingsNavigationChristoph Wurst2023-06-011-13/+0
* | chore: Drop \OC_App::getNavigationChristoph Wurst2023-06-011-15/+0
* | chore: Drop \OC_App::getAppInfoChristoph Wurst2023-06-011-17/+2
* | chore: Drop \OC_App::getAppVersionChristoph Wurst2023-06-011-15/+3
* | Merge pull request #38552 from nextcloud/chore/drop-oc-defaults-getlogoclaimJoas Schilling2023-05-311-9/+0
|\ \
| * | chore!: Drop \OC_Defaults::getLogoClaimChristoph Wurst2023-05-311-9/+0
* | | chore!: Drop \OC_App::isEnabledChristoph Wurst2023-05-311-13/+0
|/ /
* / fix: better error message on missing user files dirJohn Molakvoæ2023-05-251-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
|\ \