aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
Commit message (Expand)AuthorAgeFilesLines
* fix(OC_Files): Fix error response when `event` was not setbackport/50549/stable29Ferdinand Thiessen2025-01-311-4/+8
* fix(Auth): ignore missing token when trying to set password-unconfirmablebackport/48484/stable29Arthur Schiwon2024-10-011-6/+14
* fix: Do not try to set HTTP response code on already closed connectionbackport/47971/stable29Côme Chilliet2024-09-141-1/+2
* fix: gracefully handle unexpected exif orientation typesRichard Steinmetz2024-08-271-9/+15
* fix(previews): Don't crash on animated WEBP imagesJosh Richards2024-08-061-2/+49
* fix(previews): Stop returning true when getimagesize() failsJosh Richards2024-07-161-3/+3
* fix(Token): add FILESYSTEM scope with SCOPE_SKIP_PASSWORD_VALIDATIONArthur Schiwon2024-06-241-1/+4
* fix(Token): make new scope future compatibleArthur Schiwon2024-06-121-1/+1
* fix(Session): avoid password confirmation on SSOArthur Schiwon2024-06-111-0/+9
* fix(OC_Image): Set correct return type for exif_imagetype stubprovokateurin2024-05-061-1/+1
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-044-7/+7
* fix(preview): webp preview formatRichard Steinmetz2024-03-261-0/+26
* fix(logging): Restore the option to log with debug levelJoas Schilling2024-03-221-2/+2
* fix: Implement option to temporarily set the user sessionJulius Härtl2024-03-191-1/+2
* Merge pull request #40127 from summersab/refactor/OC-Server-getTwoFactorAuthM...John Molakvoæ2024-03-152-2/+6
|\
| * Refactor `OC\Server::getTwoFactorAuthManager`Andrew Summers2024-03-152-2/+6
* | Merge branch 'master' into refactor/OC-Server-getRootFolderJohn Molakvoæ2024-03-159-80/+102
|\|
| * Merge pull request #43996 from nextcloud/feat/store-last-known-quota-usageCôme Chilliet2024-03-071-0/+5
| |\
| | * fix: Avoid calling setUserValue on null user idCôme Chilliet2024-03-061-1/+1
| | * feat: Store last known quota usage for a userCôme Chilliet2024-03-061-0/+5
| * | fix: Remove calls to deprecated OC_JSON::encodeCôme Chilliet2024-03-063-16/+4
| |/
| * fix: Enforce forbidden filename characters on backendFerdinand Thiessen2024-02-281-2/+2
| * Merge branch 'master' into fix/42480/user-admin-not-adminJohn Molakvoæ2024-02-241-20/+55
| |\
| | * feat: theme error pageRichard Steinmetz2024-02-241-9/+36
| | * feat: Print early exceptions in debug mode instead of plain error pagesJulius Härtl2024-02-231-11/+19
| * | fix(admin role): fix old and wrong way to determine whether user is adminArthur Schiwon2024-02-191-11/+11
| |/
| * feat: rename users to account or personVincent Petry2024-02-132-3/+3
| * chore: Deprecate OC_App::loadApps and add missing return type in ServerCôme Chilliet2024-02-081-0/+2
| * chore: use DI for \OC\RepairCôme Chilliet2024-01-301-1/+1
| * chore: Cleanup Installer class as wellCôme Chilliet2024-01-291-3/+1
| * fix: Use DI for Setup class and move away from deprecated methodsCôme Chilliet2024-01-291-9/+1
| * lazy AppConfigMaxence Lange2024-01-151-2/+4
| * 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
* | Refactor `OC\Server::getRootFolder`Andrew Summers2023-11-101-2/+3
|/
* 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
|\ \