| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill ajax/share.php | Roeland Jago Douma | 2016-08-18 | 1 | -375/+0 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -3/+3 |
* | Generate a valid URL for link notification | Roeland Jago Douma | 2016-03-15 | 1 | -2/+4 |
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -1/+1 |
* | Fix on shared groups assignment. | Leonardo Diez | 2016-02-18 | 1 | -1/+1 |
* | Remove modifying calls in ajax/share.php | Roeland Jago Douma | 2016-02-09 | 1 | -86/+0 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+1 |
* | User IUser::getEMailAddress() all over the place | Thomas Müller | 2015-12-02 | 1 | -7/+13 |
* | Remove invalid type-cast | Lukas Reschke | 2015-10-29 | 1 | -4/+4 |
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
* | Fix for broken ajax/share.php endpoint | Roeland Jago Douma | 2015-10-23 | 1 | -3/+23 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
* | Merge pull request #13145 from owncloud/issue/11951-activity-sharing-email | Thomas Müller | 2015-09-25 | 1 | -0/+31 |
|\ |
|
| * | Publish an activity when sending a share link via email | Joas Schilling | 2015-09-22 | 1 | -0/+31 |
* | | Add option to disable autocomplete in share dialog | Morris Jobke | 2015-09-23 | 1 | -0/+10 |
|/ |
|
* | Merge pull request #17565 from owncloud/fix/remote_share | Roeland Douma | 2015-07-13 | 1 | -1/+1 |
|\ |
|
| * | allow remote shares for users with email as usernames | Felix Böhm | 2015-07-10 | 1 | -1/+1 |
* | | Merge pull request #17163 from owncloud/update-licenses | Lukas Reschke | 2015-06-27 | 1 | -1/+2 |
|\ \ |
|
| * | | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+2 |
* | | | Merge pull request #17008 from owncloud/fix-17006 | Björn Schießle | 2015-06-26 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Use \OC\HintException and translate the hint | Joas Schilling | 2015-06-22 | 1 | -0/+2 |
| |/ / |
|
* | | | Merge pull request #17165 from owncloud/federated_cloud_sharing_search_addres... | Thomas Müller | 2015-06-26 | 1 | -0/+16 |
|\ \ \ |
|
| * | | | search address book for federated cloud id | Bjoern Schiessle | 2015-06-25 | 1 | -0/+16 |
| |/ / |
|
* / / | Fix for #17178 | Roeland Jago Douma | 2015-06-25 | 1 | -2/+9 |
|/ / |
|
* | | add support for limit request parameter to getShareWith | Craig Morrissey | 2015-05-15 | 1 | -3/+5 |
* | | Use internally \OCP\ILogger instead of \OC\Log | Morris Jobke | 2015-04-30 | 1 | -1/+1 |
* | | Add "Reply-To" support to sharing mails and refactor code | Lukas Reschke | 2015-04-10 | 1 | -2/+16 |
* | | Merge pull request #15182 from rullzer/fix-8231 | Thomas Müller | 2015-04-10 | 1 | -0/+17 |
|\ \ |
|
| * | | Make sure we do not return people that we already shared with | Roeland Jago Douma | 2015-03-25 | 1 | -0/+17 |
| |/ |
|
* | | Merge pull request #15169 from rullzer/fix_displayNamesInGroup | Morris Jobke | 2015-03-30 | 1 | -1/+1 |
|\ \ |
|
| * | | Call the proper function | Roeland Jago Douma | 2015-03-24 | 1 | -1/+1 |
| |/ |
|
* / | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -18/+32 |
|/ |
|
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -33/+19 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -19/+33 |
* | Manually type-case all AJAX files | Lukas Reschke | 2015-02-13 | 1 | -38/+38 |
* | kill ancient code | Morris Jobke | 2015-01-20 | 1 | -17/+0 |
* | shareType and permissions are integers | Bjoern Schiessle | 2015-01-07 | 1 | -2/+2 |
* | Next step in server-to-server sharing next generation, see #12285 | Bjoern Schiessle | 2014-12-19 | 1 | -1/+16 |
* | Merge pull request #9512 from libasys/patch-2 | Lukas Reschke | 2014-09-09 | 1 | -1/+2 |
|\ |
|
| * | Fix use Sharing Api with calendar | libasys | 2014-07-08 | 1 | -2/+3 |
* | | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -3/+3 |
* | | we need the recipient as a additional parameter to know for which share the n... | Bjoern Schiessle | 2014-08-13 | 1 | -2/+2 |
* | | in case $_POST['itemSourceName'] does not exist we simply default it to null | Thomas Müller | 2014-08-01 | 1 | -1/+2 |
* | | add OCS api call to set expire date for link shares | Bjoern Schiessle | 2014-07-25 | 1 | -11/+5 |
|/ |
|
* | set minDate and maxDate in datepicker | Bjoern Schiessle | 2014-06-06 | 1 | -0/+2 |
* | unify share settings | Bjoern Schiessle | 2014-06-05 | 1 | -3/+3 |
* | Automatically copy the share expiration date when new shares are created | Joas Schilling | 2014-05-19 | 1 | -1/+2 |
* | Merge pull request #5857 from owncloud/type-ahead-share-by-mail-master | Thomas Müller | 2014-04-11 | 1 | -0/+28 |
|\ |
|