| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #8026 from nextcloud/feature/noid/allow-custom-html-in-htm... | Joas Schilling | 2018-02-26 | 1 | -1/+1 |
|\ |
|
| * | Fix existing usages | Joas Schilling | 2018-02-15 | 1 | -1/+1 |
* | | Remove unused import statements | Morris Jobke | 2018-02-14 | 1 | -1/+0 |
|/ |
|
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 2 | -8/+10 |
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
* | Do not instantiate node when not needed | Roeland Jago Douma | 2018-01-09 | 1 | -3/+3 |
* | Only in case of $currentAccess the array uses the id as index | Joas Schilling | 2017-11-28 | 1 | -1/+7 |
* | Proper handle null cases and default to true | Lukas Reschke | 2017-11-27 | 1 | -1/+4 |
* | Add support for `\OCP\Share\IShare::getMailSend` back | Lukas Reschke | 2017-11-27 | 2 | -18/+23 |
* | Fix accesslist when a user has an ID only containting 0-9 | Joas Schilling | 2017-11-14 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 6 | -0/+24 |
* | Merge branch 'master' into autocomplete-gui | Arthur Schiwon | 2017-11-01 | 1 | -1/+1 |
|\ |
|
| * | Doc: Fix phpDoc issues | Julius Härtl | 2017-10-23 | 1 | -1/+1 |
* | | AutoCompletion backend | Arthur Schiwon | 2017-10-22 | 1 | -1/+1 |
|/ |
|
* | Set the data from the template | Joas Schilling | 2017-10-18 | 1 | -3/+1 |
* | Set the subject with the email template to allow theming | Joas Schilling | 2017-10-18 | 1 | -2/+2 |
* | do not show hyphen after instance name in emails if slogan does not exist | Stephan Müller | 2017-09-25 | 1 | -1/+1 |
* | Improve sharing pagination | Roeland Jago Douma | 2017-09-15 | 1 | -0/+5 |
* | Use the language of the recipient for the share notification | Joas Schilling | 2017-09-08 | 1 | -8/+18 |
* | Merge setMetaData into constructor | Joas Schilling | 2017-09-04 | 1 | -2/+1 |
* | Add shareWith to email template metadata | Morris Jobke | 2017-08-29 | 1 | -0/+1 |
* | Allow the expiration date to be set to null | Morris Jobke | 2017-08-28 | 1 | -2/+2 |
* | Merge pull request #6255 from nextcloud/email-meta-data | Morris Jobke | 2017-08-26 | 1 | -2/+11 |
|\ |
|
| * | Add meta information to emails for better customisation | Joas Schilling | 2017-08-24 | 1 | -2/+11 |
* | | link to getShareByToken | Maxence Lange | 2017-08-20 | 1 | -0/+9 |
|/ |
|
* | Move pre_shared and post_shared events to EventDispatcher | Roeland Jago Douma | 2017-08-03 | 2 | -38/+65 |
* | Use IUser | Lukas Reschke | 2017-08-02 | 1 | -0/+1 |
* | Send an email once a file/folder is shared with a user | Morris Jobke | 2017-07-28 | 1 | -1/+100 |
* | More phpstorm inspection fixes | Roeland Jago Douma | 2017-07-24 | 1 | -1/+1 |
* | Merge pull request #5797 from paulijar/share20-postUnshareFromSelf | Morris Jobke | 2017-07-21 | 2 | -0/+17 |
|\ |
|
| * | Emit hook postUnshareFromSelf when the recipient of a share unshares it | Pauli Järvinen | 2017-07-20 | 2 | -0/+17 |
* | | Merge pull request #5734 from nextcloud/only-readable-chars-in-share-tokens | Joas Schilling | 2017-07-19 | 1 | -6/+2 |
|\ \ |
|
| * | | Only use readable chars in Share Tokens | Joas Schilling | 2017-07-18 | 1 | -6/+2 |
* | | | Run phan over code base | Lukas Reschke | 2017-07-19 | 2 | -0/+4 |
| |/
|/| |
|
* | | Fix emitting of legacy hook post_unshare | Pauli Järvinen | 2017-07-16 | 1 | -1/+1 |
* | | upstream | Maxence Lange | 2017-07-11 | 2 | -6/+12 |
|/ |
|
* | Improve wording of various error messages | Jan-Christoph Borchardt | 2017-06-21 | 1 | -20/+20 |
* | Fix 500 Internal Server Error on writing | Jan-Philipp Litza | 2017-06-16 | 1 | -1/+1 |
* | Fix unknown share token | Joas Schilling | 2017-06-13 | 1 | -2/+2 |
* | filter missing groups in share provider | Robin Appelman | 2017-06-12 | 1 | -0/+2 |
* | add new config switched for the global scale architecture | Bjoern Schiessle | 2017-05-29 | 1 | -1/+3 |
* | Merge pull request #4462 from danxuliu/fix-sharing-password-protected-link | Roeland Jago Douma | 2017-04-25 | 1 | -24/+31 |
|\ |
|
| * | Extract updateSharePasswordIfNeeded function | Daniel Calviño Sánchez | 2017-04-24 | 1 | -22/+30 |
| * | Join if block to preceding if chain | Daniel Calviño Sánchez | 2017-04-24 | 1 | -3/+2 |
| * | Fix double hashing of shared link passwords | Daniel Calviño Sánchez | 2017-04-24 | 1 | -1/+1 |
* | | Remove unused use statements | Morris Jobke | 2017-04-22 | 3 | -4/+0 |
|/ |
|
* | respect password policy for auto generated passwords | Bjoern Schiessle | 2017-04-20 | 1 | -1/+3 |
* | allow admin to enforce password on mail shares | Bjoern Schiessle | 2017-04-20 | 1 | -1/+2 |
* | Get proper accesslist for userFolder | Roeland Jago Douma | 2017-04-20 | 1 | -2/+7 |
* | Add "Reply-To" on ShareByMailProvider mails | Lukas Reschke | 2017-04-18 | 1 | -1/+3 |