aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/lib
Commit message (Expand)AuthorAgeFilesLines
* Migrate HintException to OCPGary Kim2021-06-301-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-046-12/+15
* 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
* | Remove duplicated query for email sharesDaniel Calviño Sánchez2021-03-221-1/+0
* | Sharing link & mail parityJohn Molakvoæ (skjnldsv)2021-03-224-33/+26
* | 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
* Remove double space so php-cs stops complainingnoiob2021-02-241-1/+1
* Merge pull request #24978 from dems54/issue24139John Molakvoæ2021-02-193-25/+47
|\
| * ReplyTo option for sharebymail - Issue #24139 - Little bug fixNicolas SIMIDE2021-01-281-1/+2
| * Update apps/sharebymail/lib/Settings/SettingsManager.phpdems542021-01-281-2/+1
| * Update apps/sharebymail/lib/Settings/SettingsManager.phpdems542021-01-281-1/+1
| * ReplyTo option for sharebymail Issue #24139Nicolas SIMIDE2021-01-283-25/+47
* | Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-4/+4
|/
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-2/+6
* Generate password by password_policy appDaniel Kesselberg2020-08-111-44/+12
* Cleanup share by mail a bitRoeland Jago Douma2020-07-064-78/+39
* 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
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-6/+6
* Format control structures, classes, methods and functionChristoph Wurst2020-04-105-26/+7
* Use elseif instead of else ifChristoph Wurst2020-04-101-10/+10
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-094-4/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-10/+10
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-3/+3
* 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-057-7/+36
* Some php-cs fixesRoeland Jago Douma2019-11-226-7/+2
* 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-042-2/+62
* 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