Ferdinand Thiessen
ef2c312b18
feat(settings): Migrate data directory protection check to SetupCheck
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-02-29 13:54:01 +01:00
John Molakvoæ
fa0e3d66ba
Merge pull request #42542 from nextcloud/aac-mimetype
2024-02-29 12:31:58 +01:00
John Molakvoæ
8df55ef5aa
Merge pull request #29988 from nextcloud/enh/hide-overwrites-from-disabled-apps-list
2024-02-29 11:47:50 +01:00
John Molakvoæ
747c391953
Merge pull request #30957 from rotdrop/bugfix/collaboration-mail-plugin-fix-array-access-resulting-in-type-error
2024-02-29 08:40:27 +01:00
Nextcloud bot
ff9c3b0ee2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-29 00:20:21 +00:00
John Molakvoæ
be98ea3e63
Merge pull request #43775 from nextcloud/enforce/forbidden_chars
2024-02-28 22:47:50 +01:00
Ferdinand Thiessen
1017f4f34a
fix: Also expose forbidden filename character in the capabilities
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-02-28 22:19:25 +01:00
Ferdinand Thiessen
27642d3e6d
fix: Enforce forbidden filename characters on backend
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-02-28 22:19:25 +01:00
John Molakvoæ
281c8a49a7
Merge pull request #41202 from nextcloud/pulsejet/fix-webdav
2024-02-28 22:18:43 +01:00
John Molakvoæ
6cac8d0df4
Merge pull request #39244 from shdehnavi/refactor_dashboard_app
2024-02-28 20:41:34 +01:00
Richard Steinmetz
0304330f6f
Merge pull request #43745 from nextcloud/feat/dav/write-default-calendar-url
...
feat(dav): update a principal's schedule-default-calendar-URL
2024-02-28 20:08:55 +01:00
Varun Patil
b03fd6e363
fix(dav): multiple fixes in usage of webdav library
...
1. Refresh token on update
2. Fix some very weird imports
3. Patch fetch instead of request to prevent accessing impl details
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2024-02-28 19:23:47 +01:00
John Molakvoæ
1a9cab31dc
Merge branch 'master' into refactor_dashboard_app
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2024-02-28 19:15:01 +01:00
John Molakvoæ
dfd42307f0
Merge pull request #43860 from nextcloud/feat/files-search-provider-by-path
2024-02-28 19:09:53 +01:00
John Molakvoæ
6fc9fec456
Merge pull request #27613 from Dreamsorcerer/patch-2
2024-02-28 18:40:23 +01:00
skjnldsv
9123d6fffe
fix(cli): do not check the data directory if not setup
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-02-28 15:54:55 +01:00
Ferdinand Thiessen
f2f1074396
Merge pull request #43607 from nextcloud/enh/migrate-ocx-providers-setupcheck
...
enh(setting): Migrate OCM / OCS provider tests to SetupCheck
2024-02-28 15:01:59 +01:00
Richard Steinmetz
53ef6c5f71
feat(dav): update a principal's schedule-default-calendar-URL
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-02-28 14:51:10 +01:00
Sam Bull
ae3b9cce99
feat: check datadirectory owner instead of config.php owner
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-02-28 14:20:30 +01:00
Joas Schilling
7cc20468f1
Merge pull request #43884 from nextcloud/bugfix/noid/allow-to-handle-error-codes
...
fix(federation): Allow cloud federation providers to handle unsuccess…
2024-02-28 12:47:59 +01:00
Joas Schilling
ecb111cec7
fix(federation): Allow cloud federation providers to handle unsuccessful return codes
...
Otherwise they are put to retry and will immediately trigger bruteforce protection infinitely
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-02-28 10:20:55 +01:00
Joas Schilling
6f95febe17
Merge pull request #43646 from nextcloud/feat/noid/occ-keys-test-command
...
Add user:keys:verify command
2024-02-28 09:20:04 +01:00
Greta
b2751b57f9
Merge pull request #43209 from nextcloud/enh/edit-indices
...
feat(occ): add possibility to edit indices
2024-02-28 09:05:23 +01:00
Simon L
0f9f24479a
Merge pull request #40667 from nextcloud/rakekniven-patch-2
2024-02-28 02:53:11 +01:00
Nextcloud bot
7560415105
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-28 00:28:25 +00:00
Joas Schilling
e802996e3e
Merge pull request #43875 from nextcloud/feat/noid/mention-for-federated-things
...
feat(comments): Allow mentions of federated users, groups and teams
2024-02-28 01:06:05 +01:00
nextcloud-command
214dead8a8
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-02-27 23:55:33 +00:00
Marcel Müller
e23e89f384
feat(occ): Add user:keys:test command
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-02-27 22:43:08 +01:00
MichaIng
7b137ddd75
feat(updater): hide overwrites from disabled apps list on upgrade
...
If an incompatible app is enabled manually, it is added to the "app_install_overwrite" array in config.php. Nextcloud upgrades won't disable any app in this array, but they were still shown on the upgrade page and logs as being disabled.
This commit assures that only apps which are really disabled, i.e. which are not in the "app_install_overwrite" array, are shown and logged as disabled during upgrades.
Signed-off-by: MichaIng <micha@dietpi.com>
2024-02-27 20:19:56 +01:00
Claus-Justus Heine
493333036b
fix(collaboration): collaboration MailPlugin: Protect access to a potentially missing array component by ??.
...
Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
2024-02-27 17:50:51 +01:00
Joas Schilling
e5b0c06b24
feat(comments): Allow mentions of federated users, groups and teams in the future
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-02-27 17:11:23 +01:00
rakekniven
e9daa1cbba
fix(i18n): Corrected grammar
...
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2024-02-27 17:05:09 +01:00
John Molakvoæ
455a209b9c
Merge pull request #43768 from nextcloud/artonge/tests/add_tests_for_versions_actions
2024-02-27 15:09:21 +01:00
Ferdinand Thiessen
2e8c9f2c32
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-02-27 14:52:16 +01:00
Ferdinand Thiessen
ad747ab62b
feat(settings): Migrate OCM / OCS provider tests to SetupCheck
...
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-02-27 14:52:10 +01:00
Unpublished
4af1c5cb33
Add .aac mime type mapping
...
Signed-off-by: Unpublished <Unpublished@users.noreply.github.com>
2024-02-27 14:44:23 +01:00
Ferdinand Thiessen
250084f8b9
Merge pull request #43850 from nextcloud/fix/f-droid-svg
...
fix(core): Convert text to path in f-droid banner SVG
2024-02-27 11:58:15 +01:00
John Molakvoæ
831a779037
Merge pull request #41317 from fabianzw/fix/admin_overview_version
2024-02-27 11:26:42 +01:00
Johannes Merkel
06d076410a
feat(occ): add possibility to edit indices
...
Signed-off-by: Johannes Merkel <mail@johannesgge.de>
2024-02-27 11:03:08 +01:00
Benjamin Gaussorgues
f3b5c7caf3
feat(search): allows to search files by path
...
Use `GET search/providers/files/search?path=<path>` with beginning of
the path
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-02-27 10:43:06 +01:00
John Molakvoæ
5993a428ea
Merge pull request #43854 from theTyster/fix/add-button-switching-to-new
2024-02-27 10:41:08 +01:00
Fabian Zwemke
6a49509d4b
fix(settings): Always show "Nextcloud" before version number
...
Signed-off-by: Fabian Zwemke <fabian@zwemke.de>
2024-02-27 10:31:16 +01:00
Richard Steinmetz
2ae5bdba89
Merge pull request #43838 from nextcloud/fix/wrap-exception-page
...
fix: wrap text on exception page
2024-02-27 10:05:29 +01:00
Louis Chemineau
f7a0246290
test(files_versions): Add tests for versions actions
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-02-27 09:28:23 +01:00
Louis Chemineau
77148905f0
test: Add cypress/download folder to .gitignore
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-02-27 09:28:23 +01:00
Louis Chemineau
6594f8d472
build: Compile assets
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-02-27 09:28:23 +01:00
Louis Chemineau
7962379511
test(files_sharing): Add utils to e2e tests files_sharing
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-02-27 09:22:29 +01:00
Louis Chemineau
83d08a293a
test(files): Add move and copy utils for e2e tests
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-02-27 09:22:29 +01:00
Louis Chemineau
ebff12f60e
fix(files_version): Prevent error in nc/vue when deleting an NcListItem in from one of its actions
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-02-27 09:22:29 +01:00
Louis Chemineau
bd88ecf534
test: Add test selector on sharing and versions components
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-02-27 09:22:29 +01:00