aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #47752 from nextcloud/backport/47745/masterAndy Scherzinger2024-09-053-4/+5
|\
| * chore(assets): Recompile assetsnextcloud-command2024-09-042-3/+3
| * fix(files): undefined displayname for outdated `@nextcloud/files`<3.6.0 appsskjnldsv2024-09-041-1/+2
|/
* Merge pull request #47417 from nextcloud/fix/files/create-mountpoint-parentsKate2024-09-042-0/+40
|\
| * fix(files): Create non-existent parents of mountpointsprovokateurin2024-08-222-0/+40
* | Merge pull request #47738 from nextcloud/fix/sidebar-undefinedJohn Molakvoæ2024-09-043-4/+4
|\ \
| * | chore(assets): Recompile assetsnextcloud-command2024-09-042-3/+3
| * | fix(files): undefined sidebarskjnldsv2024-09-041-1/+1
|/ /
* | Merge pull request #46859 from nextcloud/fix-status-check-and-saving-of-exter...John Molakvoæ2024-09-0412-16/+214
|\ \
| * | fix: Hide status tooltip in row to add a new mount pointDaniel Calviño Sánchez2024-09-041-1/+1
| * | fix: Fix unmodified placeholder replacing the actual value when updatingDaniel Calviño Sánchez2024-09-043-0/+44
| * | test: Add integration tests for saving external userglobal storagesDaniel Calviño Sánchez2024-09-045-2/+136
| * | fix: Reset selected backend when adding a new storageDaniel Calviño Sánchez2024-09-041-0/+2
| * | fix: Add missing translation for UI stringDaniel Calviño Sánchez2024-09-041-1/+1
| * | fix: Restore default status tooltip when no status message is providedDaniel Calviño Sánchez2024-09-041-2/+3
| * | fix: Set status tooltip to error message on failed actionsDaniel Calviño Sánchez2024-09-041-6/+9
| * | 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 #47724 from nextcloud/automated/noid/master-update-psalm-b...github-actions[bot]2024-09-041-5/+0
|\ \ \
| * | | chore(tests): Update psalm baselinenextcloud-command2024-09-041-5/+0
* | | | Merge pull request #40164 from nextcloud/exceptionsTranslateShareJohn Molakvoæ2024-09-042-70/+63
|\ \ \ \ | |_|/ / |/| | |
| * | | fix: share manager tests translation stringJohn Molakvoæ2024-09-041-1/+1
| * | | fix: adjust sharing controller exceptions caseJohn Molakvoæ2024-09-041-2/+2
| * | | fix(l10n): Translate all share exceptionsGit'Fellow2024-09-041-70/+63
| |/ /
* | | 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