summaryrefslogtreecommitdiffstats
path: root/apps/testing
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add support for ratelimiting via annotationsLukas Reschke2017-04-132-0/+72
| | | | | | | | | | | | | This allows adding rate limiting via annotations to controllers, as one example: ``` @UserRateThrottle(limit=5, period=100) @AnonRateThrottle(limit=1, period=100) ``` Would mean that logged-in users can access the page 5 times within 100 seconds, and anonymous users 1 time within 100 seconds. If only an AnonRateThrottle is specified that one will also be applied to logged-in users. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Clear opcode cache after config changeLukas Reschke2017-04-111-0/+22
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Testing app switch to force-enable test user backendVincent Petry2016-12-232-2/+14
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Testing md5home (#26854)Vincent Petry2016-12-224-0/+112
| | | | | | | | | | | | | | | | | * Allow clearing default user backends in config.php When specifying "user_backends" in config.php, a new option "default" when set to false will prevent the default user backend to be registered. The default one is the database backend. This makes it possible to select exclusive user backends from apps. * Testing app provides test user backend for alternative homes The backend provide md5 result to getHome() * Only md5 the user home when it's not the admin Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Update app versions and requirementsJoas Schilling2016-12-131-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use 11.0 instead 9.2Lukas Reschke2016-11-151-1/+1
| | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Svgo optimizationskjnldsv2016-09-271-4/+1
| | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
* Add viewBox to app iconsRoeland Jago Douma2016-08-171-1/+1
| | | | | If we don't add a viewbox a lot of browsers will just say NOPE!!! when we ask them to scale.
* Increment the versions and adjust the capitilizationJoas Schilling2016-08-081-1/+1
|
* Also increase the min versionJoas Schilling2016-07-221-1/+1
|
* bumb compatible app versions for core appsRobin Appelman2016-07-221-1/+1
|
* Merge pull request #500 from nextcloud/bump_versionJoas Schilling2016-07-221-1/+1
|\ | | | | Bump version
| * Increase app versionsJoas Schilling2016-07-211-1/+1
| |
* | Fix apps/Joas Schilling2016-07-214-8/+12
|/
* [testing] Allow to lock a file without the lock being killed at the end of ↵Joas Schilling2016-05-303-0/+311
| | | | | | | | the request (#22823) * Allow to lock a file without the lock being killed at the end of the request * Make DB locking detectable
* Move the testing app to PSR-4 (#24580)Joas Schilling2016-05-121-0/+0
|
* Mark testing app as compatible with 9.1Lukas Reschke2016-03-131-1/+1
|
* Add new appsLukas Reschke2016-03-012-2/+2
|
* testing app: fix app name capitalizationJan-Christoph Borchardt2016-01-211-1/+1
|
* testing app: add max versionJan-Christoph Borchardt2016-01-211-1/+1
|
* testing app: add logoJan-Christoph Borchardt2016-01-211-0/+4
|
* Add an OCS app for testing instead of using sudo and execJoas Schilling2015-12-113-0/+128