summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-03-102-2/+2
|
* Fix some redundant castsRoeland Jago Douma2021-03-081-3/+1
| | | | | | Happier psalm Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2021-03-072-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-03-062-2/+4
|
* Sharebymail: set expiration on creationRoeland Jago Douma2021-03-042-3/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update autoloader filesRoeland Jago Douma2021-03-021-2/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2021-03-012-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2021-02-282-22/+22
|
* Remove double space so php-cs stops complainingnoiob2021-02-241-1/+1
| | | | Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
* [tx-robot] updated from transifexNextcloud bot2021-02-246-20/+28
|
* [tx-robot] updated from transifexNextcloud bot2021-02-2310-10/+20
|
* [tx-robot] updated from transifexNextcloud bot2021-02-2114-12/+132
|
* Merge pull request #24978 from dems54/issue24139John Molakvoæ2021-02-196-26/+246
|\
| * ReplyTo option for sharebymail - Issue #24139 - Little bug fixNicolas SIMIDE2021-01-281-1/+2
| | | | | | | | Signed-off-by: Nicolas SIMIDE <2083596+dems54@users.noreply.github.com>
| * Update apps/sharebymail/lib/Settings/SettingsManager.phpdems542021-01-281-2/+1
| | | | | | | | | | | | | | Small nitpicks Co-authored-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Nicolas SIMIDE <2083596+dems54@users.noreply.github.com>
| * Update apps/sharebymail/lib/Settings/SettingsManager.phpdems542021-01-281-1/+1
| | | | | | | | | | | | | | Small nitpicks Co-authored-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Nicolas SIMIDE <2083596+dems54@users.noreply.github.com>
| * ReplyTo option for sharebymail Issue #24139Nicolas SIMIDE2021-01-286-26/+246
| | | | | | | | Signed-off-by: Nicolas SIMIDE <2083596+dems54@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-02-142-0/+106
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-062-0/+2
| |
* | This is 22Joas Schilling2021-02-031-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-02-012-2/+2
| |
* | Update all composer autoloader filesChristoph Wurst2021-01-282-1/+33
| | | | | | | | | | | | The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2021-01-192-4/+16
| |
* | [tx-robot] updated from transifexNextcloud bot2021-01-122-0/+60
| |
* | Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-4/+4
|/ | | | | | In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see https://github.com/nextcloud/server/pull/24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2021-01-052-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-12-314-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-12-302-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2020-12-292-20/+20
|
* [tx-robot] updated from transifexNextcloud bot2020-12-202-20/+20
|
* [tx-robot] updated from transifexNextcloud bot2020-12-182-0/+16
|
* rebuild autoloader scripts with 2.0.7Robin Appelman2020-11-264-3/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2020-11-252-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-11-122-2/+2
|
* Don't leave cursors open when tests failJoas Schilling2020-11-091-10/+28
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-11-032-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2020-10-302-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-10-182-0/+58
|
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update autloaderRoeland Jago Douma2020-09-241-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump versionsJoas Schilling2020-09-181-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-08-252-4/+4
|
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-245-2/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke2020-08-121-14/+13
| | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Generate password by password_policy appDaniel Kesselberg2020-08-112-52/+29
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* [tx-robot] updated from transifexNextcloud bot2020-07-292-0/+2
|
* Fix sharebymail testsRoeland Jago Douma2020-07-063-99/+13
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Cleanup share by mail a bitRoeland Jago Douma2020-07-067-107/+39
| | | | | | | | | | | | | | | | * Moved to ned IBootstrap * Register everything via the capabilities api (So clients can use it as well) - This applies to the enforcing passwords * Updated the sharing js code to use it * removed app.php * removed unused settings now * typehints * strict typing Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2020-07-042-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2020-07-032-0/+4
|