aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* fix: Migrate all uses of OCP\Template to OCP\Template\ITemplateManagerCôme Chilliet2025-03-061-1/+7
* fix: Fix psalm issues and add missing methods to ITemplate interfaceCôme Chilliet2025-03-061-2/+3
* chore: Correctly flag json encoding methods as escaping html and quotesCôme Chilliet2025-02-171-0/+3
* fix: remove typing and return typefix/noid/revert-api-breaking-return-typeAnna Larch2025-01-231-1/+1
* feat(api): File conversion APIElizabeth Danzberger2025-01-151-0/+13
* fix(IInitialState): Allow provideLazyInitialState() closure to return arrayprovokateurin2025-01-131-1/+1
* Merge pull request #50070 from nextcloud/docs/http/cors-attributeJoas Schilling2025-01-091-1/+3
|\
| * docs(HTTP): Add proper docs for CORS attributedocs/http/cors-attributeprovokateurin2025-01-071-1/+3
* | fix(Http): Only allow valid HTTP status code values via templatefix/http/template-valid-status-codesprovokateurin2025-01-0717-33/+35
|/
* fix(HTTP): Adjust JSONResponse data typefix/http/jsonresponse-data-typeprovokateurin2025-01-041-1/+1
* feat(config): implementation of lexiconMaxence Lange2024-12-131-0/+11
* feat: Use inline password confirmation in external storage settingsLouis Chemineau2024-11-281-0/+17
* fix(QBMapper): Fix findEntities() return type to be list<T>fix/qbmapper/find-entities-return-typeprovokateurin2024-11-061-2/+2
* fix(entity): Fix mapping of old/sub-types to actually supported database typesfollowup/47329/add-all-types-to-handlingJoas Schilling2024-10-231-0/+22
* fix: Adjust Entity typesfeat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-171-4/+3
* fix: Prevent breaking change in IQueryBuilderFerdinand Thiessen2024-10-171-4/+4
* feat(AppFramework): Add full support for date / time / datetime columnsFerdinand Thiessen2024-10-172-27/+50
* chore: Unify user related events to always provide a `getUid` methodchore/migrate-encryption-away-from-hooksFerdinand Thiessen2024-10-151-1/+1
* chore: Add proper deprecation dates where missingFerdinand Thiessen2024-09-201-1/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-198-8/+10
* Merge pull request #48008 from nextcloud/fix/entity/strict-typesKate2024-09-161-3/+2
|\
| * fix(Entity): Fix magic setter call for custom strong typed settersfix/entity/strict-typesprovokateurin2024-09-151-3/+2
* | feat(db): switch from settype to castsfeat/switch-from-settype-to-castsAnna Larch2024-09-151-46/+63
|/
* fix: Fix missing footer on public pagesChristopher Ng2024-09-041-0/+12
* chore(ExternalShareMenuAction): Remove unused legacy propertiesFerdinand Thiessen2024-09-031-16/+5
* refactor(IMenuAction): Make public menu actions use the new Vue UIFerdinand Thiessen2024-09-035-61/+62
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2513-31/+31
* test: Adjust tests for CSP nonceFerdinand Thiessen2024-08-131-1/+1
* fix: Make sure CSP nonce is not double base64 encodedFerdinand Thiessen2024-08-131-2/+2
* chore: refactor "substr" calls to improve code readabilityHamid Dehnavi2024-08-061-1/+1
* feat: Allow passing additional encode flags for json responseChristopher Ng2024-08-011-2/+15
* feat: Increase max depth of encoded jsonChristopher Ng2024-08-011-1/+1
* refactor(core): Replace security annotations with respective attributesprovokateurin2024-07-262-10/+2
* feat: mail provider backendSebastianKrupinski2024-07-231-0/+11
* feat: allow for ExApps to call Admin endpoints marked with specific attrAlexander Piskun2024-07-181-0/+21
* fix: ARateLimit documentationskjnldsv2024-07-121-0/+2
* feat(OpenAPI): Add ex_app scopeprovokateurin2024-07-021-0/+8
* feat(AppFramework): Add ExAppRequired attributeprovokateurin2024-07-011-0/+21
* feat: Add yieldEntities wrapper for entity mapping in QBMapperJulius Härtl2024-06-241-0/+21
* chore: Add SPDX headerAndy Scherzinger2024-05-2480-1662/+208
* fix(IRegistrationContext): Add missing TaskProcessing methodsprovokateurin2024-05-161-0/+22
* fix: Drop workarounds for unsupported obsolete PHP versionsCôme Chilliet2024-04-221-1/+1
* Merge pull request #44644 from nextcloud/enh/noid/returns-formated-app-valuesFerdinand Thiessen2024-04-171-1/+1
|\
| * fix(appconfig): only convert single entry on searchValues()Maxence Lange2024-04-051-1/+1
* | 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