| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor: Use DBAL's executeQuery instead of query (deprecated) | Christoph Wurst | 2023-09-27 | 2 | -2/+2 |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-27 | 2 | -0/+2 |
* | Merge pull request #39108 from fsamapoor/refactor_lib_private_lock | Côme Chilliet | 2023-09-26 | 3 | -19/+17 |
|\ |
|
| * | Refactors lib/private/Lock. | Faraz Samapoor | 2023-09-26 | 3 | -19/+17 |
* | | Merge pull request #40565 from nextcloud/fix/remove-writelog | Côme Chilliet | 2023-09-26 | 7 | -62/+20 |
|\ \ |
|
| * | | Remove deprecated methods Util::writeLog and DIContainer::log | Côme Chilliet | 2023-09-25 | 7 | -62/+20 |
* | | | Merge pull request #40620 from nextcloud/feat/noid/ocp-for-phonenumber-util | Joas Schilling | 2023-09-26 | 6 | -10/+130 |
|\ \ \
| |_|/
|/| | |
|
| * | | fix(phonenumber): Improve docs by adding input details | Joas Schilling | 2023-09-25 | 2 | -15/+9 |
| * | | fix(phonenumber): Use the newly introduced API to limit 3rdparty lib usage | Joas Schilling | 2023-09-25 | 1 | -10/+5 |
| * | | feat(phonenumber): Add OCP wrapper for PhoneNumber utils library | Joas Schilling | 2023-09-25 | 5 | -0/+131 |
* | | | Merge pull request #40501 from nextcloud/fix/fix-int-size-in-files-scanner | Côme Chilliet | 2023-09-25 | 2 | -4/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | Store size in int|float for 32bit support | Côme Chilliet | 2023-09-19 | 2 | -4/+7 |
* | | | Merge pull request #40505 from nextcloud/chore/noid/remove-opis-closure | Côme Chilliet | 2023-09-25 | 1 | -2/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | chore(3rdparty): remove opis/closure | Daniel Kesselberg | 2023-09-22 | 1 | -2/+1 |
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-25 | 2 | -0/+2 |
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-23 | 2 | -0/+14 |
|/ / |
|
* | | Merge pull request #39113 from fsamapoor/refactor_lib_private_collaboration_p... | Robin Appelman | 2023-09-22 | 9 | -195/+114 |
|\ \ |
|
| * | | Adds type hint to the method parameter. | Faraz Samapoor | 2023-09-21 | 1 | -1/+1 |
| * | | Refactors lib/private/Collaboration. | Faraz Samapoor | 2023-09-21 | 9 | -195/+114 |
* | | | Merge pull request #39013 from fsamapoor/refactor_lib_private_security_part3 | Robin Appelman | 2023-09-22 | 9 | -152/+53 |
|\ \ \ |
|
| * | | | Update lib/private/Security/Certificate.php | Faraz Samapoor | 2023-09-21 | 1 | -1/+0 |
| * | | | Updates the typed properties. | Faraz Samapoor | 2023-09-21 | 1 | -4/+4 |
| * | | | Refactors lib/private/Security. | Faraz Samapoor | 2023-09-21 | 9 | -151/+53 |
| |/ / |
|
* | | | Merge pull request #39075 from fsamapoor/refactor_lib_private_profile | Robin Appelman | 2023-09-22 | 6 | -156/+58 |
|\ \ \ |
|
| * | | | Update lib/private/Profile/Actions/FediverseAction.php | Faraz Samapoor | 2023-07-13 | 1 | -1/+1 |
| * | | | Refactors lib/private/Profile. | Faraz Samapoor | 2023-06-29 | 6 | -156/+58 |
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-22 | 4 | -2/+36 |
* | | | | Merge pull request #40288 from nextcloud/feat/appframework/rate-limiter | Joas Schilling | 2023-09-21 | 8 | -2/+123 |
|\ \ \ \ |
|
| * | | | | feat(appframework): Expose programmatic rate limiter | Christoph Wurst | 2023-09-20 | 8 | -2/+123 |
* | | | | | Merge pull request #40499 from nextcloud/known-mtime-wrapper | Robin Appelman | 2023-09-21 | 3 | -0/+144 |
|\ \ \ \ \ |
|
| * | | | | | add wrapper to ensure we don't get an mtime that is lower than we know it is | Robin Appelman | 2023-09-19 | 3 | -0/+144 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge pull request #39216 from shdehnavi/replace_substr_calls_in_lib_private | Robin Appelman | 2023-09-21 | 10 | -18/+18 |
|\ \ \ \ \ |
|
| * | | | | | Update lib/private/DateTimeFormatter.php | Hamid Dehnavi | 2023-09-05 | 1 | -1/+1 |
| * | | | | | Update lib/private/DateTimeFormatter.php | Hamid Dehnavi | 2023-09-05 | 1 | -1/+1 |
| * | | | | | Make adjustments based on the review | Hamid Dehnavi | 2023-07-20 | 1 | -1/+1 |
| * | | | | | Refactor "substr" calls to improve code readability | Hamid Dehnavi | 2023-07-07 | 10 | -18/+18 |
* | | | | | | Merge pull request #40508 from nextcloud/fix/migrate-apps-away-from-ilogger | Côme Chilliet | 2023-09-21 | 1 | -1/+1 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | Migrate applications away from deprecated ILogger | Côme Chilliet | 2023-09-21 | 1 | -1/+1 |
* | | | | | | Merge pull request #38989 from fsamapoor/refactor_lib_private_avatar | Christoph Wurst | 2023-09-21 | 4 | -105/+24 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fixes psalm errors: RedundantCondition and TypeDoesNotContainNull. | Faraz Samapoor | 2023-06-27 | 1 | -1/+1 |
| * | | | | | | Refactors lib/private/Avatar. | Faraz Samapoor | 2023-06-25 | 4 | -105/+24 |
* | | | | | | | Merge pull request #40511 from nextcloud/fix/dashboard-widgets-api | Kate | 2023-09-20 | 2 | -3/+6 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Fix Dashboard IManager getWidgets return annotation | jld3103 | 2023-09-20 | 2 | -3/+6 |
* | | | | | | | | Merge pull request #39574 from nextcloud/fix/noid/ocm-controller | Arthur Schiwon | 2023-09-20 | 12 | -73/+882 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | small fixes | Maxence Lange | 2023-09-20 | 1 | -1/+1 |
| * | | | | | | | ocm controller | Maxence Lange | 2023-09-20 | 12 | -73/+882 |
* | | | | | | | | use multipart copy for s3 | Robin Appelman | 2023-09-20 | 1 | -4/+12 |
|/ / / / / / / |
|
* | | | | / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-20 | 2 | -0/+14 |
| |_|_|_|/ /
|/| | | | | |
|
* | | | | | | Merge pull request #40488 from nextcloud/bugfix/noid/message-expiration-break... | Joas Schilling | 2023-09-19 | 1 | -0/+16 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | fix(comments): Use provided offset in best effort when loading comments | Joas Schilling | 2023-09-18 | 1 | -0/+16 |
| | |_|/ /
| |/| | | |
|