summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* refactor: Use DBAL's executeQuery instead of query (deprecated)Christoph Wurst2023-09-272-2/+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-264-45/+15
|\ \
| * | Remove deprecated methods Util::writeLog and DIContainer::logCôme Chilliet2023-09-254-45/+15
* | | Merge pull request #40620 from nextcloud/feat/noid/ocp-for-phonenumber-utilJoas Schilling2023-09-263-10/+69
|\ \ \ | |_|/ |/| |
| * | fix(phonenumber): Improve docs by adding input detailsJoas Schilling2023-09-251-13/+2
| * | 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-252-0/+75
* | | 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
* | | chore(3rdparty): remove opis/closureDaniel Kesselberg2023-09-221-2/+1
| |/ |/|
* | 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
* | | | Merge pull request #40288 from nextcloud/feat/appframework/rate-limiterJoas Schilling2023-09-214-2/+11
|\ \ \ \
| * | | | feat(appframework): Expose programmatic rate limiterChristoph Wurst2023-09-204-2/+11
* | | | | Merge pull request #40499 from nextcloud/known-mtime-wrapperRobin Appelman2023-09-211-0/+142
|\ \ \ \ \
| * | | | | add wrapper to ensure we don't get an mtime that is lower than we know it isRobin Appelman2023-09-191-0/+142
| | |_|_|/ | |/| | |
* | | | | 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-201-2/+5
|\ \ \ \ \ \ \
| * | | | | | | Fix Dashboard IManager getWidgets return annotationjld31032023-09-201-2/+5
* | | | | | | | Merge pull request #39574 from nextcloud/fix/noid/ocm-controllerArthur Schiwon2023-09-205-73/+506
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | small fixesMaxence Lange2023-09-201-1/+1
| * | | | | | | ocm controllerMaxence Lange2023-09-205-73/+506
| | |_|_|_|/ / | |/| | | | |
* / | | | | | use multipart copy for s3Robin Appelman2023-09-201-4/+12
|/ / / / / /
* | | | | | 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-191-0/+19
|/ / / /
* | | | 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 #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