aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-0826-2/+152
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40296 from ↵Louis2023-09-0711-42/+143
|\ | | | | | | | | nextcloud/artonge/feat/enable_files_versions_for_groupfolders Enable new versions feature for groupfolders
| * Fix: allow to name the current versionLouis Chemineau2023-09-072-9/+15
| | | | | | | | | | | | | | 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-071-2/+2
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * Move module versions management logic out of main logicLouis Chemineau2023-09-078-31/+126
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #40329 from nextcloud/fix/theming-default-source-imageKate2023-09-071-1/+13
|\ \ | | | | | | 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>
* | | 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>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-07240-380/+1012
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #40198 from ↵Pytal2023-09-062-3/+7
|\ \ | | | | | | | | | nextcloud/fix/40015-The_apps_view_represents_a_list_of_elements_and_should_be_implemented_as_such
| * | Create right list view for app store viewjulia.kirschenheuter2023-09-062-3/+7
| | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | Merge pull request #40275 from ↵Simon L2023-09-061-11/+11
|\ \ \ | | | | | | | | | | | | nextcloud/enh/noid/change-keyboard-shortcuts-order
| * | | change order of keyboard shortcuts settings to be at the endSimon L2023-09-061-11/+11
| | |/ | |/| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* / | fix(CalDAV): check birthday calendar ownerAnna Larch2023-09-063-8/+76
|/ / | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | feat: Add events for version restoreJulius Härtl2023-09-061-1/+19
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #40217 from nextcloud/rakekniven-patch-1Christoph Wurst2023-09-061-1/+1
|\ \ | |/ |/| fix(10n): Fixed grammar
| * fix(10n): Fixed grammarrakekniven2023-09-041-1/+1
| | | | | | | | | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Create right table viewjulia.kirschenheuter2023-09-055-44/+115
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | fix(files_sharing): select sharing in sidebar breaks Viewer focus trapGrigorii K. Shartsev2023-09-051-7/+0
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | renable download configuration on circles sharesMaxence Lange2023-09-051-6/+0
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #39895 from nextcloud/fix/noid/revoke-admin-overwriteJohn Molakvoæ2023-09-052-30/+7
|\ \
| * | admin have no special rights on users' entriesMaxence Lange2023-09-012-30/+7
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | feat(files): add folder icon overlayJohn Molakvoæ2023-09-052-7/+73
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Merge pull request #40257 from nextcloud/fix/openapi/comments/ignoreKate2023-09-052-53/+3
|\ \ \ | | | | | | | | comments: Ignore endpoints in OpenAPI
| * | | comments: Ignore endpoints in OpenAPIjld31032023-09-042-53/+3
| | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | Merge pull request #38150 from nextcloud/lazy-folder-parentJohn Molakvoæ2023-09-051-0/+4
|\ \ \ \
| * | | | add IFileInfo::getParentIdRobin Appelman2023-09-041-0/+4
| |/ / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-05118-232/+326
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #40192 from nextcloud/feat/sharing-icon-breadJohn Molakvoæ2023-09-057-27/+124
|\ \ \ \ | |/ / / |/| | |
| * | | fix(files): `New folder` caseJohn Molakvoæ2023-09-021-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | feat(files): add sharing icon in headerJohn Molakvoæ2023-09-026-26/+123
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Merge pull request #40182 from nextcloud/feat/share-by-mail/remove-ilogger-2Benjamin Gaussorgues2023-09-041-12/+24
|\ \ \ \
| * | | | test(sharebymail): Improve testsBenjamin Gaussorgues2023-09-011-12/+24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | | reuse l10n and request in dav folder listingRobin Appelman2023-09-044-67/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of having to query those once for every node Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #39863 from nextcloud/sharing-mask-wrapperRobin Appelman2023-09-042-1/+7
|\ \ \ \ \ | | | | | | | | | | | | move share permission logic to storage wrapper
| * | | | | cleanup di for share permissions wrapperRobin Appelman2023-08-161-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | more share permission logic to storage wrapperRobin Appelman2023-08-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this way we only have to determine the share permissions once Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #39707 from ↵Simon L2023-09-041-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/39706/local-ext-storage-unavailable-mode
| * | | | | | Allow ext storage Local to go unavailableVincent Petry2023-08-291-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever an external storage of type Local points at a non-existing directory, process this as a StorageNotAvailable instead of returning 404. This makes desktop clients ignore the folder instead of deleting it when it becomes unavailable. The code change was limited to external storages to avoid issues during setup and with the default home storage. Signed-off-by: Vincent Petry <pvince81@yahoo.fr>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-046-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-0318-4/+44
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix sharing creation insert and getJohn Molakvoæ (skjnldsv)2023-09-021-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-02138-6/+140
| |_|_|/ / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | fix: remove old fileUploadSpec jsunit testJohn Molakvoæ2023-09-011-303/+0
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | fix(CardDAV): allow disabling of the system address book via config optionAnna Larch2023-09-011-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | feat(files): add uploaderJohn Molakvoæ2023-09-0110-35/+262
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Merge pull request #36068 from nextcloud/gf-encryption-fixRobin Appelman2023-09-011-36/+297
|\ \ \ \ | |_|_|/ |/| | | extend fix-key-location to handle cases from broken cross-storage moves
| * | | extend fix-key-location to handle cases from broken cross-storage movesRobin Appelman2023-08-311-36/+297
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>