summaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* 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
* Always free the DB result in QBMapper::findEntitiesChristoph Wurst2022-05-121-9/+8
* Merge pull request #31900 from nextcloud/feat/server-container-publicCarl Schwan2022-05-101-0/+1
|\
| * Add a public replacement for OC::$server->getCarl Schwan2022-05-101-0/+1
* | Merge pull request #32113 from nextcloud/bugfix/noid/fix-csp-merging-boolsVincent Petry2022-05-051-1/+1
|\ \ | |/ |/|
| * Add CSP policy merge priority for booleansVincent Petry2022-04-011-1/+1
* | Add a metadata service to store file metadataCarl Schwan2022-04-132-0/+6
* | Adds a "Request password" button to the public share authentication page for ...Cyrille Bollu2022-04-111-3/+44
|/
* Allow to set a strict-dynamic CSP through the APIJulius Härtl2022-03-092-0/+17
* Merge pull request #31141 from nextcloud/fix/better-cache-policyCarl Schwan2022-02-171-2/+2
|\
| * Improve caching policyCarl Schwan2022-02-161-2/+2
* | Add Transactional trait for atomic DB operationsChristoph Wurst2022-02-171-0/+70
* | Allow registration of migratorsChristopher Ng2022-02-111-0/+11
|/
* Move calendar resource/room backend registration to IBootstrapChristoph Wurst2022-02-071-0/+20
* Add a Talk API for OCPChristoph Wurst2022-02-041-0/+11
* send request id in response headerRobin Appelman2022-02-011-0/+7
* Fix registerEventListener issuesCarl Schwan2022-01-271-2/+2
* Deprecate entity slugsChristoph Wurst2021-12-141-0/+1
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-0/+2
* Register missing DAV app calendar providerChristoph Wurst2021-10-281-1/+2
* Use more explicit naming for profile link actionChristopher Ng2021-10-251-2/+2
* Move preview provider registration to bootstrapRoeland Jago Douma2021-10-211-0/+13
* Profile backendChristopher Ng2021-10-191-0/+13
* Add Public Calendar ProviderAnna Larch2021-10-141-0/+9
* Merge branch 'master' into enhancement/noid/IURLGenerator-linkToDefaultPageUrlDaniel Rudolf2021-08-041-1/+1
|\
| * Remove some mentions of ownCloud from our api documentationCarl Schwan2021-07-291-1/+1
* | Add RedirectToDefaultAppResponse::__construct() annotationsDaniel Rudolf2021-07-011-0/+3
* | Deprecate RedirectToDefaultAppResponseDaniel Rudolf2021-07-011-3/+2
* | Remove \OC::$server->getURLGenerator() usageDaniel Rudolf2021-07-011-1/+4