summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | | Merge pull request #39280 from nextcloud/feature/openapi/federationKate2023-07-112-4/+452
|\ \ \ | | | | | | | | federation: Add OpenAPI spec
| * | | federation: Add OpenAPI specjld31032023-07-102-4/+452
| | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | Merge pull request #38561 from ↵Joas Schilling2023-07-114-69/+36
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/feat/noid/allow-to-match-client-versions-with-regex feat(request): Allow to match the client version with the IRequest::U…
| * | | fix(workflowengine): Fix tested user agents of Android and iOS to match real ↵Joas Schilling2023-07-111-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | ones Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | fix(dav): Use IRequest constant to match versionJoas Schilling2023-07-113-53/+20
| | |/ | |/| | | | | | | | | | | | | The pattern matches since a 10 year old client version Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #39169 from ↵Benjamin Gaussorgues2023-07-117-142/+58
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/migrate-to-psr-logger-interface-files_sharing Migrate files sharing to PSR LoggerInterface
| * | | Migrate files sharing to PSR LoggerInterfaceBenjamin Gaussorgues2023-07-067-142/+58
| | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | Merge pull request #39160 from ↵Benjamin Gaussorgues2023-07-118-334/+110
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/migrate-to-psr-logger-interface-federatedfilesharing Migrate federated file sharing to PSR LoggerInterface
| * | | | Migrate federated file sharing to PSR LoggerInterfaceBenjamin Gaussorgues2023-07-078-334/+110
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | | Merge pull request #39286 from nextcloud/feature/openapi/dashboardKate2023-07-115-8/+74
|\ \ \ \ \ | | | | | | | | | | | | dashboard: Add OpenAPI spec
| * | | | | dashboard: Add OpenAPI specjld31032023-07-115-8/+74
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | Merge pull request #39190 from ↵John Molakvoæ2023-07-112-31/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/move-dav-app-to-non-deprecated-dispatcher
| * | | | | fix(CI): Fix type confusion with PsalmJoas Schilling2023-07-071-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | fix(dav): Remove listener for events that never existed anywhereJoas Schilling2023-07-071-19/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | fix(dav): Move listener to actually existing eventJoas Schilling2023-07-071-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The legacy event was removed in 4bb31c021e02d1076b5edc13d352e9c058e7c253 Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | fix(dav): Move DAV app to non deprecated event dispatcherJoas Schilling2023-07-072-3/+4
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #39272 from nextcloud/feature/openapi/sharebymailKate2023-07-112-0/+123
|\ \ \ \ \ | |_|/ / / |/| | | | sharebymail: Add OpenAPI spec
| * | | | sharebymail: Add OpenAPI specjld31032023-07-102-0/+123
| | |_|/ | |/| | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-1116-8/+76
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #39287 from nextcloud/feature/openapi/themingKate2023-07-118-71/+149
|\ \ \ \ | | | | | | | | | | theming: Add OpenAPI spec
| * | | | theming: Add OpenAPI specjld31032023-07-108-71/+149
| |/ / / | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | Merge pull request #39284 from nextcloud/feature/openapi/settingsKate2023-07-1010-4/+34
|\ \ \ \ | | | | | | | | | | settings: Add OpenAPI spec
| * | | | settings: Add OpenAPI specjld31032023-07-1010-4/+34
| |/ / / | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | Merge pull request #39248 from nextcloud/custom-properties-preloadRobin Appelman2023-07-101-2/+42
|\ \ \ \ | | | | | | | | | | preload custom properties when propfinding folders
| * | | | preload custom properties when propfinding foldersRobin Appelman2023-07-091-2/+42
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | weather_status: Add OpenAPI specjld31032023-07-106-11/+109
| |/ / / |/| | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | Merge pull request #39170 from nextcloud/orphan-share-commandRobin Appelman2023-07-105-0/+187
|\ \ \ \ | | | | | | | | | | add command do delete orphan shares
| * | | | add command do delete orphan sharesRobin Appelman2023-07-055-0/+187
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #39257 from nextcloud/feature/openapi/commentsKate2023-07-103-4/+112
|\ \ \ \ \ | | | | | | | | | | | | comments: Add OpenAPI spec