| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a case where "password_by_talk" was not a boolean (e.g. null or "0") and ... | Morris Jobke | 2018-10-12 | 1 | -1/+1 |
* | Use numeric placeholders if there are multiple, so that RTL languages can ope... | Joas Schilling | 2018-10-09 | 1 | -12/+12 |
* | sharebymail: Add linebreak before password | rubo77 | 2018-10-03 | 1 | -2/+4 |
* | Honour "sendPasswordByTalk" property in mail shares | Daniel Calviño Sánchez | 2018-07-24 | 1 | -2/+3 |
* | Store "sendPasswordByTalk" property of mail shares in the database | Daniel Calviño Sánchez | 2018-07-24 | 1 | -2/+8 |
* | some small template fixes | Bjoern Schiessle | 2018-07-21 | 1 | -2/+2 |
* | add direct link to the share | Bjoern Schiessle | 2018-07-21 | 1 | -0/+7 |
* | fix mail templates | Bjoern Schiessle | 2018-07-21 | 1 | -3/+3 |
* | add note to share object when reading it from the db | Bjoern Schiessle | 2018-07-21 | 1 | -0/+1 |
* | improve mail template and escape html code | Bjoern Schiessle | 2018-07-21 | 1 | -12/+5 |
* | allow to add a personal note to a share | Bjoern Schiessle | 2018-07-21 | 1 | -0/+60 |
* | Add API to undelete delete group shares | Roeland Jago Douma | 2018-07-05 | 1 | -0/+5 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -2/+2 |
* | Fix existing usages | Joas Schilling | 2018-02-15 | 1 | -2/+2 |
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -1/+2 |
* | Remove useless return statements | Morris Jobke | 2018-01-25 | 1 | -3/+0 |
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 1 | -2/+10 |
* | Set the data from the template | Joas Schilling | 2017-10-18 | 1 | -9/+3 |
* | Set the subject with the email template to allow theming | Joas Schilling | 2017-10-18 | 1 | -7/+7 |
* | do not show hyphen after instance name in emails if slogan does not exist | Stephan Müller | 2017-09-25 | 1 | -1/+1 |
* | Merge setMetaData into constructor | Joas Schilling | 2017-09-04 | 1 | -6/+3 |
* | Implement metadata for email templates of remaining emails | Morris Jobke | 2017-08-30 | 1 | -0/+14 |
* | Add shareWith to email template metadata | Morris Jobke | 2017-08-29 | 1 | -0/+1 |
* | Allow the expiration date to be set to null | Morris Jobke | 2017-08-28 | 1 | -1/+1 |
* | Allow the expiration date to be set to null | Morris Jobke | 2017-08-26 | 1 | -2/+2 |
* | Add meta information to emails for better customisation | Joas Schilling | 2017-08-24 | 1 | -2/+11 |
* | Merge pull request #5734 from nextcloud/only-readable-chars-in-share-tokens | Joas Schilling | 2017-07-19 | 1 | -2/+1 |
|\ |
|
| * | Only use readable chars in Share Tokens | Joas Schilling | 2017-07-18 | 1 | -2/+1 |
* | | Run phan over code base | Lukas Reschke | 2017-07-19 | 1 | -1/+2 |
|/ |
|
* | Use PNG version of the icons for shipped activities | Joas Schilling | 2017-06-20 | 1 | -16/+48 |
* | use the email address configured in Nextcloud as sender instead of the users ... | Bjoern Schiessle | 2017-06-08 | 1 | -2/+15 |
* | no "mail" or mid sentence "E-mail" | comradekingu | 2017-05-29 | 1 | -2/+2 |
* | don't mention the owner of a file in case of a re-share by mail. The recipien... | Bjoern Schiessle | 2017-05-08 | 1 | -20/+8 |
* | Fix past tense | Joas Schilling | 2017-04-26 | 1 | -4/+4 |
* | Fix grammar | Morris Jobke | 2017-04-21 | 1 | -4/+4 |
* | fix typo | Morris Jobke | 2017-04-20 | 1 | -1/+1 |
* | Fix casing | Morris Jobke | 2017-04-20 | 1 | -1/+1 |
* | fix unit tests | Bjoern Schiessle | 2017-04-20 | 1 | -6/+0 |
* | respect password policy for auto generated passwords | Bjoern Schiessle | 2017-04-20 | 1 | -3/+32 |
* | improve mail text | Bjoern Schiessle | 2017-04-20 | 1 | -3/+2 |
* | create activity if a password was send by mail | Bjoern Schiessle | 2017-04-20 | 2 | -24/+101 |
* | allow admin to enforce password on mail shares | Bjoern Schiessle | 2017-04-20 | 5 | -22/+150 |
* | Rename renderHTML to renderHtml | Morris Jobke | 2017-04-19 | 1 | -2/+2 |
* | Fix indentation | Lukas Reschke | 2017-04-19 | 1 | -1/+1 |
* | Add "Reply-To" on ShareByMailProvider mails | Lukas Reschke | 2017-04-18 | 1 | -7/+49 |
* | Mail shares trigger the public key | Roeland Jago Douma | 2017-04-13 | 1 | -1/+1 |
* | Adjust docs and make !$currentAccess simpler | Joas Schilling | 2017-04-13 | 1 | -0/+3 |
* | Add mail element to access list | Roeland Jago Douma | 2017-04-13 | 1 | -1/+21 |
* | Offload acceslist creation to providers | Roeland Jago Douma | 2017-04-13 | 1 | -0/+4 |
* | Dont add click-button text for plaintext mails | Joas Schilling | 2017-04-12 | 1 | -3/+4 |