summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | 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