summaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* Fix version number in ITimeFactory after it was delayedJoas Schilling2023-10-161-1/+1
* fix(utility): De- deprecate getDateTime as now() only returns immutable objectsAnna Larch2023-08-281-2/+0
* Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-08-091-5/+5
* Since 27.1.0Marcel Klehr2023-08-091-1/+1
* Update lib/public/AppFramework/Bootstrap/IRegistrationContext.phpMarcel Klehr2023-08-091-1/+1
* LLM OCP API: Implement ocs APIMarcel Klehr2023-08-091-0/+11
* 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
* 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
|/