Commit graph

68494 commits

Author SHA1 Message Date
jld3103
bb1e73de97
files_external: Add OpenAPI spec
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-07-11 17:22:35 +02:00
Julia Kirschenheuter
a756600b91
Merge pull request #39277 from nextcloud/test/4193-Buttons_accessibility_improvements
Set double outline to buttons in focus state
2023-07-11 16:52:48 +02:00
John Molakvoæ
2cf8d6d965
Merge pull request #39196 from nextcloud/feat/f2v/sharing 2023-07-11 15:06:03 +02:00
John Molakvoæ
74763e8757
feat(files_sharing): add openInFiles action
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-07-11 13:55:10 +02:00
John Molakvoæ
8e1c693be5
fix(files_sharing): error and size/mtime for deleted shares
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-07-11 13:55:10 +02:00
John Molakvoæ
b766589d6c
fix(files): empty default action
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-07-11 13:55:10 +02:00
John Molakvoæ
71cfc7ddba
chore: compile assets
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-07-11 13:55:08 +02:00
John Molakvoæ
1a46104d50
chore: add actions testing
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-07-11 13:52:28 +02:00
John Molakvoæ
2d6e50a8db
fix: legacy files favorite event node type
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-07-11 13:52:28 +02:00
John Molakvoæ
f5f142d31b
fix: adjust testing
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-07-11 13:52:28 +02:00
John Molakvoæ
b0418f730f
fix: drop legacy sharing files
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-07-11 13:52:28 +02:00
John Molakvoæ
a9f7e66d3d
fix(files): actions permissions requirements
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-07-11 13:52:28 +02:00
John Molakvoæ
6f54f72bb4
feat(sharing): add sharing overview view
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-07-11 13:52:27 +02:00
Louis
5c6ed30369
Merge pull request #39296 from nextcloud/dependabot/npm_and_yarn/semver-5.7.2
chore(deps): Bump semver from 5.7.1 to 5.7.2
2023-07-11 12:55:53 +02:00
Kate
2ca7f39fd2
Merge pull request #39280 from nextcloud/feature/openapi/federation
federation: Add OpenAPI spec
2023-07-11 12:13:59 +02:00
Joas Schilling
e285d72c10
Merge pull request #38561 from nextcloud/feat/noid/allow-to-match-client-versions-with-regex
feat(request): Allow to match the client version with the IRequest::U…
2023-07-11 11:36:54 +02:00
julia.kirschenheuter
34bbb4ed48 Set double outline to buttons in focus state
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-07-11 11:22:39 +02:00
Benjamin Gaussorgues
12ee2581aa
Merge pull request #39169 from nextcloud/fix/migrate-to-psr-logger-interface-files_sharing
Migrate files sharing to PSR LoggerInterface
2023-07-11 11:15:26 +02:00
Benjamin Gaussorgues
65c26c2fe0
Merge pull request #39160 from nextcloud/fix/migrate-to-psr-logger-interface-federatedfilesharing
Migrate federated file sharing to PSR LoggerInterface
2023-07-11 11:12:50 +02:00
Kate
5661fe9719
Merge pull request #39286 from nextcloud/feature/openapi/dashboard
dashboard: Add OpenAPI spec
2023-07-11 10:57:14 +02:00
dependabot[bot]
233cefbbed chore(deps): Bump semver from 5.7.1 to 5.7.2
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-07-11 06:59:16 +00:00
John Molakvoæ
2dfd9ee3c9
Merge pull request #39190 from nextcloud/bugfix/noid/move-dav-app-to-non-deprecated-dispatcher 2023-07-11 08:27:30 +02:00
Kate
428153c8ba
Merge pull request #39272 from nextcloud/feature/openapi/sharebymail
sharebymail: Add OpenAPI spec
2023-07-11 07:43:52 +02:00
Joas Schilling
33913ebc34
fix(workflowengine): Fix tested user agents of Android and iOS to match real ones
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-07-11 07:40:22 +02:00
Joas Schilling
308fc8d8ed
fix(dav): Use IRequest constant to match version
The pattern matches since a 10 year old client version

Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-07-11 07:35:50 +02:00
Joas Schilling
2c6f32cb28
feat(request): Allow to match the client version with the IRequest::USER_AGENT_* regex
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-07-11 07:35:50 +02:00
jld3103
f8bed12cfb
dashboard: Add OpenAPI spec
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-07-11 07:23:00 +02:00
Nextcloud bot
de3b6a2219
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-11 00:32:22 +00:00
Kate
0f2509e60c
Merge pull request #39287 from nextcloud/feature/openapi/theming
theming: Add OpenAPI spec
2023-07-11 00:13:03 +02:00
Kate
ed27f04307
Merge pull request #39284 from nextcloud/feature/openapi/settings
settings: Add OpenAPI spec
2023-07-10 23:10:25 +02:00
Robin Appelman
f152aefce7
Merge pull request #39248 from nextcloud/custom-properties-preload
preload custom properties when propfinding folders
2023-07-10 21:55:37 +02:00
Kate
ed55c54f05
Merge pull request #39274 from nextcloud/feature/openapi/weather_status
weather_status: Add OpenAPI spec
2023-07-10 18:54:44 +02:00
jld3103
b58ef2c0b1
theming: Add OpenAPI spec
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-07-10 17:25:58 +02:00
jld3103
da7062b939
settings: Add OpenAPI spec
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-07-10 17:06:32 +02:00
Kate
c0f3588098
Merge pull request #39263 from nextcloud/feature/ignore-api-attribute
Add IgnoreOpenAPI attribute
2023-07-10 16:54:13 +02:00
jld3103
d8ce744403
federation: Add OpenAPI spec
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-07-10 15:29:07 +02:00
jld3103
a353b78bda
weather_status: Add OpenAPI spec
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-07-10 15:17:59 +02:00
jld3103
9b822a5722
sharebymail: Add OpenAPI spec
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-07-10 15:14:22 +02:00
jld3103
2d6a62ccee
Add IgnoreOpenAPI attribute
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-07-10 14:25:22 +02:00
Robin Appelman
a84fa17c73
Merge pull request #39170 from nextcloud/orphan-share-command
add command do delete orphan shares
2023-07-10 13:17:17 +02:00
Kate
0d78334c7d
Merge pull request #39257 from nextcloud/feature/openapi/comments
comments: Add OpenAPI spec
2023-07-10 10:48:30 +02:00
Richard Steinmetz
ba2e243ed1
Merge pull request #39146 from nextcloud/fix/hide-circle-download-permission
fix(files_sharing): hide download permission for circle shares
2023-07-10 09:28:37 +02:00
jld3103
58746575dc
comments: Add OpenAPI spec
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-07-10 09:20:14 +02:00
Richard Steinmetz
270d3a4269
fix(files_sharing): hide download permission for circle shares
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-07-10 08:51:49 +02:00
Nextcloud bot
3fb8aad35b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-10 00:28:45 +00:00
Robin Appelman
95c3b8131a
preload custom properties when propfinding folders
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-07-09 02:55:57 +02:00
Nextcloud bot
148c2a8da8
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-09 00:35:19 +00:00
Nextcloud bot
a62a8fab97
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-08 00:30:07 +00:00
Joas Schilling
e1d4b82111
fix(CI): Fix type confusion with Psalm
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-07-07 10:55:17 +02:00
Joas Schilling
2bf339e2a7
fix(dav): Remove listener for events that never existed anywhere
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-07-07 10:53:20 +02:00