aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(files_versions): Add missing null checkVarun Patil2024-03-071-0/+5
| | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* fix(files_versions): Improve files version listingLouis Chemineau2024-03-063-4/+66
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #43471 from nextcloud/cache-path-by-idRobin Appelman2024-03-053-9/+6
|\ | | | | Cache path by id
| * perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-043-9/+6
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-054-8/+30
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #43898 from ↵John Molakvoæ2024-03-041-43/+50
|\ \ | |/ |/| | | | | nextcloud/artonge/fix/improve_files_versions_listing Improve files version listing
| * fix(files_versions): Improve files version listingLouis Chemineau2024-02-291-43/+50
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | fix(files_versions): Do not create a new version for empty filesLouis Chemineau2024-02-291-2/+3
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-292-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(dav): multiple fixes in usage of webdav libraryVarun Patil2024-02-281-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 TransifexNextcloud bot2024-02-282-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files_version): Prevent error in nc/vue when deleting an NcListItem in ↵Louis Chemineau2024-02-271-1/+5
| | | | | | from one of its actions Signed-off-by: Louis Chemineau <louis@chmn.me>
* test: Add test selector on sharing and versions componentsLouis Chemineau2024-02-271-1/+6
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* chore(files_versions): improve and fix technical debt on `Version.vue`skjnldsv2024-02-231-47/+48
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore(files): replace `encodeFilePath` by `encodePath` from `@nextcloud/paths`skjnldsv2024-02-221-6/+4
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Hide some actions based on node permissions and share attributesLouis Chemineau2024-02-211-4/+35
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Check permissions when labeling a versionLouis Chemineau2024-02-211-0/+4
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Check node permissions when restoring a versionLouis Chemineau2024-02-211-0/+4
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Check node permissions when deleting a versionLouis Chemineau2024-02-211-1/+29
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-194-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-182-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-164-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-158-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-1468-80/+108
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat: rename users to account or personVincent Petry2024-02-132-4/+4
| | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-092-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Revert "Reapply "Cleanup versions entity in during versions:clean command""Louis Chemineau2024-02-082-20/+0
| | | | This reverts commit ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d.
* Reapply "Cleanup versions entity in during versions:clean command"Louis Chemineau2024-02-072-0/+20
| | | | This reverts commit 17ee5968263a5bb96f4ca1d50845ad06066f8062.
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-032-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Revert "Cleanup versions entity in during versions:clean command"Louis Chemineau2024-02-012-20/+0
| | | | This reverts commit 1ec9f3e5f9dd84723008137af73cf365beaf4d1b.
* Cleanup versions entity in during versions:clean commandLouis Chemineau2024-02-012-0/+20
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-012-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-303-0/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-304-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2812-12/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2770-264/+264
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Move modal outside of the Version component.Louis Chemineau2024-01-264-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 versionsRobin Appelman2024-01-241-0/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Wrap versions list in virtual scrollLouis Chemineau2024-01-232-16/+396
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-212-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Improve path resolution in files_version hooksLouis Chemineau2024-01-171-2/+10
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-112-12/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-042-0/+50
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-122-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Properly fetch version from shared files by accessing the owner storage ↵Julius Härtl2023-12-061-0/+16
| | | | | | version Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-292-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-284-10/+40
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #41749 from nextcloud/checkUserOwnerFerdinand Thiessen2023-11-271-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'Fellow2023-11-271-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 TransifexNextcloud bot2023-11-262-0/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>