| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: Change UserAgent to *cloudbackport/50053/stable29 | Johannes Endres | 2025-02-21 | 1 | -1/+1 |
* | test:(PasswordConfirmationMiddleware): Fix constructor call | Louis Chemineau | 2025-02-11 | 1 | -5/+21 |
* | fix(Entity): Fix magic setter call for custom strong typed settersbackport/48008/stable29 | provokateurin | 2024-09-16 | 1 | -2/+7 |
* | fix(Token): make new scope future compatible | Arthur Schiwon | 2024-06-12 | 1 | -1/+1 |
* | fix(Session): avoid password confirmation on SSO | Arthur Schiwon | 2024-06-11 | 2 | -1/+63 |
* | fix: add check for app_api_system session flag to bypass rate limit | Florian Klinger | 2024-03-18 | 1 | -1/+5 |
* | fix xml ocs response for serializable objects | Klaus | 2024-02-23 | 1 | -0/+39 |
* | test(request): Add tests to strip the port when forwarding requests | Joas Schilling | 2024-02-13 | 1 | -288/+119 |
* | Add timezone getter to ITimeFactory | Anna Larch | 2024-02-13 | 1 | -0/+17 |
* | better tests | Maxence Lange | 2024-02-01 | 1 | -129/+606 |
* | fix lint | Maxence Lange | 2024-01-31 | 1 | -18/+18 |
* | adding test | Maxence Lange | 2024-01-31 | 1 | -0/+214 |
* | test(unit): fix RequestTest | Arthur Schiwon | 2024-01-27 | 1 | -3/+4 |
* | fix(API): Use a distinct exception so apps can react to it and customize the ... | Joas Schilling | 2023-11-28 | 1 | -1/+2 |
* | enh(dispatcher): enforce psalm ranges in the http dispatcher | Arthur Schiwon | 2023-11-24 | 2 | -0/+68 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 4 | -11/+11 |
* | fix(CSP): Only add `strict-dynamic` when using nonces | Ferdinand Thiessen | 2023-11-17 | 2 | -59/+59 |
* | fix!(ContentSecurityPolicy): Make `strict-dynamic` enabled by default on `scr... | Ferdinand Thiessen | 2023-11-17 | 1 | -76/+73 |
* | feat(ContentSecurityPolicy): Allow to set `strict-dynamic` on `script-src-ele... | Ferdinand Thiessen | 2023-11-17 | 2 | -0/+73 |
* | Reverse X-Forwarded-For list to read the correct proxy remote address | Joas Schilling | 2023-11-16 | 1 | -6/+32 |
* | feat(dependencyinjection): Allow optional (nullable) services | Christoph Wurst | 2023-11-03 | 1 | -0/+24 |
* | Merge pull request #39852 from nextcloud/pragmaHeader | Ferdinand Thiessen | 2023-10-18 | 1 | -2/+0 |
|\ |
|
| * | Stop sending deprecated Pragma header | Git'Fellow | 2023-08-28 | 1 | -2/+0 |
* | | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 | Joas Schilling | 2023-08-28 | 3 | -10/+11 |
|/ |
|
* | Allow "wasm-unsafe-eval" in CSP | Daniel Calviño Sánchez | 2023-08-10 | 2 | -0/+14 |
* | fix!: Remove legacy event dispatching Symfony's GenericEvent from AdditionalS... | Joas Schilling | 2023-07-27 | 1 | -41/+0 |
* | feat(request): Allow to match the client version with the IRequest::USER_AGEN... | Joas Schilling | 2023-07-11 | 1 | -0/+57 |
* | Add template types to responses | jld3103 | 2023-06-30 | 1 | -1/+4 |
* | Allow stdClass in XML responses | jld3103 | 2023-06-13 | 1 | -1/+2 |
* | chore(appframework)!: Drop \OCP\AppFramework\Http\EmptyContentSecurityPolicy:... | Christoph Wurst | 2023-06-12 | 3 | -37/+3 |
* | fix(middleware): Also abort the request when reaching max delay in afterContr... | Joas Schilling | 2023-05-15 | 1 | -7/+7 |
* | feat(security): Add PHP \Attribute for remaining security annotations | Joas Schilling | 2023-04-25 | 8 | -250/+801 |
* | feat(ratelimit): Add Attributes support to rate limit middleware | Joas Schilling | 2023-04-24 | 1 | -103/+170 |
* | Merge branch 'master' into enh/type-iconfig-getter-calls | Côme Chilliet | 2023-04-20 | 1 | -8/+8 |
|\ |
|
| * | feat(app-framework): Add native argument types for middleware | Christoph Wurst | 2023-04-18 | 1 | -8/+8 |
* | | Adapt tests to config value typing | Côme Chilliet | 2023-04-05 | 1 | -6/+6 |
|/ |
|
* | Add a debug message when throttling without defining | Joas Schilling | 2023-03-08 | 1 | -6/+33 |
* | feat(middleware): Migrate BruteForceProtection annotation to PHP Attribute an... | Joas Schilling | 2023-03-08 | 1 | -61/+168 |
* | feat(appframework): ⌚ Make ITimeFactory extend \PSR\Clock\ClockInterface | Joas Schilling | 2023-03-03 | 1 | -0/+49 |
* | Merge pull request #36396 from nextcloud/fix/cors | Julius Härtl | 2023-02-17 | 1 | -1/+35 |
|\ |
|
| * | fix(CORS): CORS should only be bypassed on `PublicPage` if not logged in to p... | Ferdinand Thiessen | 2023-02-16 | 1 | -1/+35 |
* | | Change X-Robots-Tag header from "none" to "noindex, nofollow" | MichaIng | 2023-02-15 | 3 | -3/+3 |
* | | DI for Router | Robin Appelman | 2023-02-13 | 1 | -6/+46 |
|/ |
|
* | fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface if... | Ferdinand Thiessen | 2023-02-06 | 1 | -3/+24 |
* | feat(app-framework): Add UseSession attribute to replace annotation | Christoph Wurst | 2023-01-27 | 1 | -53/+100 |
* | feat(app-framework): Add support for global middlewares | Christoph Wurst | 2023-01-26 | 2 | -4/+36 |
* | perf(app-framework): Make the app middleware registration lazy | Christoph Wurst | 2023-01-25 | 2 | -18/+47 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 36 | -48/+9 |
* | feat(app framework)!: Inject services into controller methods | Christoph Wurst | 2023-01-18 | 1 | -10/+19 |
* | Merge branch 'master' into add-scim-json-support | Stanimir Bozhilov | 2022-12-19 | 6 | -528/+47 |
|\ |
|