summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/lib
Commit message (Expand)AuthorAgeFilesLines
* Honour "sendPasswordByTalk" property in mail sharesDaniel Calviño Sánchez2018-07-241-2/+3
* Store "sendPasswordByTalk" property of mail shares in the databaseDaniel Calviño Sánchez2018-07-241-2/+8
* some small template fixesBjoern Schiessle2018-07-211-2/+2
* add direct link to the shareBjoern Schiessle2018-07-211-0/+7
* fix mail templatesBjoern Schiessle2018-07-211-3/+3
* add note to share object when reading it from the dbBjoern Schiessle2018-07-211-0/+1
* improve mail template and escape html codeBjoern Schiessle2018-07-211-12/+5
* allow to add a personal note to a shareBjoern Schiessle2018-07-211-0/+60
* Add API to undelete delete group sharesRoeland Jago Douma2018-07-051-0/+5
* move log constants to ILoggerArthur Schiwon2018-04-261-2/+2
* Fix existing usagesJoas Schilling2018-02-151-2/+2
* Use ::class statement instead of stringMorris Jobke2018-01-291-1/+2
* Remove useless return statementsMorris Jobke2018-01-251-3/+0
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-2/+10
* Set the data from the templateJoas Schilling2017-10-181-9/+3
* Set the subject with the email template to allow themingJoas Schilling2017-10-181-7/+7
* do not show hyphen after instance name in emails if slogan does not existStephan Müller2017-09-251-1/+1
* Merge setMetaData into constructorJoas Schilling2017-09-041-6/+3
* Implement metadata for email templates of remaining emailsMorris Jobke2017-08-301-0/+14
* Add shareWith to email template metadataMorris Jobke2017-08-291-0/+1
* Allow the expiration date to be set to nullMorris Jobke2017-08-281-1/+1
* Allow the expiration date to be set to nullMorris Jobke2017-08-261-2/+2
* Add meta information to emails for better customisationJoas Schilling2017-08-241-2/+11
* Merge pull request #5734 from nextcloud/only-readable-chars-in-share-tokensJoas Schilling2017-07-191-2/+1
|\
| * Only use readable chars in Share TokensJoas Schilling2017-07-181-2/+1
* | Run phan over code baseLukas Reschke2017-07-191-1/+2
|/
* Use PNG version of the icons for shipped activitiesJoas Schilling2017-06-201-16/+48
* use the email address configured in Nextcloud as sender instead of the users ...Bjoern Schiessle2017-06-081-2/+15
* no "mail" or mid sentence "E-mail"comradekingu2017-05-291-2/+2
* don't mention the owner of a file in case of a re-share by mail. The recipien...Bjoern Schiessle2017-05-081-20/+8
* Fix past tenseJoas Schilling2017-04-261-4/+4
* Fix grammarMorris Jobke2017-04-211-4/+4
* fix typoMorris Jobke2017-04-201-1/+1
* Fix casingMorris Jobke2017-04-201-1/+1
* fix unit testsBjoern Schiessle2017-04-201-6/+0
* respect password policy for auto generated passwordsBjoern Schiessle2017-04-201-3/+32
* improve mail textBjoern Schiessle2017-04-201-3/+2
* create activity if a password was send by mailBjoern Schiessle2017-04-202-24/+101
* allow admin to enforce password on mail sharesBjoern Schiessle2017-04-205-22/+150
* Rename renderHTML to renderHtmlMorris Jobke2017-04-191-2/+2
* Fix indentationLukas Reschke2017-04-191-1/+1
* Add "Reply-To" on ShareByMailProvider mailsLukas Reschke2017-04-181-7/+49
* Mail shares trigger the public keyRoeland Jago Douma2017-04-131-1/+1
* Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-131-0/+3
* Add mail element to access listRoeland Jago Douma2017-04-131-1/+21
* Offload acceslist creation to providersRoeland Jago Douma2017-04-131-0/+4
* Dont add click-button text for plaintext mailsJoas Schilling2017-04-121-3/+4
* Don't duplicate the sentence with the headerJoas Schilling2017-04-121-1/+1
* Use new email design for sharebymail emailsMorris Jobke2017-04-121-60/+39
* Merge pull request #4283 from nextcloud/shares-by-folder-quoteMorris Jobke2017-04-101-1/+1
|\