aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-20326-486/+872
* Merge pull request #40978 from nextcloud/fix/37092/replace-non-standard-autoc...Ferdinand Thiessen2023-10-2019-39/+36
|\
| * fix: replace non-standard autocorrect with spellcheck attributeGrigorii K. Shartsev2023-10-2019-39/+36
* | Merge pull request #40844 from nextcloud/feat/frontend-apporder-default-appsFerdinand Thiessen2023-10-2031-76/+1212
|\ \ | |/ |/|
| * chore: Compile assetsFerdinand Thiessen2023-10-2010-12/+26
| * feat(theming): Allow to configure default apps and app order in frontend sett...Ferdinand Thiessen2023-10-2017-48/+1048
| * feat(NavigationManager): Always sort the default app firstFerdinand Thiessen2023-10-194-16/+105
| * feat(IAppManager): Allow to set the (user) default apps and get all global de...Ferdinand Thiessen2023-10-192-0/+33
|/
* Merge pull request #40961 from nextcloud/fix/cypress-testsFerdinand Thiessen2023-10-1915-143/+147
|\
| * fix(cypress): Test using `data-test-id` attributes rather than private classesFerdinand Thiessen2023-10-1911-61/+93
| * fix(cypress): Replace flaky password-confirmation hack with conditional testi...Ferdinand Thiessen2023-10-197-82/+54
* | Merge pull request #40992 from nextcloud/fix/37092/weather-status-html-valida...Ferdinand Thiessen2023-10-194-108/+57
|\ \
| * | chore(assets): Re-compile assetsGrigorii K. Shartsev2023-10-192-3/+3
| * | fix(weather_status): remove unnecessaries LI wrapper and inline modeGrigorii K. Shartsev2023-10-182-104/+53
| * | fix(weather_status): nextcloud/vue v8 migration - menu-title -> menu-nameGrigorii K. Shartsev2023-10-181-2/+2
* | | Merge pull request #40924 from AIlkiv/shortcut-ctrl-f-for-different-keyboard-...Ferdinand Thiessen2023-10-193-4/+4
|\ \ \
| * | | chore: Compile assetsFerdinand Thiessen2023-10-192-3/+3
| * | | Shortcut Ctrl+F for different keyboard layoutsAndrii Ilkiv2023-10-191-1/+1
* | | | Merge pull request #40963 from nextcloud/fix/36965-fix-width-of-sharing-entryJulia Kirschenheuter2023-10-199-11/+11
|\ \ \ \
| * | | | Reduce width of sharing entryjulia.kirschenheuter2023-10-199-11/+11
| |/ / /
* | | | Merge pull request #40977 from nextcloud/Rello-patch-versionJoas Schilling2023-10-191-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Update version.php to owncloud 10.13Rello2023-10-191-1/+1
* | | | Merge pull request #32550 from nextcloud/feat/api-cleanup-checkCôme Chilliet2023-10-1939-566/+1174
|\ \ \ \ | |/ / / |/| | |
| * | | Fix jsunit tests for SetupChecksCôme Chilliet2023-10-191-61/+252
| * | | Small code style fix in SetupCheckManagerCôme Chilliet2023-10-191-3/+1
| * | | Change SetupResult API to named constructorsCôme Chilliet2023-10-1912-29/+61
| * | | Remove useless var in apps/settings/lib/SetupChecks/CheckUserCertificates.phpCôme Chilliet2023-10-191-2/+1
| * | | Move NeedsSystemAddressBookSync to dav application where it’s registeredCôme Chilliet2023-10-196-4/+4
| * | | Add debug logging when running setup checks to help with debugging slow resultsCôme Chilliet2023-10-191-4/+6
| * | | Remove UI draftCôme Chilliet2023-10-194-170/+0
| * | | Fix tests for setup checksCôme Chilliet2023-10-194-137/+58
| * | | Add OCP interface for SetupCheckManagerCôme Chilliet2023-10-196-3/+48
| * | | Migrate InternetConnectivity check to new APICôme Chilliet2023-10-196-57/+106
| * | | Add missing licences and copyright in SetupCheckCôme Chilliet2023-10-193-0/+70
| * | | Merge setupchecks from new API into old UICôme Chilliet2023-10-192-56/+14
| * | | Fix description for SetupChecks/NeedsSystemAddressBookSyncCôme Chilliet2023-10-191-1/+1
| * | | Migrate ReadOnlyConfig and DefaultPhoneRegionSet to new APICôme Chilliet2023-10-195-0/+122
| * | | Migrate NeedsSystemAddressBookSync to new ISetupCheck APICôme Chilliet2023-10-193-18/+27
| * | | Fix PHPDoc in OCP for new SetupResult classCôme Chilliet2023-10-191-0/+5
| * | | Move existing setup checks to new APICôme Chilliet2023-10-195-62/+65
| * | | Fix lint problems in vue filesCôme Chilliet2023-10-192-5/+8
| * | | Small cleanups in SetupCheck classesCôme Chilliet2023-10-193-19/+14
| * | | Fix docblock and types for new public APICôme Chilliet2023-10-193-28/+24
| * | | Fix UI and add PhpOutdated checkCôme Chilliet2023-10-195-6/+62
| * | | Fix SetupChecks/LdapInvalidUuids.phpCôme Chilliet2023-10-191-12/+11
| * | | ProgressCarl Schwan2023-10-1911-56/+111
| * | | Add api to register setup checksCarl Schwan2023-10-1915-37/+307
| |/ /
* | | Merge pull request #35728 from nextcloud/fix/cypressJohn Molakvoæ2023-10-1916-63/+190
|\ \ \ | |/ / |/| |
| * | Fix background removal not applying to user default themingJohn Molakvoæ2023-10-1914-36/+101
| * | Fix background removal checkJohn Molakvoæ2023-10-197-16/+28