summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #43560 from nextcloud/enh/clear-file-remindersPytal2024-02-1410-8/+187
|\
| * chore: compile assetsChristopher Ng2024-02-142-3/+3
| * enh(files_reminders): Allow clearing remindersChristopher Ng2024-02-144-5/+90
| * feat(files_reminders): Add propfind dav pluginChristopher Ng2024-02-144-0/+94
* | Merge pull request #43581 from nextcloud/bugfix/noid/use-real-deprecationJoas Schilling2024-02-1439-14/+825
|\ \ | |/ |/|
| * fix(OCP): Add since tag for all constantsJoas Schilling2024-02-1437-6/+795
| * fix(OCP): Check for typos in "deprecated"Joas Schilling2024-02-141-4/+26
| * fix(settings): Deprecate old things for realJoas Schilling2024-02-141-4/+4
|/
* Merge pull request #43582 from nextcloud/chore/deps-nextcloud-uploadMaksim Sukharev2024-02-149-16/+17
|\
| * chore(deps): bump `@nextcloud/upload` to `1.0.5`skjnldsv2024-02-149-16/+17
|/
* Merge pull request #43570 from nextcloud/chore/remove-old-migrationsJohn Molakvoæ2024-02-145-231/+0
|\
| * chore: Remove old theming migration steps as they are only needed onceJulius Härtl2024-02-145-231/+0
* | Merge pull request #43514 from nextcloud/chore/drone-to-github-checkersJoas Schilling2024-02-142-24/+97
|\ \
| * | chore: Sign .drone.yml configJoas Schilling2024-02-141-1/+1
| * | chore(CI): Migrate autocheckers from Drone to GitHubFerdinand Thiessen2024-02-142-23/+96
| |/
* | Merge pull request #43548 from nextcloud/enh/stt-error-in-eventJulien Veyssier2024-02-141-0/+1
|\ \ | |/ |/|
| * Use the STT provider's exception message in the RuntimeException that will be...Julien Veyssier2024-02-141-0/+1
|/
* Merge pull request #43461 from nextcloud/fix/get-rid-of-getloggerF. E Noel Nfebe2024-02-1422-76/+127
|\
| * chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-1322-76/+127
* | Merge pull request #43549 from nextcloud/dependabot/composer/laravel/serializ...Joas Schilling2024-02-141-0/+0
|\ \
| * | chore(deps): Bump laravel/serializable-closure from 1.2.2 to 1.3.3Joas Schilling2024-02-141-0/+0
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-142012-13656/+13950
* | Merge pull request #34178 from nextcloud/replace-user-to-account-or-personJohn Molakvoæ2024-02-13162-323/+324
|\ \
| * | fix: replace `Account name` by `Login`John Molakvoæ2024-02-1340-62/+62
| * | fix: cypressJohn Molakvoæ2024-02-1339-78/+78
| * | fix: phpunitJohn Molakvoæ2024-02-137-11/+11
| * | fix: openapiJohn Molakvoæ2024-02-1312-22/+23
| * | feat: rename users to account or personVincent Petry2024-02-13109-220/+220
|/ /
* | Merge pull request #43554 from nextcloud/fix/types-importFerdinand Thiessen2024-02-1317-25/+33
|\ \
| * | chore: Compile assetsFerdinand Thiessen2024-02-1310-15/+15
| * | fix: Correctly import types in Typescript filesFerdinand Thiessen2024-02-137-10/+18
| |/
* | Merge pull request #43532 from nextcloud/chore/remove-dead-codeJohn Molakvoæ2024-02-132-23/+2
|\ \
| * | fix(files): Remove dead code from files controllersFerdinand Thiessen2024-02-122-23/+2
* | | Merge pull request #43491 from nextcloud/fix/files-sharing--tab-stylesGrigorii K. Shartsev2024-02-138-10/+10
|\ \ \ | |_|/ |/| |
| * | chore(assets): Recompile assetsGrigorii K. Shartsev2024-02-137-7/+7
| * | fix(files_sharing): lost styles for SharingEntryLinkGrigorii K. Shartsev2024-02-131-3/+3
|/ /
* | Merge pull request #41300 from nextcloud/enh/add-timezone-generatorAnna2024-02-133-0/+32
|\ \
| * | Add timezone getter to ITimeFactoryAnna Larch2024-02-133-0/+32
|/ /
* | Merge pull request #43490 from nextcloud/dependabot/composer/symfony/console-...Joas Schilling2024-02-131-0/+0
|\ \
| * | chore(deps): Bump symfony/console from 5.4.24 to 5.4.35Joas Schilling2024-02-131-0/+0
* | | Merge pull request #43519 from nextcloud/bugfix/41244/improve-video-verificat...Joas Schilling2024-02-138-14/+14
|\ \ \ | |/ / |/| |
| * | chore(assets): Recompile JSJoas Schilling2024-02-127-7/+7
| * | fix(sharing): Move video verification option to password and hide without TalkJoas Schilling2024-02-121-7/+7
* | | Merge pull request #43542 from nextcloud/fix/db/long-transaction-exception-me...Arthur Schiwon2024-02-131-1/+1
|\ \ \
| * | | fix(db): Unify long transaction log/exception messageChristoph Wurst2024-02-131-1/+1
* | | | Merge pull request #39889 from nextcloud/cache-diJohn Molakvoæ2024-02-1312-82/+142
|\ \ \ \
| * | | | use OCP\ServerRobin Appelman2024-02-123-4/+6
| * | | | also improe cache ci for shared cacheRobin Appelman2024-02-096-26/+36
| * | | | improve di performance for cacheRobin Appelman2024-02-097-55/+103
* | | | | Merge pull request #42761 from nextcloud/enh/speech-to-text-provider-with-useridJoas Schilling2024-02-134-0/+45
|\ \ \ \ \