aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-01134-196/+230
* fix: correct hint for missing posix extensionDaniel Kesselberg2023-07-311-11/+10
* fix(files): url used to retrive storage statsMax2023-07-311-2/+2
* Merge pull request #39313 from nextcloud/feature/openapi/user_ldapJulien Veyssier2023-07-312-76/+410
|\
| * user_ldap: Add OpenAPI specjld31032023-07-312-76/+410
* | Merge pull request #39586 from nextcloud/feat/supported-appsAndy Scherzinger2023-07-313-1/+24
|\ \ | |/ |/|
| * feat(settings): Show supported apps on app settings if subscribedFerdinand Thiessen2023-07-313-1/+24
* | Merge pull request #39223 from nextcloud/feature/openapi/provisioning_apiKate2023-07-3112-344/+530
|\ \ | |/ |/|
| * provisioning_api: Add OpenAPI specjld31032023-07-3112-344/+530
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-3118-10/+22
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-3038-40/+14
* Merge branch 'master' into rakekniven-patch-2rakekniven2023-07-29330-1979/+3164
|\
| * Fix(l10n): Update translations from TransifexNextcloud bot2023-07-2914-18/+20
| * fix share roots always being marked as writableRobin Appelman2023-07-281-22/+54
| * Merge pull request #39595 from nextcloud/bugfix/noid/remove-symfony-event-fro...Joas Schilling2023-07-284-7/+6
| |\
| | * fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-274-7/+6
| * | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-2816-22/+60
| |/
| * Merge pull request #39537 from nextcloud/ocs-update-groupAlexander Piskun2023-07-271-0/+3
| |\
| | * to return correct code when group not foundAlexander Piskun2023-07-221-0/+3
| * | Merge pull request #39571 from nextcloud/bugfix/noid/move-lib-to-IEventDispat...Joas Schilling2023-07-271-1/+0
| |\ \
| | * | fix!: Remove legacy event dispatching Symfony's GenericEvent from 2FA ManagerJoas Schilling2023-07-271-1/+0
| * | | Merge pull request #39483 from nextcloud/fix/files-vue-favorite-iconFerdinand Thiessen2023-07-273-15/+94
| |\ \ \ | | |/ / | |/| |
| | * | fix(files): Adjust files favorite marker for vue file list to not overflowFerdinand Thiessen2023-07-193-15/+94
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-278-30/+46
| * | | Merge pull request #39485 from nextcloud/bugfix/noid/move-remaining-easy-usag...Joas Schilling2023-07-269-40/+26
| |\ \ \
| | * | | fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcherJoas Schilling2023-07-259-40/+26
| * | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-2618-10/+138
| * | | | Merge pull request #39487 from nextcloud/feat/noid/typed-events-for-db_add-mi...Joas Schilling2023-07-252-29/+39
| |\ \ \ \
| | * | | | fix(db)!: Remove private legacy event because we can not keep itJoas Schilling2023-07-242-31/+7
| | * | | | feat(dispatcher): Add typed event for "db:add-missing-primary-keys"Joas Schilling2023-07-241-0/+17
| | * | | | feat(dispatcher): Add typed event for "db:add-missing-columns"Joas Schilling2023-07-241-3/+20
| * | | | | Merge pull request #39317 from nextcloud/fix/4193-change-color-primary-hoverJohn Molakvoæ2023-07-252-2/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Change color for primary element on hoverjulia.kirschenheuter2023-07-242-2/+2
| | |/ / /
| * / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-07-2512-16/+26
| |/ / /
| * | | Merge pull request #38606 from fsamapoor/replace_strpos_calls_in_settings_appDaniel2023-07-244-7/+7
| |\ \ \
| | * \ \ Merge branch 'master' into replace_strpos_calls_in_settings_appFaraz Samapoor2023-06-12174-1423/+2160
| | |\ \ \
| | * | | | Refactors "strpos" calls in /apps/settings to improve code readability.Faraz Samapoor2023-06-054-8/+8
| * | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-2412-12/+30
| * | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-2310-4/+30
| | |_|_|/ | |/| | |
| * | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-22156-1004/+1158
| * | | | Merge pull request #39402 from nextcloud/enh/a11y-users-settingsPytal2023-07-212-264/+399
| |\ \ \ \
| | * | | | enh(a11y): User management settings dialogChristopher Ng2023-07-182-264/+399
| * | | | | Merge branch 'master' into fix/39526/dashboard-hide-weather-creditsJulien Veyssier2023-07-212-2/+2
| |\ \ \ \ \
| | * \ \ \ \ Merge pull request #39008 from nextcloud/enh/noid/reorder-fontsSimon L2023-07-212-2/+2
| | |\ \ \ \ \
| | | * | | | | fix testsSimon L2023-07-212-2/+2
| | | * | | | | add missing places and address review.Simon L2023-07-202-2/+2
| | | * | | | | address reviewSimon L2023-07-191-1/+1
| | | * | | | | switch to bootstrap font-stackSimon L2023-07-191-1/+1
| * | | | | | | only show weather credits if the app is enabled and the weather status is ena...Julien Veyssier2023-07-211-9/+11
| |/ / / / / /
| * | | | | | Merge pull request #39264 from nextcloud/feat/add-instance-categoryBenjamin Gaussorgues2023-07-212-66/+23
| |\ \ \ \ \ \