aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #38854 from nextcloud/enh/llm-apiMarcel Klehr2023-07-211-0/+11
|\
| * Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-07-141-5/+5
| * Since 27.1.0Marcel Klehr2023-07-071-1/+1
| * Update lib/public/AppFramework/Bootstrap/IRegistrationContext.phpMarcel Klehr2023-07-071-1/+1
| * LLM OCP API: Implement ocs APIMarcel Klehr2023-07-071-0/+11
* | Add IgnoreOpenAPI attributejld31032023-07-101-0/+37
|/
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-061-1/+1
* Add OCSPreconditionFailedExceptionLouis Chemineau2023-07-051-0/+44
* Add template types to responsesjld31032023-06-3017-94/+198
* chore(appframework)!: Drop \OCP\AppFramework\Http\EmptyContentSecurityPolicy:...Christoph Wurst2023-06-121-18/+1
* Drop meta robots tagGit'Fellow2023-06-091-1/+0
* Refactors "strpos" calls in lib/public to improve code readability.Faraz Samapoor2023-06-051-4/+4
* fix(docs): Fix language and copy-paste class name in docs of CSPJoas Schilling2023-05-303-4/+4
* enh: Provide atomicRetry method to retry transactions if possibleJulius Härtl2023-05-161-0/+37
* Fix typos in lib/public subdirectorySimon L2023-05-101-1/+1
* fix: add workaround for oci and limit queriesDaniel Kesselberg2023-05-021-0/+1
* feat(security): Add PHP \Attribute for remaining security annotationsJoas Schilling2023-04-2510-1/+329
* feat(ratelimit): Add Attributes support to rate limit middlewareJoas Schilling2023-04-243-0/+133
* Merge pull request #37674 from nextcloud/feature/speech-to-textJoas Schilling2023-04-191-0/+11
|\
| * feat(SpeechToText): Add SpeechToText provider APIMarcel Klehr2023-04-111-0/+11
* | feat(app-framework): Add native argument types for middlewareChristoph Wurst2023-04-181-6/+7
* | fix: Allow to catch `IMapperException` by implementing `Throwable`Ferdinand Thiessen2023-04-171-1/+1
|/
* Add type hints for mappersjld31032023-04-071-2/+1
* feat(middleware): Migrate BruteForceProtection annotation to PHP Attribute an...Joas Schilling2023-03-082-1/+53
* feat(appframework): ⌚ Make ITimeFactory extend \PSR\Clock\ClockInterfaceJoas Schilling2023-03-031-3/+19
* feat(translations): Add translation provider APIJulius Härtl2023-02-271-0/+11
* Change X-Robots-Tag header from "none" to "noindex, nofollow"MichaIng2023-02-151-1/+1
* Also copy bruteforce meta data when converting DataResponse to JSONResponseJoas Schilling2023-02-141-0/+3
* fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface if...Ferdinand Thiessen2023-02-061-1/+1
* Pluggable share providerLouis Chemineau2023-02-021-0/+10
* feat(app-framework): Add UseSession attribute to replace annotationChristoph Wurst2023-01-271-0/+37
* Merge pull request #36310 from nextcloud/feat/app-framework/global-middlewaresChristoph Wurst2023-01-261-1/+3
|\
| * feat(app-framework): Add support for global middlewaresChristoph Wurst2023-01-261-1/+3
* | fix(app-framework): Specify return type of Middleware::beforeControllerChristoph Wurst2023-01-251-0/+1
|/
* composer run cs:fixCôme Chilliet2023-01-2034-35/+1
* Improve typing in Entity.phpCôme Chilliet2023-01-201-12/+14
* Remove long depreated AppFramework/Db/MapperRoeland Jago Douma2022-10-101-370/+0
* Fix typo in deprecatedJoas Schilling2022-10-041-2/+2
* Allow CSRF on CORS routesJonas Rittershofer2022-09-211-1/+1
* Fix psalm parameter typeJoas Schilling2022-09-151-1/+1
* Add description for public and immutableDaniel2022-09-031-2/+2
* Update docblock for cacheForDaniel Kesselberg2022-09-031-2/+4
* Move registration to IBootstrapJulius Härtl2022-08-311-0/+10
* allow apps to specify methods carrying sensitive parametersArthur Schiwon2022-07-281-0/+11
* Fix reading blob data as resourceThomas Citharel2022-07-251-0/+3
* Merge pull request #32485 from nextcloud/debt/noid/psalm-streamer-fhblizzz2022-05-311-1/+1
|\
| * Fix type for resourceDaniel Kesselberg2022-05-241-1/+1
* | Use JSON_THROW_ON_ERROR instead of custom error handlingJulius Härtl2022-05-301-7/+1
|/
* Make appName of TemplateResponse accessible in BeforeTemplateRenderedEventJoas Schilling2022-05-201-0/+9
* Fix psalm warning for zip response due wrong typeDaniel Kesselberg2022-05-131-4/+4