summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Expose user language through DAVThomas Citharel2021-08-161-1/+3
* | | use search to find versions to expireRobin Appelman2021-08-181-18/+43
|/ /
* | Improve auto expiration hintszaimen2021-08-081-1/+1
* | Remove allmost all deprecation from the files_version appCarl Schwan2021-07-2311-77/+96
|/
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0427-60/+23
* Drop \OCP\UserChristoph Wurst2021-05-212-5/+5
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-101-0/+2
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-183-14/+14
* dont stop expiring versions if we cant check if the source file still existsRobin Appelman2021-02-051-2/+9
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-2/+1
* Catch storage not available in versions expire commandChristoph Wurst2020-11-251-1/+17
* Return all keys in getAllVersions() insteadMorris Jobke2020-10-121-4/+7
* Fix undefined index and consequential damages in versions codeChristoph Wurst2020-10-121-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-8/+8
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-243-1/+2
* Migrate files versions to the PSR containerChristoph Wurst2020-07-161-11/+12
* Move files_versions to bootstrap mechanismMorris Jobke2020-07-091-29/+24
* Add missing returnJoas Schilling2020-06-261-1/+1
* Also always return in app commandsJoas Schilling2020-06-262-3/+7
* Update license headers for 19Christoph Wurst2020-04-2912-2/+12
* Fix #19066 - Array offset error due to empty file versions arrayLiam JACK2020-04-121-0/+5
* Add visibility to all constantsChristoph Wurst2020-04-104-9/+9