Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the group dummy backend to test | Roeland Jago Douma | 2016-04-19 | 1 | -1/+1 |
| | | | | | The dummy backend is only used for testing and should thus reside in tests. | ||||
* | Move post_removeFromGroup to shareManager | Roeland Jago Douma | 2016-04-13 | 1 | -156/+0 |
| | | | | | | | | The last sharing hook to be moved over. * Added unit tests * Removed old tests that relied on old behaviour * Removed old hooks.php | ||||
* | Remove pre/post_addToGroup hooks for shares | Roeland Jago Douma | 2016-04-08 | 1 | -115/+0 |
| | | | | | There is no need to perform the checks for unique targets on add to group as we have to do this all when mounting the shares anyway. | ||||
* | Generate a valid URL for link notification | Roeland Jago Douma | 2016-03-15 | 1 | -4/+23 |
| | | | | | | fixes #23197 * Updated unit test | ||||
* | Move casting to IExpressionBuilder | Joas Schilling | 2016-02-05 | 1 | -4/+4 |
| | |||||
* | Removed deprecated function OC_User::deleteUser | Roeland Jago Douma | 2015-12-17 | 1 | -8/+16 |
| | | | | Replaced with proper OCP calls | ||||
* | Removed deprecated private OC_User::createUser | Roeland Jago Douma | 2015-12-17 | 1 | -7/+7 |
| | | | | | All function calls are replaced with the recommended (which was already the body of the function). | ||||
* | 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/+37 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-10 | 1 | -1/+3 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Add a unit test for single user case as well | Joas Schilling | 2015-12-07 | 1 | -7/+9 |
| | |||||
* | Allow sending a share email to multiple users | Joas Schilling | 2015-12-07 | 1 | -3/+17 |
| | |||||
* | Adding unit test for MailNotifications::sendInternalShareMail() | Thomas Müller | 2015-12-02 | 1 | -31/+70 |
| | |||||
* | User IUser::getEMailAddress() all over the place | Thomas Müller | 2015-12-02 | 1 | -46/+26 |
| | |||||
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 2 | -0/+12 |
| | |||||
* | 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 |
| | |