aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* feat(security): Add public API to allow validating IP Ranges and checking for...Joas Schilling2024-07-192-7/+7
* feat(security): restrict admin actions to IP rangesBenjamin Gaussorgues2024-07-193-54/+56
* chore: use "app_api" session key, "app_api_system" is deprecatedAndrey Borysenko2024-07-181-2/+3
* feat: allow for ExApps to call Admin endpoints marked with specific attrAlexander Piskun2024-07-181-6/+15
* feat(Security): Warn about using annotations instead of attributesprovokateurin2024-07-184-2/+12
* feat: Add new forbidden filename options to CapabilitiesFerdinand Thiessen2024-07-111-1/+3
* feat(AppFramework): Add ExAppRequired attributeprovokateurin2024-07-012-1/+27
* fix(logger): Fix scoped PSR logger when running psalm:ciJoas Schilling2024-06-111-9/+9
* refactor(Token): introduce scope constantsArthur Schiwon2024-06-051-1/+2
* fix(Session): avoid password confirmation on SSOArthur Schiwon2024-06-052-3/+26
* chore: Add SPDX headerAndy Scherzinger2024-05-2459-1285/+148
* fix: address review commentsMarcel Klehr2024-05-141-2/+2
* feat: first pass at TaskProcessing APIMarcel Klehr2024-05-141-0/+48
* fix: Fix newly spotted psalm issues, add exhaustive typed magic properties fo...Côme Chilliet2024-04-302-8/+8
* fix: Migrate away from OC_App toward the IAppManagerCôme Chilliet2024-04-221-34/+12
* 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: Fix new psalm errors from updateCôme Chilliet2024-04-081-1/+1
|/
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-024-6/+6
* fix: add check for app_api_system session flag to bypass rate limitFlorian Klinger2024-03-182-1/+9
* Merge branch 'master' into refactor/OC-Server-getThemingDefaultsJohn Molakvoæ2024-03-153-4/+58
|\
| * fix: add missing copyrights and strict typesAndrey Borysenko2024-03-121-0/+7
| * feat: Add declarative settingsjld31032024-03-121-8/+21
| * fix: Adjust user agent pattern for EdgeJulius Härtl2024-03-081-1/+1
| * feat: Implement team provider apiJulius Härtl2024-03-051-0/+30
| * fix xml ocs response for serializable objectsKlaus2024-02-231-0/+4
* | Merge branch 'master' into refactor/OC-Server-getThemingDefaultsJohn Molakvoæ2024-02-2328-156/+541
|\|
| * fix(Routing): Only use lowercase names for registering and matching routesprovokateurin2024-02-212-2/+14
| * Merge pull request #43552 from nextcloud/bugfix/noid/rfc7239-compatible-proxy...Joas Schilling2024-02-151-4/+9
| |\
| | * fix(CS): Fix coding styleJoas Schilling2024-02-141-1/+1
| | * fix(request): Fix regex handling and coding-styleJoas Schilling2024-02-131-5/+4
| | * fix(request): Handle reverse proxy setting a port in Forwarded-ForMikael Peigney2024-02-131-4/+10
| * | feat: rename users to account or personVincent Petry2024-02-131-3/+3
| |/
| * Add timezone getter to ITimeFactoryAnna Larch2024-02-131-0/+7
| * Fix typo in varGit'Fellow2024-02-091-1/+1
| * chore: Add missing ArrayAccess template parametersCôme Chilliet2024-02-061-0/+1
| * adding testMaxence Lange2024-01-312-3/+3
| * fix psalmMaxence Lange2024-01-312-5/+10
| * sync with new OCP\IAppConfigMaxence Lange2024-01-311-13/+292
| * Merge pull request #42794 from nextcloud/fix/invalid-trusted-proxiesFerdinand Thiessen2024-01-291-1/+8
| |\
| | * fix(Request): Catch exceptions in `isTrustedProxy`Ferdinand Thiessen2024-01-271-1/+8
| * | code style: ommited space, reverted [code review]Pavel Kryl2024-01-271-1/+1
| * | fixing bug #6914: Config Param 'overwritecondaddr' not workingPavel Kryl2024-01-271-6/+4
| |/
| * techdebt(Middleware): Add more specific array types so its clickable in IDEsJoas Schilling2023-11-301-6/+6
| * fix(API): Use a distinct exception so apps can react to it and customize the ...Joas Schilling2023-11-281-5/+5
| * enh(dispatcher): enforce psalm ranges in the http dispatcherArthur Schiwon2023-11-242-7/+48
| * 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
| |\