aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-2010-0/+272
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-1932-12/+142
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-1810-14/+476
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #53979 from nextcloud/fix/settings-share-folderFerdinand Thiessen2025-07-171-4/+7
|\ | | | | fix(files_sharing): ensure share folder exists in the settings
| * fix(files_sharing): ensure share folder exists in the settingsfix/settings-share-folderFerdinand Thiessen2025-07-161-4/+7
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #53993 from nextcloud/fix/files-mtimeFerdinand Thiessen2025-07-171-1/+1
|\ \ | | | | | | fix(files): make sure mtime row is wide enough
| * | fix(files): make sure mtime row is wide enoughFerdinand Thiessen2025-07-171-1/+1
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | feat(files_sharing): add config option for extending link-share permissionsFerdinand Thiessen2025-07-176-12/+69
|/ / | | | | | | | | | | | | | | This allows the admin to control the behavior whether link shares with READ permissions should be extended to also gain SHARE permissions, allowing users (public share receivers) to add the share to their cloud. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | feat(files): show hidden new file name warningskjnldsv2025-07-171-1/+12
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | feat(files): allow custom setting orderskjnldsv2025-07-172-1/+30
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Revert "fix(files): new folder icon color"skjnldsv2025-07-171-4/+1
| | | | | | | | This reverts commit 221d8b641aac5ac3ab4935a5e38369b75ff624c1.
* | fix(files): new folder icon colorskjnldsv2025-07-171-1/+4
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-07-1714-2/+462
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files): drag ghost imagefeat/files-row-heightskjnldsv2025-07-161-10/+12
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | feat(files): reduce row heightskjnldsv2025-07-165-11/+11
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(federation): respect sharing.federation.allowSelfSignedCertificates for ↵bug/noid/self-signed-trusted-servers-address-book-syncDaniel Kesselberg2025-07-161-1/+3
| | | | | | | | | | | | | | | | address book sync The configuration option, to accept self-signed certificates, is now also used when syncing address books. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-07-1634-10/+236
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files): remove unecessary sorting code snippetfeat/delete-separatorskjnldsv2025-07-151-11/+1
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | feat(files): show destructive actions as importantskjnldsv2025-07-153-5/+62
|/ | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore(deps): update `@nextcloud/vue` to v8.28.0Ferdinand Thiessen2025-07-141-35/+35
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #53714 from Mark-PAS/masterJoas Schilling2025-07-141-8/+10
|\ | | | | Only attempt $result array access if array not empty.
| * Only attempt $result array access if array not empty.Mark2025-07-011-8/+10
| | | | | | | | Signed-off-by: Mark <mark@perkinsadministrationservices.com.au>
* | feat(files): add delete confirmation optionskjnldsv2025-07-147-12/+39
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-07-142-2/+16
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-07-1310-8/+32
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-07-124-4/+30
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #53857 from nextcloud/fix/dyslexia-font-not-loadingF. E Noel Nfebe2025-07-111-1/+11
|\ \ | | | | | | fix(theming): Correctly generate CSS for font themes
| * | fix(theming): Correctly generate CSS for font themesfix/dyslexia-font-not-loadingnfebe2025-07-111-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a regression from dropping the SCSS compiler that broke font themes like OpenDyslexic. The old code relied on the SCSS compiler to automatically correct the order of the CSS rules, ensuring the @font-face declaration was always valid. The server now correctly generates the `@font-face` rule at the top level of the stylesheet, fixing the previously invalid nested CSS. Introduced in : f1448fcf0777db7d4254cb0a3ef94d63be9f7a24 Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | Revert "perf(base): Stop setting up the FS for every basic auth request"John Molakvoæ2025-07-117-30/+8
| | |
* | | Merge pull request #53855 from nextcloud/fix/rename-trashbinJohn Molakvoæ2025-07-113-11/+38
|\ \ \
| * | | fix: adapt rename action tests to check for parent permissionsHamza2025-07-112-9/+22
| | | | | | | | | | | | | | | | Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
| * | | fix(files): allow renaming if parent allow creatingskjnldsv2025-07-111-2/+16
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | fix: hide rename action is trashbinHamza2025-07-111-1/+1
| |/ / | | | | | | | | | Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
* | | Merge pull request #53141 from nextcloud/perf/files/setup-fs-basic-auth-requestJohn Molakvoæ2025-07-117-8/+30
|\ \ \ | |/ / |/| |
| * | fix(core): Stop abusing the cache for avatar uploadprovokateurin2025-07-081-2/+1
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | fix(dav): Initialize the FS for the user right after authenticatingprovokateurin2025-07-086-6/+29
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #53897 from nextcloud/fix/noid/krb-fallbackArthur Schiwon2025-07-111-14/+11
|\ \ \ | | | | | | | | fix(Krb): switch away from deprecated and broken KerberosApacheAuth()
| * | | style(PHP): code cleanup, no effective changesfix/noid/krb-fallbackArthur Schiwon2025-07-101-11/+7
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix(Krb): switch away from deprecated and broken KerberosApacheAuth()Arthur Schiwon2025-07-101-3/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #53887 from nextcloud/fix/lower-email-caseJohn Molakvoæ2025-07-113-5/+55
|\ \ \ \
| * | | | fix: force lowercase emailsfix/lower-email-caseskjnldsv2025-07-103-5/+55
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-07-118-64/+68
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #53893 from nextcloud/fix/cleanup-loadapp-callsKate2025-07-104-12/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | chore: Remove calls to OC_App in bootstrap.php files for testsCôme Chilliet2025-07-102-10/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | fix: Replace OC_App::loadApp calls by IAppManagerCôme Chilliet2025-07-102-2/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #53863 from ↵John Molakvoæ2025-07-102-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/bug/noid/take-groups-and-circles-into-account-for-unshares
| * | | | | Revert "fix(dav): only consider user's principal for unsharing entries"bug/noid/take-groups-and-circles-into-account-for-unsharesDaniel Kesselberg2025-07-092-2/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 023b98c44bd69e6029aeafcd4a059c6bd7926079. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-07-1096-98/+244
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | fix(files): thead flex heightfix/tags-search-caseskjnldsv2025-07-091-0/+1
| |/ / / |/| | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | fix(files): Remove redundant settingkramo2025-07-091-6/+0
|/ / / | | | | | | | | | | | | | | | | | | | | | This setting is already present in the main view, where it is much more visible, it is also the only one that is documented. Having it in both places is redundant and unnecessary clutter. Signed-off-by: kramo <git@kramo.page>