aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/init.ts
Commit message (Collapse)AuthorAgeFilesLines
* fix: rename 'edit locally' to 'open locally'Jérôme Herbinet2025-02-211-1/+1
| | | | | | Replace "Edit" by "Open" Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* feat(files): add conversion actionskjnldsv2025-01-221-0/+2
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(files): Disable internal views on public sharesFerdinand Thiessen2024-09-061-6/+9
| | | | | | This is needed because some views have side effects, like `favorites` doing requests on registration time. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Use the blurhash in FilesLouis Chemineau2024-08-291-0/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* feat(files): Allow more than 50 favorite viewsChristopher Ng2024-08-271-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat: Navigate via folder treeChristopher Ng2024-08-011-0/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files): Implement files list filters for name, modified time and typeFerdinand Thiessen2024-07-251-0/+10
| | | | | Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-1/+0
| | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: condensed filtering logicEduardo Morales2024-02-151-1/+1
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* feature: personal viewsEduardo Morales2024-02-151-1/+3
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* enh(files): Add modal to set filename before creating new files in the fileslistFerdinand Thiessen2024-02-091-2/+5
| | | | | | * Reactive `openfile` query Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): add mount root property and adjust delete wordingJohn Molakvoæ2024-02-061-0/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): Adjust `getUniqueName` for custom suffix and reuse for ↵Ferdinand Thiessen2024-01-201-2/+1
| | | | | | copy-move-action Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Hide .mov for live photosLouis Chemineau2023-11-091-1/+7
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* chore(files_reminders): upgrade to 28 APIsJohn Molakvoæ2023-11-081-36/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): support nested actionsJohn Molakvoæ2023-11-081-1/+38
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): migrate template pickerJohn Molakvoæ2023-10-171-1/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): add move or copy actionJohn Molakvoæ2023-09-261-0/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: avoid side-effect importsJohn Molakvoæ (skjnldsv)2023-09-211-0/+59
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>