Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(code-style): Adjust JS code to our code style | Ferdinand Thiessen | 2024-10-16 | 2 | -7/+6 |
| | | | | | | This resolves 68 ESLint warnings about invalid code style. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: Minor @nc/vue usage errors | Louis Chemineau | 2024-10-09 | 1 | -3/+8 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | feat: Add bidi support in core directory | Mostafa Ahangarha | 2024-08-29 | 1 | -6/+6 |
| | | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net> | ||||
* | fix(files_versions): Migrate version name dialog from NcModal to NcDialog | Ferdinand Thiessen | 2024-08-22 | 3 | -109/+131 |
| | | | | | | | | * Resolves https://github.com/nextcloud/viewer/issues/2390 Make the version name dialog a real dialog instead of a modal. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files_sharing): adjust IAttributes API and files_versions | skjnldsv | 2024-07-12 | 1 | -1/+1 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | chore: Enable ESLint for apps and fix all errors | Ferdinand Thiessen | 2024-07-09 | 1 | -7/+7 |
| | | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files_versions): renaming file version when its not a string | Sanskar Soni | 2024-06-20 | 1 | -1/+2 |
| | | | | Signed-off-by: Sanskar Soni <sanskarsoni300@gmail.com> | ||||
* | fix(files_versions): Version name and date should be shrinkable to allow ↵ | Ferdinand Thiessen | 2024-06-17 | 1 | -7/+21 |
| | | | | | | viewing on small screens Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files_versions): Use `NcDateTime` to ensure date is transalted properly | Ferdinand Thiessen | 2024-06-17 | 1 | -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 header | Andy Scherzinger | 2024-06-02 | 10 | -160/+27 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix: made author-icon smaller and added try-catch | Eduardo Morales | 2024-03-15 | 1 | -14/+19 |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* | feat: author displayname and avatar on versions | Eduardo Morales | 2024-03-15 | 2 | -2/+42 |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* | feat: exposed metadata column to frontend | Eduardo Morales | 2024-03-11 | 1 | -0/+1 |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.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(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> | ||||
* | 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> | ||||
* | Wrap versions list in virtual scroll | Louis Chemineau | 2024-01-23 | 2 | -16/+396 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Handle error in previews for files versions | Louis Chemineau | 2023-11-20 | 1 | -2/+4 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | feat(files): add move or copy action | John Molakvoæ | 2023-09-26 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Use proper app id in Version.vue | Louis Chemineau | 2023-09-25 | 1 | -3/+3 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Use t and n for translation | Louis Chemineau | 2023-09-14 | 1 | -4/+6 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Fix access to fileInfo in VersionTab.vue | Louis Chemineau | 2023-09-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Fix: allow to name the current version | Louis Chemineau | 2023-09-07 | 2 | -9/+15 |
| | | | | | | | We only need to change the filename of the current version for the viewer Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Enable new versions feature for groupfolders | Louis Chemineau | 2023-09-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | feat: Add events for version restore | Julius Härtl | 2023-09-06 | 1 | -1/+19 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | fix(cypress): adjust selectors | John Molakvoæ | 2023-08-17 | 1 | -0/+3 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix: Pass proper viewer filename | Julius Härtl | 2023-08-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | feat: Use viewer to open and compare versions | Louis Chemineau | 2023-08-08 | 4 | -38/+147 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | chore: Update nextcloud-vue to v8 beta2 and renamed changed properties | Ferdinand Thiessen | 2023-08-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Enable all files versions features when groupfolders is enabled | Louis Chemineau | 2023-07-05 | 1 | -2/+12 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Do not load preview if version tab is not active | Louis Chemineau | 2023-06-28 | 3 | -3/+20 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Provide hasPreview in files_versions DAV API | Louis Chemineau | 2023-06-28 | 3 | -1/+7 |
| | | | | | | | 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 version | Louis Chemineau | 2023-05-25 | 1 | -3/+14 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Improve handling of undefined version label | Louis Chemineau | 2023-05-25 | 1 | -4/+6 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Use consistent imports for Vue components | Varun Patil | 2023-05-23 | 1 | -1/+7 |
| | | | | | | This makes tree shaking possible Signed-off-by: Varun Patil <varunpatil@ucla.edu> | ||||
* | Highlight selected file version (Nextcloud Office) | Jérôme Herbinet | 2023-04-18 | 1 | -0/+98 |
| | | | | | | | After my PR #32492 fail, I create a new PR. Signed-off-by: Jérôme Herbinet <jerome.herbinet@arawa.fr> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | ||||
* | fix(deps): update webdav 5 usage | John Molakvoæ | 2023-04-06 | 2 | -7/+11 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | chore(eslint): fix missing import extensions | John Molakvoæ | 2023-03-23 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | chore(eslint): replace node/no-missing-import by n/no-missing-import | John Molakvoæ | 2023-03-23 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Use native tooltip for versions | Louis Chemineau | 2023-03-09 | 1 | -5/+6 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Fix download URL for versions | Christopher Ng | 2023-03-07 | 1 | -3/+3 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Handle undefined label in front-end | Louis Chemineau | 2023-01-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Add cypress tests | Louis Chemineau | 2023-01-26 | 2 | -2/+3 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Allow to delete a version through DAV | Louis Chemineau | 2023-01-26 | 1 | -2/+2 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Support getting and patching version-label | Louis Chemineau | 2023-01-26 | 5 | -143/+456 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Lint and remove file_versions tests | Louis Chemineau | 2022-11-28 | 2 | -2/+3 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> |