aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve docblock annotations for tokens and their exceptionsCôme Chilliet2023-10-237-9/+27
* Use more precise typing for setScope method parameterCôme Chilliet2023-10-231-2/+2
* Update autoloadersCôme Chilliet2023-10-232-0/+6
* Make sure that OC interfaces returns OC interfaces for backward compatibilityCôme Chilliet2023-10-236-2/+48
* Move Exceptions used in OCP to OCPCôme Chilliet2023-10-237-33/+126
* Adapt baseline to filename changeCôme Chilliet2023-10-231-1/+1
* Align PublicKeyToken with interface changesCôme Chilliet2023-10-231-10/+6
* Move IToken and IProvider::getToken to OCPCôme Chilliet2023-10-205-104/+139
* Merge pull request #41008 from nextcloud/fix/36965-fix-trusted-server-inputFerdinand Thiessen2023-10-203-5/+18
|\
| * Fix trusted server input fieldjulia.kirschenheuter2023-10-205-8/+21
* | Merge pull request #40994 from nextcloud/fix/37092/user-menu-validationFerdinand Thiessen2023-10-204-7/+25
|\ \
| * | chore(assets): Re-compile assetsGrigorii K. Shartsev2023-10-192-3/+3
| * | fix(core): do not assign all navigation entry properties as html attributesGrigorii K. Shartsev2023-10-192-4/+22
* | | Merge pull request #40999 from nextcloud/files-list-will-changeJohn Molakvoæ2023-10-209-13/+14
|\ \ \
| * | | fix(files): virtual list will-change valueVarun Patil2023-10-209-13/+14
| | |/ | |/|
* | | Merge pull request #41000 from nextcloud/fix/local-cypress-testsJohn Molakvoæ2023-10-201-0/+1
|\ \ \ | |/ / |/| |
| * | fix(cypress): Also sync `3rdparty` directory for local cypress testsFerdinand Thiessen2023-10-191-0/+1
* | | Merge pull request #40979 from nextcloud/fix/36965-fix-global-searchFerdinand Thiessen2023-10-203-4/+4
|\ \ \
| * | | Fix placement of actions within unified searchjulia.kirschenheuter2023-10-193-4/+4
| | |/ | |/|
* | | 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