summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail
Commit message (Collapse)AuthorAgeFilesLines
* Honour "sendPasswordByTalk" property in mail sharesDaniel Calviño Sánchez2018-07-242-2/+159
| | | | | | | | | | | | | | | | | When a password was set for a mail share an e-mail was sent to the recipient with the password. Now the e-mail is no longer sent if the password is meant to be sent by Talk. However, before the e-mail was not sent when the share was updated but the password was not changed. Now an e-mail is sent in that case too if switching from a password sent by Talk to a password sent by mail. On the other hand, when switching from a password sent by mail to a password sent by Talk it is mandatory to change the password; otherwise the recipient would already have access to the share without having to call the sharer to verify her identity. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Store "sendPasswordByTalk" property of mail shares in the databaseDaniel Calviño Sánchez2018-07-242-3/+12
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Merge pull request #10218 from nextcloud/share-commentsRoeland Jago Douma2018-07-242-7/+72
|\ | | | | allow to add a personal note to a share
| * some small template fixesBjoern Schiessle2018-07-211-2/+2
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * fix unit testsBjoern Schiessle2018-07-211-7/+11
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * add direct link to the shareBjoern Schiessle2018-07-211-0/+7
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * fix mail templatesBjoern Schiessle2018-07-211-3/+3
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * add note to share object when reading it from the dbBjoern Schiessle2018-07-211-0/+1
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * improve mail template and escape html codeBjoern Schiessle2018-07-211-12/+5
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * allow to add a personal note to a shareBjoern Schiessle2018-07-211-0/+60
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | [tx-robot] updated from transifexNextcloud bot2018-07-242-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2018-07-114-28/+36
|
* [tx-robot] updated from transifexNextcloud bot2018-07-102-0/+2
|
* Add API to undelete delete group sharesRoeland Jago Douma2018-07-051-0/+5
| | | | | | | | | | | When a group share is deleted we keep track of this in the DB. Right now it is only possible for a recipient to get back the share by asking the sharer to delete it and to share it again. This doesn't scale. This endpoint makes it possible to get back the share. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-06-242-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-06-216-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-06-132-0/+66
|
* [tx-robot] updated from transifexNextcloud bot2018-06-122-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-06-092-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-06-014-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-05-304-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-05-262-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-256-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-05-188-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-05-178-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-04-284-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-04-272-26/+26
|
* move log constants to ILoggerArthur Schiwon2018-04-261-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2018-04-174-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-03-212-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-162-0/+24
|
* [tx-robot] updated from transifexNextcloud bot2018-03-152-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-03-092-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-03-062-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-03-042-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-03-032-22/+22
|
* [tx-robot] updated from transifexNextcloud bot2018-02-282-4/+4
|
* Merge pull request #8026 from ↵Joas Schilling2018-02-261-2/+2
|\ | | | | | | | | nextcloud/feature/noid/allow-custom-html-in-html-emails Allow custom HTML in HTML Emails
| * Fix existing usagesJoas Schilling2018-02-151-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix info.xml files of shipped appsJoas Schilling2018-02-161-24/+27
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2018-02-142-16/+16
| |
* | Remove unused import statementsMorris Jobke2018-02-141-1/+0
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-02-136-50/+116
|
* [tx-robot] updated from transifexNextcloud bot2018-02-122-0/+84
|
* [tx-robot] updated from transifexNextcloud bot2018-02-0190-710/+90
|
* Use ::class statement instead of stringMorris Jobke2018-01-291-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove useless return statementsMorris Jobke2018-01-251-3/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-2/+10
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bump appsRoeland Jago Douma2018-01-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update composerMorris Jobke2018-01-122-10/+14
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>