aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix: Set status tooltip to status message when saving an storageDaniel Calviño Sánchez2024-09-041-1/+1
* fix: Remove status check when configuration was changedDaniel Calviño Sánchez2024-09-044-2/+8
* fix: Recheck userglobal storages when loadedDaniel Calviño Sánchez2024-09-041-0/+7
* refactor: Store result in its own variableDaniel Calviño Sánchez2024-09-041-1/+2
* Merge pull request #47690 from nextcloud/chore/themingJohn Molakvoæ2024-09-041-8/+8
|\
| * chore(theming): Increase app versionFerdinand Thiessen2024-09-021-8/+8
* | Merge pull request #47155 from nextcloud/executeStatementOnDeleteJohn Molakvoæ2024-09-041-37/+16
|\ \
| * | fix: lintGit'Fellow2024-08-091-1/+1
| * | fix(jobs): Swicth to executeStatement() while deleting rowsGit'Fellow2024-08-091-37/+16
* | | 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
|\ \ \ \ \ \ \