aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* chore(assets): Recompile assetsGrigorii K. Shartsev2024-03-196-8/+8
* test(settings): adjust e2e tests selectors to new structureGrigorii K. Shartsev2024-03-191-14/+11
* fix(settings): make apps list search result valid tableGrigorii K. Shartsev2024-03-191-8/+22
* fix(settings): app list scroll on SafariGrigorii K. Shartsev2024-03-192-14/+48
* refactor(settings): move AppItem styles to AppItem componentGrigorii K. Shartsev2024-03-192-174/+135
* refactor(settings): use more BEM styles in apps settingsGrigorii K. Shartsev2024-03-192-97/+107
* refactor(settings): move apps list styles to componentsGrigorii K. Shartsev2024-03-194-241/+246
* refactor(settings): remove unused styles from apps settingsGrigorii K. Shartsev2024-03-192-219/+2
* refactor(settings): remove unneeded classes from hidden headerGrigorii K. Shartsev2024-03-191-10/+10
* fix(settings): apps list layout on mobileGrigorii K. Shartsev2024-03-192-3/+6
* fix(settings): use correct dynamic component load for apps/usersGrigorii K. Shartsev2024-03-191-8/+6
* Merge pull request #44281 from nextcloud/fix/app-discover-fetcherAndy Scherzinger2024-03-193-19/+152
|\
| * fix(AppDiscoverFetcher): Do not remove entries as expired that have no expiry...Ferdinand Thiessen2024-03-193-19/+152
* | Merge pull request #44305 from nextcloud/bugfix/noid/use-correct-language-fileJoas Schilling2024-03-192-2/+2
|\ \ | |/ |/|
| * fix(sharing): Align wording for declining a shareJoas Schilling2024-03-191-1/+1
| * fix(federatedfilesharing): Use correct language file to render notificationJoas Schilling2024-03-191-1/+1
|/
* Merge pull request #44154 from nextcloud/enh/appapi-rate-limit-bypassJoas Schilling2024-03-193-2/+14
|\
| * fix: add check for app_api_system session flag to bypass rate limitFlorian Klinger2024-03-183-2/+14
* | Merge pull request #44260 from RajeevDash007/dev-docsJohn Molakvoæ2024-03-191-2/+2
|\ \
| * | docs: added codespace link Rajeev Lochan Dash2024-03-181-2/+2
* | | Merge pull request #37953 from moan0s/reword-disabled-login-formJohn Molakvoæ2024-03-193-7/+7
|\ \ \
| * | | chore: Add changed binariesJulian-Samuel Gebühr2024-03-172-3/+3
| * | | feat: Reword login form disabled warning #37949Julian-Samuel Gebühr2024-03-171-4/+4
* | | | Merge pull request #33546 from adam-blakey/show-enabled-and-disabled-appsJohn Molakvoæ2024-03-191-12/+40
|\ \ \ \
| * | | | style: Fixed style from composer cs:fixAdam Blakey2024-03-181-2/+2
| * | | | Update core/Command/App/ListApps.phpAdam Blakey2024-03-181-16/+2
| * | | | Merge branch 'master' into show-enabled-and-disabled-appsJohn Molakvoæ2024-03-158418-259762/+397259
| |\ \ \ \
| * | | | | Fixed logic issue where checking for wrong optionAdam Blakey2022-08-151-8/+7
| * | | | | added --enabled and --disabled options to occ app:listAdam Blakey2022-08-151-12/+55
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-19120-240/+320
* | | | | | Merge pull request #44279 from nextcloud/sort-submount-viewRobin Appelman2024-03-181-0/+7
|\ \ \ \ \ \
| * | | | | | fix: ensure nested mount points are handled in the correct orderRobin Appelman2024-03-181-0/+7
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #44280 from nextcloud/fix/app-discover-animationFerdinand Thiessen2024-03-189-13/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | chore: Compile assetsFerdinand Thiessen2024-03-188-10/+10
| * | | | | fix(settings): App Store Discover carousel animations are invertedFerdinand Thiessen2024-03-181-3/+3
|/ / / / /
* | | | | Merge pull request #44259 from nextcloud/feat/app-discover-app-linksFerdinand Thiessen2024-03-1819-26/+150
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | chore: Compile assetsFerdinand Thiessen2024-03-1811-13/+13
| * | | | fix(settings): Open app details also on app discover section when requestedFerdinand Thiessen2024-03-185-6/+11
| * | | | feat(settings): Allow app discover links to open app routes or the appstore pageFerdinand Thiessen2024-03-182-6/+125
| * | | | fix(settings): Adjust appstore types as `releases` are not always setFerdinand Thiessen2024-03-182-2/+2
|/ / / /
* | | | Merge pull request #44254 from nextcloud/fix/drop-service-chromeFerdinand Thiessen2024-03-185-15/+84
|\ \ \ \
| * | | | chore: Compile assetsFerdinand Thiessen2024-03-182-3/+3
| * | | | fix(files): Adjust files drop to work with Blink engine (chrom(ium), edge)Ferdinand Thiessen2024-03-183-12/+81
* | | | | Merge pull request #44255 from nextcloud/fix/apps-searchFerdinand Thiessen2024-03-186-420/+9
|\ \ \ \ \
| * | | | | chore: Compile assetsFerdinand Thiessen2024-03-184-6/+6
| * | | | | fix(settings): Add event search listener on mounted to guarantee function existsFerdinand Thiessen2024-03-182-414/+3
| | |_|_|/ | |/| | |
* | | | | Merge pull request #44264 from nextcloud/fix/remove-old-unsupported-tooltip-d...Ferdinand Thiessen2024-03-181-3/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix(files_external): Remove invalid jQuery Tooltip usageFerdinand Thiessen2024-03-181-3/+0
| |/ / /
* | | | Merge pull request #44262 from nextcloud/fix/log-on-invalid-loglevelJoas Schilling2024-03-181-1/+7
|\ \ \ \
| * | | | fix(Logger): Warn on invalid `loglevel` configuration optionFerdinand Thiessen2024-03-171-1/+7