aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/tests/ShareByMailProviderTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore: run rectorrector-phpunit10Robin Appelman2025-07-011-3/+1
* test: Migrate theming and sharebymail to PHPUnit10tests/noid/more-phpunit10-appsJoas Schilling2025-05-201-111/+148
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-131-4/+4
* fix(shares): Remove noisy text from emailsremoveNoisyTextEmailsGit'Fellow2024-12-161-24/+0
* fix(share): Don't print twice the same informationprintOnlyOnceTextGit'Fellow2024-12-101-18/+6
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-16/+21
* fix(tests): Fix sharebymail testsfix/fix-email-share-transfer-accross-storagesCôme Chilliet2024-10-081-0/+2
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-31/+31
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* feat: Use new password context in sharing APIFerdinand Thiessen2024-08-221-54/+36
* feat(sharebymail): improve share email formatskjnldsv2024-08-061-27/+173
* fix(files_sharing): phpunit & openapi fixesskjnldsv2024-07-121-170/+394
* chore: Add SPDX headerAndy Scherzinger2024-06-021-29/+2
* test(sharebymail): Improve testsBenjamin Gaussorgues2023-09-011-12/+24
* sharebymail: remove ILogger and upgrade to PHP 8 syntaxBenjamin Gaussorgues2023-08-301-41/+32
* Various improvements related to the recent implementation of temporary passwordsCyrille Bollu2022-06-081-20/+15
* Adjust settings for mail link passwordVincent Petry2022-04-141-5/+5
* Adds a "Request password" button to the public share authentication page for ...Cyrille Bollu2022-04-111-4/+51
* Fix types warnings from psalmCarl Schwan2022-01-121-0/+4
* Add check before sending email that email address is validCarl Schwan2022-01-111-1/+1
* Allow to pass note when creating a share and send it with directly in the sha...Julius Härtl2021-12-031-0/+101
* 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/+3
* Fix testsJohn Molakvoæ (skjnldsv)2021-03-221-10/+20
* 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-061-0/+2
* 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
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-10/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* 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-051-1/+9
* Mode to modern phpunitRoeland Jago Douma2019-11-271-17/+17
* Fix more testsRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-3/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* Unshare from mail activity is missingJoas Schilling2018-12-041-1/+2
* Honour "sendPasswordByTalk" property in mail sharesDaniel Calviño Sánchez2018-07-241-0/+156