aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-312-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(settings): Hide forbidden UI elements for line managersFerdinand Thiessen2024-08-302-8/+20
| | | | | | | | | 1. The "recent" accounts API only works for admin and delegated admin -> hide for line managers 2. Line managers can not create new groups -> Hide the UI to add a new group for them 3. Accounts created by line managers require one of the groups, which is managed by the line manager, assigned. So if the line manager only manageres a single group, we should preselect that group. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Properly handle share attributes if set to nullJulius Härtl2024-08-301-2/+11
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-30130-256/+430
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(settings): Don't show built-in textprocessing task types in ↵Marcel Klehr2024-08-301-1/+9
| | | | | | | | | textprocessing settings TaskProcessing is transparent to textprocessing providers and TextProcessing can use Taskprocessing providers so these are unnecessary Signed-off-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(settings): Remove STT admin settingsMarcel Klehr2024-08-301-21/+0
| | | | | | | taskprocessing is transparent to STT providers so specific STT settings are obsolete Signed-off-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* chore(files): Fix remaining TypeScript errors in FileEntryPreviewFerdinand Thiessen2024-08-291-7/+9
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Use the blurhash in FilesLouis Chemineau2024-08-293-11/+69
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(files): Remove margin and width to not break layoutLouis Chemineau2024-08-291-2/+0
| | | | | | | | | In grid view, this was messing with the reported available list width which was breaking the computed layout. Fix https://github.com/nextcloud/server/issues/47599 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Add stylelint rules to verify we only use logical propertiesFerdinand Thiessen2024-08-2920-25/+25
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-2936-327/+73
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix: float and clearMostafa Ahangarha2024-08-291-0/+7
| | | | | | | | Fix other background-positions Minor fix in link button icon position Update header left and right to start and end Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-2959-273/+517
| | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* Merge pull request #47551 from nextcloud/fix/files_sharing/share-nullable-labelJoas Schilling2024-08-292-2/+3
|\ | | | | fix(files_sharing): Make share labels nullable
| * fix(files_sharing): Make share labels nullableprovokateurin2024-08-272-2/+3
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-29108-184/+294
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: Allow read-only filename validation to allow reading filesFerdinand Thiessen2024-08-281-1/+1
| | | | | | | | | | | | Needed to read files with the "Windows compatibility" feature. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix: Renaming does not need update but delete permissionsFerdinand Thiessen2024-08-284-7/+7
| | | | | | | | | | | | | | Renaming is basically copy + delete (a move), so no need to update permissions. Especially if the node is in a invalid directory the node should be moveable but not editable. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(dav): Pre-check if node can be copied or moved in DAV files pluginFerdinand Thiessen2024-08-285-199/+259
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | chore: Apply php:cs recommendationsLouis Chemineau2024-08-282-3/+3
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | fix: make preload custom proterties sharding compatibleRobin Appelman2024-08-281-9/+9
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix: implement sharding compatible cleanup for various bitsRobin Appelman2024-08-284-57/+186
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix: adjust systemtag orphan cleanup query to work with shardingRobin Appelman2024-08-281-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix: make background scan job compatible with shardingRobin Appelman2024-08-281-12/+58
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | test: mark share test cleanup as running across all shardsRobin Appelman2024-08-281-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-28142-512/+150
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | test(files): Adapt favorite views specChristopher Ng2024-08-271-23/+50
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | feat(files): Allow more than 50 favorite viewsChristopher Ng2024-08-273-24/+15
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | perf(files): Do not block files page load with server-side favorites retrievalChristopher Ng2024-08-272-63/+16
| | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | feat(templates): add support for checkboxes in template fillerElizabeth Danzberger2024-08-273-12/+100
|/ | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* fix(files): Correctly check for already used names when creating new folderFerdinand Thiessen2024-08-271-1/+1
| | | | | | Also add Cypress tests for the "new"-menu. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #47450 from nextcloud/Jerome-Herbinet-line-managerFerdinand Thiessen2024-08-271-1/+1
|\ | | | | "Line" manager instead of "Account" manager
| * fix(wording): "Line" manager instead of "Account" managerJérôme Herbinet2024-08-261-1/+1
| | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* | Merge pull request #47500 from nextcloud/fix/file-list-footer-gapJohn Molakvoæ2024-08-271-1/+1
|\ \
| * | fix(files): fix list gap at bottomElizabeth Danzberger2024-08-271-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #47507 from nextcloud/feat/apcu-setup-checkJulius Härtl2024-08-274-0/+74
|\ \ \ | | | | | | | | feat(settings): Add setup check for apcu cache expunge
| * | | feat(settings): Add setup check for apcu cache expungeJulius Härtl2024-08-274-0/+74
| |/ / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #47495 from ↵Louis2024-08-271-6/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/artonge/dept/delegat_is_encrypted_to_e2ee feat: Delegate is-encrypted handling to the e2ee app
| * | | feat: Delegate is-encrypted handling to the e2ee appLouis Chemineau2024-08-261-6/+0
| | |/ | |/| | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #47494 from ↵Joas Schilling2024-08-272-5/+22
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/bugfix/eun-100/allow-apps-to-get-unshared-users fix(dav): Allow apps to get unshares for DAV resources
| * | fix(dav): Allow apps to get unshares for DAV resourcesJoas Schilling2024-08-262-5/+22
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #47448 from nextcloud/fix/47187/user-status-absenceJoas Schilling2024-08-272-9/+31
|\ \ | | | | | | fix(user_status): add link to Availability page if user set predefined 'Vacationing'
| * | fix(user_status): add link to Availability page if user set predefined ↵Maksim Sukharev2024-08-262-9/+31
| | | | | | | | | | | | | | | | | | 'Vacationing' Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-2748-96/+96
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #47490 from nextcloud/chore/adjust-translationsFerdinand Thiessen2024-08-261-1/+2
|\ \ \ | | | | | | | | chore(files): Adjust wording for file type filter
| * | | chore(files): Adjust wording for file type filterFerdinand Thiessen2024-08-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Resolves: https://github.com/nextcloud/server/issues/47440 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | fix(files): Reset drop notice on firefoxFerdinand Thiessen2024-08-261-7/+32
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On firefox there is an old bug where when you move a dragged file outside the window the `dragleave` event is never emitted. So we just use a timeout to reset the drag over state. Also a small change: Use the ID of the main container instead of relying on tag name and class. (The ID is guranteed as other APIs rely on it, while the class is just used internally). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #47466 from nextcloud/chore/migrate-vitestFerdinand Thiessen2024-08-2630-315/+759
|\ \ \ | |_|/ |/| | test: Migrate from Jest to vitest
| * | test: Migrated all Jest tests to vitestFerdinand Thiessen2024-08-2630-315/+759
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(files): Remove huge margin on bottomFerdinand Thiessen2024-08-262-13/+6
|/ / | | | | | | | | | | Instead make it relative to screen size. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>