Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Share to PSR-4 | Roeland Jago Douma | 2016-05-03 | 1 | -326/+0 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-02-08 | 1 | -2/+2 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | don't allow to create a federated share if source and target server are the same | Björn Schießle | 2015-12-14 | 1 | -0/+34 |
| | |||||
* | Merge pull request #17163 from owncloud/update-licenses | Lukas Reschke | 2015-06-27 | 1 | -0/+1 |
|\ | | | | | Update license headers | ||||
| * | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | | |||||
* | | Use \OC\HintException and translate the hint | Joas Schilling | 2015-06-22 | 1 | -4/+8 |
| | | |||||
* | | Merge spliteUserRemote with fixRemoteUrlInShareWith | Joas Schilling | 2015-06-22 | 1 | -21/+39 |
| | | |||||
* | | make sure that we split username and server address at the first '@' from ↵ | Bjoern Schiessle | 2015-06-22 | 1 | -0/+22 |
|/ | | | | the right to allow usernames containing '@' | ||||
* | Merge pull request #13896 from owncloud/share-generatetarget-remove-exclude | Björn Schießle | 2015-04-09 | 1 | -17/+2 |
|\ | | | | | Dont create exclude list for generating the share target | ||||
| * | Dont create exclude list for generating the share target | Robin Appelman | 2015-02-04 | 1 | -17/+2 |
| | | |||||
* | | Merge pull request #13938 from owncloud/deprecate-iappconfig | Thomas Müller | 2015-03-27 | 1 | -3/+5 |
|\ \ | | | | | | | Deprecated \OCP\IAppConfig - add missing methods to IConfig | ||||
| * | | migrate share helper method to IConfig | Morris Jobke | 2015-03-18 | 1 | -3/+5 |
| | | | |||||
* | | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -12/+18 |
|/ / | |||||
* / | Extract the remote host from user input in share dropdown | Joas Schilling | 2015-02-23 | 1 | -0/+30 |
|/ | | | | Fix #13678 | ||||
* | Fix reshare permission change to not impair other deletion code | Vincent Petry | 2015-01-22 | 1 | -8/+19 |
| | | | | | | | | | | | | | | A recent change that prevents reshare permission changes to delete group share children had the side-effect of also preventing group share children deletion when it needed to be done. This fix adds an extra flag to isolate the "reshare permission change" deletion case and keep the other ones as they were before, not only to fix the regression but also fix other potential regressions in code that uses this method. Also updated the comment because now Helper::delete() is no longer limited to reshares but also applies to group share children. | ||||
* | don't delete share table entries for the unique name if re-share permission ↵ | Bjoern Schiessle | 2015-01-07 | 1 | -4/+4 |
| | | | | was removed | ||||
* | Next step in server-to-server sharing next generation, see #12285 | Bjoern Schiessle | 2014-12-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 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. | ||||
* | Consolidate if statement, and update unit test | Miguel Prokop | 2014-11-21 | 1 | -4/+2 |
| | |||||
* | fix calculation of expiration date if there is a default expiration date set ↵ | Miguel Prokop | 2014-11-21 | 1 | -3/+8 |
| | | | | (but not forced) and the user does not want the link to expire. | ||||
* | some small fixed, suggested by scrutinizer | Bjoern Schiessle | 2014-09-29 | 1 | -3/+1 |
| | |||||
* | on unshare only unshare childrens if there is no other parent available | Bjoern Schiessle | 2014-09-26 | 1 | -4/+20 |
| | |||||
* | call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all ↵ | Bjoern Schiessle | 2014-09-25 | 1 | -29/+5 |
| | | | | checks are executed, e.g. to check if the share is really visible | ||||
* | generateTarget() will always find a unique target | Bjoern Schiessle | 2014-09-24 | 1 | -77/+40 |
| | |||||
* | make sure that during share and unshare the etags get propagated correctly | Bjoern Schiessle | 2014-06-25 | 1 | -4/+18 |
| | |||||
* | only expire link shares | Bjoern Schiessle | 2014-06-06 | 1 | -0/+12 |
| | |||||
* | make sure that we remove all shares refering to the same parent | Bjoern Schiessle | 2014-06-06 | 1 | -21/+0 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -2/+2 |
| | | | | * test case added to avoid adding them later | ||||
* | use default expire date only for link shares | Bjoern Schiessle | 2014-05-16 | 1 | -3/+3 |
| | |||||
* | fixing typo and missing @throws | Thomas Müller | 2014-05-13 | 1 | -1/+2 |
| | |||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -10/+10 |
| | |||||
* | add setting to set default expire date | Bjoern Schiessle | 2014-04-24 | 1 | -0/+49 |
| | |||||
* | add a "helper" and a "hooks" class. Move constants needed by multiple classes | Bjoern Schiessle | 2014-03-25 | 1 | -0/+202 |
to a "constants" class |