aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix: correct hint for missing posix extensionDaniel Kesselberg2023-07-311-11/+10
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix(files): url used to retrive storage statsMax2023-07-311-2/+2
| | | | Signed-off-by: Max <max@nextcloud.com>
* Merge pull request #39313 from nextcloud/feature/openapi/user_ldapJulien Veyssier2023-07-312-76/+410
|\ | | | | user_ldap: Add OpenAPI spec
| * user_ldap: Add OpenAPI specjld31032023-07-312-76/+410
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | Merge pull request #39586 from nextcloud/feat/supported-appsAndy Scherzinger2023-07-313-1/+24
|\ \ | |/ |/| feat(settings): Show supported apps on app settings if subscribed
| * feat(settings): Show supported apps on app settings if subscribedFerdinand Thiessen2023-07-313-1/+24
| | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #39223 from nextcloud/feature/openapi/provisioning_apiKate2023-07-3112-344/+530
|\ \ | |/ |/| provisioning_api: Add OpenAPI spec
| * provisioning_api: Add OpenAPI specjld31032023-07-3112-344/+530
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-3118-10/+22
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-3038-40/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge branch 'master' into rakekniven-patch-2rakekniven2023-07-29330-1979/+3164
|\ | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
| * Fix(l10n): Update translations from TransifexNextcloud bot2023-07-2914-18/+20
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * fix share roots always being marked as writableRobin Appelman2023-07-281-22/+54
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * Merge pull request #39595 from ↵Joas Schilling2023-07-284-7/+6
| |\ | | | | | | | | | | | | nextcloud/bugfix/noid/remove-symfony-event-from-user fix!: Remove symfony EventDispatcherInterface from OC\User and OC\Group
| | * fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-274-7/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-2816-22/+60
| |/ | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * Merge pull request #39537 from nextcloud/ocs-update-groupAlexander Piskun2023-07-271-0/+3
| |\ | | | | | | `/ocs/v1.php/cloud/groups` `UPDATE` method - correct status when group not found
| | * to return correct code when group not foundAlexander Piskun2023-07-221-0/+3
| | | | | | | | | | | | Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
| * | Merge pull request #39571 from ↵Joas Schilling2023-07-271-1/+0
| |\ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/move-lib-to-IEventDispatcher Move lib/ events to IEventDispatcher where possible
| | * | fix!: Remove legacy event dispatching Symfony's GenericEvent from 2FA ManagerJoas Schilling2023-07-271-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | 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 being cropped
| | * | fix(files): Adjust files favorite marker for vue file list to not overflowFerdinand Thiessen2023-07-193-15/+94
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-278-30/+46
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | Merge pull request #39485 from ↵Joas Schilling2023-07-269-40/+26
| |\ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/move-remaining-easy-usages-to-IEventDispatcher fix(dispatcher): Move remaining simple cases in apps/ folder to IEven…
| | * | | fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcherJoas Schilling2023-07-259-40/+26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-2618-10/+138
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | | Merge pull request #39487 from ↵Joas Schilling2023-07-252-29/+39
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feat/noid/typed-events-for-db_add-missing Feat/noid/typed events for db add missing
| | * | | | fix(db)!: Remove private legacy event because we can not keep itJoas Schilling2023-07-242-31/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| | * | | | feat(dispatcher): Add typed event for "db:add-missing-primary-keys"Joas Schilling2023-07-241-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| | * | | | feat(dispatcher): Add typed event for "db:add-missing-columns"Joas Schilling2023-07-241-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Merge pull request #39317 from nextcloud/fix/4193-change-color-primary-hoverJohn Molakvoæ2023-07-252-2/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | | Change color for primary element on hover
| | * | | | Change color for primary element on hoverjulia.kirschenheuter2023-07-242-2/+2
| | |/ / / | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
| * / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-07-2512-16/+26
| |/ / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | Merge pull request #38606 from fsamapoor/replace_strpos_calls_in_settings_appDaniel2023-07-244-7/+7
| |\ \ \ | | | | | | | | | | Refactors "strpos" calls in /apps/settings
| | * \ \ Merge branch 'master' into replace_strpos_calls_in_settings_appFaraz Samapoor2023-06-12174-1423/+2160
| | |\ \ \ | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| | * | | | Refactors "strpos" calls in /apps/settings to improve code readability.Faraz Samapoor2023-06-054-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-2412-12/+30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-2310-4/+30
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-22156-1004/+1158
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | 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
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | switch to bootstrap font-stack
| | | * | | | | fix testsSimon L2023-07-212-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
| | | * | | | | add missing places and address review.Simon L2023-07-202-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
| | | * | | | | address reviewSimon L2023-07-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
| | | * | | | | switch to bootstrap font-stackSimon L2023-07-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
| * | | | | | | only show weather credits if the app is enabled and the weather status is ↵Julien Veyssier2023-07-211-9/+11
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enabled Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | | | | Merge pull request #39264 from nextcloud/feat/add-instance-categoryBenjamin Gaussorgues2023-07-212-66/+23
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add instance category while checking new updates
| | * | | | | | Add instance category while checking new updatesBenjamin Gaussorgues2023-07-182-66/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>