Commit Graph

43 Commits (4e8e774918fe0dffa057e568f4b57e7fd7370da5)

Author SHA1 Message Date
Carl Schwan 4e8e774918
feat: Add support for BackedEnums in controller methods 3 days ago
Carl Schwan feb731a69a
feat(dispatcher): Extend the amount of checks executed 3 days ago
Côme Chilliet 1ab09ec753
chore: Apply new coding standard to all files 3 months ago
Ferdinand Thiessen e5b1799079
chore: add missing `Override` attribute to test files 4 months ago
Joas Schilling 7ed9191493
fix(controller): Add default range to $limit parameter 4 months ago
nextcloud-command 1ed0769d4c refactor: Apply rector changes 5 months ago
Côme Chilliet 91334643dc
fix(tests): Adapt Middleware tests to API change 5 months ago
Joas Schilling 9caa4e20e5
test(dispatcher): Add some tests with input 0 7 months ago
Ferdinand Thiessen d6d6747a73 refactor: apply rector rules for PHPUnit 10 10 months ago
Robin Appelman aa15f9d16d
chore: run rector 1 year ago
Robin Appelman 3561937816
chore: run rector on tests with new rule 1 year ago
Robin Appelman 29e39c0a2e
chore: run rector on tests 1 year ago
Joas Schilling 5f9117b939
test: Fix coding standards 1 year ago
Joas Schilling 720ab52e07
test: Fix tests/lib/App* 1 year ago
Joas Schilling 1909b981a4
fix(controller): Fix false booleans in multipart/form-data 2 years ago
Christoph Wurst 49dd79eabb
refactor: Add void return type to PHPUnit test methods 2 years ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 2 years ago
Andy Scherzinger 1f7e2ba599
chore: Add SPDX header 2 years ago
Joas Schilling f6b6776c93
fix(API): Use a distinct exception so apps can react to it and customize the return 3 years ago
Arthur Schiwon 3fa43a529b
enh(dispatcher): enforce psalm ranges in the http dispatcher 3 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 3 years ago
Christoph Wurst 20fcfb5739
feat(app framework)!: Inject services into controller methods 4 years ago
Christoph Wurst b6dd1a1d7b
fix(app framework): Fix missing cast of double controller parameters 4 years ago
Côme Chilliet 1bd5222224
Fix PHP 8.2 warnings about undeclared properties 4 years ago
Julius Härtl 2dd96fe8da
Fix tests 5 years ago
Joas Schilling cc6653e45c
Adjust and add unit tests 5 years ago
Côme Chilliet 3a1b3745eb
Fix DateTime constructor calls with null 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 6 years ago
Joas Schilling 95a301ea57
Fix tests 6 years ago
Roeland Jago Douma 12fa748c49
Move the notmodified check to middleware where it belongs 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst afbd9c4e6e
Unify function spacing to PSR2 recommendation 6 years ago
Christoph Wurst 2fbad1ed72
Fix (array) indent style to always use one tab 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Christoph Wurst 2ee65f177e
Use the shorter phpunit syntax for mocked return values 6 years ago
Roeland Jago Douma c007ca624f
Make phpunit8 compatible 7 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 7 years ago
Roeland Jago Douma ca9f364fd4
Fix tests 9 years ago
Joas Schilling 870023365c
Fix "Undefined method setExpectedException()" 9 years ago
Morris Jobke 43e498844e
Use ::class in test mocks 9 years ago
Roeland Jago Douma 2fa9e67294
Fix phpunit-5.4 wargning 10 years ago
Joas Schilling 94ad54ec9b Move tests/ to PSR-4 (#24731) 10 years ago
Joas Schilling 9eade36ae5
Fix namespaces in AppFramework tests 10 years ago
Lukas Reschke 8133d46620 Remove dependency on ICrypto + use XOR 11 years ago
Lukas Reschke 8313a3fcb3 Add mitigation against BREACH 11 years ago
Lukas Reschke 886bda5f81 Refactor OC_Request into TrustedDomainHelper and IRequest 12 years ago
Lukas Reschke 770fa761b8 Respect `mod_unique_id` and refactor `OC_Request::getRequestId` 12 years ago
Morris Jobke bf1b62a34a PHP < 5.4 is not supported anymore - see #12606 12 years ago
Morris Jobke 2c5e4b3d3f Remove last traces of travis integration 12 years ago
Lukas Reschke 048139074d Add functions to modify cookies to response class 12 years ago