aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/src/components/Version.vue
Commit message (Collapse)AuthorAgeFilesLines
* fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-121-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(files_versions): Version name and date should be shrinkable to allow ↵Ferdinand Thiessen2024-06-171-7/+21
| | | | | | viewing on small screens Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files_versions): Use `NcDateTime` to ensure date is transalted properlyFerdinand Thiessen2024-06-171-20/+14
| | | | | | Also do not use filters, filters are deprecated and will make migration to Vue 3 harder. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-06-021-16/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: made author-icon smaller and added try-catchEduardo Morales2024-03-151-14/+19
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* feat: author displayname and avatar on versionsEduardo Morales2024-03-151-2/+40
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.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>
* Hide some actions based on node permissions and share attributesLouis Chemineau2024-02-211-4/+35
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Move modal outside of the Version component.Louis Chemineau2024-01-261-150/+75
| | | | | | 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 error in previews for files versionsLouis Chemineau2023-11-201-2/+4
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Use proper app id in Version.vueLouis Chemineau2023-09-251-3/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Use t and n for translationLouis Chemineau2023-09-141-4/+6
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Enable new versions feature for groupfoldersLouis Chemineau2023-09-071-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* feat: Use viewer to open and compare versionsLouis Chemineau2023-08-081-20/+39
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* chore: Update nextcloud-vue to v8 beta2 and renamed changed propertiesFerdinand Thiessen2023-08-021-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Enable all files versions features when groupfolders is enabledLouis Chemineau2023-07-051-2/+12
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Do not load preview if version tab is not activeLouis Chemineau2023-06-281-3/+8
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Provide hasPreview in files_versions DAV APILouis Chemineau2023-06-281-1/+4
| | | | | | | This allow to no request non existing previews I also set some properties to the img element to reduce preview loading to what the browser think is necessary Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add fallback when a there is no preview for a versionLouis Chemineau2023-05-251-3/+14
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Improve handling of undefined version labelLouis Chemineau2023-05-251-4/+6
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Use consistent imports for Vue componentsVarun Patil2023-05-231-1/+7
| | | | | | This makes tree shaking possible Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Use native tooltip for versionsLouis Chemineau2023-03-091-5/+6
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix download URL for versionsChristopher Ng2023-03-071-3/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Handle undefined label in front-endLouis Chemineau2023-01-261-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add cypress testsLouis Chemineau2023-01-261-1/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Allow to delete a version through DAVLouis Chemineau2023-01-261-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Support getting and patching version-labelLouis Chemineau2023-01-261-0/+302
Signed-off-by: Louis Chemineau <louis@chmn.me>