summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-17112-176/+250
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42851 from nextcloud/backport/42720/stable28Simon L2024-01-161-3/+3
|\ | | | | [stable28] use showError in TransferOwnershipDialogue
| * use showError in TransferOwnershipDialogueSimon L2024-01-161-3/+3
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | fix(files_sharing): fix sharing status indicator side after component updateJohn Molakvoæ2024-01-161-1/+3
|/ | | | | | Seems like the components now have max-height/width set too Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* Merge pull request #42795 from nextcloud/backport/setupchecks/stable28Benjamin Gaussorgues2024-01-1615-397/+586
|\ | | | | [stable28] Migrate setup checks to new SetupCheck API
| * Fix AppDirsWithDifferentOwnerTestCôme Chilliet2024-01-152-20/+20
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate PHP imagick module check to new SetupCheck APICôme Chilliet2024-01-156-23/+67
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate tests for AppDirsWithDifferentOwner setup checkCôme Chilliet2024-01-152-57/+100
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate app dir owner check to SetupCheck APICôme Chilliet2024-01-156-50/+108
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Improve PHP opcache setup check and reduce level in some casesCôme Chilliet2024-01-151-23/+37
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix small psalm issueCôme Chilliet2024-01-151-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Remove unsupported <code> tag and use quotes insteadCôme Chilliet2024-01-151-8/+8
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Remove unused properties from CheckSetupControllerTestCôme Chilliet2024-01-152-54/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate opcache check to new SetupCheck APICôme Chilliet2024-01-156-93/+138
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Merge SQlite warning to existing SupportedDatabase setup checkCôme Chilliet2024-01-154-16/+36
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate away from deprecated doctrine/dbal getName functionCôme Chilliet2024-01-151-2/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate database pending bigint conversions check to new APICôme Chilliet2024-01-156-85/+103
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Complete `<h1>` settings headingjulia.kirschenheuter2024-01-161-1/+1
| | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> (cherry picked from commit f6ec297df6ccdef217765c02e7e3bbc835547092) Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Merge pull request #42816 from nextcloud/backport/42436/stable28Ferdinand Thiessen2024-01-165-0/+86
|\ \ | | | | | | [stable28] enh(settings): Add SetupCheck to ensure webserver correctly serves `.mjs` files
| * | Update apps/settings/lib/SetupChecks/JavaScriptModules.phpFerdinand Thiessen2024-01-151-1/+1
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | enh(settings): Add SetupCheck to ensure webserver correctly serves `.mjs` filesFerdinand Thiessen2024-01-155-0/+86
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #42772 from nextcloud/backport/42718/stable28Arthur Schiwon2024-01-161-1/+0
|\ \ \ | | | | | | | | [stable28] Remove unneeded role="radiogroup" from "Predefined statuses"
| * | | Remove unneeded role="radiogroup" from "Predefined statuses"julia.kirschenheuter2024-01-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> [skip ci]
* | | | fix(files): better upload error handlingJohn Molakvoæ2024-01-163-2/+44
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | feat(files): disable upload button if quota is reachedJohn Molakvoæ2024-01-161-1/+28
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | feat(files): show quota warning on page load or if storage becomes fullJohn Molakvoæ2024-01-161-0/+18
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1696-336/+298
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | fix(l10n): Add context note for table footersChristopher Ng2024-01-152-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #42786 from nextcloud/backport/42660/stable28Arthur Schiwon2024-01-154-20/+26
|\ \ \ \ | | | | | | | | | | [stable28] fix(share): use user timezone to parse share expiration date
| * \ \ \ Merge branch 'stable28' into backport/42660/stable28Benjamin Gaussorgues2024-01-151-14/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | fix(share): use user timezone to parse share expiration dateBenjamin Gaussorgues2024-01-154-20/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #42815 from nextcloud/backport/42781/stable28Arthur Schiwon2024-01-151-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [stable28] Fix crash of login in case of duplicated group membership
| * | | | | Fix crash of login in case of duplicated group membershipCôme Chilliet2024-01-151-1/+1
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | If several LDAP configurations return the same group id for a user it should still only appear once in the return of getUserGroups Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #42766 from nextcloud/backport/42723/stable28Pytal2024-01-151-5/+8
|\ \ \ \ \ | |/ / / / |/| | | | [stable28] fix(settings): set default or unlimited user quota
| * | | | fix(settings): set default or unlimited user quotaJohn Molakvoæ2024-01-141-5/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | Merge pull request #42771 from nextcloud/backport/42619/stable28Joas Schilling2024-01-152-4/+51
|\ \ \ \ \ | |_|_|/ / |/| | | | [stable28] fix(dav): Fix user status "Undefined array key 0 at StatusService.php…
| * | | | fix(dav): Fix user status "Undefined array key 0 at StatusService.php#98"Joas Schilling2024-01-152-4/+51
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #42734 from nextcloud/backport/42716/stable28Louis2024-01-151-14/+4
|\ \ \ \ | |_|_|/ |/| | | [stable28] fix(files): use getSummaryFor for better files summary translations
| * | | fix(files): use `getSummaryFor` for better files summary translationsJohn Molakvoæ2024-01-121-14/+4
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Merge pull request #42726 from nextcloud/backport/42640/stable28Côme Chilliet2024-01-154-10/+12
|\ \ \ \ | |_|/ / |/| | | [stable28] Always catch OCP versions of authentication exceptions
| * | | Use IToken from OCP instead of OCCôme Chilliet2024-01-111-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Suppress or fix psalm errors related to InvalidTokenExceptionCôme Chilliet2024-01-111-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Always catch OCP versions of authentication exceptionsCôme Chilliet2024-01-114-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | And always throw OC versions for BC Signed-off-by: Côme Chilliet <come.chilliet@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>
* | | enh(comments): Add always visible labels for comment inputFerdinand Thiessen2024-01-121-0/+4
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | 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>
* | Merge pull request #42719 from ↵John Molakvoæ2024-01-121-1/+17
|\ \ | | | | | | | | | nextcloud/feature/filelist_refresh_current_folder_on_update-stable28