summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-27104-270/+984
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #43125 from nextcloud/backport/43078/stable27Robin Appelman2024-01-261-0/+5
|\ | | | | [stable27] handle storage not available when expiring versions
| * handle storage not available when expiring versionsRobin Appelman2024-01-251-0/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #43136 from nextcloud/jr/fix/trashbin-parse-files-apiFerdinand Thiessen2024-01-261-2/+2
|\ \ | | | | | | [stable27 ONLY] fix(trashbin) Switch parseWebdavPermissions->davParsePermissions
| * | fix(trashbin) Switch parseWebdavPermissions->davParsePermissionsJosh2024-01-251-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 TransifexNextcloud bot2024-01-26538-2436/+2534
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #43092 from nextcloud/fix/27-routerFerdinand Thiessen2024-01-251-3/+3
|\ \ | |/ |/| [stable27] chore: Update `@nextcloud/router` to 2.2.1
| * fix(tests): Adjust legacy tests for nextcloud-router updateFerdinand Thiessen2024-01-241-3/+3
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2522-4/+158
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2466-164/+254
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2330-80/+116
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* generate oauth2 autoloadersJulien Veyssier2024-01-222-0/+4
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* make OAuth2 authorization code expireJulien Veyssier2024-01-228-29/+336
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2228-12/+118
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-21142-430/+492
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2016-4/+88
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-19140-82/+252
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42926 from nextcloud/backport/42891/stable27Louis2024-01-181-2/+10
|\ | | | | [stable27] Improve path resolution in files_version hooks
| * Improve path resolution in files_version hooksLouis Chemineau2024-01-181-2/+10
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #42172 from ↵Arthur Schiwon2024-01-183-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 Klehr2024-01-183-6/+9
| | | | | | | | | | | | | | | | truncated in locales other than english fixes #18468 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix(CalDAV): set acls for DeletedCalendarObjectsCollectionJohannes Merkel2024-01-181-1/+24
|/ | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-18182-394/+634
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42778 from nextcloud/backport/42067/stable27Git'Fellow2024-01-172-10/+13
|\ | | | | [stable27] Fix some silent share bugs
| * Remove `newPassword` from share model, if disabledfenn-cs2024-01-151-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-cs2024-01-151-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/stable27Joas Schilling2024-01-174-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 arrayJoas Schilling2024-01-174-12/+42
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-17112-176/+250
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(files): Fix reference picker not workingFerdinand Thiessen2024-01-161-3/+7
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1696-336/+298
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(share): use user timezone to parse share expiration dateBenjamin Gaussorgues2024-01-154-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 TransifexNextcloud bot2024-01-1530-50/+90
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1424-2/+40
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1348-0/+68
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-128-0/+12
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1296-292/+382
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-12186-18/+296
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: Always apply fullscreen styling to sidebarJulius Härtl2024-01-111-0/+6
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1184-158/+186
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1034-12/+248
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #42608 from nextcloud/backport27-fixServiceWorkerFerdinand Thiessen2024-01-093-0/+4
|\ \ | | | | | | [stable27] fix(files): service worker
| * | Fix preview service workerGit'Fellow2024-01-063-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 TransifexNextcloud bot2024-01-0982-610/+676
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-084-18/+24
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-07134-792/+792
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-062-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-0518-28/+220
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-0446-6/+5278
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-036-4/+24
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>