aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* fix(BaseResponse): Cast XML element values to stringbackport/48013/stable28provokateurin2024-09-151-1/+3
* fix(Token): make new scope future compatibleArthur Schiwon2024-06-121-1/+1
* fix(Session): avoid password confirmation on SSOArthur Schiwon2024-06-122-3/+26
* fix: add check for app_api_system session flag to bypass rate limitFlorian Klinger2024-04-172-1/+9
* fix xml ocs response for serializable objectsKlaus2024-03-181-0/+4
* fix: Adjust user agent pattern for EdgeJulius Härtl2024-03-111-1/+1
* Merge pull request #43181 from nextcloud/backport/42930/stable28Ferdinand Thiessen2024-02-031-5/+3
|\
| * code style: ommited space, reverted [code review]Pavel Kryl2024-01-291-1/+1
| * fixing bug #6914: Config Param 'overwritecondaddr' not workingPavel Kryl2024-01-291-6/+4
* | fix(Request): Catch exceptions in `isTrustedProxy`Ferdinand Thiessen2024-01-291-1/+8
|/
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2320-71/+71
* Reverse X-Forwarded-For list to read the correct proxy remote addressJoas Schilling2023-11-161-2/+8
* feat(dependencyinjection): Allow optional (nullable) servicesChristoph Wurst2023-11-031-0/+5
* Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-261-0/+24
|\
| * Implement TextToImage OCP APIMarcel Klehr2023-10-181-0/+24
* | Add api to register setup checksCarl Schwan2023-10-191-3/+27
|/
* Merge pull request #40865 from nextcloud/bugfix/noid/fix-version-commentJoas Schilling2023-10-161-1/+1
|\
| * Fix version number in ITimeFactory after it was delayedJoas Schilling2023-10-111-1/+1
* | fix(docs): Fix parameter types in docsJoas Schilling2023-10-131-8/+2
|/
* fixed Drone testAlexander Piskun2023-10-061-1/+2
* added CORS skip if session was created by AppAPIAlexander Piskun2023-10-021-0/+4
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-6/+2
* Remove deprecated methods Util::writeLog and DIContainer::logCôme Chilliet2023-09-251-27/+0
* feat(appframework): Expose programmatic rate limiterChristoph Wurst2023-09-201-0/+3
* techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-284-17/+12
* fix(middleware): Fix header injection for bruteforce middlewareJoas Schilling2023-08-221-5/+1
* feat: Add a header which signals that the request was throttledJoas Schilling2023-08-211-4/+14
* add separate event for rendering login page templateRobin Appelman2023-08-171-2/+8
* Rewrite OCS CSRF check to be readablejld31032023-08-161-7/+15
* fix!: Remove legacy event dispatching Symfony's GenericEvent from AdditionalS...Joas Schilling2023-07-271-30/+5
* Merge pull request #38854 from nextcloud/enh/llm-apiMarcel Klehr2023-07-211-0/+21
|\
| * Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-07-141-10/+10
| * LLM OCP API: Add to RegistrationContextMarcel Klehr2023-07-071-0/+21
* | fix(CardDAV): catch right exception when checking for federated app classesAnna Larch2023-07-061-1/+0
|/
* Add template types to responsesjld31032023-06-303-1/+27
* Allow stdClass in XML responsesjld31032023-06-131-0/+4
* Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-016-17/+17
|\
| * Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-156-17/+17
* | chore: Drop \OC_App::getAppInfoChristoph Wurst2023-06-011-1/+2
* | fix(middleware): Also abort the request when reaching max delay in afterContr...Joas Schilling2023-05-151-22/+30
|/
* feat(security): Add PHP \Attribute for remaining security annotationsJoas Schilling2023-04-254-27/+132
* feat(ratelimit): Add Attributes support to rate limit middlewareJoas Schilling2023-04-241-41/+77
* Merge branch 'master' into enh/type-iconfig-getter-callsCôme Chilliet2023-04-202-0/+25
|\
| * Merge pull request #37674 from nextcloud/feature/speech-to-textJoas Schilling2023-04-191-0/+22
| |\
| | * feat(SpeechToText): Add SpeechToText provider APIMarcel Klehr2023-04-111-0/+22
| * | fix(security)!: Use consistent HTTP status for strict cookie checksChristoph Wurst2023-04-171-0/+3
| |/
* / Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-7/+7
|/
* Add a debug message when throttling without definingJoas Schilling2023-03-082-11/+11
* feat(middleware): Migrate BruteForceProtection annotation to PHP Attribute an...Joas Schilling2023-03-081-5/+43
* feat(appframework): ⌚ Make ITimeFactory extend \PSR\Clock\ClockInterfaceJoas Schilling2023-03-031-1/+25