| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #40192 from nextcloud/feat/sharing-icon-bread | John Molakvoæ | 2023-09-05 | 1 | -1/+8 |
|\ |
|
| * | feat(files): add sharing icon in header | John Molakvoæ | 2023-09-02 | 1 | -1/+8 |
* | | test(sharebymail): Improve tests | Benjamin Gaussorgues | 2023-09-01 | 1 | -12/+24 |
|/ |
|
* | sharebymail: remove ILogger and upgrade to PHP 8 syntax | Benjamin Gaussorgues | 2023-08-30 | 1 | -41/+32 |
* | Various improvements related to the recent implementation of temporary passwords | Cyrille Bollu | 2022-06-08 | 1 | -20/+15 |
* | Adjust settings for mail link password | Vincent Petry | 2022-04-14 | 1 | -5/+5 |
* | Adds a "Request password" button to the public share authentication page for ... | Cyrille Bollu | 2022-04-11 | 1 | -4/+51 |
* | Fix types warnings from psalm | Carl Schwan | 2022-01-12 | 1 | -0/+4 |
* | Add check before sending email that email address is valid | Carl Schwan | 2022-01-11 | 1 | -1/+1 |
* | Allow to pass note when creating a share and send it with directly in the sha... | Julius Härtl | 2021-12-03 | 1 | -0/+101 |
* | Adjust test | tobiasKaminsky | 2021-10-21 | 1 | -1/+9 |
* | Introduce ISecureRandom::CHAR_ALPHANUMERIC | J0WI | 2021-07-08 | 1 | -1/+1 |
* | Migrate HintException to OCP | Gary Kim | 2021-06-30 | 1 | -1/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 2 | -5/+6 |
* | Fix tests | John Molakvoæ (skjnldsv) | 2021-03-22 | 2 | -19/+41 |
* | Add labels to mail shares | John Molakvoæ (skjnldsv) | 2021-03-22 | 1 | -0/+3 |
* | Sharebymail: set expiration on creation | Roeland Jago Douma | 2021-03-04 | 1 | -1/+4 |
* | ReplyTo option for sharebymail Issue #24139 | Nicolas SIMIDE | 2021-01-28 | 1 | -0/+186 |
* | Don't leave cursors open when tests fail | Joas Schilling | 2020-11-09 | 1 | -10/+28 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -3/+3 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 1 | -14/+13 |
* | Generate password by password_policy app | Daniel Kesselberg | 2020-08-11 | 1 | -8/+17 |
* | Fix sharebymail tests | Roeland Jago Douma | 2020-07-06 | 3 | -99/+13 |
* | Update share type constant usage | Joas Schilling | 2020-06-24 | 1 | -4/+4 |
* | Fix creating a mail share with a password | Daniel Calviño Sánchez | 2020-05-28 | 1 | -0/+98 |
* | Extend mail shares unit tests to check the password and mail template | Daniel Calviño Sánchez | 2020-05-28 | 1 | -2/+23 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 2 | -0/+2 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 2 | -12/+1 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 2 | -2/+0 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -7/+7 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -2/+2 |
* | Properly respect hide download on sharebymail | Roeland Jago Douma | 2020-03-13 | 1 | -6/+9 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 3 | -3/+19 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 3 | -19/+19 |
* | Fix more tests | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 3 | -5/+5 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 2 | -2/+0 |
* | Unshare from mail activity is missing | Joas Schilling | 2018-12-04 | 1 | -1/+2 |
* | OCA\ShareByMail\Capabilities unit test | MasterOfDeath | 2018-10-31 | 1 | -0/+51 |
* | Honour "sendPasswordByTalk" property in mail shares | Daniel Calviño Sánchez | 2018-07-24 | 1 | -0/+156 |
* | Store "sendPasswordByTalk" property of mail shares in the database | Daniel Calviño Sánchez | 2018-07-24 | 1 | -1/+4 |
* | fix unit tests | Bjoern Schiessle | 2018-07-21 | 1 | -7/+11 |
* | Use ::class in test mocks of dav app | Morris Jobke | 2017-10-26 | 1 | -2/+2 |
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 1 | -4/+4 |
* | Set the data from the template | Joas Schilling | 2017-10-18 | 1 | -32/+8 |
* | expect call of getSlogan() exactly twice | Stephan Müller | 2017-09-25 | 1 | -1/+1 |