Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix(files_versions): Add missing null check | Varun Patil | 2024-03-07 | 1 | -0/+5 | |
| | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu> | |||||
* | fix(files_versions): Improve files version listing | Louis Chemineau | 2024-03-06 | 3 | -4/+66 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | Merge pull request #43471 from nextcloud/cache-path-by-id | Robin Appelman | 2024-03-05 | 3 | -9/+6 | |
|\ | | | | | Cache path by id | |||||
| * | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 3 | -9/+6 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-05 | 4 | -8/+30 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #43898 from ↵ | John Molakvoæ | 2024-03-04 | 1 | -43/+50 | |
|\ \ | |/ |/| | | | | | nextcloud/artonge/fix/improve_files_versions_listing Improve files version listing | |||||
| * | fix(files_versions): Improve files version listing | Louis Chemineau | 2024-02-29 | 1 | -43/+50 | |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | fix(files_versions): Do not create a new version for empty files | Louis Chemineau | 2024-02-29 | 1 | -2/+3 | |
|/ | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-29 | 2 | -0/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(dav): multiple fixes in usage of webdav library | Varun Patil | 2024-02-28 | 1 | -11/+19 | |
| | | | | | | | | 1. Refresh token on update 2. Fix some very weird imports 3. Patch fetch instead of request to prevent accessing impl details Signed-off-by: Varun Patil <varunpatil@ucla.edu> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-28 | 2 | -0/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files_version): Prevent error in nc/vue when deleting an NcListItem in ↵ | Louis Chemineau | 2024-02-27 | 1 | -1/+5 | |
| | | | | | | from one of its actions Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | test: Add test selector on sharing and versions components | Louis Chemineau | 2024-02-27 | 1 | -1/+6 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | 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> |