summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* feat(backgroundjob): Schedule job after <timestamp>Christoph Wurst2023-09-291-7/+14
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-2816-28/+24
* Merge pull request #40617 from nextcloud/enh/allow-user-to-set-apporderCôme Chilliet2023-09-282-3/+21
|\
| * Fix behavior when defaultapp is emptyCôme Chilliet2023-09-281-0/+1
| * Default to first application if no default app is setCôme Chilliet2023-09-261-1/+14
| * Revert "Support admin default order for applications"Côme Chilliet2023-09-261-8/+2
| * Support admin default order for applicationsCôme Chilliet2023-09-251-2/+8
| * Read apporder from configuration valueCôme Chilliet2023-09-251-2/+6
* | Merge pull request #39011 from fsamapoor/refactor_lib_private_security_part1Côme Chilliet2023-09-2810-201/+65
|\ \
| * | Refactors lib/private/Security.Faraz Samapoor2023-09-2710-201/+65
* | | 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