Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(files_versions): improve and fix technical debt on `Version.vue` | skjnldsv | 2024-02-23 | 1 | -47/+48 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | chore(files): replace `encodeFilePath` by `encodePath` from `@nextcloud/paths` | skjnldsv | 2024-02-22 | 1 | -6/+4 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Hide some actions based on node permissions and share attributes | Louis Chemineau | 2024-02-21 | 1 | -4/+35 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Check permissions when labeling a version | Louis Chemineau | 2024-02-21 | 1 | -0/+4 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Check node permissions when restoring a version | Louis Chemineau | 2024-02-21 | 1 | -0/+4 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Check node permissions when deleting a version | Louis Chemineau | 2024-02-21 | 1 | -1/+29 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-19 | 4 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-18 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-16 | 4 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-15 | 8 | -0/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-14 | 68 | -80/+108 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 2 | -4/+4 |
| | | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-09 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Revert "Reapply "Cleanup versions entity in during versions:clean command"" | Louis Chemineau | 2024-02-08 | 2 | -20/+0 |
| | | | | This reverts commit ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d. | ||||
* | Reapply "Cleanup versions entity in during versions:clean command" | Louis Chemineau | 2024-02-07 | 2 | -0/+20 |
| | | | | This reverts commit 17ee5968263a5bb96f4ca1d50845ad06066f8062. | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-03 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Revert "Cleanup versions entity in during versions:clean command" | Louis Chemineau | 2024-02-01 | 2 | -20/+0 |
| | | | | This reverts commit 1ec9f3e5f9dd84723008137af73cf365beaf4d1b. | ||||
* | Cleanup versions entity in during versions:clean command | Louis Chemineau | 2024-02-01 | 2 | -0/+20 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-01 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 3 | -0/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-30 | 4 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-28 | 12 | -12/+24 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-27 | 70 | -264/+264 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Move modal outside of the Version component. | Louis Chemineau | 2024-01-26 | 4 | -237/+290 |
| | | | | | | This is for accessibility, to have the NcListItem (<li>) as a direct child of the <ul> Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | handle storage not available when expiring versions | Robin Appelman | 2024-01-24 | 1 | -0/+5 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Wrap versions list in virtual scroll | Louis Chemineau | 2024-01-23 | 2 | -16/+396 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-21 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Improve path resolution in files_version hooks | Louis Chemineau | 2024-01-17 | 1 | -2/+10 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-11 | 2 | -12/+38 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-04 | 2 | -0/+50 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-12 | 2 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: Properly fetch version from shared files by accessing the owner storage ↵ | Julius Härtl | 2023-12-06 | 1 | -0/+16 |
| | | | | | | version Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-29 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-28 | 4 | -10/+40 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #41749 from nextcloud/checkUserOwner | Ferdinand Thiessen | 2023-11-27 | 1 | -20/+16 |
|\ | | | | | fix(files_versions): Check for user and owner before call getUserFolder | ||||
| * | fix(files_versions): Explicitly check for user or owner before call ↵ | Git'Fellow | 2023-11-27 | 1 | -20/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getUserFolder Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Fix typo Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Fix Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Fix Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Fix Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Optimize DI Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Switch to DI Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> userSession does not contain null Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Restore phpdoc annots Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-26 | 2 | -0/+4 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-24 | 64 | -320/+64 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #41678 from nextcloud/branchoff/master-is-now-29 | Arthur Schiwon | 2023-11-23 | 1 | -2/+2 |
|\ | | | | | Master is now 29 | ||||
| * | feat(branchoff): Bump versions and requirements in apps | Joas Schilling | 2023-11-23 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 9 | -21/+15 |
|/ | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Handle error in previews for files versions | Louis Chemineau | 2023-11-20 | 1 | -2/+4 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Don't call getUid() on null | Git'Fellow | 2023-11-16 | 1 | -2/+6 |
| | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | fix: Delete ghost versions of non-existing files | Git'Fellow | 2023-10-28 | 1 | -1/+4 |
| | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-27 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-26 | 2 | -0/+42 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-19 | 2 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-17 | 2 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-12 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-09 | 2 | -2/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |