aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Update lib/private/Profile/Actions/FediverseAction.phpFaraz Samapoor2023-07-131-1/+1
| * | | Refactors lib/private/Profile.Faraz Samapoor2023-06-296-156/+58
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-224-2/+36
* | | | Merge pull request #40288 from nextcloud/feat/appframework/rate-limiterJoas Schilling2023-09-218-2/+123
|\ \ \ \
| * | | | feat(appframework): Expose programmatic rate limiterChristoph Wurst2023-09-208-2/+123
* | | | | Merge pull request #40499 from nextcloud/known-mtime-wrapperRobin Appelman2023-09-213-0/+144
|\ \ \ \ \
| * | | | | add wrapper to ensure we don't get an mtime that is lower than we know it isRobin Appelman2023-09-193-0/+144
| | |_|_|/ | |/| | |
* | | | | Merge pull request #39216 from shdehnavi/replace_substr_calls_in_lib_privateRobin Appelman2023-09-2110-18/+18
|\ \ \ \ \
| * | | | | Update lib/private/DateTimeFormatter.phpHamid Dehnavi2023-09-051-1/+1
| * | | | | Update lib/private/DateTimeFormatter.phpHamid Dehnavi2023-09-051-1/+1
| * | | | | Make adjustments based on the reviewHamid Dehnavi2023-07-201-1/+1
| * | | | | Refactor "substr" calls to improve code readabilityHamid Dehnavi2023-07-0710-18/+18
* | | | | | Merge pull request #40508 from nextcloud/fix/migrate-apps-away-from-iloggerCôme Chilliet2023-09-211-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-1/+1
* | | | | | Merge pull request #38989 from fsamapoor/refactor_lib_private_avatarChristoph Wurst2023-09-214-105/+24
|\ \ \ \ \ \
| * | | | | | Fixes psalm errors: RedundantCondition and TypeDoesNotContainNull.Faraz Samapoor2023-06-271-1/+1
| * | | | | | Refactors lib/private/Avatar.Faraz Samapoor2023-06-254-105/+24
* | | | | | | Merge pull request #40511 from nextcloud/fix/dashboard-widgets-apiKate2023-09-202-3/+6
|\ \ \ \ \ \ \
| * | | | | | | Fix Dashboard IManager getWidgets return annotationjld31032023-09-202-3/+6
* | | | | | | | Merge pull request #39574 from nextcloud/fix/noid/ocm-controllerArthur Schiwon2023-09-2012-73/+882
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | small fixesMaxence Lange2023-09-201-1/+1
| * | | | | | | ocm controllerMaxence Lange2023-09-2012-73/+882
* | | | | | | | use multipart copy for s3Robin Appelman2023-09-201-4/+12
|/ / / / / / /
* | | | | / / Fix(l10n): Update translations from TransifexNextcloud bot2023-09-202-0/+14
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #40488 from nextcloud/bugfix/noid/message-expiration-break...Joas Schilling2023-09-191-0/+16
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fix(comments): Use provided offset in best effort when loading commentsJoas Schilling2023-09-181-0/+16
| | |_|/ / | |/| | |
* / | | | enh(db): provide database providers via APIAnna Larch2023-09-192-0/+39
|/ / / /
* | | | Merge pull request #39039 from fsamapoor/refactor_lib_private_logChristoph Wurst2023-09-1810-149/+77
|\ \ \ \
| * | | | Refactors lib/private/Log.Faraz Samapoor2023-06-2810-149/+77
* | | | | Merge pull request #40421 from nextcloud/fix/openapi/core/reference-apiJulien Veyssier2023-09-172-1/+8
|\ \ \ \ \
| * | | | | core: Fix OpenAPI for reference APIjld31032023-09-142-1/+8
* | | | | | Merge pull request #40203 from lhsazevedo/fix/mimetype-40064Simon L2023-09-161-19/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Wrap mimetype insert and getLastInsertId in a transactionLucas Azevedo2023-09-041-7/+9
| * | | | | fix(mimetype): Remove unnecessary transaction when storing a mime typeLucas Azevedo2023-09-011-26/+22
* | | | | | fix: Pass parent to NonExistingFile instancesJulius Härtl2023-09-131-1/+10
* | | | | | test: add tests for dns pin middlewareDaniel Kesselberg2023-09-121-2/+9
* | | | | | Merge pull request #32912 from nextcloud/group-backend-batch-methodCôme Chilliet2023-09-118-18/+252
|\ \ \ \ \ \
| * | | | | | Build query once instead of in-loopCôme Chilliet2023-09-071-5/+6
| * | | | | | Fix psalm spotted type errorsCôme Chilliet2023-09-052-12/+12
| * | | | | | Move new methods to a new interface in OCPCôme Chilliet2023-09-058-36/+85
| * | | | | | Fix psalm errors about groupExists return typeCôme Chilliet2023-09-051-8/+4
| * | | | | | Add batch methods in user backendsCarl Schwan2023-09-055-17/+205
* | | | | | | fix(autoloader): no apcu no side effectsArthur Schiwon2023-09-082-6/+4
* | | | | | | feat: Add dedicated method to load init scriptsJulius Härtl2023-09-071-11/+26
* | | | | | | Merge pull request #40285 from nextcloud/backport/40233/masterCôme Chilliet2023-09-075-2/+51
|\ \ \ \ \ \ \
| * | | | | | | Detect aborted connection in OC\Files\View and stop writing data to the outpu...Benjamin Gaussorgues2023-09-075-2/+51
* | | | | | | | Merge pull request #40216 from nextcloud/print-log-message-when-version-could...Côme Chilliet2023-09-071-0/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Print log message when version could not be got from updater serverDaniel Calviño Sánchez2023-09-061-0/+4
* | | | | | | | Merge pull request #40295 from nextcloud/appecosystem-renamingAndy Scherzinger2023-09-071-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | new name of AppEcosystem is AppAPIAlexander Piskun2023-09-061-6/+6