aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #46710 from ↵Stephan Orbaugh2024-08-061-1/+1
|\ | | | | | | | | nextcloud/artonge/fix/use_timestamp_instead_of_revision fix: Use timestamp instead of revision id in files_versions metadata API
| * fix: Use timestamp instead of revision id in files_versions metadata APILouis Chemineau2024-07-241-1/+1
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-312-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-282-12/+34
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: add a try and catch for delete versioninggreta2024-07-251-2/+7
| | | | | | | | Signed-off-by: greta <gretadoci@gmail.com>
* | fix(files_versions): avoid unintentional skipping of expirationcarhe2024-07-251-1/+1
|/ | | Signed-off-by: carhe <carstenherrmann@web.de>
* fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-121-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Merge pull request #46391 from nextcloud/chore/use-consistent-material-symbolsFerdinand Thiessen2024-07-102-2/+2
|\ | | | | chore: Make app icons consistent Material Symbols with same settings
| * chore: Make app icons consistent Material Symbols with same settingsFerdinand Thiessen2024-07-102-2/+2
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-102-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-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>
* chore(deps): Update openapi-extractorprovokateurin2024-07-021-39/+33
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(files_versions): renaming file version when its not a stringSanskar Soni2024-06-201-1/+2
| | | | Signed-off-by: Sanskar Soni <sanskarsoni300@gmail.com>
* fix: Align app icon for versions with right sidebar used iconAndy Scherzinger2024-06-172-2/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* 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>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-162-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-142-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-056-2/+60
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Add SPDX headerAndy Scherzinger2024-06-0263-1141/+150
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-042-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-242-2/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-192-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-182-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-152-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-022-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-012-4/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-292-12/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(branchoff): Bump versions and requirements in appsJoas Schilling2024-03-281-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-282-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(files_versions): Add listener and interfaces to allow versions ↵Louis Chemineau2024-03-2611-2/+329
| | | | | | migration across storages Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #44362 from ↵Louis2024-03-221-6/+14
|\ | | | | | | | | nextcloud/artonge/feat/check_permissions_of_all_nodes_for_versions Check permissions of all accessible file for versions
| * Merge pull request #44297 from nextcloud/fix/forbid-tagging-readonly-filesLouis Chemineau2024-03-211-6/+14
| | | | | | | | | | | | Forbid tagging readonly files Signed-off-by: Louis Chemineau <louis@chmn.me>
* | refactor(files_versions): Rename MetadataFileEvents to VersionAuthorListenerLouis Chemineau2024-03-214-6/+6
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #43613 from nextcloud/version-owner-fallbackJohn Molakvoæ2024-03-161-0/+10
|\
| * fix: fallback from guessing the owner from path in versioningRobin Appelman2024-03-071-0/+10
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | 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-152-2/+42
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | chore(files_versions): Use new metadata API for versionsLouis Chemineau2024-03-139-183/+53
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | chore(assets): build autoloaderEduardo Morales2024-03-113-2/+8
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | fix: fixed stylistic errorsEduardo Morales2024-03-114-6/+6
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | fix(files_version): deprecated INameableVersionEduardo Morales2024-03-118-13/+16
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | feat: exposed metadata column to frontendEduardo Morales2024-03-115-3/+24
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | feat: added backend metadata interface, allows JSON storageEduardo Morales2024-03-116-4/+159
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | feat: added metadata event listenerEduardo Morales2024-03-112-0/+69
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | Revert "files_versions: add missing null check"Louis2024-03-081-5/+0
| |
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-082-2/+10
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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