aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sharebymail
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-03-202-0/+46
|
* [tx-robot] updated from transifexNextcloud bot2017-03-154-0/+86
|
* [tx-robot] updated from transifexNextcloud bot2017-03-122-0/+46
|
* [tx-robot] updated from transifexNextcloud bot2017-03-026-0/+138
|
* [tx-robot] updated from transifexNextcloud bot2017-02-282-0/+46
|
* [tx-robot] updated from transifexNextcloud bot2017-02-272-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-02-254-6/+52
|
* [tx-robot] updated from transifexNextcloud bot2017-02-242-0/+46
|
* [tx-robot] updated from transifexNextcloud bot2017-02-232-0/+46
|
* [tx-robot] updated from transifexNextcloud bot2017-02-222-0/+46
|
* [tx-robot] updated from transifexNextcloud bot2017-02-192-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-02-152-0/+46
|
* [tx-robot] updated from transifexNextcloud bot2017-02-142-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-02-132-0/+46
|
* [tx-robot] updated from transifexNextcloud bot2017-02-126-4/+96
|
* [tx-robot] updated from transifexNextcloud bot2017-02-1114-0/+322
|
* add transifex config for sharebymailMorris Jobke2017-02-091-0/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* generate correct path for owner and use the display name instead of the user idBjoern Schiessle2017-01-121-7/+12
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Remove leading slash from sharing activityJoas Schilling2016-12-151-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update app versions and requirementsJoas Schilling2016-12-131-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #2432 from nextcloud/activity-mail-languageMorris Jobke2016-12-011-4/+11
|\ | | | | Make sure the activity emails can be sent in the users language
| * Adjust all implementations in the server repoJoas Schilling2016-12-011-4/+11
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #2371 from ↵Lukas Reschke2016-12-011-1/+5
|\ \ | |/ |/| | | | | nextcloud/issue-2369-add-share-indicator-for-mail-shares Add share indicator for mail shares
| * Make sure the app is loaded in davJoas Schilling2016-11-301-1/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Update sharedbymail templateMorris Jobke2016-11-301-3/+2
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Correctly match the subjects to the parametersJoas Schilling2016-11-251-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove old testJoas Schilling2016-11-251-68/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Get user name from contacts if availableJoas Schilling2016-11-251-2/+34
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move ShareByMail activities to new APIJoas Schilling2016-11-243-195/+154
| | | | 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>
* Fix some typosJoas Schilling2016-11-081-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add activity if a file was shared by mailBjoern Schiessle2016-11-085-7/+418
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add share by mail icon, fix #1979Jan-Christoph Borchardt2016-11-031-0/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Run code checker on more shipped appsLukas Reschke2016-11-031-1/+2
| | | | | | | | | | Adds: - sharebymail - systemtags - theming - workflowengine Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* import exceptionBjoern Schiessle2016-11-011-0/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add new method getSharesInFolder(), see #339Bjoern Schiessle2016-11-012-1/+84
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add tests for the share-by-mail providerBjoern Schiessle2016-11-012-8/+622
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* always show correct place holder, mention share by mail only if the share ↵Bjoern Schiessle2016-11-013-0/+126
| | | | | | provider is enabled Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* enabled by default and add to shipped.jsonBjoern Schiessle2016-11-011-0/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* find and show share-by mail linksBjoern Schiessle2016-11-011-0/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* don't show 'notify by mail' option or permissions not available for mail sharesBjoern Schiessle2016-11-011-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* send mail for share-by-mail sharesBjoern Schiessle2016-11-013-6/+177
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add share by mail share providerBjoern Schiessle2016-11-012-0/+608
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>