Commit graph

69542 commits

Author SHA1 Message Date
Nextcloud bot
d6180c3151
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-12 00:27:43 +00:00
dependabot[bot]
4748626aa4
Merge pull request #40354 from nextcloud/dependabot/npm_and_yarn/vueuse/components-10.4.1 2023-09-11 19:06:01 +00:00
dependabot[bot]
d573803d04 chore(deps): Bump @vueuse/components from 10.3.0 to 10.4.1
Bumps [@vueuse/components](https://github.com/vueuse/vueuse/tree/HEAD/packages/components) from 10.3.0 to 10.4.1.
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v10.4.1/packages/components)

---
updated-dependencies:
- dependency-name: "@vueuse/components"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-09-11 18:16:09 +00:00
Julius Härtl
97dd09c434
Merge pull request #39128 from nextcloud/fix/35319/ldap-missing-avatar 2023-09-11 19:43:18 +02:00
Julius Härtl
9e2b248431
Merge pull request #40345 from nextcloud/bugfix/noid/update-headers 2023-09-11 17:00:40 +02:00
nextcloud-command
8b9b61c215 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-09-11 14:06:06 +00:00
Julius Härtl
e0a7003f08 fix: Update file list headers on breadcrumb navigation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-09-11 15:14:24 +02:00
Arthur Schiwon
8c38beff9f
Merge pull request #40328 from nextcloud/fix/admin-ai-settings
Fix Admin AI settings javascript error
2023-09-11 12:26:38 +02:00
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
Marcel Klehr
004ef98c14 Fix eslint error
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-09-08 18:03:20 +00: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
Marcel Klehr
84fa05abdc Fix Admin AI settings javascript error
make sure all task types we want to display actually exist

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-09-08 10:52:42 -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