| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of all useless calls to setParsedSubject now that setRichSubject is a... | Côme Chilliet | 2022-11-29 | 1 | -69/+24 |
* | Make sure to not pass null to DateTime::createFromFormat | Côme Chilliet | 2022-11-14 | 1 | -3/+2 |
* | Use user name cache in activity providers | Joas Schilling | 2022-08-19 | 1 | -21/+1 |
* | Add argument to getSharesInFolder enable deep share lookup | Louis Chemineau | 2022-07-26 | 1 | -4/+8 |
* | Fix email shares not being shown to other users | Richard Steinmetz | 2022-06-17 | 1 | -1/+1 |
* | Various improvements related to the recent implementation of temporary passwords | Cyrille Bollu | 2022-06-08 | 1 | -1/+17 |
* | Port share by mail settings to vue | Carl Schwan | 2022-05-19 | 1 | -12/+9 |
* | Adjust settings for mail link password | Vincent Petry | 2022-04-14 | 1 | -1/+1 |
* | Default to permanent link passwords | Vincent Petry | 2022-04-13 | 1 | -1/+1 |
* | Adds a "Request password" button to the public share authentication page for ... | Cyrille Bollu | 2022-04-11 | 1 | -20/+37 |
* | Fix types warnings from psalm | Carl Schwan | 2022-01-12 | 1 | -7/+7 |
* | Add check before sending email that email address is valid | Carl Schwan | 2022-01-11 | 1 | -0/+10 |
* | Limit more contact searches | Joas Schilling | 2021-12-08 | 1 | -1/+6 |
* | Allow to pass note when creating a share and send it with directly in the sha... | Julius Härtl | 2021-12-03 | 1 | -5/+14 |
* | Expose send_password_by_mail via capabilities | tobiasKaminsky | 2021-10-20 | 1 | -1/+8 |
* | Add support for Delegation Settings for more apps | Carl Schwan | 2021-10-15 | 1 | -3/+18 |
* | 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 | 6 | -12/+15 |
* | l10n: Unify spelling | Valdnet | 2021-05-20 | 1 | -2/+2 |
* | Fix usage of rename executeUpdate | Christoph Wurst | 2021-05-05 | 1 | -4/+4 |
* | Remove some deprecated calls from ShareByMailProvider.php | robottod | 2021-04-26 | 1 | -14/+14 |
* | Merge pull request #26231 from nextcloud/Valdnet-patch-6 | John Molakvoæ | 2021-03-22 | 1 | -2/+2 |
|\ |
|
| * | l10n: Add changes to text string for user | Valdnet | 2021-03-22 | 1 | -1/+1 |
| * | l10n: Add word user in ShareByMailProvider.php | Valdnet | 2021-03-20 | 1 | -1/+1 |
* | | Remove duplicated query for email shares | Daniel Calviño Sánchez | 2021-03-22 | 1 | -1/+0 |
* | | Sharing link & mail parity | John Molakvoæ (skjnldsv) | 2021-03-22 | 4 | -33/+26 |
* | | Add labels to mail shares | John Molakvoæ (skjnldsv) | 2021-03-22 | 1 | -2/+7 |
|/ |
|
* | Fix some redundant casts | Roeland Jago Douma | 2021-03-08 | 1 | -3/+1 |
* | Sharebymail: set expiration on creation | Roeland Jago Douma | 2021-03-04 | 1 | -2/+8 |
* | Remove double space so php-cs stops complaining | noiob | 2021-02-24 | 1 | -1/+1 |
* | Merge pull request #24978 from dems54/issue24139 | John Molakvoæ | 2021-02-19 | 3 | -25/+47 |
|\ |
|
| * | ReplyTo option for sharebymail - Issue #24139 - Little bug fix | Nicolas SIMIDE | 2021-01-28 | 1 | -1/+2 |
| * | Update apps/sharebymail/lib/Settings/SettingsManager.php | dems54 | 2021-01-28 | 1 | -2/+1 |
| * | Update apps/sharebymail/lib/Settings/SettingsManager.php | dems54 | 2021-01-28 | 1 | -1/+1 |
| * | ReplyTo option for sharebymail Issue #24139 | Nicolas SIMIDE | 2021-01-28 | 3 | -25/+47 |
* | | Remove unneeded casts that were found by Psalm | Morris Jobke | 2021-01-11 | 1 | -4/+4 |
|/ |
|
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 4 | -2/+6 |
* | Generate password by password_policy app | Daniel Kesselberg | 2020-08-11 | 1 | -44/+12 |
* | Cleanup share by mail a bit | Roeland Jago Douma | 2020-07-06 | 4 | -78/+39 |
* | Update share type constant usage | Joas Schilling | 2020-06-24 | 1 | -11/+11 |
* | Fix creating a mail share with a password | Daniel Calviño Sánchez | 2020-05-28 | 1 | -4/+6 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -6/+6 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 5 | -26/+7 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -10/+10 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 4 | -4/+0 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -10/+10 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 2 | -0/+2 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 2 | -3/+3 |