aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
Commit message (Expand)AuthorAgeFilesLines
...
| * | feat(exception-template): allow to link to specific documentation for how to ...Simon L.2024-05-141-0/+2
| * | fix(OC_Image): Set correct return type for exif_imagetype stubprovokateurin2024-05-061-1/+1
| * | fix: Fix small psalm errors in legacyCôme Chilliet2024-04-302-2/+2
| * | fix: Drop workarounds for unsupported obsolete PHP versionsCôme Chilliet2024-04-221-2/+1
| * | fix: Migrate away from OC_App toward the IAppManagerCôme Chilliet2024-04-221-1/+1
| * | fix: Fix typing issues related to resource migrationCôme Chilliet2024-04-091-47/+29
| * | fix: Fix new psalm errors from updateCôme Chilliet2024-04-081-1/+1
| * | fix: Apply new coding standard to all filesCôme Chilliet2024-04-024-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
| | |/ | |/|
* / | Refactor `OC\Server::getSecureRandom`Andrew Summers2023-08-291-2/+3
|/ /
* | 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
|/ /