| Commit message (Expand) | Author | Age | Files | Lines |
* | Highlight selected file version (Nextcloud Office) | Jérôme Herbinet | 2023-04-18 | 1 | -0/+98 |
* | 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 | 4 | -21/+34 |
|\ |
|
| * | 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 | 2 | -14/+17 |
| * | tests(files_versions): Tear down fs to clear mount cache before testing | Julius Härtl | 2023-03-13 | 2 | -2/+9 |
| * | fix: Make sure that rollback hook is triggered on all version backends | Julius Härtl | 2023-03-13 | 2 | -7/+7 |
* | | fix(deps): update webdav 5 usage | John Molakvoæ | 2023-04-06 | 2 | -7/+11 |
* | | Fix return type of methods returning false on error | Côme Chilliet | 2023-04-03 | 1 | -1/+1 |
* | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-03-30 | 2 | -4/+4 |
* | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-03-27 | 2 | -0/+22 |
* | | chore(eslint): fix missing import extensions | John Molakvoæ | 2023-03-23 | 1 | -1/+1 |
* | | chore(eslint): replace node/no-missing-import by n/no-missing-import | John Molakvoæ | 2023-03-23 | 1 | -1/+1 |
* | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-03-20 | 4 | -2/+46 |
* | | Use native tooltip for versions | Louis Chemineau | 2023-03-09 | 1 | -5/+6 |
|/ |
|
* | Fix download URL for versions | Christopher Ng | 2023-03-07 | 1 | -3/+3 |
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-03-06 | 2 | -0/+22 |
* | chore(release): Bump requirements and versions in apps/ | Joas Schilling | 2023-03-03 | 1 | -2/+2 |
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-03-01 | 2 | -2/+32 |
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-27 | 2 | -6/+6 |
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-26 | 2 | -2/+32 |
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-24 | 2 | -0/+4 |
* | Merge pull request #36556 from nextcloud/artonge/fix/expiring_file_versions_e... | blizzz | 2023-02-16 | 1 | -4/+10 |
|\ |
|
| * | Handle empty DB while expiring versions | Louis Chemineau | 2023-02-08 | 1 | -4/+10 |
* | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-12 | 2 | -0/+4 |
* | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-10 | 2 | -4/+32 |
* | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-09 | 2 | -0/+18 |
|/ |
|
* | Document that size may be a float in new class VersionEntity | Côme Chilliet | 2023-02-07 | 4 | -9/+13 |
* | Fix a few tests that were using too big int values for 32bits | Côme Chilliet | 2023-02-07 | 1 | -2/+1 |
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-04 | 2 | -0/+22 |
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-02 | 4 | -0/+44 |
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-01 | 20 | -2/+222 |
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-01-31 | 36 | -108/+36 |
* | Handle undefined label in front-end | Louis Chemineau | 2023-01-26 | 1 | -1/+1 |
* | Add cypress tests | Louis Chemineau | 2023-01-26 | 2 | -2/+3 |
* | Fix versions restoring with S3 | Louis Chemineau | 2023-01-26 | 2 | -5/+57 |
* | Use node's owner if no user is connected | Louis Chemineau | 2023-01-26 | 1 | -15/+25 |
* | Prevent storing versions with the same mtime | Louis Chemineau | 2023-01-26 | 1 | -2/+3 |
* | Fix renaming files_versions | Louis Chemineau | 2023-01-26 | 3 | -11/+8 |
* | Handle empty files in version creation logic | Louis Chemineau | 2023-01-26 | 6 | -29/+133 |
* | Fix hookconnector tests | Louis Chemineau | 2023-01-26 | 1 | -30/+5 |
* | Adapt files_versions tests to modernized hooks | Louis Chemineau | 2023-01-26 | 3 | -10/+47 |
* | User rootFolder instead of userFolder in FileEventsListener | Louis Chemineau | 2023-01-26 | 1 | -13/+26 |
* | Rename Hooks.php to FileEventsListener.php | Louis Chemineau | 2023-01-26 | 4 | -13/+14 |
* | Prevent expiration of named versions | Louis Chemineau | 2023-01-26 | 1 | -1/+22 |
* | Delete file versions entries in DB when node is deleted | Louis Chemineau | 2023-01-26 | 2 | -0/+10 |
* | Allow to delete a version through DAV | Louis Chemineau | 2023-01-26 | 7 | -6/+74 |
* | Support getting and patching version-label | Louis Chemineau | 2023-01-26 | 18 | -178/+756 |
* | Create files_versions table | Louis Chemineau | 2023-01-26 | 6 | -1/+227 |
* | Modernise hook listener of files_versions | Louis Chemineau | 2023-01-26 | 2 | -55/+88 |