| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Check permissions when labeling a version | Louis Chemineau | 2024-02-21 | 1 | -0/+4 |
* | Check node permissions when restoring a version | Louis Chemineau | 2024-02-21 | 1 | -0/+4 |
* | Check node permissions when deleting a version | Louis Chemineau | 2024-02-21 | 1 | -1/+29 |
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -2/+2 |
* | Revert "Reapply "Cleanup versions entity in during versions:clean command"" | Louis Chemineau | 2024-02-08 | 2 | -20/+0 |
* | Reapply "Cleanup versions entity in during versions:clean command" | Louis Chemineau | 2024-02-07 | 2 | -0/+20 |
* | Revert "Cleanup versions entity in during versions:clean command" | Louis Chemineau | 2024-02-01 | 2 | -20/+0 |
* | Cleanup versions entity in during versions:clean command | Louis Chemineau | 2024-02-01 | 2 | -0/+20 |
* | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 3 | -0/+3 |
* | handle storage not available when expiring versions | Robin Appelman | 2024-01-24 | 1 | -0/+5 |
* | Improve path resolution in files_version hooks | Louis Chemineau | 2024-01-17 | 1 | -2/+10 |
* | fix: Properly fetch version from shared files by accessing the owner storage ... | Julius Härtl | 2023-12-06 | 1 | -0/+16 |
* | fix(files_versions): Explicitly check for user or owner before call getUserFo... | Git'Fellow | 2023-11-27 | 1 | -20/+16 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 8 | -20/+15 |
* | Don't call getUid() on null | Git'Fellow | 2023-11-16 | 1 | -2/+6 |
* | fix: Delete ghost versions of non-existing files | Git'Fellow | 2023-10-28 | 1 | -1/+4 |
* | Merge pull request #39695 from fsamapoor/refactor_files_version_app_commands | Côme Chilliet | 2023-09-21 | 3 | -102/+64 |
|\ |
|
| * | Apply suggestions from code review | Faraz Samapoor | 2023-09-21 | 2 | -2/+1 |
| * | Uses early returns. | Faraz Samapoor | 2023-08-03 | 2 | -37/+40 |
| * | Refactors files_version app commands. | Faraz Samapoor | 2023-08-03 | 3 | -64/+24 |
* | | Move module versions management logic out of main logic | Louis Chemineau | 2023-09-07 | 5 | -29/+122 |
* | | fix: Also cleanup version metadata if expiring | Julius Härtl | 2023-08-14 | 1 | -0/+15 |
|/ |
|
* | files_versions: Add OpenAPI spec | jld3103 | 2023-07-13 | 2 | -5/+13 |
* | Enable all files versions features when groupfolders is enabled | Louis Chemineau | 2023-07-05 | 1 | -4/+2 |
* | feat(ocp): More specific type for ICapabilities::getCapabilities | Christoph Wurst | 2023-07-03 | 1 | -2/+0 |
* | Base versions' has-preview on mimetype | Louis Chemineau | 2023-06-29 | 2 | -26/+3 |
* | Provide hasPreview in files_versions DAV API | Louis Chemineau | 2023-06-28 | 2 | -2/+29 |
* | Do not create a new version if previousNode has the same mtime | Louis Chemineau | 2023-06-22 | 1 | -2/+2 |
* | fix: Add logging statement for cases when updating the version fails | Julius Härtl | 2023-06-21 | 1 | -8/+29 |
* | Handle previousNode size === 0 on version creation | Louis Chemineau | 2023-06-21 | 1 | -20/+10 |
* | fix: Avoid failing to update the current version entry if there is none | Julius Härtl | 2023-06-13 | 1 | -5/+12 |
* | Enable version features again with S3 versioning | Benjamin Somers | 2023-06-13 | 1 | -3/+3 |
* | Fix initialisation of versions in the DB | Louis Chemineau | 2023-05-25 | 2 | -4/+31 |
* | Check if version has entity before trying to access it | Git'Fellow | 2023-05-12 | 1 | -1/+1 |
* | Check if version entity is not null before delete | Git'Fellow | 2023-05-08 | 1 | -1/+6 |
* | fix: catch ManuallyLockedException and use app context | Max | 2023-05-03 | 2 | -16/+67 |
* | Merge pull request #37428 from nextcloud/enh/ignore-non-numeric-versions | Côme Chilliet | 2023-04-20 | 1 | -1/+7 |
|\ |
|
| * | Check for non-numeric versions, not non-integer | Côme Chilliet | 2023-04-05 | 1 | -2/+2 |
| * | Ignore and log non integer versions | Côme Chilliet | 2023-04-05 | 1 | -0/+6 |
* | | Really disable versions features when S3 versioning is enabled | Louis Chemineau | 2023-04-17 | 1 | -1/+1 |
* | | Merge pull request #36690 from nextcloud/bugfix/noid/rollback-hook | Julius Härtl | 2023-04-14 | 3 | -20/+27 |
|\ \
| |/
|/| |
|
| * | fix: Check return type on rollback | Julius Härtl | 2023-03-13 | 1 | -5/+8 |
| * | don't re-get fileinfo for versioned file if it's not shared | Robin Appelman | 2023-03-13 | 1 | -13/+17 |
| * | tests(files_versions): Tear down fs to clear mount cache before testing | Julius Härtl | 2023-03-13 | 1 | -1/+1 |
| * | fix: Make sure that rollback hook is triggered on all version backends | Julius Härtl | 2023-03-13 | 2 | -7/+7 |
* | | Fix return type of methods returning false on error | Côme Chilliet | 2023-04-03 | 1 | -1/+1 |
|/ |
|
* | Handle empty DB while expiring versions | Louis Chemineau | 2023-02-08 | 1 | -4/+10 |
* | Document that size may be a float in new class VersionEntity | Côme Chilliet | 2023-02-07 | 4 | -9/+13 |
* | Fix versions restoring with S3 | Louis Chemineau | 2023-01-26 | 1 | -5/+24 |
* | Use node's owner if no user is connected | Louis Chemineau | 2023-01-26 | 1 | -15/+25 |