Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IFilesMetadata | Maxence Lange | 2023-11-07 | 1 | -0/+10 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-04 | 2 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-26 | 2 | -0/+20 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files): encoded source path on actions requests | John Molakvoæ | 2023-10-03 | 2 | -2/+2 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix: encode uri for delete, restore and favorite | Daniel Kesselberg | 2023-09-28 | 2 | -2/+3 |
| | | | | | | To encode # and other characters properly Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Merge pull request #40551 from nextcloud/fix/init-script | John Molakvoæ | 2023-09-21 | 1 | -4/+4 |
|\ | |||||
| * | fix: avoid side-effect imports | John Molakvoæ (skjnldsv) | 2023-09-21 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #40508 from nextcloud/fix/migrate-apps-away-from-ilogger | Côme Chilliet | 2023-09-21 | 2 | -5/+2 |
|\ \ | |/ |/| | Migrate applications away from deprecated ILogger | ||||
| * | Migrate applications away from deprecated ILogger | Côme Chilliet | 2023-09-21 | 2 | -5/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-20 | 2 | -0/+2 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #39818 from ↵ | Robin Windey | 2023-09-18 | 1 | -42/+170 |
|\ | | | | | | | | | nextcloud/feature/trashbin-restore-improvements#39724 Let `occ trashbin:restore` restore also from groupfolders and add filters | ||||
| * | Rename since/until in verbose message | Robin Windey | 2023-08-18 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
| * | Code adjustments according to PR review | Robin Windey | 2023-08-18 | 1 | -54/+32 |
| | | | | | | | | | | | | | | | | | | * Delete unnecessary function docs * Rename parameters to 'since' and 'until' * Style: use '&&' instead of 'and' * Add types Signed-off-by: GitHub <noreply@github.com> | ||||
| * | Make scope parsing more readable | Robin Windey | 2023-08-18 | 1 | -9/+10 |
| | | | | | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
| * | Decouple from groupfolders app & remove PSALM warnings | Robin Windey | 2023-08-18 | 1 | -13/+18 |
| | | | | | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
| * | Let occ trashbin:restore restore also from groupfolders and add additional ↵ | Robin Windey | 2023-08-18 | 1 | -29/+173 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | filters * Using the TrashManager allows access to all deleted files * Add 'scope' parameter to choose where to restore from (user or groupfolders) * Add 'restore-from' and 'restore-to' date parameters to filter files to be restored by their deletion date * Add 'dry-run' flag to be able to see which files would be restored and being able to adjust the filter parameters accordingly Signed-off-by: GitHub <noreply@github.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-07 | 2 | -0/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | add IFileInfo::getParentId | Robin Appelman | 2023-09-04 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-01 | 2 | -0/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-30 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-27 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix: encode basename in restore action | Daniel Kesselberg | 2023-08-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-25 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | feat: migrate FileAction from server | John Molakvoæ | 2023-08-23 | 2 | -7/+4 |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | chore: use Navigation from `@nextcloud/files` | John Molakvoæ | 2023-08-23 | 3 | -12/+9 |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | only gather dependencies for trashbin wrapper once | Robin Appelman | 2023-08-18 | 2 | -34/+32 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | chore(files): add Headers, remove legacy methods and cleanup | John Molakvoæ | 2023-08-17 | 1 | -2/+1 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat(f2v): migrate Files | John Molakvoæ | 2023-08-17 | 1 | -2/+2 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-17 | 2 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-12 | 2 | -0/+16 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-10 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-08 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-07 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-01 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-27 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-22 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-21 | 24 | -0/+24 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-20 | 144 | -146/+146 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files_trashbin): Migrate to IEventDispatcher and emit as typed event | Joas Schilling | 2023-07-19 | 3 | -7/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #39229 from nextcloud/fix/default-empty-content-files | Pytal | 2023-07-18 | 1 | -0/+3 |
|\ | |||||
| * | fix(files): default emptycontent message | John Molakvoæ | 2023-07-18 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-19 | 2 | -0/+18 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #39320 from nextcloud/feature/openapi/files_trashbin | Kate | 2023-07-13 | 3 | -1/+148 |
|\ | | | | | files_trashbin: Add OpenAPI spec | ||||
| * | files_trashbin: Add OpenAPI spec | jld3103 | 2023-07-13 | 3 | -1/+148 |
| | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-13 | 2 | -0/+4 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-10 | 2 | -4/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-08 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | feat: add modified column | John Molakvoæ | 2023-07-05 | 2 | -3/+4 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(files): restore action tslint | John Molakvoæ | 2023-07-05 | 1 | -3/+4 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat(files): favorites | John Molakvoæ | 2023-07-05 | 3 | -13/+7 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> |