Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check for error when resharing | Roeland Jago Douma | 2015-10-16 | 1 | -6/+23 |
| | |||||
* | When sharing with the owner show the path | Roeland Jago Douma | 2015-10-16 | 1 | -0/+24 |
| | | | | | The error message should contain the path that is being shared not the numeric id. | ||||
* | Squash collection shares | Roeland Jago Douma | 2015-10-13 | 1 | -0/+56 |
| | | | | | | | | | | | | If folder1 is shared to user2 and user3. And folder1/folder2 is shared to user4 and user5 then getting all the users with access to folder1/folder2 should only list user2 and user 3 once. Previously this was done twice since we request the info two times. This fix makes sure that we only append unique results to the array. * Added test | ||||
* | test objectstore with ceph docker | Jörn Friedrich Dreyer | 2015-10-06 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | use default config for swift primary storage test config allow testsuite to complete fix timeout, script cleanup, enable debug for now use btrfs loopback device, requires privileged container and absolute path throw exception when storage has problems debug by echo ... sleep more, more debug | ||||
* | Merge pull request #19577 from ↵ | Thomas Müller | 2015-10-06 | 1 | -0/+37 |
|\ | | | | | | | | | owncloud/share-donotreturnentrieswhenusernotingroup Remove invalid share items from result when missing group membership | ||||
| * | Remove invalid share items from result when missing group membership | Vincent Petry | 2015-10-05 | 1 | -0/+37 |
| | | | | | | | | | | | | | | | | | | Group shares usually have subshare entries for every user. In some situations it can happen that the user was removed from the group but the subshare entries still exist. This fix makes sure that such subshare entries are not returned any more as the user isn't in the group any more. | ||||
* | | Add a unit test for "share a file inside a folder that is already shared" | Joas Schilling | 2015-10-05 | 1 | -0/+33 |
|/ | |||||
* | Do not blindy copy expiration date on reshare | Roeland Jago Douma | 2015-09-25 | 1 | -0/+37 |
| | | | | | | | | | | If a file/folder is reshared we should not blindly copy the expiration date of the parent share. User/Group shares do not have expiration dates currently, and thus this is always set to null. Fixes #19119 * Added testcase | ||||
* | Remove unnecessary DB prefixes from existing query builder usages | Joas Schilling | 2015-08-10 | 1 | -2/+2 |
| | |||||
* | Remove pointless unit test | Thomas Müller | 2015-08-04 | 1 | -7/+0 |
| | |||||
* | Merge pull request #17195 from rullzer/no_multiple_remote_shares_of_same_file | Roeland Douma | 2015-07-28 | 1 | -0/+36 |
|\ | | | | | Remote shares should be uique | ||||
| * | Added test | Roeland Jago Douma | 2015-07-15 | 1 | -0/+36 |
| | | |||||
* | | Fix existing usages by removing the quotes | Joas Schilling | 2015-07-21 | 1 | -9/+9 |
| | | |||||
* | | Add unit tests and automatic quoting | Joas Schilling | 2015-07-21 | 1 | -8/+8 |
| | | |||||
* | | Use the public interface and our method instead of the doctrine thing | Joas Schilling | 2015-07-21 | 1 | -14/+14 |
| | | |||||
* | | Merge pull request #17381 from owncloud/fix_sharing_add_to_group | Morris Jobke | 2015-07-21 | 1 | -0/+108 |
|\ \ | |/ |/| | [sharing] fix addToGroup hook | ||||
| * | intproduce pre_addToGroup hook. we need to calculate the possible unique | Bjoern Schiessle | 2015-07-06 | 1 | -0/+108 |
| | | | | | | | | | | targets before the user was added to the group otherwise we will always detect a name collision | ||||
* | | Remove OC_Appconfig | Thomas Müller | 2015-07-03 | 1 | -16/+16 |
|/ | |||||
* | Use \OC\HintException and translate the hint | Joas Schilling | 2015-06-22 | 2 | -1/+30 |
| | |||||
* | Merge spliteUserRemote with fixRemoteUrlInShareWith | Joas Schilling | 2015-06-22 | 1 | -49/+31 |
| | |||||
* | make sure that we split username and server address at the first '@' from ↵ | Bjoern Schiessle | 2015-06-22 | 1 | -0/+39 |
| | | | | the right to allow usernames containing '@' | ||||
* | Move the helpful method to the TestCase class | Joas Schilling | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #15772 from ↵ | Joas Schilling | 2015-05-04 | 1 | -0/+33 |
|\ | | | | | | | | | owncloud/issue-15771-dont-restrict-permissions-for-share-owner Do not restrict permissions for the original owner | ||||
| * | Add a test to share a subfolder of a folder shared with the owner by group | Joas Schilling | 2015-04-29 | 1 | -0/+33 |
| | | |||||
* | | Merge pull request #15596 from owncloud/issue/15589 | Morris Jobke | 2015-04-29 | 1 | -2/+56 |
|\ \ | | | | | | | Correctly generate the feedback URL for remote share | ||||
| * | | Add tests for the correct share id on the call aswell | Joas Schilling | 2015-04-28 | 1 | -5/+8 |
| | | | |||||
| * | | make scrutinizer happy | Joas Schilling | 2015-04-28 | 1 | -1/+1 |
| | | | |||||
| * | | Add tests for the remote sharing url | Joas Schilling | 2015-04-28 | 1 | -2/+53 |
| |/ | |||||
* / | Added unit test | Roeland Jago Douma | 2015-04-28 | 1 | -0/+46 |
|/ | |||||
* | Add "Reply-To" support to sharing mails and refactor code | Lukas Reschke | 2015-04-10 | 1 | -0/+237 |
| | |||||
* | only create a db entry for the user in case of a name conflict on group share | Bjoern Schiessle | 2015-04-09 | 1 | -0/+7 |
| | |||||
* | Fix unit test | Roeland Jago Douma | 2015-03-30 | 1 | -0/+4 |
| | |||||
* | OCS Fixes to allow setting of password without removing additional settings | Roeland Jago Douma | 2015-03-30 | 1 | -0/+230 |
| | | | | | | - Added setPassword to share.php - Fixed OCS API call - Added unit tests | ||||
* | Merge pull request #15155 from owncloud/share-donotreturntrashedfiles | Morris Jobke | 2015-03-27 | 1 | -0/+40 |
|\ | | | | | Do not return shares for files outside "files" | ||||
| * | Add logout in share test to avoid nasty side effects | Vincent Petry | 2015-03-27 | 1 | -0/+1 |
| | | |||||
| * | Do not return shares for files outside "files" | Vincent Petry | 2015-03-27 | 1 | -0/+39 |
| | | |||||
* | | Merge pull request #13938 from owncloud/deprecate-iappconfig | Thomas Müller | 2015-03-27 | 1 | -4/+6 |
|\ \ | |/ |/| | Deprecated \OCP\IAppConfig - add missing methods to IConfig | ||||
| * | fix failing unit test | Morris Jobke | 2015-03-17 | 1 | -4/+6 |
| | | |||||
* | | Added unit test | Roeland Jago Douma | 2015-03-19 | 1 | -0/+35 |
|/ | | | | | Tests added to make sure that removing an expire date when this is enforced is not allowed. | ||||
* | Merge pull request #13839 from ↵ | Morris Jobke | 2015-03-11 | 1 | -0/+51 |
|\ | | | | | | | | | owncloud/issue/13678-improve-remote-domain-detection-in-sharedropdown Better finding the remote URL from user input in share dropdown | ||||
| * | Extract the remote host from user input in share dropdown | Joas Schilling | 2015-02-23 | 1 | -0/+51 |
| | | | | | | | | Fix #13678 | ||||
* | | Add a test for the post_shared hook shareType | Joas Schilling | 2015-02-09 | 1 | -0/+11 |
|/ | |||||
* | Do not retrieve shares through group if user has no group | Vincent Petry | 2015-01-23 | 1 | -1/+26 |
| | |||||
* | Fix reshare permission change to not impair other deletion code | Vincent Petry | 2015-01-22 | 1 | -0/+47 |
| | | | | | | | | | | | | | | 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. | ||||
* | Fix getItemSharedWithUser for groups | Vincent Petry | 2015-01-16 | 1 | -0/+35 |
| | | | | | | Fixed SQL query for whenever a user has more than one group. Added missing $owner where clause for group lookup. Added unit tests for the group cases. | ||||
* | Next step in server-to-server sharing next generation, see #12285 | Bjoern Schiessle | 2014-12-19 | 2 | -0/+21 |
| | | | | | | | | | | | | | | 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. | ||||
* | Move share interfaces to own files so they can be autoloaded | Joas Schilling | 2014-11-27 | 1 | -2/+0 |
| | |||||
* | Merge pull request #12350 from mprokop/link_expiration | Morris Jobke | 2014-11-26 | 1 | -4/+2 |
|\ | | | | | fix calculation of expiration date if there is a default expiration date... | ||||
| * | Consolidate if statement, and update unit test | Miguel Prokop | 2014-11-21 | 1 | -4/+2 |
| | | |||||
* | | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 1 | -70/+70 |
| | |