aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* feat(files_reminders): add background jobsChristopher Ng2023-08-032-0/+112
* feat(files_reminders): add info xmlChristopher Ng2023-08-031-0/+32
* feat(files_reminders): add ApplicationChristopher Ng2023-08-031-0/+48
* feat: init files_reminders migrationChristopher Ng2023-08-033-0/+194
* Merge pull request #39673 from nextcloud/feat/theming-admin-image-mimeJohn Molakvoæ2023-08-033-1/+16
|\
| * feat(theming): add mime accept in Theming image file pickerJohn Molakvoæ2023-08-033-1/+16
* | Merge pull request #39641 from nextcloud/fix/openapiJulien Veyssier2023-08-034-12/+30
|\ \ | |/ |/|
| * Fix OpenAPI specsjld31032023-08-034-12/+30
* | Merge pull request #39656 from nextcloud/fix/filename-files/masterJohn Molakvoæ2023-08-031-2/+10
|\ \ | |/ |/|
| * fix(files): fix extension with custom displayNameJohn Molakvoæ (skjnldsv)2023-08-021-2/+10
* | Merge pull request #39150 from fsamapoor/refactor_files_app_commandsCôme Chilliet2023-08-0312-218/+160
|\ \
| * \ Merge branch 'master' into refactor_files_app_commandsFaraz Samapoor2023-08-01986-7612/+15445
| |\ \
| * | | Fixes Psalm's "InvalidArgument" error.Faraz Samapoor2023-07-121-1/+1
| * | | Fixes Psalm's "LessSpecificReturnStatement" error.Faraz Samapoor2023-07-121-2/+3
| * | | Refactors files app commands.Faraz Samapoor2023-07-1212-211/+156
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-0366-38/+286
| |_|/ |/| |
* | | fix(cypress): Really mock the initial state instead of trying to stub a moduleFerdinand Thiessen2023-08-021-41/+21
* | | fix(dav): Update jest snapshot for changed vue sidebar tabFerdinand Thiessen2023-08-021-159/+214
* | | fix: Resolve code linting issuesFerdinand Thiessen2023-08-021-7/+8
* | | chore: Update nextcloud-vue to v8 beta2 and renamed changed propertiesFerdinand Thiessen2023-08-0233-83/+83
* | | Merge pull request #39567 from nextcloud/enh/ai-admin-settingsJulien Veyssier2023-08-0229-55/+603
|\ \ \
| * | | compile assetsJulien Veyssier2023-08-021-1/+1
| * | | fix wrong NcSelect event in AI admin settingsJulien Veyssier2023-08-021-1/+1