Commit graph

69530 commits

Author SHA1 Message Date
Côme Chilliet
4f1e5bc8fd
Merge pull request #32912 from nextcloud/group-backend-batch-method
Add batch methods in user backends
2023-09-11 11:11:00 +02:00
Nextcloud bot
aa241df161
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-11 00:26:58 +00:00
Nextcloud bot
77d87f6cfe
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-10 00:25:18 +00:00
Julius Härtl
023d7966e6
Merge pull request #39211 from shdehnavi/refactor_themes_defaults 2023-09-09 09:53:47 +02:00
Julius Härtl
938a558078
Merge pull request #39226 from shdehnavi/null_coalescing_conversion_tests 2023-09-09 09:51:17 +02:00
Nextcloud bot
c189622529
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-09 00:25:40 +00:00
Julius Härtl
20781097f5
Merge pull request #40349 from nextcloud/fix/noid/autoloader-no-apcu 2023-09-08 20:12:51 +02:00
Pytal
e21f1a9b6d
Merge pull request #40341 from nextcloud/fix/hide-set-reminder-public
fix: Hide set reminder action on public shares
2023-09-08 10:54:35 -07:00
Louis
ebf2422508
Merge pull request #40340 from nextcloud/artonge/fix/fileInfo_access
Fix access to fileInfo in VersionTab.vue
2023-09-08 18:43:52 +02:00
Andy Scherzinger
6984599bd6
Merge pull request #40306 from nextcloud/Valdnet-patch-1
Remove quotation marks
2023-09-08 18:34:29 +02:00
Valdnet
b34e00beee Remove quotation marks
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-09-08 15:53:23 +00:00
Arthur Schiwon
603a659a37
fix(autoloader): no apcu no side effects
apcu lead to side effects especially with app management and (soft)
inter-dependencies, and lead also to 500 server errors. While we could
add management to clear apcu cache in many cases (may stil leave edge
cases) the performance benefit is marginally as also class maps are
already cached in opcache. Hence, the simple and effective way to go is
to not use apcu for autoloading.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-09-08 16:55:39 +02:00
John Molakvoæ
747d9ef511
Merge pull request #40323 from nextcloud/enh/init-scripts 2023-09-08 08:50:34 +02:00
Pytal
ce59e55ffd
Merge pull request #40314 from nextcloud/enh/a11y/search-labels
enh(a11y): Add search contacts label
2023-09-07 17:41:11 -07:00
Nextcloud bot
149e2a06b5
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-08 00:31:24 +00:00
Christopher Ng
3695545b78 chore: Compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-09-07 16:23:01 -07:00
Christopher Ng
861183154b enh(a11y): Add search contacts label
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-09-07 16:23:01 -07:00
Christopher Ng
8031ee862a fix: Hide set reminder action on public shares
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-09-07 16:11:14 -07:00
Louis Chemineau
687c5aef48 Fix access to fileInfo in VersionTab.vue
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-09-07 22:57:08 +02:00
Louis
fdf752fac6
Merge pull request #40296 from nextcloud/artonge/feat/enable_files_versions_for_groupfolders
Enable new versions feature for groupfolders
2023-09-07 21:53:32 +02:00
Julius Härtl
bd65f1ea28
feat: Add dedicated method to load init scripts
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Co-authored-by: John Molakvoæ <skjnldsv@protonmail.com>

Update lib/public/Util.php

Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-09-07 21:42:06 +02:00
Côme Chilliet
d18bb7e9bb
Build query once instead of in-loop
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-09-07 17:07:47 +02:00
Kate
eb5510188e
Merge pull request #40329 from nextcloud/fix/theming-default-source-image
theming: Revert broken SVG optimization in default-source.svg
2023-09-07 16:52:06 +02:00
Côme Chilliet
a41d51b1e9
Merge pull request #40285 from nextcloud/backport/40233/master
Detect aborted connection in OC\Files\View and stop writing data to t…
2023-09-07 15:56:54 +02:00
Louis Chemineau
52ceb40c05 Fix: allow to name the current version
We only need to change the filename
of the current version for the viewer

Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-09-07 15:47:59 +02:00
Louis Chemineau
8d84dc33df Enable new versions feature for groupfolders
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-09-07 15:47:59 +02:00
Louis Chemineau
cec0b310a5 Move module versions management logic out of main logic
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-09-07 15:47:59 +02:00
jld3103
38791ae53f
theming: Revert broken SVG optimization from f2afcc in default-source.svg
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-09-07 15:09:26 +02:00
Andy Scherzinger
a0c4935e32
Merge pull request #40266 from nextcloud/40172-polish-new-sharing-flow
40172 Polish new sharing flow :  accesibility, expand bahavior, click outside behaviour
2023-09-07 12:57:24 +02:00
nextcloud-command
cad1db854b chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-09-07 10:19:47 +00:00
fenn-cs
faa76b94b8 Add accesibility features to quick share dropdown
- Adds appropriate aria attributes
- Uses button element for dropdown items as it's more semantically correct
- Uses trap-focus lib to trap focus when the drowpdown is active
- Adds custom handling for arrow up and down

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-09-07 10:54:47 +01:00
fenn-cs
f75684ec7e Close quickshare dropdown on outside click
If a user clicks anywhere outside of the quickshare dropdown,
it should be closed.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-09-07 10:54:47 +01:00
fenn-cs
2b1008f2ce Do not toggle custom permissions
Currently, swithcing between permissions in the sharing permissions
details view would toggle the custom permissions view.

We think, it's better for the custom permission option to simple
expand the custom permissions view and never close it gain even if the
user is switching between bundled permissions.

The user can always collapse the view by using the "Advanced settings" toggle.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-09-07 10:54:47 +01:00
Côme Chilliet
8549ea4025
Merge pull request #40216 from nextcloud/print-log-message-when-version-could-not-be-got-from-updater-server
Print log message when version could not be got from updater server
2023-09-07 09:33:06 +02:00
Benjamin Gaussorgues
003d0dec93 Detect aborted connection in OC\Files\View and stop writing data to the output buffer
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2023-09-07 09:32:32 +02:00
Andy Scherzinger
80a4b369f8
Merge pull request #40295 from nextcloud/appecosystem-renaming
Rename AppEcosystemV2 to AppAPI
2023-09-07 07:15:56 +02:00
Nextcloud bot
c08a8036e5
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-07 00:29:00 +00:00
Pytal
527329978e
Merge pull request #40198 from nextcloud/fix/40015-The_apps_view_represents_a_list_of_elements_and_should_be_implemented_as_such 2023-09-06 16:19:06 -07:00
Simon L
0c64e313b8
Merge pull request #40275 from nextcloud/enh/noid/change-keyboard-shortcuts-order 2023-09-06 21:17:55 +02:00
Julius Härtl
5cb2713ea4
Merge pull request #38808 from nextcloud/bugfix/noid/store-unencrypted-homefolder 2023-09-06 19:58:15 +02:00
Anna
387cf9e7ce
Merge pull request #40292 from nextcloud/fix/birthday-calendar
fix(CalDAV): check birthday calendar owner
2023-09-06 18:54:25 +02:00
Simon L
3f319cc200 change order of keyboard shortcuts settings to be at the end
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-09-06 15:55:24 +00:00
Anna
165aeeb7f0
Merge pull request #40293 from nextcloud/bugfix/noid/only-use-memory-cache-backend-for-redis
fix(ratelimit): Only use memory cache backend for redis
2023-09-06 17:25:36 +02:00
Anna Larch
7eee1de65b fix(CalDAV): check birthday calendar owner
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-09-06 16:57:02 +02:00
Alexander Piskun
01a11641f4 new name of AppEcosystem is AppAPI
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2023-09-06 16:53:53 +03:00
Joas Schilling
eb3e715ebd fix(ratelimit): Only use memory cache backend for redis
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-09-06 15:13:23 +02:00
max-nextcloud
8ac768c584
Merge pull request #40184 from nextcloud/enh/files_versions_events-vue
feat: Add events for version restore
2023-09-06 15:11:54 +02:00
nextcloud-command
c1fcc3e0fc chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-09-06 11:57:43 +00:00
Julius Härtl
bb419321e0 feat: Add events for version restore
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-09-06 13:29:22 +02:00
Christoph Wurst
f254173a88
Merge pull request #40217 from nextcloud/rakekniven-patch-1
fix(10n): Fixed grammar
2023-09-06 12:47:29 +02:00