aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/tests
Commit message (Expand)AuthorAgeFilesLines
* Adjust testtobiasKaminsky2021-10-211-1/+9
* Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-081-1/+1
* Migrate HintException to OCPGary Kim2021-06-301-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-5/+6
* Fix testsJohn Molakvoæ (skjnldsv)2021-03-222-19/+41
* Add labels to mail sharesJohn Molakvoæ (skjnldsv)2021-03-221-0/+3
* Sharebymail: set expiration on creationRoeland Jago Douma2021-03-041-1/+4
* ReplyTo option for sharebymail Issue #24139Nicolas SIMIDE2021-01-281-0/+186
* Don't leave cursors open when tests failJoas Schilling2020-11-091-10/+28
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-3/+3
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-14/+13
* Generate password by password_policy appDaniel Kesselberg2020-08-111-8/+17
* Fix sharebymail testsRoeland Jago Douma2020-07-063-99/+13
* Update share type constant usageJoas Schilling2020-06-241-4/+4
* Fix creating a mail share with a passwordDaniel Calviño Sánchez2020-05-281-0/+98
* Extend mail shares unit tests to check the password and mail templateDaniel Calviño Sánchez2020-05-281-2/+23
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-12/+1
* Remove trailing and in between spacesChristoph Wurst2020-04-091-2/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-092-2/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-7/+7
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
* Properly respect hide download on sharebymailRoeland Jago Douma2020-03-131-6/+9
* Update license headersChristoph Wurst2019-12-053-3/+19
* Mode to modern phpunitRoeland Jago Douma2019-11-273-19/+19
* Fix more testsRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-273-5/+5
* Some php-cs fixesRoeland Jago Douma2019-11-222-2/+0
* Unshare from mail activity is missingJoas Schilling2018-12-041-1/+2
* OCA\ShareByMail\Capabilities unit testMasterOfDeath2018-10-311-0/+51
* Honour "sendPasswordByTalk" property in mail sharesDaniel Calviño Sánchez2018-07-241-0/+156
* Store "sendPasswordByTalk" property of mail shares in the databaseDaniel Calviño Sánchez2018-07-241-1/+4
* fix unit testsBjoern Schiessle2018-07-211-7/+11
* Use ::class in test mocks of dav appMorris Jobke2017-10-261-2/+2
* Use ::class in test mocksMorris Jobke2017-10-241-4/+4
* Set the data from the templateJoas Schilling2017-10-181-32/+8
* expect call of getSlogan() exactly twiceStephan Müller2017-09-251-1/+1
* Allow the expiration date to be set to nullMorris Jobke2017-08-261-0/+2
* don't mention the owner of a file in case of a re-share by mail. The recipien...Bjoern Schiessle2017-05-081-24/+8
* fix unit testsBjoern Schiessle2017-04-201-4/+4
* respect password policy for auto generated passwordsBjoern Schiessle2017-04-201-2/+9
* allow admin to enforce password on mail sharesBjoern Schiessle2017-04-202-6/+56
* Rename renderHTML to renderHtmlMorris Jobke2017-04-191-2/+2
* Add "Reply-To" on ShareByMailProvider mailsLukas Reschke2017-04-181-2/+237
* Mail shares trigger the public keyRoeland Jago Douma2017-04-131-16/+16
* Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-131-0/+7
* Add unit tests for sharebymail providerJoas Schilling2017-04-131-0/+55