| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | fix(middleware): Also abort the request when reaching max delay in afterContr... | Joas Schilling | 2023-05-15 | 1 | -22/+30 |
|/ |
|
* | feat(security): Add PHP \Attribute for remaining security annotations | Joas Schilling | 2023-04-25 | 4 | -27/+132 |
* | feat(ratelimit): Add Attributes support to rate limit middleware | Joas Schilling | 2023-04-24 | 1 | -41/+77 |
* | Merge branch 'master' into enh/type-iconfig-getter-calls | Côme Chilliet | 2023-04-20 | 2 | -0/+25 |
|\ |
|
| * | Merge pull request #37674 from nextcloud/feature/speech-to-text | Joas Schilling | 2023-04-19 | 1 | -0/+22 |
| |\ |
|
| | * | feat(SpeechToText): Add SpeechToText provider API | Marcel Klehr | 2023-04-11 | 1 | -0/+22 |
| * | | fix(security)!: Use consistent HTTP status for strict cookie checks | Christoph Wurst | 2023-04-17 | 1 | -0/+3 |
| |/ |
|
* / | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 1 | -7/+7 |
|/ |
|
* | Add a debug message when throttling without defining | Joas Schilling | 2023-03-08 | 2 | -11/+11 |
* | feat(middleware): Migrate BruteForceProtection annotation to PHP Attribute an... | Joas Schilling | 2023-03-08 | 1 | -5/+43 |
* | feat(appframework): ⌚ Make ITimeFactory extend \PSR\Clock\ClockInterface | Joas Schilling | 2023-03-03 | 1 | -1/+25 |
* | feat(translations): Add translation provider API | Julius Härtl | 2023-02-27 | 1 | -0/+25 |
* | Merge pull request #36396 from nextcloud/fix/cors | Julius Härtl | 2023-02-17 | 1 | -1/+1 |
|\ |
|
| * | fix(CORS): CORS should only be bypassed on `PublicPage` if not logged in to p... | Ferdinand Thiessen | 2023-02-16 | 1 | -1/+1 |
* | | Merge pull request #36656 from nextcloud/route-instrumentation | Julius Härtl | 2023-02-14 | 1 | -5/+17 |
|\ \ |
|
| * | | more routing performance instrumentation | Robin Appelman | 2023-02-10 | 1 | -5/+17 |
| |/ |
|
* | | Merge pull request #36525 from nextcloud/fix/noid/params-put | Julius Härtl | 2023-02-13 | 1 | -6/+12 |
|\ \ |
|
| * | | fix: Only get params from PUT content if possible | Julius Härtl | 2023-02-03 | 1 | -6/+12 |
* | | | instrumentation for app booting | Robin Appelman | 2023-02-09 | 1 | -8/+8 |
* | | | add more performance instrumentation for app registering | Robin Appelman | 2023-02-09 | 1 | -2/+14 |
| |/
|/| |
|
* | | fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface if... | Ferdinand Thiessen | 2023-02-06 | 2 | -2/+44 |
|/ |
|
* | Pluggable share provider | Louis Chemineau | 2023-02-02 | 1 | -0/+22 |
* | feat(app-framework): Add UseSession attribute to replace annotation | Christoph Wurst | 2023-01-27 | 1 | -4/+30 |
* | feat(app-framework): Add support for global middlewares | Christoph Wurst | 2023-01-26 | 3 | -7/+54 |
* | perf(app-framework): Make the app middleware registration lazy | Christoph Wurst | 2023-01-25 | 3 | -23/+14 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 29 | -38/+7 |
* | Fix types in OCS json answer (status code is an int) | Côme Chilliet | 2023-01-20 | 3 | -5/+3 |
* | Fix crash in OCS when getting info about an application | Côme Chilliet | 2023-01-20 | 1 | -8/+11 |
* | Attempt at reducing psalm errors | Côme Chilliet | 2023-01-20 | 1 | -5/+4 |
* | feat(app framework)!: Inject services into controller methods | Christoph Wurst | 2023-01-18 | 2 | -2/+10 |
* | Merge pull request #34172 from audriga/add-scim-json-support | Joas Schilling | 2022-12-20 | 1 | -2/+3 |
|\ |
|
| * | Merge branch 'master' into add-scim-json-support | Stanimir Bozhilov | 2022-12-19 | 6 | -16/+63 |
| |\ |
|
| * | | Move JSON content type regex to IRequest and make it a const | Stanimir Bozhilov | 2022-12-08 | 1 | -4/+1 |
| * | | Fix the JSON content type regex to match all MIME types | Stanimir Bozhilov | 2022-09-26 | 1 | -1/+1 |
| * | | Type hint JSON content type regex and use preg_match less | Stanimir Bozhilov | 2022-09-22 | 1 | -4/+4 |
| * | | Use regex for all JSON-related content types | Stanimir Bozhilov | 2022-09-21 | 1 | -6/+7 |
| * | | Treat application/json and application/scim+json in same if-block | Stanimir Bozhilov | 2022-09-21 | 1 | -11/+3 |
| * | | Add support for application/scim+json content type | Stanimir Bozhilov | 2022-09-20 | 1 | -0/+11 |
* | | | Use strict typing in base.php | Côme Chilliet | 2022-12-19 | 1 | -17/+8 |
| |/
|/| |
|
* | | Merge pull request #35537 from nextcloud/fix/dependency-injection-error | Vincent Petry | 2022-12-16 | 1 | -1/+1 |
|\ \ |
|
| * | | Improve dependency injection error message | Carl Schwan | 2022-12-01 | 1 | -1/+1 |
* | | | Merge pull request #35780 from nextcloud/fix/http-dispatcher-double-parameter... | Vincent Petry | 2022-12-16 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | fix(app framework): Fix missing cast of double controller parameters | Christoph Wurst | 2022-12-15 | 1 | -1/+1 |
* | | | | check if params given to API are really an array | Artur Neumann | 2022-12-15 | 1 | -2/+1 |
|/ / / |
|
* | | | Move to str_starts_with | Julius Härtl | 2022-12-07 | 1 | -3/+3 |
* | | | Skip querying the app container for server namespace | Julius Härtl | 2022-12-07 | 1 | -0/+6 |
* | | | Avoid container dance for appName | Julius Härtl | 2022-12-07 | 1 | -4/+9 |
* | | | use bruteforce protection on all methods wrapped by PublicShareMiddleware | Julien Veyssier | 2022-12-07 | 2 | -2/+23 |
|/ / |
|
* | | Clean up and deprecate app container aliases | Christoph Wurst | 2022-11-02 | 1 | -6/+9 |
* | | Improve container return type annotations | Julius Härtl | 2022-10-14 | 1 | -0/+9 |