aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* feat(files): show destructive actions as importantfix/files-actions-subcomponentskjnldsv2025-07-154-71/+222
* Merge pull request #53900 from nextcloud/feat/ask-deletionJohn Molakvoæ2025-07-1411-18/+45
|\
| * chore(assets): Recompile assetsfeat/ask-deletionnextcloud-command2025-07-144-6/+6
| * feat(files): add delete confirmation optionskjnldsv2025-07-147-12/+39
|/
* Merge pull request #53915 from nextcloud/dependabot/composer/wapmorgan/mp3inf...Joas Schilling2025-07-141-0/+0
|\
| * build(deps): Bump wapmorgan/mp3info from 0.1.0 to 0.1.1dependabot/composer/wapmorgan/mp3info-0.1.1Joas Schilling2025-07-111-0/+0
* | fix(l10n): Update translations from TransifexNextcloud bot2025-07-142-2/+16
* | fix(l10n): Update translations from TransifexNextcloud bot2025-07-1312-8/+36
* | fix(l10n): Update translations from TransifexNextcloud bot2025-07-128-18/+72
* | 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 themesfix/dyslexia-font-not-loadingnfebe2025-07-111-1/+11
* | Merge pull request #53918 from nextcloud/revert-53141-perf/files/setup-fs-bas...John Molakvoæ2025-07-1124-51/+937
|\ \
| * | Revert "perf(base): Stop setting up the FS for every basic auth request"John Molakvoæ2025-07-1124-51/+937
|/ /
* | Merge pull request #53855 from nextcloud/fix/rename-trashbinJohn Molakvoæ2025-07-117-17/+44
|\ \
| * | chore(assets): Recompile assetsfix/rename-trashbinnextcloud-command2025-07-114-6/+6
| * | fix: adapt rename action tests to check for parent permissionsHamza2025-07-112-9/+22
| * | fix(files): allow renaming if parent allow creatingskjnldsv2025-07-111-2/+16
| * | fix: hide rename action is trashbinHamza2025-07-111-1/+1
| |/
* | Merge pull request #53141 from nextcloud/perf/files/setup-fs-basic-auth-requestJohn Molakvoæ2025-07-1124-937/+51
|\ \ | |/ |/|
| * chore(assets): Recompile assetsperf/files/setup-fs-basic-auth-requestnextcloud-command2025-07-082-3/+3
| * chore: Remove unused \OC\Cache\CappedMemoryCacheprovokateurin2025-07-085-187/+0
| * chore: Remove unused \OC\Cache\Fileprovokateurin2025-07-084-352/+0
| * refactor(Server): Deprecate \OCP\ICache service and replace it with a distrib...provokateurin2025-07-081-1/+7
| * fix(core): Stop abusing the cache for avatar uploadprovokateurin2025-07-087-371/+12
| * perf(base): Stop setting up the FS for every basic auth requestprovokateurin2025-07-081-17/+0
| * fix(dav): Initialize the FS for the user right after authenticatingprovokateurin2025-07-086-6/+29
* | Merge pull request #53897 from nextcloud/fix/noid/krb-fallbackArthur Schiwon2025-07-112-19/+11
|\ \
| * | style(PHP): code cleanup, no effective changesfix/noid/krb-fallbackArthur Schiwon2025-07-101-11/+7
| * | fix(Krb): switch away from deprecated and broken KerberosApacheAuth()Arthur Schiwon2025-07-102-8/+4
* | | Merge pull request #53887 from nextcloud/fix/lower-email-caseJohn Molakvoæ2025-07-116-10/+63
|\ \ \
| * | | fix: force lowercase emailsfix/lower-email-caseskjnldsv2025-07-106-10/+63
* | | | Merge pull request #53904 from nextcloud/followup/53896/adjust-interfaceJoas Schilling2025-07-112-0/+6
|\ \ \ \
| * | | | fix(comments): Adjust interface with implementationfollowup/53896/adjust-interfaceJoas Schilling2025-07-102-0/+6
* | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-07-1196-288/+326
* | | | | Merge pull request #53903 from nextcloud/chore/update-openstackFerdinand Thiessen2025-07-111-0/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | build(deps): Bump php-opencloud/openstack from 3.12.0 to 3.14.0chore/update-openstackFerdinand Thiessen2025-07-101-0/+0
|/ / / /
* | | | Merge pull request #53896 from nextcloud/feat/talk-9679/threadsJoas Schilling2025-07-101-1/+13
|\ \ \ \
| * | | | feat(comments): Allow to filter by topmost parent idfeat/talk-9679/threadsJoas Schilling2025-07-101-1/+13
* | | | | Merge pull request #53899 from nextcloud/dependabot/composer/icewind/streams-...Kate2025-07-101-0/+0
|\ \ \ \ \
| * | | | | build(deps): Bump icewind/streams from 0.7.7 to 0.7.8dependabot/composer/icewind/streams-0.7.8Joas Schilling2025-07-101-0/+0
* | | | | | Merge pull request #53501 from nextcloud/fix-theming-for-disabled-accountsDaniel Calviño Sánchez2025-07-1011-4/+229
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix: Fix theming for disabled accountsfix-theming-for-disabled-accountsDaniel Calviño Sánchez2025-07-106-1/+214
| * | | | | fix: Throw specific LoginException when the user is disabledDaniel Calviño Sánchez2025-07-105-3/+15
| | |_|/ / | |/| | |
* | | | | Merge pull request #53893 from nextcloud/fix/cleanup-loadapp-callsKate2025-07-1011-41/+54
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | chore: update psalm baselinefix/cleanup-loadapp-callsCôme Chilliet2025-07-101-11/+0
| * | | | chore: Remove calls to OC_App in bootstrap.php files for testsCôme Chilliet2025-07-103-11/+22
| * | | | fix: Replace OC_App::loadApp calls by IAppManagerCôme Chilliet2025-07-107-19/+32
* | | | | Merge pull request #53892 from nextcloud/fix/cleanup-getinstallpathCôme Chilliet2025-07-104-37/+44
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | chore: Check if apps directory is really writable in Installerfix/cleanup-getinstallpathCôme Chilliet2025-07-102-14/+10
| * | | | fix: Move getInstallPath to Installer classCôme Chilliet2025-07-104-27/+38
| |/ / /