Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove leading slash from sharing activity | Joas Schilling | 2016-12-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update app versions and requirements | Joas Schilling | 2016-12-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #2432 from nextcloud/activity-mail-language | Morris Jobke | 2016-12-01 | 1 | -4/+11 |
|\ | | | | | Make sure the activity emails can be sent in the users language | ||||
| * | Adjust all implementations in the server repo | Joas Schilling | 2016-12-01 | 1 | -4/+11 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #2371 from ↵ | Lukas Reschke | 2016-12-01 | 1 | -1/+5 |
|\ \ | |/ |/| | | | | | nextcloud/issue-2369-add-share-indicator-for-mail-shares Add share indicator for mail shares | ||||
| * | Make sure the app is loaded in dav | Joas Schilling | 2016-11-30 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Update sharedbymail template | Morris Jobke | 2016-11-30 | 1 | -3/+2 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Correctly match the subjects to the parameters | Joas Schilling | 2016-11-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove old test | Joas Schilling | 2016-11-25 | 1 | -68/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Get user name from contacts if available | Joas Schilling | 2016-11-25 | 1 | -2/+34 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move ShareByMail activities to new API | Joas Schilling | 2016-11-24 | 3 | -195/+154 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use 11.0 instead 9.2 | Lukas Reschke | 2016-11-15 | 1 | -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> | ||||
* | Fix some typos | Joas Schilling | 2016-11-08 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | add activity if a file was shared by mail | Bjoern Schiessle | 2016-11-08 | 5 | -7/+418 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | add share by mail icon, fix #1979 | Jan-Christoph Borchardt | 2016-11-03 | 1 | -0/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Run code checker on more shipped apps | Lukas Reschke | 2016-11-03 | 1 | -1/+2 |
| | | | | | | | | | | Adds: - sharebymail - systemtags - theming - workflowengine Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | import exception | Bjoern Schiessle | 2016-11-01 | 1 | -0/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | add new method getSharesInFolder(), see #339 | Bjoern Schiessle | 2016-11-01 | 2 | -1/+84 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | add tests for the share-by-mail provider | Bjoern Schiessle | 2016-11-01 | 2 | -8/+622 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | always show correct place holder, mention share by mail only if the share ↵ | Bjoern Schiessle | 2016-11-01 | 3 | -0/+126 |
| | | | | | | provider is enabled Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | enabled by default and add to shipped.json | Bjoern Schiessle | 2016-11-01 | 1 | -0/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | find and show share-by mail links | Bjoern Schiessle | 2016-11-01 | 1 | -0/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | don't show 'notify by mail' option or permissions not available for mail shares | Bjoern Schiessle | 2016-11-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | send mail for share-by-mail shares | Bjoern Schiessle | 2016-11-01 | 3 | -6/+177 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | add share by mail share provider | Bjoern Schiessle | 2016-11-01 | 2 | -0/+608 |
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> |