| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #46887 from nextcloud/fix/versions-catch-insertion-error | John Molakvoæ | 2024-08-14 | 1 | -1/+21 |
|\ |
|
| * | fix(files_versions): Catch constraint error on version insertion | Côme Chilliet | 2024-07-30 | 1 | -1/+21 |
* | | Merge pull request #46813 from nextcloud/refactor/files_versions/security-att... | Kate | 2024-08-14 | 1 | -3/+4 |
|\ \ |
|
| * | | refactor(files_versions): Replace security annotations with respective attrib... | provokateurin | 2024-07-27 | 1 | -3/+4 |
| |/ |
|
* | | feat: Make `ISharedStorage` public API and reuse where possible | Ferdinand Thiessen | 2024-08-12 | 1 | -4/+3 |
* | | Merge pull request #46710 from nextcloud/artonge/fix/use_timestamp_instead_of... | Stephan Orbaugh | 2024-08-06 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | fix: Use timestamp instead of revision id in files_versions metadata API | Louis Chemineau | 2024-07-24 | 1 | -1/+1 |
* | | fix: add a try and catch for delete versioning | greta | 2024-07-25 | 1 | -2/+7 |
* | | fix(files_versions): avoid unintentional skipping of expiration | carhe | 2024-07-25 | 1 | -1/+1 |
|/ |
|
* | chore: Add SPDX header | Andy Scherzinger | 2024-06-02 | 39 | -785/+89 |
* | feat(files_versions): Add listener and interfaces to allow versions migration... | Louis Chemineau | 2024-03-26 | 9 | -2/+325 |
* | Merge pull request #44362 from nextcloud/artonge/feat/check_permissions_of_al... | Louis | 2024-03-22 | 1 | -6/+14 |
|\ |
|
| * | Merge pull request #44297 from nextcloud/fix/forbid-tagging-readonly-files | Louis Chemineau | 2024-03-21 | 1 | -6/+14 |
* | | refactor(files_versions): Rename MetadataFileEvents to VersionAuthorListener | Louis Chemineau | 2024-03-21 | 2 | -4/+4 |
|/ |
|
* | Merge pull request #43613 from nextcloud/version-owner-fallback | John Molakvoæ | 2024-03-16 | 1 | -0/+10 |
|\ |
|
| * | fix: fallback from guessing the owner from path in versioning | Robin Appelman | 2024-03-07 | 1 | -0/+10 |
* | | chore(files_versions): Use new metadata API for versions | Louis Chemineau | 2024-03-13 | 9 | -183/+53 |
* | | fix: fixed stylistic errors | Eduardo Morales | 2024-03-11 | 4 | -6/+6 |
* | | fix(files_version): deprecated INameableVersion | Eduardo Morales | 2024-03-11 | 8 | -13/+16 |
* | | feat: exposed metadata column to frontend | Eduardo Morales | 2024-03-11 | 4 | -3/+23 |
* | | feat: added backend metadata interface, allows JSON storage | Eduardo Morales | 2024-03-11 | 6 | -4/+159 |
* | | feat: added metadata event listener | Eduardo Morales | 2024-03-11 | 2 | -0/+69 |
* | | Revert "files_versions: add missing null check" | Louis | 2024-03-08 | 1 | -5/+0 |
|/ |
|
* | fix(files_versions): Add missing null check | Varun Patil | 2024-03-07 | 1 | -0/+5 |
* | fix(files_versions): Improve files version listing | Louis Chemineau | 2024-03-06 | 2 | -0/+40 |
* | Merge pull request #43471 from nextcloud/cache-path-by-id | Robin Appelman | 2024-03-05 | 3 | -9/+6 |
|\ |
|
| * | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 3 | -9/+6 |
* | | Merge pull request #43898 from nextcloud/artonge/fix/improve_files_versions_l... | John Molakvoæ | 2024-03-04 | 1 | -43/+50 |
|\ \
| |/
|/| |
|
| * | fix(files_versions): Improve files version listing | Louis Chemineau | 2024-02-29 | 1 | -43/+50 |
* | | fix(files_versions): Do not create a new version for empty files | Louis Chemineau | 2024-02-29 | 1 | -2/+3 |
|/ |
|
* | 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 |