aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1016-0/+16
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat: Use viewer to open and compare versionsLouis Chemineau2023-08-084-38/+147
|/ | | | 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>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-262-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-194-6/+70
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* files_versions: Add OpenAPI specjld31032023-07-133-5/+154
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-132-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-102-6/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-072-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Enable all files versions features when groupfolders is enabledLouis Chemineau2023-07-052-6/+14
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #39089 from nextcloud/bugfix/39087/fix-2fa-event-namesJoas Schilling2023-07-032-53/+47
|\ | | | | Fix event names of 2FA related typed events
| * Fix event names of 2FA related typed eventsJoas Schilling2023-07-032-53/+47
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-031-2/+0
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Base versions' has-preview on mimetypeLouis Chemineau2023-06-292-26/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Do not load preview if version tab is not activeLouis Chemineau2023-06-283-3/+20
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Provide hasPreview in files_versions DAV APILouis Chemineau2023-06-285-3/+36
| | | | | | | 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>
* Merge pull request #38800 from nextcloud/bugfix/noid/version-update-or-insertJulius Härtl2023-06-231-16/+34
|\
| * Do not create a new version if previousNode has the same mtimeLouis Chemineau2023-06-221-2/+2
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * fix: Add logging statement for cases when updating the version failsJulius Härtl2023-06-211-8/+29
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Handle previousNode size === 0 on version creationLouis Chemineau2023-06-211-20/+10
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * fix: Avoid failing to update the current version entry if there is noneJulius Härtl2023-06-131-5/+12
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-202-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-182-0/+34
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-172-6/+34
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-142-24/+24
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Enable version features again with S3 versioningBenjamin Somers2023-06-131-3/+3
| | | | Signed-off-by: Benjamin Somers <bsomers@resel.fr>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-122-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38469 from nextcloud/artonge/fix/versions_initLouis2023-05-302-4/+31
|\ | | | | Fix initialisation of versions in the DB
| * Merge branch 'master' into artonge/fix/versions_initLouis2023-05-261-7/+20
| |\
| * | Fix initialisation of versions in the DBLouis Chemineau2023-05-252-4/+31
| | | | | | | | | | | | | | | | | | Broken after https://github.com/nextcloud/server/pull/36690 Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-302-4/+32
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-2744-44/+0
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | 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>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-182-16/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(release): Bump requirements and versions in apps/Joas Schilling2023-05-171-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Check if version has entity before trying to access itGit'Fellow2023-05-121-1/+1
| | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* Check if version entity is not null before deleteGit'Fellow2023-05-081-1/+6
| | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-052-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: catch ManuallyLockedException and use app contextMax2023-05-032-16/+67
| | | | | | | | | | | | The files_lock app may throw ManuallyLockedExceptions when attempting to revert a file that is currently opened. This would prevent the user from rolling back a opened file. Text and Richdocuments handle changes of the file while editing. Allow reverting files even when they are locked by these apps and let the apps handle the conflict. Signed-off-by: Max <max@nextcloud.com>
* fix(assets): Optimize SVGs with scour 0.38.2Joas Schilling2023-04-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(autoloader): Update autoloaders with composer 2.5.5Joas Schilling2023-04-213-11/+22
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #37428 from nextcloud/enh/ignore-non-numeric-versionsCôme Chilliet2023-04-201-1/+7
|\ | | | | Ignore and log non integer versions
| * Check for non-numeric versions, not non-integerCôme Chilliet2023-04-051-2/+2
| | | | | | | | | | | | All versions are string Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Ignore and log non integer versionsCôme Chilliet2023-04-051-0/+6
| | | | | | | | | | | | | | | | This avoids being stuck when there is one buggy file version with a non-integer version. It allows the expiration process to not crash and continue with the other ones. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Highlight selected file version (Nextcloud Office)Jérôme Herbinet2023-04-181-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>
* | Really disable versions features when S3 versioning is enabledLouis Chemineau2023-04-171-1/+1
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #36690 from nextcloud/bugfix/noid/rollback-hookJulius Härtl2023-04-144-21/+34
|\ \
| * | fix: Check return type on rollbackJulius Härtl2023-03-131-5/+8
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>