aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/lib/ShareByMailProvider.php
Commit message (Expand)AuthorAgeFilesLines
* sharebymail: remove ILogger and upgrade to PHP 8 syntaxBenjamin Gaussorgues2023-08-301-175/+59
* Make sure to not pass null to DateTime::createFromFormatCôme Chilliet2022-11-141-3/+2
* Add argument to getSharesInFolder enable deep share lookupLouis Chemineau2022-07-261-4/+8
* Fix email shares not being shown to other usersRichard Steinmetz2022-06-171-1/+1
* Various improvements related to the recent implementation of temporary passwordsCyrille Bollu2022-06-081-1/+17
* Adjust settings for mail link passwordVincent Petry2022-04-141-1/+1
* Default to permanent link passwordsVincent Petry2022-04-131-1/+1
* Adds a "Request password" button to the public share authentication page for ...Cyrille Bollu2022-04-111-20/+37
* Fix types warnings from psalmCarl Schwan2022-01-121-7/+7
* Add check before sending email that email address is validCarl Schwan2022-01-111-0/+10
* Allow to pass note when creating a share and send it with directly in the sha...Julius Härtl2021-12-031-5/+14
* Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-081-1/+1
* Migrate HintException to OCPGary Kim2021-06-301-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+5
* l10n: Unify spellingValdnet2021-05-201-2/+2
* Fix usage of rename executeUpdateChristoph Wurst2021-05-051-4/+4
* Remove some deprecated calls from ShareByMailProvider.phprobottod2021-04-261-14/+14
* Merge pull request #26231 from nextcloud/Valdnet-patch-6John Molakvoæ2021-03-221-2/+2
|\
| * l10n: Add changes to text string for userValdnet2021-03-221-1/+1
| * l10n: Add word user in ShareByMailProvider.phpValdnet2021-03-201-1/+1
* | Sharing link & mail parityJohn Molakvoæ (skjnldsv)2021-03-221-16/+20
* | Add labels to mail sharesJohn Molakvoæ (skjnldsv)2021-03-221-2/+7
|/
* Fix some redundant castsRoeland Jago Douma2021-03-081-3/+1
* Sharebymail: set expiration on creationRoeland Jago Douma2021-03-041-2/+8
* ReplyTo option for sharebymail Issue #24139Nicolas SIMIDE2021-01-281-24/+33
* 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