summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib
Commit message (Expand)AuthorAgeFilesLines
* Enable all files versions features when groupfolders is enabledLouis Chemineau2023-07-101-4/+2
* Enable version features again with S3 versioningBenjamin Somers2023-07-061-3/+3
* Base versions' has-preview on mimetypeLouis Chemineau2023-07-032-26/+3
* Provide hasPreview in files_versions DAV APILouis Chemineau2023-07-032-2/+29
* Do not create a new version if previousNode has the same mtimeLouis Chemineau2023-06-261-2/+2
* fix: Add logging statement for cases when updating the version failsJulius Härtl2023-06-261-8/+29
* Handle previousNode size === 0 on version creationLouis Chemineau2023-06-261-20/+10
* fix: Avoid failing to update the current version entry if there is noneJulius Härtl2023-06-261-5/+12
* Fix initialisation of versions in the DBLouis Chemineau2023-05-302-4/+31
* 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: catch ManuallyLockedException and use app contextMax2023-05-032-16/+67
* 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
* | 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-143-20/+27
|\ \ | |/ |/|
| * 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-131-13/+17
| * tests(files_versions): Tear down fs to clear mount cache before testingJulius Härtl2023-03-131-1/+1
| * fix: Make sure that rollback hook is triggered on all version backendsJulius Härtl2023-03-132-7/+7
* | Fix return type of methods returning false on errorCôme Chilliet2023-04-031-1/+1
|/
* Handle empty DB while expiring versionsLouis Chemineau2023-02-081-4/+10
* Document that size may be a float in new class VersionEntityCôme Chilliet2023-02-074-9/+13
* Fix versions restoring with S3Louis Chemineau2023-01-261-5/+24
* Use node's owner if no user is connectedLouis Chemineau2023-01-261-15/+25
* Prevent storing versions with the same mtimeLouis Chemineau2023-01-261-2/+3
* Fix renaming files_versionsLouis Chemineau2023-01-261-7/+6
* Handle empty files in version creation logicLouis Chemineau2023-01-265-29/+131
* Fix hookconnector testsLouis Chemineau2023-01-261-30/+5
* Adapt files_versions tests to modernized hooksLouis Chemineau2023-01-261-8/+45
* User rootFolder instead of userFolder in FileEventsListenerLouis Chemineau2023-01-261-13/+26
* Rename Hooks.php to FileEventsListener.phpLouis Chemineau2023-01-262-11/+12
* Prevent expiration of named versionsLouis Chemineau2023-01-261-1/+22
* Delete file versions entries in DB when node is deletedLouis Chemineau2023-01-262-0/+10
* Allow to delete a version through DAVLouis Chemineau2023-01-266-4/+72
* Support getting and patching version-labelLouis Chemineau2023-01-2611-35/+294
* Create files_versions tableLouis Chemineau2023-01-263-0/+220
* Modernise hook listener of files_versionsLouis Chemineau2023-01-262-55/+88
* Handle badly named version files more gracefully and log informationCôme Chilliet2022-10-111-5/+13
* use filesystem user instead of file owner for creating versionRobin Appelman2022-09-091-1/+10
* always use the default fs owner when storing versionsRobin Appelman2022-09-061-14/+27
* Port existing server code to new interfaceCarl Schwan2022-08-081-17/+9
* Expose additional emails in {DAV:}alternate-URI-setThomas Citharel2022-05-171-0/+2
* cache internalpath in versions cleanupRobin Appelman2022-04-041-2/+3
* Add configuration flag to disable the background job for files_versionsDaniel Kesselberg2021-10-111-3/+13
* Merge pull request #27408 from PhrozenByte/enhancement/FilesVersionsCleanUpPathVincent Petry2021-10-081-5/+28
|\
| * Improve occ versions:cleanup --path optionDaniel Rudolf2021-10-071-2/+2
| * Add occ versions:cleanup --path optionDaniel Rudolf2021-06-071-5/+28
* | Merge pull request #28458 from nextcloud/expose-user-language-davRichard Steinmetz2021-08-201-1/+3
|\ \