summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/lib/ShareByMailProvider.php
Commit message (Expand)AuthorAgeFilesLines
* l10n: Add changes to text string for userValdnet2021-03-221-1/+1
* l10n: Add word user in ShareByMailProvider.phpValdnet2021-03-221-1/+1
* Sharebymail: set expiration on creationRoeland Jago Douma2021-03-041-2/+8
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Generate password by password_policy appDaniel Kesselberg2020-08-111-44/+12
* Update share type constant usageJoas Schilling2020-06-241-11/+11
* Fix creating a mail share with a passwordDaniel Calviño Sánchez2020-05-281-4/+6
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-20/+7
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
* properly set 'hide_download' as integerRobin Appelman2020-03-131-2/+2
* Properly respect hide download on sharebymailRoeland Jago Douma2020-03-131-3/+8
* Fix license headersChristoph Wurst2020-01-131-0/+1
* additional fix to #18730 #18733exner1042020-01-081-0/+8
* Wrong email sender fix #18730exner1042020-01-081-3/+1
* Update license headersChristoph Wurst2019-12-051-1/+14
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Get all shares as iterableRoeland Jago Douma2019-10-301-0/+25
* Change send to sentFrederic Werner2019-06-301-1/+1
* Fix wrong method callJoas Schilling2019-02-071-1/+0
* Make sure the relative path is always a stringJoas Schilling2019-02-071-10/+10
* improve mail subject for mails to the owner with the passwordBjoern Schiessle2019-01-131-1/+1
* Unshare from mail activity is missingJoas Schilling2018-12-041-2/+9
* Fix a case where "password_by_talk" was not a boolean (e.g. null or "0") and ...Morris Jobke2018-10-121-1/+1
* Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-091-12/+12
* sharebymail: Add linebreak before passwordrubo772018-10-031-2/+4
* 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
* 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