aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Set double outline to buttons in focus statejulia.kirschenheuter2023-07-112-3/+5
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.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
| * | | | | comments: Add OpenAPI specjld31032023-07-103-4/+112
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | | fix(files_sharing): hide download permission for circle sharesRichard Steinmetz2023-07-101-0/+6
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-1028-26/+194
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0916-28/+56
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0834-62/+168
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #39133 from nextcloud/feature/openapi/user_statusArthur Schiwon2023-07-0710-52/+167
|\ \ \ \ | |_|/ / |/| | | user_status: Add OpenAPI spec
| * | | user_status: Add OpenAPI specjld31032023-07-0410-52/+167
| | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0736-426/+1006
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | docs(dav): remove outdated commentArthur Schiwon2023-07-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The method was added actually to PHP API in 28 and the mentioned check is not in place anymore. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #39189 from nextcloud/bugfix/noid/cleanupCôme Chilliet2023-07-062-10/+2
|\ \ \ \ | | | | | | | | | | fix: Cleanup unused imports and some type deprecations
| * | | | fix: Cleanup unused imports and some type deprecationsJoas Schilling2023-07-062-10/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #39165 from ↵Louis2023-07-062-6/+14
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/artonge/feat/enable_versions_features_with_groupfolders_enabled Enable all files_versions features when groupfolders is enabled
| * | | | Enable all files versions features when groupfolders is enabledLouis Chemineau2023-07-052-6/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-06160-618/+1108
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | fix(files): show a border around the favorite icon for better contrastJohn Molakvoæ2023-07-051-0/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | fix: favorites colour, icon, unwanted eslint-disable, typing and previewJohn Molakvoæ2023-07-0513-79/+69
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | fix(files): invalid default actionsJohn Molakvoæ2023-07-055-6/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | chore: remove old favorites viewJohn Molakvoæ2023-07-0512-1020/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | feat: add caption propJohn Molakvoæ2023-07-051-0/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | feat: add favorites view testingJohn Molakvoæ2023-07-0511-18/+221
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | chore: update webdav to 5.2.2John Molakvoæ2023-07-051-3/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | fix(files): sanitize name and ext displayJohn Molakvoæ2023-07-052-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | feat: add modified columnJohn Molakvoæ2023-07-0511-13/+73
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | fix(files): fix actions svgJohn Molakvoæ2023-07-056-12/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | feat: add view in folder action with testsJohn Molakvoæ2023-07-053-0/+230
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>