summaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* fix: Allow nonce in csp header also if no other reasons are givenJulius Härtl2024-03-111-3/+3
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-237-17/+17
* fix(CSP): Only add `strict-dynamic` when using noncesFerdinand Thiessen2023-11-171-6/+6
* fix!(ContentSecurityPolicy): Make `strict-dynamic` enabled by default on `scr...Ferdinand Thiessen2023-11-171-1/+1
* feat(ContentSecurityPolicy): Allow to set `strict-dynamic` on `script-src-ele...Ferdinand Thiessen2023-11-172-6/+30
* feat(openapi): Add OpenAPI attribute to allow multiple scopes and overwriting...Joas Schilling2023-11-032-0/+100
* Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-261-0/+11
|\
| * fix: Minor copypastaMarcel Klehr2023-10-231-1/+1
| * fix(Text2Image): Fix psalm errorsMarcel Klehr2023-10-201-0/+11
* | Fix docblock and types for new public APICôme Chilliet2023-10-191-3/+2
* | Add api to register setup checksCarl Schwan2023-10-191-0/+10
|/
* Merge pull request #39852 from nextcloud/pragmaHeaderFerdinand Thiessen2023-10-181-4/+3
|\
| * Stop sending deprecated Pragma headerGit'Fellow2023-08-281-4/+3
* | Merge pull request #40367 from nextcloud/fix/user_ldap-update-groups-on-loginCôme Chilliet2023-10-161-1/+1
|\ \
| * | Fix registerEventListener signatureCôme Chilliet2023-10-121-1/+1
| |/
* / Fix version number in ITimeFactory after it was delayedJoas Schilling2023-10-111-1/+1
|/
* fix(utility): De- deprecate getDateTime as now() only returns immutable objectsAnna Larch2023-08-251-2/+0
* add separate event for rendering login page templateRobin Appelman2023-08-171-0/+52
* Allow "wasm-unsafe-eval" in CSPDaniel Calviño Sánchez2023-08-103-1/+21
* fix!: Remove legacy event dispatching Symfony's GenericEvent from AdditionalS...Joas Schilling2023-07-271-9/+0
* 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