Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(dispatcher): Add typed event for "db:add-missing-primary-keys" | Joas Schilling | 2023-07-24 | 6 | -9/+130 |
* | feat(dispatcher): Add typed event for "db:add-missing-columns" | Joas Schilling | 2023-07-24 | 7 | -16/+130 |
* | Merge pull request #39506 from nextcloud/techdebt/39488/ensure-index-name-uni... | Joas Schilling | 2023-07-24 | 2 | -2/+57 |
|\ | |||||
| * | fix(tests): Adjust unit tests to outline the schema is checked twice now | Joas Schilling | 2023-07-21 | 1 | -2/+2 |
| * | feat(db): Ensure that index names are unique across the database | Joas Schilling | 2023-07-20 | 1 | -0/+55 |
* | | Merge pull request #38606 from fsamapoor/replace_strpos_calls_in_settings_app | Daniel | 2023-07-24 | 4 | -7/+7 |
|\ \ | |||||
| * \ | Merge branch 'master' into replace_strpos_calls_in_settings_app | Faraz Samapoor | 2023-06-12 | 314 | -2412/+3142 |
| |\ \ | |||||
| * | | | Refactors "strpos" calls in /apps/settings to improve code readability. | Faraz Samapoor | 2023-06-05 | 4 | -8/+8 |
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-24 | 30 | -30/+116 |
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-23 | 28 | -4/+116 |
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-22 | 274 | -1004/+1276 |
* | | | | Merge pull request #39402 from nextcloud/enh/a11y-users-settings | Pytal | 2023-07-21 | 8 | -293/+432 |
|\ \ \ \ | |||||
| * | | | | test(settings): User management settings dialog | Christopher Ng | 2023-07-18 | 1 | -22/+24 |
| * | | | | chore: Compile assets | Christopher Ng | 2023-07-18 | 5 | -7/+9 |
| * | | | | enh(a11y): User management settings dialog | Christopher Ng | 2023-07-18 | 2 | -264/+399 |
* | | | | | Merge pull request #39527 from nextcloud/fix/39526/dashboard-hide-weather-cre... | Julien Veyssier | 2023-07-21 | 3 | -12/+14 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into fix/39526/dashboard-hide-weather-credits | Julien Veyssier | 2023-07-21 | 4 | -5/+5 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
* | | | | | | Merge pull request #39008 from nextcloud/enh/noid/reorder-fonts | Simon L | 2023-07-21 | 4 | -5/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fix tests | Simon L | 2023-07-21 | 2 | -2/+2 |
| * | | | | | | add missing places and address review. | Simon L | 2023-07-20 | 4 | -5/+5 |
| * | | | | | | address review | Simon L | 2023-07-19 | 2 | -3/+3 |
| * | | | | | | switch to bootstrap font-stack | Simon L | 2023-07-19 | 2 | -3/+3 |
| | * | | | | | only show weather credits if the app is enabled and the weather status is ena... | Julien Veyssier | 2023-07-21 | 3 | -12/+14 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge pull request #38854 from nextcloud/enh/llm-api | Marcel Klehr | 2023-07-21 | 30 | -1/+1989 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix tests: Adjust constructor signature | Marcel Klehr | 2023-07-19 | 1 | -1/+1 |
| * | | | | | | Fix tests: Adjust constructor signature | Marcel Klehr | 2023-07-19 | 1 | -1/+1 |
| * | | | | | | Remove Task::factory method | Marcel Klehr | 2023-07-19 | 3 | -19/+2 |
| * | | | | | | Fix psalm errors | Marcel Klehr | 2023-07-17 | 5 | -0/+9 |
| * | | | | | | cs:fix | Marcel Klehr | 2023-07-17 | 1 | -2/+0 |
| * | | | | | | Update autoloaders | Marcel Klehr | 2023-07-17 | 2 | -38/+38 |
| * | | | | | | Apply suggestions from code review | Marcel Klehr | 2023-07-17 | 2 | -8/+1 |
| * | | | | | | Fix psalm errors | Marcel Klehr | 2023-07-14 | 1 | -6/+9 |
| * | | | | | | Fix psalm errors | Marcel Klehr | 2023-07-14 | 2 | -20/+1 |
| * | | | | | | Massive refactoring: Turn LanguageModel OCP API into TextProcessing API | Marcel Klehr | 2023-07-14 | 31 | -748/+553 |
| * | | | | | | Update core/Controller/LanguageModelApiController.php | Marcel Klehr | 2023-07-11 | 1 | -1/+1 |
| * | | | | | | Update core/Controller/LanguageModelApiController.php | Marcel Klehr | 2023-07-11 | 1 | -1/+1 |
| * | | | | | | Fix openapi docs | Marcel Klehr | 2023-07-11 | 1 | -4/+10 |
| * | | | | | | Update core/Controller/LanguageModelApiController.php | Marcel Klehr | 2023-07-11 | 1 | -1/+1 |
| * | | | | | | Since 27.1.0 | Marcel Klehr | 2023-07-07 | 16 | -81/+81 |
| * | | | | | | LanguageModelApiController: Use jsonSerialize method to help psalm | Marcel Klehr | 2023-07-07 | 1 | -1/+1 |
| * | | | | | | cs:fix | Marcel Klehr | 2023-07-07 | 3 | -6/+0 |
| * | | | | | | LLM OCP API: Change Tests to use EventDispatcher mock | Marcel Klehr | 2023-07-07 | 1 | -41/+8 |
| * | | | | | | LLM OCP API: Improve scheduleTask docblock | Marcel Klehr | 2023-07-07 | 1 | -1/+2 |
| * | | | | | | LLM OCP API: Fix OpenApi docs | Marcel Klehr | 2023-07-07 | 1 | -3/+3 |
| * | | | | | | LLM OCP API: Fix psalm issues | Marcel Klehr | 2023-07-07 | 1 | -3/+3 |
| * | | | | | | LLM OCP API: Avoid using OC in OCP | Marcel Klehr | 2023-07-07 | 3 | -17/+10 |
| * | | | | | | OCP\Common\NotFoundException: Add param type | Marcel Klehr | 2023-07-07 | 1 | -1/+1 |
| * | | | | | | LLM OCP API: Simplify TaskBackgroundJob#run catch block | Marcel Klehr | 2023-07-07 | 1 | -1/+1 |
| * | | | | | | LLM OCP API: Explain TaskBackgroundJob#setAllowParallelRuns | Marcel Klehr | 2023-07-07 | 1 | -0/+2 |
| * | | | | | | LLM OCP API: Don't lose trace of wrapped exceptions | Marcel Klehr | 2023-07-07 | 1 | -4/+4 |