aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #39321 from nextcloud/feature/openapi/files_externalRobin Appelman2023-07-136-4/+215
|\ | | | | files_external: Add OpenAPI spec
| * files_external: Add OpenAPI specjld31032023-07-116-4/+215
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | Merge pull request #39323 from nextcloud/fix/noid/getstorge-before-rmMaxence Lange2023-07-131-0/+6
|\ \ | | | | | | files_external: getStorage before remove
| * | getStorage before removeMaxence Lange2023-07-111-0/+6
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | cloud_federation_api: Fix OpenAPI specjld31032023-07-131-1/+1
| | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | Merge pull request #39316 from nextcloud/feature/openapi/oauth2Kate2023-07-133-13/+25
|\ \ \ | | | | | | | | oauth2: Add OpenAPI spec
| * | | oauth2: Add OpenAPI specjld31032023-07-123-13/+25
| | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | Merge pull request #39328 from nextcloud/feature/openapi/federatedfilesharingKate2023-07-135-57/+1020
|\ \ \ \ | | | | | | | | | | federatedfilesharing: Add OpenAPI spec
| * | | | federatedfilesharing: Add OpenAPI specjld31032023-07-125-57/+1020
| | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | files_versions: Add OpenAPI specjld31032023-07-133-5/+154
| | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | fix(updatenotification): Remove deprecated `NcPopoverMenu` and cleanupFerdinand Thiessen2023-07-131-125/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replace `NcPopoverMenu` with `NcActions` and cleanup related code * Move text under related heading for better content structure * Fix some eslint warnings Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | fix(updatenotification): Use `@nextcloud/l10n` to avoid deprecation warningsFerdinand Thiessen2023-07-131-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #39318 from nextcloud/feature/openapi/cloud_federation_apiKate2023-07-136-41/+134
|\ \ \ \ \ | | | | | | | | | | | | cloud_federation_api: Add OpenAPI spec
| * | | | | cloud_federation_api: Add OpenAPI specjld31032023-07-136-27/+101
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
| * | | | | cloud_federation_api: Fix bad request responsesjld31032023-07-131-14/+33
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | | Merge pull request #39050 from nextcloud/enh/a11y-users-tablePytal2023-07-1215-1037/+1228
|\ \ \ \ \ \
| * | | | | | test(settings): Users tableChristopher Ng2023-07-121-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | fix(cypress): users_disableChristopher Ng2023-07-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | chore: Compile assetsChristopher Ng2023-07-122-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | enh(a11y): Users tableChristopher Ng2023-07-1214-1036/+1223
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | Merge pull request #39320 from nextcloud/feature/openapi/files_trashbinKate2023-07-133-1/+148
|\ \ \ \ \ \ | |/ / / / / |/| | | | | files_trashbin: Add OpenAPI spec
| * | | | | files_trashbin: Add OpenAPI specjld31032023-07-133-1/+148
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-1344-240/+446
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #39297 from nextcloud/fix/dav/close-cursorJoas Schilling2023-07-122-2/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix(dav): close cursor when fetching max id
| * | | | | | fix(dav): close cursor when fetching max idRichard Steinmetz2023-07-112-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | Merge pull request #39337 from nextcloud/fix/workflowengine-ncmultiselectFerdinand Thiessen2023-07-121-53/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix(workflowengine): Migrate from deprecated `NcMultiselect` to `NcSelect`
| * | | | | | | fix(workflowengine): Migrate from deprecated NcMultiselect to NcSelect componentFerdinand Thiessen2023-07-121-53/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | Merge pull request #36830 from nextcloud/bugfix/noid/flow-mime-shareArthur Schiwon2023-07-122-10/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | fix: Avoid failing with duplicate checks
| * | | | | | | fix: Avoid failing with duplicate checksJulius Härtl2023-07-122-10/+4
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / | | | | | add commands to copy/move filesRobin Appelman2023-07-125-0/+261
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | / / / / files: Add OpenAPI specjld31032023-07-1213-10/+2116
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | Merge pull request #39268 from nextcloud/bugfix/noid/request-time-flowJoas Schilling2023-07-121-1/+1
|\ \ \ \ \ | | | | | | | | | | | | fix(flow): Revert invalid rename of check class for RequestTime
| * | | | | fix(flow): Revert invalid rename of check class for RequestTimeJulius Härtl2023-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-12220-3080/+2870
| |_|_|/ / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #39315 from nextcloud/feature/openapi/davKate2023-07-113-0/+20
|\ \ \ \ \ | | | | | | | | | | | | dav: Add OpenAPI spec
| * | | | | dav: Add OpenAPI specjld31032023-07-113-0/+20
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | Merge pull request #39312 from nextcloud/feature/openapi/updatenotificationKate2023-07-115-4/+261
|\ \ \ \ \ | |_|_|_|/ |/| | | | updatenotification: Add OpenAPI spec
| * | | | updatenotification: Add OpenAPI specjld31032023-07-115-4/+261
| |/ / / | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | Merge pull request #39277 from ↵Julia Kirschenheuter2023-07-112-3/+5
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/test/4193-Buttons_accessibility_improvements Set double outline to buttons in focus state
| * | | Set double outline to buttons in focus statejulia.kirschenheuter2023-07-112-3/+5
| | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | feat(files_sharing): add openInFiles actionJohn Molakvoæ2023-07-117-8/+164
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | fix(files_sharing): error and size/mtime for deleted sharesJohn Molakvoæ2023-07-112-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | fix(files): empty default actionJohn Molakvoæ2023-07-112-8/+22
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | chore: compile assetsJohn Molakvoæ2023-07-111-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | chore: add actions testingJohn Molakvoæ2023-07-118-7/+698
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | fix: legacy files favorite event node typeJohn Molakvoæ2023-07-111-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | fix: adjust testingJohn Molakvoæ2023-07-119-199/+615
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | fix: drop legacy sharing filesJohn Molakvoæ2023-07-1112-1113/+20
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | fix(files): actions permissions requirementsJohn Molakvoæ2023-07-118-15/+58
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | feat(sharing): add sharing overview viewJohn Molakvoæ2023-07-1110-21/+581
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>