aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-194-6/+70
* files_versions: Add OpenAPI specjld31032023-07-133-5/+154
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-132-6/+6
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-102-6/+34
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-072-0/+2
* Enable all files versions features when groupfolders is enabledLouis Chemineau2023-07-052-6/+14
* Merge pull request #39089 from nextcloud/bugfix/39087/fix-2fa-event-namesJoas Schilling2023-07-032-53/+47
|\
| * Fix event names of 2FA related typed eventsJoas Schilling2023-07-032-53/+47
* | feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-031-2/+0
|/
* Base versions' has-preview on mimetypeLouis Chemineau2023-06-292-26/+3
* Do not load preview if version tab is not activeLouis Chemineau2023-06-283-3/+20
* Provide hasPreview in files_versions DAV APILouis Chemineau2023-06-285-3/+36
* 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
| * fix: Add logging statement for cases when updating the version failsJulius Härtl2023-06-211-8/+29
| * Handle previousNode size === 0 on version creationLouis Chemineau2023-06-211-20/+10
| * fix: Avoid failing to update the current version entry if there is noneJulius Härtl2023-06-131-5/+12
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-202-2/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-182-0/+34
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-172-6/+34
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-142-24/+24
|/
* Enable version features again with S3 versioningBenjamin Somers2023-06-131-3/+3
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-122-2/+2
* Merge pull request #38469 from nextcloud/artonge/fix/versions_initLouis2023-05-302-4/+31
|\
| * Merge branch 'master' into artonge/fix/versions_initLouis2023-05-261-7/+20
| |\
| * | Fix initialisation of versions in the DBLouis Chemineau2023-05-252-4/+31
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-302-4/+32
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-2744-44/+0
| |/ |/|
* | Add fallback when a there is no preview for a versionLouis Chemineau2023-05-251-3/+14
* | Improve handling of undefined version labelLouis Chemineau2023-05-251-4/+6
|/
* Use consistent imports for Vue componentsVarun Patil2023-05-231-1/+7
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-182-16/+16
* chore(release): Bump requirements and versions in apps/Joas Schilling2023-05-171-2/+2
* Check if version has entity before trying to access itGit'Fellow2023-05-121-1/+1
* Check if version entity is not null before deleteGit'Fellow2023-05-081-1/+6
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-052-0/+6
* fix: catch ManuallyLockedException and use app contextMax2023-05-032-16/+67
* fix(assets): Optimize SVGs with scour 0.38.2Joas Schilling2023-04-241-1/+1
* chore(autoloader): Update autoloaders with composer 2.5.5Joas Schilling2023-04-213-11/+22
* Merge pull request #37428 from nextcloud/enh/ignore-non-numeric-versionsCôme Chilliet2023-04-201-1/+7
|\
| * Check for non-numeric versions, not non-integerCôme Chilliet2023-04-051-2/+2
| * Ignore and log non integer versionsCôme Chilliet2023-04-051-0/+6
* | Highlight selected file version (Nextcloud Office)Jérôme Herbinet2023-04-181-0/+98
* | Really disable versions features when S3 versioning is enabledLouis Chemineau2023-04-171-1/+1
* | 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
| * | don't re-get fileinfo for versioned file if it's not sharedRobin Appelman2023-03-132-14/+17
| * | tests(files_versions): Tear down fs to clear mount cache before testingJulius Härtl2023-03-132-2/+9
| * | fix: Make sure that rollback hook is triggered on all version backendsJulius Härtl2023-03-132-7/+7
* | | fix(deps): update webdav 5 usageJohn Molakvoæ2023-04-062-7/+11
| |/ |/|