summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* fix: Make bypass function public APIJoas Schilling2023-08-232-7/+8
* feat: Expose if the own IP is allowed to bypass bruteforce protectionJoas Schilling2023-08-232-22/+12
* feat: Add a header which signals that the request was throttledJoas Schilling2023-08-231-4/+14
* feat(security): Add a "testing mode" for bruteforce protection that doesn't s...Joas Schilling2023-08-231-2/+6
* feat(security): Add a bruteforce protection backend base on memcacheJoas Schilling2023-08-235-126/+442
* Merge pull request #39934 from nextcloud/backport/39481/stable27Julius Härtl2023-08-221-16/+24
|\
| * fix: don't emit Hooks when hookpaths are emptyAnna Larch2023-08-211-16/+24
* | Merge pull request #39949 from nextcloud/backport/39770/stable27Julius Härtl2023-08-221-0/+5
|\ \ | |/ |/|
| * fix: always use display name from correct backendMax2023-08-171-0/+5
* | fix(memcache): Fix comparison of Memcache configs to classesJoas Schilling2023-08-171-7/+9
|/
* fix: Prevent PHP warnings when optional CacheEntry attributes are unsetFerdinand Thiessen2023-08-172-4/+4
* select the fileid first when looking for incomplete filesRobin Appelman2023-08-141-5/+9
* Merge pull request #39722 from nextcloud/backport/39698/stable27John Molakvoæ2023-08-111-1/+1
|\
| * fix: simplify `sourceData` checkJohn Molakvoæ2023-08-051-1/+1
| * Catch more invalid cache source storage pathsJosh Richards2023-08-051-1/+1
* | log imaginary errors as info to not spam the server logsSimon L2023-08-101-2/+2
* | feat: Add delete task APIJulius Härtl2023-08-091-0/+12
* | change sql where order to match index orderJulien Veyssier2023-08-091-2/+2
* | allow anon text processing schedulingJulien Veyssier2023-08-093-6/+56
* | start implementing ocs endpoint to get task list from user+appId+identifierJulien Veyssier2023-08-092-1/+37
* | Migration: Drop llm_tasks table and add textprocessing_tasksMarcel Klehr2023-08-091-1/+1
* | AI admin settings: Use config values in AI feature managersMarcel Klehr2023-08-093-5/+53
* | Fix tests: Adjust constructor signatureMarcel Klehr2023-08-091-1/+1
* | Remove Task::factory methodMarcel Klehr2023-08-091-1/+1
* | Apply suggestions from code reviewMarcel Klehr2023-08-091-1/+1
* | Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-08-099-92/+61
* | cs:fixMarcel Klehr2023-08-092-4/+0
* | LLM OCP API: Avoid using OC in OCPMarcel Klehr2023-08-092-1/+10
* | LLM OCP API: Simplify TaskBackgroundJob#run catch blockMarcel Klehr2023-08-091-1/+1
* | LLM OCP API: Explain TaskBackgroundJob#setAllowParallelRunsMarcel Klehr2023-08-091-0/+2
* | LLM OCP API: Don't lose trace of wrapped exceptionsMarcel Klehr2023-08-091-4/+4
* | LLM OCP API: Simplify LanguageModelManager#canHandleTaskMarcel Klehr2023-08-091-1/+6
* | LLM OCP API: s/getAvailableTasks/getAvailableTaskClasses/Marcel Klehr2023-08-091-3/+3
* | LLM OCP API: Add missing copyright and strict typesMarcel Klehr2023-08-093-0/+69
* | Apply suggestions from code reviewMarcel Klehr2023-08-091-1/+1
* | LLM OCP API: Fix psam errorMarcel Klehr2023-08-091-1/+3
* | LLM OCP API: Add identifier paramMarcel Klehr2023-08-091-2/+7
* | cs:fixMarcel Klehr2023-08-091-1/+1
* | Fix LanguageModelManager#runTask: Insert task into db if it doesn't existMarcel Klehr2023-08-091-2/+6
* | Make tests passMarcel Klehr2023-08-093-5/+26
* | TaskMapper#update: Use time factoryMarcel Klehr2023-08-091-2/+6
* | Add tasks::last_updated column and vacate tasks after a weekMarcel Klehr2023-08-096-2/+136
* | LLM OCP API: Use OCP\Common\Exception\NotFoundExceptionMarcel Klehr2023-08-091-2/+3
* | Apply suggestions from code reviewMarcel Klehr2023-08-091-2/+2
* | LLM OCP API: Fix static analysisMarcel Klehr2023-08-091-2/+3
* | LLM OCP API: cs:fixMarcel Klehr2023-08-094-16/+3
* | LLM OCP API: Implement ocs APIMarcel Klehr2023-08-094-7/+19
* | LLM OCP API: Add to RegistrationContextMarcel Klehr2023-08-092-1/+22
* | LLM OCP API: Add db migrationMarcel Klehr2023-08-091-1/+1
* | LLM OCP API: Implement private backend code + add ILanguageModelTaskMarcel Klehr2023-08-094-0/+326