aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/files_views
Commit message (Collapse)AuthorAgeFilesLines
* fix(files_sharing): show note, label and list of uploaded files on file dropFerdinand Thiessen2025-05-261-3/+4
| | | | | | | | | This was missing from the Vue migration of the public share view: - Show the note as the description of the file drop - Show the label as the heading of the file drop if available - Show list of uploaded files for verification Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(files): hide "Personal files" and "Shared with others" views if user ↵skjnldsv2025-03-252-13/+41
| | | | | | has no quota Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(code-style): Adjust JS code to our code styleFerdinand Thiessen2024-10-161-0/+1
| | | | | | This resolves 68 ESLint warnings about invalid code style. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(i18n): Improved grammarrakekniven2024-10-111-1/+1
| | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* fix(i18n): Improved grammarrakekniven2024-10-111-1/+1
| | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* chore(files_sharing): Do not use files source files but directly the libraryFerdinand Thiessen2024-09-061-3/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(files_sharing): Make file structure more clearFerdinand Thiessen2024-09-065-0/+413
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>