summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-04-302-0/+2
|
* Use JS for verification icon tooltipJan-Christoph Borchardt2017-04-281-0/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* [tx-robot] updated from transifexNextcloud bot2017-04-296-0/+18
|
* [tx-robot] updated from transifexNextcloud bot2017-04-282-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-04-2842-84/+84
|
* Merge pull request #4540 from nextcloud/settings-helpMorris Jobke2017-04-272-1/+4
|\ | | | | Add more hints to settings
| * Add more hints to settingsJan-Christoph Borchardt2017-04-262-1/+4
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | [tx-robot] updated from transifexNextcloud bot2017-04-272-0/+4
|/
* adding some documentation hints and some smaller cleanupFrank Karlitschek2017-04-251-1/+0
|
* Merge pull request #4458 from nextcloud/fix/sinon-stub-deprecation-warningsRoeland Jago Douma2017-04-241-2/+4
|\ | | | | Fix sinon.stub deprecation warnings
| * Fix sinon.stub deprecation warningsChristoph Wurst2017-04-241-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 statementsMorris Jobke2017-04-222-2/+0
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-04-204-6/+6
|
* Merge pull request #4350 from ↵Roeland Jago Douma2017-04-191-1/+3
|\ | | | | | | | | nextcloud/adjust-old-bruteforce-protection-annotations Adjust existing bruteforce protection code
| * Adjust existing bruteforce protection codeLukas Reschke2017-04-141-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 transifexNextcloud bot2017-04-182-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-172-0/+2
| |
* | Merge pull request #2834 from nextcloud/accesListToShareManagerMorris Jobke2017-04-152-1/+97
|\ \ | | | | | | Access list to share manager
| * | Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-132-1/+20
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix federated file sharingJoas Schilling2017-04-131-4/+23
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix returned paths for remote sharesJoas Schilling2017-04-131-2/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Return the token as wellJoas Schilling2017-04-131-1/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Return the paths for the users without setting them all upJoas Schilling2017-04-131-4/+9
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add mail element to access listRoeland Jago Douma2017-04-132-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 providersRoeland Jago Douma2017-04-131-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 transifexNextcloud bot2017-04-152-16/+16
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2017-04-142-6/+6
| |
* | Add support for ratelimiting via annotationsLukas Reschke2017-04-131-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 transifexNextcloud bot2017-04-134-0/+6
|
* Merge pull request #3614 from nextcloud/discover-federatedsharing-endpointsBjörn Schießle2017-04-129-411/+28
|\ | | | | Discover federatedsharing endpoints
| * Do proper DIRoeland Jago Douma2017-04-115-6/+6
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle2017-04-119-411/+28
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Merge pull request #4312 from nextcloud/cleanup-nameBjörn Schießle2017-04-121-1/+1
|\ \ | | | | | | Update comments to Nextcloud
| * | Update comments to NextcloudMorris Jobke2017-04-111-1/+1
| |/ | | | | | | | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / [tx-robot] updated from transifexNextcloud bot2017-04-1220-2/+42
|/
* Merge pull request #4256 from nextcloud/themingLukas Reschke2017-04-111-1/+2
|\ | | | | Move OC_Defaults to OCP\Defaults
| * Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-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-quoteMorris Jobke2017-04-101-1/+1
|\ \ | | | | | | properly quota table names in getSharesInFolder
| * | properly quota table names in getSharesInFolderRobin Appelman2017-04-101-1/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2017-04-1140-80/+80
|/ /
* | Merge pull request #4250 from nextcloud/disable-lookupserver-uploadBjörn Schießle2017-04-105-4/+61
|\ \ | | | | | | allow admin to disable lookupserver upload
| * | simplify return statementBjoern Schiessle2017-04-101-4/+4
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | allow to disable upload to lookup server, by default it is enabledBjoern Schiessle2017-04-075-1/+58
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | [tx-robot] updated from transifexNextcloud bot2017-04-082-2/+2
| |/ |/|
* | Merge pull request #4136 from nextcloud/expire-date-for-all-sharesMorris Jobke2017-04-071-2/+3
|\ \ | |/ |/| Unified sharing options
| * update unit testsBjoern Schiessle2017-04-071-2/+3
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | [tx-robot] updated from transifexNextcloud bot2017-04-072-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-062-0/+98
|/
* [tx-robot] updated from transifexNextcloud bot2017-03-302-6/+6
|
* rename confusing getMailHeaderColor to getColorPrimary, ref #3491Jan-Christoph Borchardt2017-03-291-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>