Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-05-27 | 44 | -60/+16 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Check if version has entity before trying to access it | Git'Fellow | 2023-05-12 | 1 | -1/+1 |
| | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | Check if version entity is not null before delete | Git'Fellow | 2023-05-08 | 1 | -1/+6 |
| | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-05-05 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: catch ManuallyLockedException and use app context | Max | 2023-05-03 | 2 | -16/+67 |
| | | | | | | | | | | | | The files_lock app may throw ManuallyLockedExceptions when attempting to revert a file that is currently opened. This would prevent the user from rolling back a opened file. Text and Richdocuments handle changes of the file while editing. Allow reverting files even when they are locked by these apps and let the apps handle the conflict. Signed-off-by: Max <max@nextcloud.com> | ||||
* | fix(assets): Optimize SVGs with scour 0.38.2 | Joas Schilling | 2023-04-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore(autoloader): Update autoloaders with composer 2.5.5 | Joas Schilling | 2023-04-21 | 3 | -11/+22 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #37428 from nextcloud/enh/ignore-non-numeric-versions | Côme Chilliet | 2023-04-20 | 1 | -1/+7 |
|\ | | | | | Ignore and log non integer versions | ||||
| * | Check for non-numeric versions, not non-integer | Côme Chilliet | 2023-04-05 | 1 | -2/+2 |
| | | | | | | | | | | | | All versions are string Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | Ignore and log non integer versions | Côme Chilliet | 2023-04-05 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | This avoids being stuck when there is one buggy file version with a non-integer version. It allows the expiration process to not crash and continue with the other ones. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Highlight selected file version (Nextcloud Office) | Jérôme Herbinet | 2023-04-18 | 1 | -0/+98 |
| | | | | | | | | | | | | | | After my PR #32492 fail, I create a new PR. Signed-off-by: Jérôme Herbinet <jerome.herbinet@arawa.fr> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | ||||
* | | Really disable versions features when S3 versioning is enabled | Louis Chemineau | 2023-04-17 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | 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 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | don't re-get fileinfo for versioned file if it's not shared | Robin Appelman | 2023-03-13 | 2 | -14/+17 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | tests(files_versions): Tear down fs to clear mount cache before testing | Julius Härtl | 2023-03-13 | 2 | -2/+9 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | fix: Make sure that rollback hook is triggered on all version backends | Julius Härtl | 2023-03-13 | 2 | -7/+7 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | fix(deps): update webdav 5 usage | John Molakvoæ | 2023-04-06 | 2 | -7/+11 |
| |/ |/| | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | Fix return type of methods returning false on error | Côme Chilliet | 2023-04-03 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-03-30 | 2 | -4/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-03-27 | 2 | -0/+22 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | chore(eslint): fix missing import extensions | John Molakvoæ | 2023-03-23 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | chore(eslint): replace node/no-missing-import by n/no-missing-import | John Molakvoæ | 2023-03-23 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-03-20 | 4 | -2/+46 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Use native tooltip for versions | Louis Chemineau | 2023-03-09 | 1 | -5/+6 |
|/ | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Fix download URL for versions | Christopher Ng | 2023-03-07 | 1 | -3/+3 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-03-06 | 2 | -0/+22 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore(release): Bump requirements and versions in apps/ | Joas Schilling | 2023-03-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-03-01 | 2 | -2/+32 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-27 | 2 | -6/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-26 | 2 | -2/+32 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-24 | 2 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #36556 from ↵ | blizzz | 2023-02-16 | 1 | -4/+10 |
|\ | | | | | | | | | nextcloud/artonge/fix/expiring_file_versions_empty_db Handle empty DB while expiring versions | ||||
| * | Handle empty DB while expiring versions | Louis Chemineau | 2023-02-08 | 1 | -4/+10 |
| | | | | | | | | | | | | | | | | Version on the FS can have no equivalent in the DB if they were created before the version naming feature. This makes sure that we catch the resulting exception and proceed as usual. Fix https://github.com/nextcloud/server/issues/36541 Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-12 | 2 | -0/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-10 | 2 | -4/+32 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-09 | 2 | -0/+18 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Document that size may be a float in new class VersionEntity | Côme Chilliet | 2023-02-07 | 4 | -9/+13 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix a few tests that were using too big int values for 32bits | Côme Chilliet | 2023-02-07 | 1 | -2/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-04 | 2 | -0/+22 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-02 | 4 | -0/+44 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-01 | 20 | -2/+222 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-01-31 | 36 | -108/+36 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Handle undefined label in front-end | Louis Chemineau | 2023-01-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Add cypress tests | Louis Chemineau | 2023-01-26 | 2 | -2/+3 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Fix versions restoring with S3 | Louis Chemineau | 2023-01-26 | 2 | -5/+57 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Use node's owner if no user is connected | Louis Chemineau | 2023-01-26 | 1 | -15/+25 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Prevent storing versions with the same mtime | Louis Chemineau | 2023-01-26 | 1 | -2/+3 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Fix renaming files_versions | Louis Chemineau | 2023-01-26 | 3 | -11/+8 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Handle empty files in version creation logic | Louis Chemineau | 2023-01-26 | 6 | -29/+133 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> |