aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39242 from joshtrichards/db-convert-type-mysql-socket-no-pwJohn Molakvoæ2024-09-041-1/+19
|\
| * fix(occ): Add support for UNIX sockets to `db:convert-type`Josh Richards2024-08-161-1/+19
* | Merge pull request #47285 from nextcloud/fix/appstore-upgrade-failureJohn Molakvoæ2024-09-041-1/+2
|\ \
| * | fix: Do not throw if appstore is unavailable during upgradeJulius Härtl2024-09-041-1/+2
|/ /
* | Merge pull request #47675 from nextcloud/adapterQueryOptiJohn Molakvoæ2024-09-041-12/+12
|\ \
| * | fix: psalmGit'Fellow2024-09-021-1/+1
| * | fix: psalmGit'Fellow2024-09-021-2/+2
| * | chore(db): Make the query more simpler to readGit'Fellow2024-09-021-14/+14
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-04324-1190/+952
* | | Merge pull request #47709 from nextcloud/fix/server-webpack-appversonFerdinand Thiessen2024-09-033-4/+4
|\ \ \
| * | | chore(assets): Recompile assetsnextcloud-command2024-09-032-3/+3
| * | | fix: only keep major as server versionskjnldsv2024-09-031-1/+1
* | | | Merge pull request #47158 from nextcloud/fix/breadcrumbs-highlightPytal2024-09-033-4/+7
|\ \ \ \
| * | | | chore(assets): Recompile assetsnextcloud-command2024-09-032-3/+3
| * | | | fix(files): Fix navigating with breadcrumbs not highlighting navigation entryChristopher Ng2024-09-031-1/+4
|/ / / /
* | | | Merge pull request #47679 from nextcloud/chore/typo-docsAndy Scherzinger2024-09-031-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | chore(IGetRealUIDBackend): Fix typo in doc blockFerdinand Thiessen2024-09-021-1/+1
* | | | Merge pull request #47412 from Luka-sama/feat/shares-reminderJohn Molakvoæ2024-09-0310-3/+484
|\ \ \ \
| * | | | fix(files_sharing): Add check for nullStefan Cherniakov2024-09-031-0/+3
| * | | | fix(files_sharing): Add missing check for null & use bool instead of int for ...Stefan Cherniakov2024-09-034-6/+8
| * | | | fix(files_sharing): Make share reminders more stable & fix issuesStefan Cherniakov2024-09-035-145/+96
| * | | | feat(files_sharing): reminder for link shares with expiration dateStefan Cherniakov2024-09-038-1/+526
* | | | | Merge pull request #47568 from nextcloud/refactor/migrate-public-page-menu-vueFerdinand Thiessen2024-09-0374-357/+1076
|\ \ \ \ \
| * | | | | chore: Compile assetsFerdinand Thiessen2024-09-0348-59/+315
| * | | | | test: Add end-to-end tests for public page header actionsFerdinand Thiessen2024-09-035-0/+273
| * | | | | chore(ExternalShareMenuAction): Remove unused legacy propertiesFerdinand Thiessen2024-09-031-16/+5
| * | | | | refactor(IMenuAction): Make public menu actions use the new Vue UIFerdinand Thiessen2024-09-039-107/+74
| * | | | | chore: Remove legacy JS code for public page menu (header actions)Ferdinand Thiessen2024-09-034-175/+0
| * | | | | feat: Implement Vue UI for public page menuFerdinand Thiessen2024-09-038-0/+409
|/ / / / /
* | | | | Merge pull request #47674 from nextcloud/fix/settings/sharing-enforce-links-p...Kate2024-09-035-13/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | chore(assets): Recompile assetsnextcloud-command2024-09-031-1/+1
| * | | | chore: compile assetsprovokateurin2024-09-032-3/+3
| * | | | fix(settings): Fix sharing exclude groups from password requirement option no...provokateurin2024-09-033-10/+10
|/ / / /
* | | | Merge pull request #46114 from nextcloud/enh/improve-ldap-group-members-listi...Arthur Schiwon2024-09-036-47/+219
|\ \ \ \
| * | | | chore: composer run cs:fixCôme Chilliet2024-08-271-2/+2
| * | | | fix(user_ldap): Fix user_ldap tests by mocking new method exists in managerCôme Chilliet2024-08-271-20/+64
| * | | | fix(user_ldap): Lowercase value for all attributes in configurationCôme Chilliet2024-08-271-0/+21
| * | | | fix(ldap): Fix user_ldap attribute casing to fix testsCôme Chilliet2024-08-272-4/+5
| * | | | fix(user_ldap): Correctly cache that user exists to avoid a request on mappin...Côme Chilliet2024-08-273-4/+1
| * | | | fix(user_ldap): Avoid extra LDAP request when mapping a user for the first timeCôme Chilliet2024-08-273-24/+133
* | | | | Merge pull request #47659 from nextcloud/fix/settings/admin/textprocessing2Marcel Klehr2024-09-033-9/+10
|\ \ \ \ \
| * | | | | chore(assets): Recompile assetsnextcloud-command2024-09-032-3/+3
| * | | | | fix(settings): Add translators noteMarcel Klehr2024-09-031-0/+1
| * | | | | fix(settings): Don't display built-in task types in AI settings TextProcessingMarcel Klehr2024-09-031-6/+6
|/ / / / /
* | | | | Merge pull request #47650 from nextcloud/chore/cleanup-middlewareJohn Molakvoæ2024-09-034-26/+11
|\ \ \ \ \
| * | | | | chore: fix typo in `SameSiteCookieMiddleware`Ferdinand Thiessen2024-08-311-4/+4
| * | | | | chore: Remove unused `CsrfTokenManager` from `CSPMiddleware`Ferdinand Thiessen2024-08-313-22/+7
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0326-2/+134
* | | | | | Merge pull request #47665 from nextcloud/fix/files-remote-sharesFerdinand Thiessen2024-09-025-14/+69
|\ \ \ \ \ \
| * | | | | | chore(assets): Recompile assetsnextcloud-command2024-09-023-4/+4