aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #40412 from nextcloud/manual/backport/stable27/40404Andy Scherzinger2023-09-143-30/+28
|\ \ \ | | | | | | | | [stable27] Ellipsize user status in sharing entry
| * | | Ellipsize user status in sharing entryfenn-cs2023-09-143-30/+28
|/ / / | | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #40405 from nextcloud/manual/backport/stable27/40393Andy Scherzinger2023-09-145-12/+16
|\ \ \ | | | | | | | | [stable27] Display user status by the side in sharing flow
| * | | Display user status by the side in sharing flowfenn-cs2023-09-145-12/+16
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The quick share drop down now takes the place where the user status would show in the past, so we have the option of removing it (as it's available in the profile dropdown) or putting it at the side as such. It's put on the side without the icon, as the status icon appears on the avatar when set. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2023-09-14146-134/+308
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #40390 from nextcloud/manual/backport/stable27/40372Arthur Schiwon2023-09-138-31/+51
|\ \ | |/ |/| [stable27] Backport polish sharing flow bugs
| * Consistent delete button in share detailsfenn-cs2023-09-135-7/+6
| | | | | | | | | | | | | | Delete button text should have same size as other buttons. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * Enfore allowPublicShares admin settingfenn-cs2023-09-134-6/+30
| | | | | | | | | | | | | | Use the the modern intial-state library to pass data about `allowPublicUploads` to the sharing frontend. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * Refactor migrated addShare methodfenn-cs2023-09-131-18/+15
|/ | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-138-2/+104
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40344 from nextcloud/release/27.1.0_rc3v27.1.0rc3Arthur Schiwon2023-09-121-2/+2
|\ | | | | 27.1.0 RC3
| * 27.1.0 RC3Arthur Schiwon2023-09-081-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #40343 from nextcloud/40289-stable27-fix-appearanceArthur Schiwon2023-09-123-24/+33
|\ \ | | | | | | [stable27] 40289 fix appearance
| * | chore(assets): Recompile assetsnextcloud-command2023-09-112-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | Add icons for bundled permissionsfenn-cs2023-09-113-25/+32
| | | | | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | Adjust share details view UIfenn-cs2023-09-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | - List custom permissions activated in sublime - Align checkboxes in advanced settings Resolves : https://github.com/nextcloud/server/issues/40289 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | Merge pull request #40369 from nextcloud/backport/39128/stable27Arthur Schiwon2023-09-122-5/+22
|\ \ \ | | | | | | | | [stable27] fix(ldap): avatar is not being fetched
| * | | fix(LDAP): add return type hint and descriptionArthur Schiwon2023-09-111-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix(ldap): avatar is not being fetchedArthur Schiwon2023-09-112-3/+20
| |/ / | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2023-09-1212-0/+38
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #40350 from nextcloud/backport/40349/stable27Arthur Schiwon2023-09-112-6/+4
|\ \ | | | | | | [stable27] fix(autoloader): no apcu no side effects
| * | fix(autoloader): no apcu no side effectsArthur Schiwon2023-09-082-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-1112-4/+104
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-1016-0/+44
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-09186-184/+140
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #40333 from nextcloud/backport/40329/stable27Arthur Schiwon2023-09-081-1/+13
|\ \ | | | | | | [stable27] theming: Revert broken SVG optimization in default-source.svg
| * | theming: Revert broken SVG optimization from f2afcc in default-source.svgjld31032023-09-071-1/+13
| | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | Merge pull request #40339 from nextcloud/artonge/backport/stable27/40296Arthur Schiwon2023-09-0812-49/+150
|\ \ \ | | | | | | | | [stable27] Enable new versions feature for groupfolders
| * | | Fix lint errorLouis Chemineau2023-09-073-10/+10
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | Fix: allow to name the current versionLouis Chemineau2023-09-074-12/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We only need to change the filename of the current version for the viewer Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | Enable new versions feature for groupfoldersLouis Chemineau2023-09-073-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | Move module versions management logic out of main logicLouis Chemineau2023-09-077-29/+124
| |/ / | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #40342 from nextcloud/backport/40341/stable27Arthur Schiwon2023-09-081-1/+1
|\ \ \ | | | | | | | | [stable27] fix: Hide set reminder action on public shares
| * | | fix: Hide set reminder action on public sharesChristopher Ng2023-09-071-1/+1
| |/ / | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 8031ee862a014937cd9a9e2d6fcda0b9bc5a201b)
* | | Merge pull request #39890 from nextcloud/less-container-queries-27Andy Scherzinger2023-09-088-43/+80
|\ \ \ | |_|/ |/| | [stable27] Reduce the number of container queries
| * | only determine quota_include_external_storage once for quota wrapperRobin Appelman2023-09-075-15/+32
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | only get logger when needed in sabre/directoryRobin Appelman2023-09-071-9/+8
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | better caching in storage stats calculationsRobin Appelman2023-09-071-7/+12
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | only gather dependencies for trashbin wrapper onceRobin Appelman2023-09-071-12/+20
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | reuse dependencies from wrapped cacheRobin Appelman2023-09-071-3/+11
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / Fix(l10n): Update translations from TransifexNextcloud bot2023-09-0826-2/+152
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40278 from nextcloud/release/27.1.0_rc2v27.1.0rc2Arthur Schiwon2023-09-071-2/+2
|\ | | | | 27.1.0 RC2
| * 27.1.0 RC2Arthur Schiwon2023-09-051-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #40327 from nextcloud/manual/backport/stable27/40266Arthur Schiwon2023-09-074-20/+112
|\ \ | | | | | | [stable27] Backport Polish new sharing flow : accesibility, expand bahavior, click outside behaviour
| * | chore(assets): Recompile assetsnextcloud-command2023-09-072-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | Add accesibility features to quick share dropdownfenn-cs2023-09-071-16/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
| * | Close quickshare dropdown on outside clickfenn-cs2023-09-071-1/+13
| | | | | | | | | | | | | | | | | | | | | If a user clicks anywhere outside of the quickshare dropdown, it should be closed. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | Do not toggle custom permissionsfenn-cs2023-09-071-9/+7
|/ / | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #40298 from nextcloud/backport/39693/39693-stable27Arthur Schiwon2023-09-073-9/+3
|\ \ | | | | | | [stable27] enable download configuration on circles shares
| * | enable download configuration on circles sharesMaxence Lange2023-09-063-9/+3
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>