Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-27 | 104 | -270/+984 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #43125 from nextcloud/backport/43078/stable27 | Robin Appelman | 2024-01-26 | 1 | -0/+5 |
|\ | | | | | [stable27] handle storage not available when expiring versions | ||||
| * | handle storage not available when expiring versions | Robin Appelman | 2024-01-25 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #43136 from nextcloud/jr/fix/trashbin-parse-files-api | Ferdinand Thiessen | 2024-01-26 | 1 | -2/+2 |
|\ \ | | | | | | | [stable27 ONLY] fix(trashbin) Switch parseWebdavPermissions->davParsePermissions | ||||
| * | | fix(trashbin) Switch parseWebdavPermissions->davParsePermissions | Josh | 2024-01-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | Fixes #43134 Signed-off-by: Josh <josh.t.richards@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-26 | 538 | -2436/+2534 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #43092 from nextcloud/fix/27-router | Ferdinand Thiessen | 2024-01-25 | 1 | -3/+3 |
|\ \ | |/ |/| | [stable27] chore: Update `@nextcloud/router` to 2.2.1 | ||||
| * | fix(tests): Adjust legacy tests for nextcloud-router update | Ferdinand Thiessen | 2024-01-24 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-25 | 22 | -4/+158 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-24 | 66 | -164/+254 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-23 | 30 | -80/+116 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | generate oauth2 autoloaders | Julien Veyssier | 2024-01-22 | 2 | -0/+4 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | make OAuth2 authorization code expire | Julien Veyssier | 2024-01-22 | 8 | -29/+336 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-22 | 28 | -12/+118 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-21 | 142 | -430/+492 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-20 | 16 | -4/+88 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-19 | 140 | -82/+252 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #42926 from nextcloud/backport/42891/stable27 | Louis | 2024-01-18 | 1 | -2/+10 |
|\ | | | | | [stable27] Improve path resolution in files_version hooks | ||||
| * | Improve path resolution in files_version hooks | Louis Chemineau | 2024-01-18 | 1 | -2/+10 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Merge pull request #42172 from ↵ | Arthur Schiwon | 2024-01-18 | 3 | -6/+9 |
|\ \ | |/ |/| | | | | | nextcloud/fix/quota-with-non-english-locale-stable27 [stable27] fix(Users/Quota setting): Prevent floating point value from getting truncated in locales other than english | ||||
| * | fix(Users/Quota setting): Prevent floating point value from getting ↵ | Marcel Klehr | 2024-01-18 | 3 | -6/+9 |
| | | | | | | | | | | | | | | | | truncated in locales other than english fixes #18468 Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix(CalDAV): set acls for DeletedCalendarObjectsCollection | Johannes Merkel | 2024-01-18 | 1 | -1/+24 |
|/ | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-18 | 182 | -394/+634 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #42778 from nextcloud/backport/42067/stable27 | Git'Fellow | 2024-01-17 | 2 | -10/+13 |
|\ | | | | | [stable27] Fix some silent share bugs | ||||
| * | Remove `newPassword` from share model, if disabled | fenn-cs | 2024-01-15 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | It's important to delete the `newPassword` prop from the share model, if the user unchecks the isPasswordProtected checkbox. This clearer and allows for the unchecking to actually work as `this.$set()` fails with the falsy value `''`. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
| * | Create element reference inside $nextTick() | fenn-cs | 2024-01-15 | 1 | -7/+6 |
| | | | | | | | | | | | | | | | | Accessing `this.$refs.shareList` outside $nextTick() could lead to the holder (`listComponent`) being undefined as the ref is yet to exist. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
* | | Merge pull request #42865 from nextcloud/backport/42862/stable27 | Joas Schilling | 2024-01-17 | 4 | -12/+42 |
|\ \ | | | | | | | [stable27] fix(manifest): Check if app exists instead of accessing null as an array | ||||
| * | | fix(manifest): Check if app exists instead of accessing null as an array | Joas Schilling | 2024-01-17 | 4 | -12/+42 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-17 | 112 | -176/+250 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix(files): Fix reference picker not working | Ferdinand Thiessen | 2024-01-16 | 1 | -3/+7 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-16 | 96 | -336/+298 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix(share): use user timezone to parse share expiration date | Benjamin Gaussorgues | 2024-01-15 | 4 | -19/+25 |
| |/ |/| | | | | | | | | | | | | | | | | | If an user in UTC+1 try to create a share at 00:00, it's day D for him, but D-1 for the server (UTC). This fix aims to apply the correct offset Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-15 | 30 | -50/+90 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-14 | 24 | -2/+40 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-13 | 48 | -0/+68 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-12 | 8 | -0/+12 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-12 | 96 | -292/+382 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-12 | 186 | -18/+296 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix: Always apply fullscreen styling to sidebar | Julius Härtl | 2024-01-11 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-11 | 84 | -158/+186 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-10 | 34 | -12/+248 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #42608 from nextcloud/backport27-fixServiceWorker | Ferdinand Thiessen | 2024-01-09 | 3 | -0/+4 |
|\ \ | | | | | | | [stable27] fix(files): service worker | ||||
| * | | Fix preview service worker | Git'Fellow | 2024-01-06 | 3 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Update ViewControllerTest.php Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Update ViewController.php Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-09 | 82 | -610/+676 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-08 | 4 | -18/+24 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-07 | 134 | -792/+792 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-06 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-05 | 18 | -28/+220 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-04 | 46 | -6/+5278 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-03 | 6 | -4/+24 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |