aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* fix(AppFramework): Fix error message about 204 not allowing custom headersprovokateurin2024-04-081-1/+1
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-028-8/+8
* feat: Add declarative settingsjld31032024-03-121-0/+11
* fix: Allow nonce in csp header also if no other reasons are givenJulius Härtl2024-03-081-3/+3
* feat: Implement team provider apiJulius Härtl2024-03-051-0/+8
* feat(AppFramework): Add Route attributeprovokateurin2024-02-213-0/+287
* fix(OCP): Add since tag for all constantsJoas Schilling2024-02-142-0/+250
* chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-131-1/+3
* Add timezone getter to ITimeFactoryAnna Larch2024-02-131-0/+8
* fix psalmMaxence Lange2024-01-311-2/+2
* sync with new OCP\IAppConfigMaxence Lange2024-01-311-1/+232
* fix: public dav and files_sharing testing fixesJohn Molakvoæ2024-01-091-1/+1
* fix(API): Use a distinct exception so apps can react to it and customize the ...Joas Schilling2023-11-281-0/+79
* 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