nextcloud/build/integration/features
Lukas Reschke 66835476b5
Add support for ratelimiting via annotations
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>
2017-04-13 12:00:16 +02:00
..
bootstrap Add integration test for trashbin 2017-04-11 14:59:21 -05:00
auth.feature Add integration tests for token auth 2017-04-05 17:58:33 +02:00
caldav.feature Don't list on public calendar endpoints 2017-04-05 22:43:05 +02:00
carddav.feature Fix casing of same origin frame option 2017-04-12 12:37:32 +02:00
checksums.feature Checksum intergration test 2016-03-01 11:37:16 +01:00
comments.feature Add integration tests for comments 2016-02-19 18:08:34 +01:00
dav-v2.feature Fix casing of same origin frame option 2017-04-12 12:37:32 +02:00
external-storage.feature Remove SharedCache::getNumericStorageId to let CacheWrapper do it 2017-03-23 00:02:48 -06:00
favorites.feature Favorites integration tests for shared files 2017-04-12 11:44:57 -05:00
maintenance-mode.feature Clear opcode cache after config change 2017-04-11 18:57:40 +02:00
ocs-v1.feature Add basic osc intergration tests 2016-09-07 13:04:21 +02:00
provisioning-v1.feature Allow to change account info via provisioning api 2017-04-07 12:50:47 +02:00
provisioning-v2.feature Add integration tests 2017-03-20 10:45:27 +01:00
ratelimiting.feature Add support for ratelimiting via annotations 2017-04-13 12:00:16 +02:00
sharing-v1-part2.feature Add integration test for trashbin 2017-04-11 14:59:21 -05:00
sharing-v1.feature Fix unit tests 2017-03-28 21:00:12 -06:00
tags.feature Merge pull request #2512 from nextcloud/cleanup-system-tag-usage 2017-01-06 16:17:09 +01:00
transfer-ownership.feature Providing --path option to transfer-ownership 2017-03-20 18:29:21 -06:00
trashbin.feature Add integration test for trashbin 2017-04-11 14:59:21 -05:00
webdav-related.feature Fix casing of same origin frame option 2017-04-12 12:37:32 +02:00