aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-272-0/+2
* Merge pull request #39108 from fsamapoor/refactor_lib_private_lockCôme Chilliet2023-09-263-19/+17
|\
| * Refactors lib/private/Lock.Faraz Samapoor2023-09-263-19/+17
* | Merge pull request #40565 from nextcloud/fix/remove-writelogCôme Chilliet2023-09-267-62/+20
|\ \
| * | Remove deprecated methods Util::writeLog and DIContainer::logCôme Chilliet2023-09-257-62/+20
* | | Merge pull request #40620 from nextcloud/feat/noid/ocp-for-phonenumber-utilJoas Schilling2023-09-266-10/+130
|\ \ \ | |_|/ |/| |
| * | fix(phonenumber): Improve docs by adding input detailsJoas Schilling2023-09-252-15/+9
| * | fix(phonenumber): Use the newly introduced API to limit 3rdparty lib usageJoas Schilling2023-09-251-10/+5
| * | feat(phonenumber): Add OCP wrapper for PhoneNumber utils libraryJoas Schilling2023-09-255-0/+131
* | | Merge pull request #40501 from nextcloud/fix/fix-int-size-in-files-scannerCôme Chilliet2023-09-252-4/+7
|\ \ \ | |/ / |/| |
| * | Store size in int|float for 32bit supportCôme Chilliet2023-09-192-4/+7
* | | Merge pull request #40505 from nextcloud/chore/noid/remove-opis-closureCôme Chilliet2023-09-251-2/+1
|\ \ \ | |_|/ |/| |
| * | chore(3rdparty): remove opis/closureDaniel Kesselberg2023-09-221-2/+1
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-252-0/+2
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-232-0/+14
|/ /
* | Merge pull request #39113 from fsamapoor/refactor_lib_private_collaboration_p...Robin Appelman2023-09-229-195/+114
|\ \
| * | Adds type hint to the method parameter.Faraz Samapoor2023-09-211-1/+1
| * | Refactors lib/private/Collaboration.Faraz Samapoor2023-09-219-195/+114
* | | Merge pull request #39013 from fsamapoor/refactor_lib_private_security_part3Robin Appelman2023-09-229-152/+53
|\ \ \
| * | | Update lib/private/Security/Certificate.phpFaraz Samapoor2023-09-211-1/+0
| * | | Updates the typed properties.Faraz Samapoor2023-09-211-4/+4
| * | | Refactors lib/private/Security.Faraz Samapoor2023-09-219-151/+53
| |/ /
* | | Merge pull request #39075 from fsamapoor/refactor_lib_private_profileRobin Appelman2023-09-226-156/+58
|\ \ \
| * | | 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
|/ / / /