aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanupJoas Schilling2023-08-0443-956/+709
|\
| * fix!: Move getEventDispatcher usage to IEventDispatcherJoas Schilling2023-07-287-6/+63
| * chore!: Remove legacy SymfonyAdapterJoas Schilling2023-07-287-553/+0
| * fix!: Remove LegacyBeforeTemplateRenderedListener from files_sharingJoas Schilling2023-07-284-61/+0
| * fix: Migrate collaboration listener and remove legacy adapterJoas Schilling2023-07-282-36/+17
| * fix!: Remove LegacyLoadAdditionalScriptsAdapterJoas Schilling2023-07-285-62/+2
| * fix: Remove legacy dispatcher from share managerJoas Schilling2023-07-285-26/+0
| * feat!: Migrate Share accepted event to typed eventJoas Schilling2023-07-285-3/+56
| * feat!: Migrate unShare events to typed eventsJoas Schilling2023-07-289-87/+199
| * feat!: Migrate Sharing events to typed eventsJoas Schilling2023-07-2810-74/+133
| * feat!: Migrate AccountManager event to typed eventJoas Schilling2023-07-287-34/+87
| * feat!: Migrate TagService events to typed eventsJoas Schilling2023-07-287-14/+152
* | Merge pull request #39689 from nextcloud/bugfix/39135/remove-share-notificati...Joas Schilling2023-08-041-0/+8
|\ \
| * | fix(notifications): Remove share notification when the node is deletedJoas Schilling2023-08-031-0/+8
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-0470-26/+324
* | | Merge pull request #39651 from nextcloud/feat/files-remindersPytal2023-08-0334-0/+2501
|\ \ \
| * | | enh: handle user deletedChristopher Ng2023-08-036-2/+62
| * | | fix: set endpoint descriptionChristopher Ng2023-08-031-1/+1
| * | | fix(ci): add to enabled appsChristopher Ng2023-08-031-0/+1
| * | | fix: ignore non-existingChristopher Ng2023-08-031-0/+6
| * | | enh: add json output to commandChristopher Ng2023-08-031-15/+40
| * | | enh: add codeownerChristopher Ng2023-08-031-0/+1
| * | | fix: return null if table existsChristopher Ng2023-08-031-0/+4
| * | | fix: remove unnecessary parsed subjectChristopher Ng2023-08-031-5/+0
| * | | enh: highlight filenameChristopher Ng2023-08-031-3/+1
| * | | fix: catch NodeNotFoundException in notifierChristopher Ng2023-08-031-2/+5
| * | | fix: exit on reminder not foundChristopher Ng2023-08-032-1/+10
| * | | enh: handle node deletedChristopher Ng2023-08-037-6/+81
| * | | fix: construct background jobsChristopher Ng2023-08-032-2/+2
| * | | fix: remove throwable handlingChristopher Ng2023-08-032-13/+0
| * | | fix: return ocs dataChristopher Ng2023-08-031-18/+18
| * | | enh: does not exist return nullChristopher Ng2023-08-031-1/+4
| * | | enh: serialize pathChristopher Ng2023-08-031-2/+2
| * | | enh: comment intervalChristopher Ng2023-08-031-1/+1
| * | | enh: return created status codeChristopher Ng2023-08-032-2/+9
| * | | fix: create only if file existsChristopher Ng2023-08-032-0/+11
| * | | feat(files_reminders): add remove endpointChristopher Ng2023-08-033-5/+30
| * | | fix: update find due queryChristopher Ng2023-08-031-3/+1
| * | | feat(files_reminders): create or updateChristopher Ng2023-08-034-17/+27
| * | | enh: add updated atChristopher Ng2023-08-035-8/+18
| * | | fix: catch ThrowableChristopher Ng2023-08-031-3/+3
| * | | enh: rename to due dateChristopher Ng2023-08-039-34/+35
| * | | enh: add to shippedChristopher Ng2023-08-031-0/+2
| * | | fix: add composer autoloadChristopher Ng2023-08-0313-0/+1171
| * | | feat(files_reminders): add api controllerChristopher Ng2023-08-034-0/+179
| * | | enh: implement JsonSerializableChristopher Ng2023-08-031-1/+13
| * | | enh: add created atChristopher Ng2023-08-034-9/+18
| * | | enh: use datetimeChristopher Ng2023-08-034-8/+9
| * | | feat(files_reminders): add list commandChristopher Ng2023-08-036-27/+229
| * | | feat(files_reminders): add service and notifierChristopher Ng2023-08-035-1/+310