summaryrefslogtreecommitdiffstats
path: root/apps/testing/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Move over locking controllerRoeland Jago Douma2017-07-241-47/+57
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move over ConfigRoeland Jago Douma2017-07-241-23/+13
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move Application to AppInfoRoeland Jago Douma2017-07-241-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust version requirementJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add support for ratelimiting via annotationsLukas Reschke2017-04-131-0/+20
| | | | | | | | | | | | | 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>
* Testing app switch to force-enable test user backendVincent Petry2016-12-231-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Testing md5home (#26854)Vincent Petry2016-12-222-0/+26
| | | | | | | | | | | | | | | | | * 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>
* 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-211-2/+3
|/
* [testing] Allow to lock a file without the lock being killed at the end of ↵Joas Schilling2016-05-301-0/+15
| | | | | | | | the request (#22823) * Allow to lock a file without the lock being killed at the end of the request * Make DB locking detectable
* Mark testing app as compatible with 9.1Lukas Reschke2016-03-131-1/+1
|
* Add new appsLukas Reschke2016-03-011-1/+1
|
* testing app: fix app name capitalizationJan-Christoph Borchardt2016-01-211-1/+1
|
* testing app: add max versionJan-Christoph Borchardt2016-01-211-1/+1
|
* Add an OCS app for testing instead of using sudo and execJoas Schilling2015-12-112-0/+58