aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add tasks::last_updated column and vacate tasks after a weekMarcel Klehr2023-07-076-2/+136
* cs:fixMarcel Klehr2023-07-076-0/+6
* LLM OCP API: Use OCP\Common\Exception\NotFoundExceptionMarcel Klehr2023-07-072-3/+5
* OCP: Introduce OCP\Common\Exception\NotFoundExceptionMarcel Klehr2023-07-071-0/+41
* LLM OCP API: strict types and copyrightMarcel Klehr2023-07-077-1/+133
* LLM OCP API: Type shenanigans for Visitor patternMarcel Klehr2023-07-077-34/+30
* Apply suggestions from code reviewMarcel Klehr2023-07-071-2/+2
* Update lib/public/AppFramework/Bootstrap/IRegistrationContext.phpMarcel Klehr2023-07-071-1/+1
* LLM OCP API: Commit autoloadersMarcel Klehr2023-07-072-0/+40
* LLM OCP API: Add task definitionsMarcel Klehr2023-07-076-0/+12
* Update lib/public/LanguageModel/ITopicsProvider.phpMarcel Klehr2023-07-071-1/+1
* LLM OCP API: Fix coding style and psalmMarcel Klehr2023-07-077-5/+31
* LLM OCP API: cs:fixMarcel Klehr2023-07-073-6/+0
* LLM OCP API: Fix static analysisMarcel Klehr2023-07-074-8/+35
* LLM OCP API: Add @sinceMarcel Klehr2023-07-076-3/+94
* LLM OCP API: Fix type errorsMarcel Klehr2023-07-072-4/+24
* LLM OCP API: Make linters happyMarcel Klehr2023-07-071-12/+11
* LLM OCP API: cs:fixMarcel Klehr2023-07-0710-25/+4
* LLM OCP API: Implement ocs APIMarcel Klehr2023-07-078-16/+64
* LLM OCP API: ADd topics and headline tasksMarcel Klehr2023-07-076-3/+159
* LLM OCP API: Add to RegistrationContextMarcel Klehr2023-07-072-1/+22
* LLM OCP API: Add db migrationMarcel Klehr2023-07-071-1/+1
* LLM OCP API: Implement private backend code + add ILanguageModelTaskMarcel Klehr2023-07-0712-46/+452
* LLM OCP API: Rework to use Task objectsMarcel Klehr2023-07-0712-150/+185
* Initial work on lm OCP APIMarcel Klehr2023-07-078-0/+339
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-0621-45/+46
* Add OCSPreconditionFailedExceptionLouis Chemineau2023-07-053-0/+46
* Merge pull request #38978 from fsamapoor/refactor_lib_private_accountsArthur Schiwon2023-07-055-144/+50
|\
| * Renames the property to improve the code readbility/clarity.Faraz Samapoor2023-07-051-2/+2
| * Fixes testcase errors.Faraz Samapoor2023-07-021-8/+9
| * Fixes Psalm error.Faraz Samapoor2023-07-011-4/+1
| * Refactors lib/private/Accounts.Faraz Samapoor2023-07-015-138/+46
* | Merge pull request #38955 from nextcloud/bugfix/noid/dont-use-orJoas Schilling2023-07-051-1/+1
|\ \
| * | fix(eventdispatcher): Don't use all evaluating "or"Joas Schilling2023-06-231-1/+1
* | | Merge pull request #39043 from nextcloud/fix/ocp/dashboard-widgetitems-see-wi...Christoph Wurst2023-07-051-1/+1
|\ \ \
| * | | fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItemChristoph Wurst2023-06-281-1/+1
* | | | Merge pull request #39086 from nextcloud/bugfix/noid/migrate-admin_audit-to-I...Arthur Schiwon2023-07-051-5/+7
|\ \ \ \
| * | | | feat(admin_audit): Migrate to non-deprecated IEventDispatcherJoas Schilling2023-07-041-5/+7
* | | | | Merge pull request #39012 from fsamapoor/refactor_lib_private_security_part2Arthur Schiwon2023-07-059-180/+107
|\ \ \ \ \
| * | | | | Refactors lib/private/Security.Faraz Samapoor2023-06-269-180/+107
* | | | | | Merge pull request #38910 from nextcloud/fix/nullish-trim-deprecation-warningJoas Schilling2023-07-051-1/+1
|\ \ \ \ \ \
| * | | | | | fixed quotesdartcafe2023-06-201-1/+1
| * | | | | | add type #38909dartcafe2023-06-201-1/+1
| * | | | | | Throw if creation date is read before inserting into databaseCôme Chilliet2023-06-202-2/+8
| * | | | | | Improve typing in ICommentsManagerCarl Schwan2023-06-201-4/+2
| * | | | | | Cleanup comments codeCarl Schwan2023-06-203-164/+83
* | | | | | | fix(sse): don't update uncached filesRichard Steinmetz2023-07-041-13/+21
| |_|/ / / / |/| | | | |
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-042-8/+8
* | | | | | Merge pull request #39089 from nextcloud/bugfix/39087/fix-2fa-event-namesJoas Schilling2023-07-0315-7/+327
|\ \ \ \ \ \
| * | | | | | Fix event names of 2FA related typed eventsJoas Schilling2023-07-0315-7/+327