aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge branch 'master' into feat/add-small-font-size-variableMarco2024-08-0130-181/+214
|\ \ \ \ \ \ \
| * | | | | | | refactor(files): Resort imports and fix doc commentFerdinand Thiessen2024-08-014-14/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | | refactor(files): Migrate logger util to TypescriptFerdinand Thiessen2024-08-0123-23/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | | fix(files): Add missing directory variable to error messageFerdinand Thiessen2024-08-011-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | | fix(files): Provide file actions from list entry to make it reactiveFerdinand Thiessen2024-08-016-74/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes non reactive default action text of the name component. Also use download action as default action so that only one place is needed to define how to download a file. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | | Merge pull request #46921 from nextcloud/fix/system-tags-displaynameJohn Molakvoæ2024-08-011-13/+14
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix(systemtags): Correctly set the display name for the Nextcloud node
| | * | | | | | | fix(systemtags): Correctly set the display name for the Nextcloud nodeFerdinand Thiessen2024-07-311-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | | fix(files): Add missing `emptyView` handlingFerdinand Thiessen2024-07-311-26/+54
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The interface provides this option but it was never implemented. This feature of being able to render a custom empty view message is needed for public file drops to properly show the terms of service. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | Merge pull request #46913 from nextcloud/fix/menu-orderFerdinand Thiessen2024-07-312-29/+10
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix: template folder and file request menu order
| | * | | | | | | fix(files): fix template folder and file request menu orderskjnldsv2024-07-312-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| | * | | | | | | chore(files_sharing): use spawnDialog for new file request handlerskjnldsv2024-07-311-26/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | | | fix(files): do not show legacy `edit locally` action on public pagesskjnldsv2024-07-311-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* / / / / / / / feat: add small font size variableMarco Ambrosini2024-07-312-0/+2
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed to create a bit more hyerarchy between more important and less important text. For example for the talk conversation description in the header or in NcListItem's "subname" Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
* | | | | | | Merge pull request #46876 from nextcloud/feat/update-line-heightMarco2024-07-312-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update line height
| * \ \ \ \ \ \ Merge branch 'master' into feat/update-line-heightMarco2024-07-31185-237/+879
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Feat: update line heightMarco Ambrosini2024-07-312-2/+2
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we have different font sizes, we should make the line height dependent on the font size and not a fixed value. The recommended value for accessibility is 1.5. https://www.w3.org/WAI/WCAG21/Understanding/text-spacing.html Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
* | | | | | | fix(files_sharing): Ensure "note to recipient" textarea is shown if there is ↵Ferdinand Thiessen2024-07-311-13/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a note Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | fix(files_sharing): Add missing "note to recipient"Ferdinand Thiessen2024-07-313-2/+119
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #46897 from nextcloud/fix/missing-templateFerdinand Thiessen2024-07-311-0/+35
|\ \ \ \ \ \ | | | | | | | | | | | | | | revert: chore(files): cleanup old templates
| * | | | | | revert: chore(files): cleanup old templatesFerdinand Thiessen2024-07-311-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | fix: Adjust tests for editLocallyActionfenn-cs2024-07-312-11/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | | | | feat(editLocallyAction): Handle possible no local client scenariofenn-cs2024-07-311-3/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves: https://github.com/nextcloud/server/issues/46438 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | | | | Merge pull request #46896 from nextcloud/fix/files-actions-contaninerAndy Scherzinger2024-07-311-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix(files): Set container for file list actions
| * | | | | | | fix(files): Set container for file list actionsFerdinand Thiessen2024-07-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed to ensure the actions are rendered below dialogs which will have the body as the container. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | Merge pull request #46747 from nextcloud/refactor/dav/security-attributesKate2024-07-313-16/+16
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | refactor(dav): Replace security annotations with respective attributesprovokateurin2024-07-283-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | Merge pull request #46895 from nextcloud/fix/template-fillerJohn Molakvoæ2024-07-311-4/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | fix: Go back to template picker if template filler closedElizabeth Danzberger2024-07-301-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
| * | | | | | | | fix: Template filler shows only if template has fieldsElizabeth Danzberger2024-07-301-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-31164-140/+542
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Merge pull request #46894 from ↵Joas Schilling2024-07-311-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/improve-explanation-of-timestamp fix(trashbin): Improve documentation of since/until timestamps of res…
| * | | | | | | | fix(trashbin): Improve documentation of since/until timestamps of restore ↵Joas Schilling2024-07-301-2/+2
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trashbin Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | Merge pull request #46822 from nextcloud/refactor/user_ldap/security-attributesKate2024-07-302-19/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | refactor(user_ldap): Replace security annotations with respective attributesprovokateurin2024-07-272-19/+20
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | Merge pull request #46824 from ↵Kate2024-07-301-14/+8
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | nextcloud/refactor/weather_status/security-attributes
| * | | | | | | refactor(weather_status): Replace security annotations with respective ↵provokateurin2024-07-271-14/+8
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | chore(ShareSettings): Proper wording for share autocompletion settingsfenn-cs2024-07-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The existing is incorrect and can be misleading as seen in : https://github.com/nextcloud/server/issues/42501 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | | | | Merge pull request #46744 from ↵Kate2024-07-301-8/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/refactor/cloud_federation_api/security-attributes
| * | | | | | | refactor(cloud_federation_api): Replace security annotations with respective ↵provokateurin2024-07-271-8/+9
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | fix(files_sharing): Make account file filter consistent have designFerdinand Thiessen2024-07-304-19/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | Merge pull request #46476 from nextcloud/enh/noid/migration-attributesStephan Orbaugh2024-07-303-0/+43
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Migration Attributes
| * | | | | | fix(migration-attributes): psalmMaxence Lange2024-07-291-14/+14
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | | | feat(migration-attributes): testsMaxence Lange2024-07-293-0/+43
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | | fix(files_sharing): always show file request creation optionskjnldsv2024-07-301-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | chore(files_sharing): refactor Share model to tsskjnldsv2024-07-3013-264/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | feat(files_sharing): show file requests in navigationskjnldsv2024-07-306-10/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | Merge pull request #46865 from nextcloud/fix/46635/breadcrumbs-shrinkJohn Molakvoæ2024-07-301-0/+1
|\ \ \ \ \ \ \
| * | | | | | | fix(files): correctly shrink breadcrumbs barRaimund Schlüßler2024-07-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
* | | | | | | | Merge pull request #46825 from ↵Kate2024-07-302-8/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/refactor/workflowengine/security-attributes
| * | | | | | | | refactor(workflowengine): Replace security annotations with respective ↵provokateurin2024-07-272-8/+8
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de>