Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-30 | 2 | -0/+2 |
| | |||||
* | Use JS for verification icon tooltip | Jan-Christoph Borchardt | 2017-04-28 | 1 | -0/+3 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-29 | 6 | -0/+18 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-28 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-28 | 42 | -84/+84 |
| | |||||
* | Merge pull request #4540 from nextcloud/settings-help | Morris Jobke | 2017-04-27 | 2 | -1/+4 |
|\ | | | | | Add more hints to settings | ||||
| * | Add more hints to settings | Jan-Christoph Borchardt | 2017-04-26 | 2 | -1/+4 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-27 | 2 | -0/+4 |
|/ | |||||
* | adding some documentation hints and some smaller cleanup | Frank Karlitschek | 2017-04-25 | 1 | -1/+0 |
| | |||||
* | Merge pull request #4458 from nextcloud/fix/sinon-stub-deprecation-warnings | Roeland Jago Douma | 2017-04-24 | 1 | -2/+4 |
|\ | | | | | Fix sinon.stub deprecation warnings | ||||
| * | Fix sinon.stub deprecation warnings | Christoph Wurst | 2017-04-24 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | Calls to `sinon.stub(obj, 'meth', fn)` are deprecated and therefore replaced by `sinon.stub(obj, 'meth).callsFake(fn)` as instructed by the deprecation warning. This makes the js unit testing output readable again. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Remove unused use statements | Morris Jobke | 2017-04-22 | 2 | -2/+0 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-20 | 4 | -6/+6 |
| | |||||
* | Merge pull request #4350 from ↵ | Roeland Jago Douma | 2017-04-19 | 1 | -1/+3 |
|\ | | | | | | | | | nextcloud/adjust-old-bruteforce-protection-annotations Adjust existing bruteforce protection code | ||||
| * | Adjust existing bruteforce protection code | Lukas Reschke | 2017-04-14 | 1 | -1/+3 |
| | | | | | | | | | | | | | | - Moves code to annotation - Adds the `throttle()` call on the responses on existing annotations Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-18 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-17 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #2834 from nextcloud/accesListToShareManager | Morris Jobke | 2017-04-15 | 2 | -1/+97 |
|\ \ | | | | | | | Access list to share manager | ||||
| * | | Adjust docs and make !$currentAccess simpler | Joas Schilling | 2017-04-13 | 2 | -1/+20 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Fix federated file sharing | Joas Schilling | 2017-04-13 | 1 | -4/+23 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Fix returned paths for remote shares | Joas Schilling | 2017-04-13 | 1 | -2/+1 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Return the token as well | Joas Schilling | 2017-04-13 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Return the paths for the users without setting them all up | Joas Schilling | 2017-04-13 | 1 | -4/+9 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Add mail element to access list | Roeland Jago Douma | 2017-04-13 | 2 | -1/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Each provider just returns what they have so adding an element won't require changing everything * Added tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Offload acceslist creation to providers | Roeland Jago Douma | 2017-04-13 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | * This allows for effective queries. * Introduce currentAccess parameter to speciy if the users needs to have currently acces (deleted incomming group share). (For notifications) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-15 | 2 | -16/+16 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-14 | 2 | -6/+6 |
| | | |||||
* | | Add support for ratelimiting via annotations | Lukas Reschke | 2017-04-13 | 1 | -1/+1 |
|/ | | | | | | | | | | | | | 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> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-13 | 4 | -0/+6 |
| | |||||
* | Merge pull request #3614 from nextcloud/discover-federatedsharing-endpoints | Björn Schießle | 2017-04-12 | 9 | -411/+28 |
|\ | | | | | Discover federatedsharing endpoints | ||||
| * | Do proper DI | Roeland Jago Douma | 2017-04-11 | 5 | -6/+6 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | remove discovery manager in favour of the OCSDiscoveryService | Bjoern Schiessle | 2017-04-11 | 9 | -411/+28 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Merge pull request #4312 from nextcloud/cleanup-name | Björn Schießle | 2017-04-12 | 1 | -1/+1 |
|\ \ | | | | | | | Update comments to Nextcloud | ||||
| * | | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-12 | 20 | -2/+42 |
|/ | |||||
* | Merge pull request #4256 from nextcloud/theming | Lukas Reschke | 2017-04-11 | 1 | -1/+2 |
|\ | | | | | Move OC_Defaults to OCP\Defaults | ||||
| * | Move OC_Defaults to OCP\Defaults | Morris Jobke | 2017-04-09 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #4283 from nextcloud/shares-by-folder-quote | Morris Jobke | 2017-04-10 | 1 | -1/+1 |
|\ \ | | | | | | | properly quota table names in getSharesInFolder | ||||
| * | | properly quota table names in getSharesInFolder | Robin Appelman | 2017-04-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-11 | 40 | -80/+80 |
|/ / | |||||
* | | Merge pull request #4250 from nextcloud/disable-lookupserver-upload | Björn Schießle | 2017-04-10 | 5 | -4/+61 |
|\ \ | | | | | | | allow admin to disable lookupserver upload | ||||
| * | | simplify return statement | Bjoern Schiessle | 2017-04-10 | 1 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
| * | | allow to disable upload to lookup server, by default it is enabled | Bjoern Schiessle | 2017-04-07 | 5 | -1/+58 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-08 | 2 | -2/+2 |
| |/ |/| | |||||
* | | Merge pull request #4136 from nextcloud/expire-date-for-all-shares | Morris Jobke | 2017-04-07 | 1 | -2/+3 |
|\ \ | |/ |/| | Unified sharing options | ||||
| * | update unit tests | Bjoern Schiessle | 2017-04-07 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-07 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-06 | 2 | -0/+98 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-30 | 2 | -6/+6 |
| | |||||
* | rename confusing getMailHeaderColor to getColorPrimary, ref #3491 | Jan-Christoph Borchardt | 2017-03-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> |