Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kill ajax/share.php | Roeland Jago Douma | 2016-08-18 | 1 | -375/+0 |
| | | | | | Using this file will insert invalid shares. OCS has to be used exclusively! | ||||
* | 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 |
| | | | | | | fixes #23197 * Updated unit test | ||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -1/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | 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 |
| | | | | | Those calls used the old sharing endpoint that created incompatible shares. Which eventually would lead to some weird bugs. | ||||
* | 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 |
| | | | | | | This is an `is_array` operation and not a `in_array` one. Thus this typecast is not required. Fixes https://github.com/owncloud/core/issues/20095 | ||||
* | 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 |
| | | | | | Even more code mess :( All tests pass again. But I'm really not happy with this endpoint. | ||||
* | 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 | ||||
| * | 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 | ||||
| * | 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 | ||||
| * | | 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 |
|\ \ \ | | | | | | | | | Improve splitting of username and remote adress when username contains an `@` | ||||
| * | | | Use \OC\HintException and translate the hint | Joas Schilling | 2015-06-22 | 1 | -0/+2 |
| |/ / | |||||
* | | | Merge pull request #17165 from ↵ | Thomas Müller | 2015-06-26 | 1 | -0/+16 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/federated_cloud_sharing_search_address_book Search address book for federated cloud id | ||||
| * | | | 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 |
|/ / | | | | | | | | | | | If no array of arrays is submitted make sure we still keep $sharedUsers and $sharedGroups as arrays so the rest of the code keeps functioning as it should. | ||||
* | | 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 |
| | | | | | | | | | | | | * this is the preparation for some upcoming logger related changes * also fixes an issue in the public interface where we request an internal class as parameter | ||||
* | | 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 |
|\ \ | | | | | | | ajax/share.php should return correct list of suggestions | ||||
| * | | Make sure we do not return people that we already shared with | Roeland Jago Douma | 2015-03-25 | 1 | -0/+17 |
| |/ | | | | | | | | | We should use the provided list of users and groups that we already shared with to filter suggestions. | ||||
* | | Merge pull request #15169 from rullzer/fix_displayNamesInGroup | Morris Jobke | 2015-03-30 | 1 | -1/+1 |
|\ \ | | | | | | | Groupmanagers displayNamesInGroup should actually search in displaynames | ||||
| * | | Call the proper function | Roeland Jago Douma | 2015-03-24 | 1 | -1/+1 |
| |/ | | | | | | | * Fix for #6967 | ||||
* / | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -18/+32 |
|/ | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -33/+19 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | 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 |
| | | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core | ||||
* | 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 |
| | | | | | | | | | | | | | | Beside some small improvements and bug fixes this will probably the final state for OC8. To test this you need to set up two ownCloud instances. Let's say: URL: myPC/firstOwnCloud user: user1 URL: myPC/secondOwnCloud user: user2 Now user1 can share a file with user2 by entering the username and the URL to the second ownCloud to the share-drop-down, in this case "user2@myPC/secondOwnCloud". The next time user2 login he will get a notification that he received a server-to-server share with the option to accept/decline it. If he accept it the share will be mounted. In both cases a event will be send back to user1 and add a notification to the activity stream that the share was accepted/declined. If user1 decides to unshare the file again from user2 the share will automatically be removed from the second ownCloud server and user2 will see a notification in his activity stream that user1@myPC/firstOwnCloud has unshared the file/folder from him. | ||||
* | Merge pull request #9512 from libasys/patch-2 | Lukas Reschke | 2014-09-09 | 1 | -1/+2 |
|\ | | | | | Fix use Sharing Api with calendar | ||||
| * | Fix use Sharing Api with calendar | libasys | 2014-07-08 | 1 | -2/+3 |
| | | | | | | | | | | Without this fix it logs this error: Undefined index: itemSourceName at /opt/local/apache2/htdocs/oc7/core/ajax/share.php#44 I think the itemSourceName is only used with sharing files! | ||||
* | | 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 ↵ | Bjoern Schiessle | 2014-08-13 | 1 | -2/+2 |
| | | | | | | | | notification was send | ||||
* | | 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 |
| | | | | Fix #4823 | ||||
* | Merge pull request #5857 from owncloud/type-ahead-share-by-mail-master | Thomas Müller | 2014-04-11 | 1 | -0/+28 |
|\ | | | | | introduce auto completion on share email - integrated with the contactsm... |