Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 12 days | 4 | -4/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-12 | 86 | -576/+576 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | test(files_trashbin): add test coverage also for utils like the logger | Ferdinand Thiessen | 2025-03-11 | 1 | -0/+20 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | refactor(files_trashbin): restore action refactoring | Ferdinand Thiessen | 2025-03-11 | 3 | -16/+169 |
| | | | | | | | 1. do not rely on magic string but use constant ID for trashbin view 2. add unit tests for restore action Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files_trashbin): return correct type in empty trash action | Ferdinand Thiessen | 2025-03-11 | 6 | -37/+263 |
| | | | | | | | | | 1. correctly return null instead of void in empty trash action 2. use constant instead of magic value for action ID 3. add unit tests for empty trash action 4. add unit tests for trashbin api Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files_trashbin): correctly sort custom columns in trashbin view | Ferdinand Thiessen | 2025-03-11 | 5 | -79/+375 |
| | | | | | | | | | | | 1. Refactor to make code better testable (move columns and view source to `files_views` folder) 2. Fix deletion time fallback (JS Date vs unix timestamp for "delted"-column) 3. Correctly sort `deletedBy` and `originalLocation` columns to use natural sort like any other column 4. Add unit tests for columns and views Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-01 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-24 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-24 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | refactor: Migrate nextcloud-vue usage to new import schema | Ferdinand Thiessen | 2025-02-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-18 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-17 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-16 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-14 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: Apply new rector configuration to apps folder | Côme Chilliet | 2025-02-13 | 8 | -71/+88 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Replace getInstalledApps calls with getEnabledAppsfix/clarify-app-manager-methods | Côme Chilliet | 2025-02-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-08 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-06 | 4 | -14/+28 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-29 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-27 | 2 | -0/+14 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | feat: Support X-NC-Skip-Trashbin header | Louis Chemineau | 2025-01-24 | 1 | -18/+24 |
| | | | | | | This is useful for clients that want to directly and permanently delete a file. Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-24 | 4 | -0/+12 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-23 | 84 | -668/+88 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: Bump app versions and requirements | Joas Schilling | 2025-01-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-21 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-19 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-17 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-14 | 2 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files_trashbin): Only emit files:node:deleted events if deleting all ↵ | provokateurin | 2025-01-13 | 1 | -2/+3 |
| | | | | | | trash was successful Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat(files_trashbin): Allow preventing trash to be deleted permanently | provokateurin | 2025-01-13 | 12 | -5/+118 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-13 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | refactor(OpenAPI): Adjust scopes to match previous behavior | provokateurin | 2025-01-06 | 1 | -0/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-30 | 2 | -0/+14 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-24 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-19 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-18 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-17 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-16 | 6 | -4/+16 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-15 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-14 | 20 | -0/+52 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-13 | 98 | -0/+172 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(trashbin): Fix infinitely loading empty trash action on close | Christopher Ng | 2024-12-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | feat(files_trashbin): improve wordings | skjnldsv | 2024-12-12 | 1 | -4/+4 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | perf(files_trashbin): use empty trashbin endpoint instead of batch delete ↵ | skjnldsv | 2024-12-12 | 1 | -69/+41 |
| | | | | | | requests Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files): protect filelist actions with try...catch | skjnldsv | 2024-12-12 | 1 | -4/+3 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files_trashbin): update @nextcloud/files and adjust api + l10n fix | skjnldsv | 2024-12-12 | 1 | -1/+2 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat(trashbin): Allow emptying trash | Christopher Ng | 2024-12-12 | 3 | -1/+125 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-06 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | feat(trashbin): Add backend dav property | Christopher Ng | 2024-12-03 | 1 | -0/+10 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-12 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |