Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extract mail view for sending share invitations | Christoph Wurst | 2016-04-19 | 1 | -0/+1 |
| | | | | fixes #22947 | ||||
* | Merge pull request #23973 from owncloud/share_move_post_delete_from_group_hook | Thomas Müller | 2016-04-19 | 1 | -46/+0 |
|\ | | | | | Move post_removeFromGroup to shareManager | ||||
| * | Move post_removeFromGroup to shareManager | Roeland Jago Douma | 2016-04-13 | 1 | -46/+0 |
| | | | | | | | | | | | | | | | | The last sharing hook to be moved over. * Added unit tests * Removed old tests that relied on old behaviour * Removed old hooks.php | ||||
* | | Fix Share::getUsersSharingFile() for mount points | Joas Schilling | 2016-04-13 | 1 | -4/+17 |
|/ | |||||
* | misc: Fix some typos | Stefan Weil | 2016-04-12 | 1 | -1/+1 |
| | | | | | | Some of them were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Migrate post_groupDelete hook to share manager (#23841) | Roeland Douma | 2016-04-12 | 1 | -13/+0 |
| | | | | | | | | The hook now calls the share manager that will call the responsible shareProvider to do the proper cleanup. * Unit tests added Again nothing should change it is just to cleanup old code | ||||
* | Remove pre/post_addToGroup hooks for shares | Roeland Jago Douma | 2016-04-08 | 1 | -118/+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. | ||||
* | Migrate post_userDelete hook to share manager | Roeland Jago Douma | 2016-04-04 | 1 | -18/+0 |
| | | | | | | | | | | | | | This makes the post_userDelete hook call the sharemanager. This will cleanup to and from this user. * All shares owned by this user * All shares with this user (user) * All custom group shares * All link share initiated by this user (to avoid invisible link shares) Unit tests are added for the defaultshare provider as well as the federated share provider | ||||
* | Generate a valid URL for link notification | Roeland Jago Douma | 2016-03-15 | 1 | -2/+11 |
| | | | | | | fixes #23197 * Updated unit test | ||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 4 | -4/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 3 | -0/+4 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Add autodiscovery support to server-to-server sharing | Lukas Reschke | 2016-02-26 | 2 | -11/+16 |
| | | | | Adds autodiscovery support to server-to-server sharing as specified in the specification. If no discovery data is found it is using the fallback ownCloud endpoints for legacy support. | ||||
* | Merge pull request #21854 from owncloud/fix-share-hook-group-add | Thomas Müller | 2016-02-25 | 1 | -0/+17 |
|\ | | | | | Fix addUserToGroup hook of the share code | ||||
| * | Fix addUserToGroup hook of the share code | Morris Jobke | 2016-01-22 | 1 | -0/+17 |
| | | | | | | | | | | | | * sets up the filesystem of the user that is added to a group to properly accept shares * fixes #18499 | ||||
* | | Also filter the old share info endpoint | Roeland Jago Douma | 2016-02-10 | 1 | -1/+5 |
| | | | | | | | | Make sure we do not show an icon if we can't display a share | ||||
* | | More fixes | Joas Schilling | 2016-02-09 | 1 | -2/+2 |
| | | |||||
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-02-08 | 2 | -2/+12 |
| | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | | When a user is removed we should remove the right shares | Roeland Jago Douma | 2016-02-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * This means all the shares directly shared with them * Or all group shares having a special share with them This patch fixes the operator precedece (AND before OR). So before this patch: (share_with = <deleted user> AND share_type = 0) OR share_type=2 So it deleted all user specific shares Now: share_with = <deleted user> AND (share_type = 0 OR (share_type=2) | ||||
* | | Replace other usages | Joas Schilling | 2016-01-25 | 1 | -1/+2 |
|/ | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 6 | -11/+13 |
| | |||||
* | getMediumStrengthGenerator is deprecated and does not do anything anymore | Roeland Jago Douma | 2016-01-11 | 1 | -2/+2 |
| | |||||
* | Properly close db cursors | Roeland Jago Douma | 2016-01-08 | 1 | -3/+6 |
| | |||||
* | Make sure to respect deleted group shares by user | Roeland Jago Douma | 2016-01-08 | 1 | -1/+3 |
| | |||||
* | Moved to the query builder | Roeland Jago Douma | 2016-01-08 | 1 | -17/+56 |
| | | | | Anything to keep Lukas happy | ||||
* | Make sure that permissions stay in sync for share_type 2 | Roeland Jago Douma | 2016-01-08 | 1 | -44/+73 |
| | | | | | | | | | | When a file/folder is shared with a group and one of the group members moves this file/folder an extra entry is created in the share table. When the permission of the group share is updated we used to only sometimes update the shares for individual users. * Added intergration tests | ||||
* | Remove OC_DB::getConnection | Morris Jobke | 2016-01-07 | 1 | -1/+1 |
| | |||||
* | Remove OC_DB::insertid | Morris Jobke | 2016-01-07 | 1 | -1/+1 |
| | |||||
* | Remove OC_DB::isError | Morris Jobke | 2016-01-07 | 1 | -3/+3 |
| | |||||
* | don't allow to create a federated share if source and target server are the same | Björn Schießle | 2015-12-14 | 2 | -2/+45 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-10 | 1 | -3/+3 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Merge pull request #21005 from owncloud/verify_password_before_unshare | Thomas Müller | 2015-12-09 | 1 | -0/+5 |
|\ | | | | | The ajax code path unshares a link share when updating the password | ||||
| * | The ajax code path unshares a link share when updating the password | Roeland Jago Douma | 2015-12-07 | 1 | -0/+5 |
| | | | | | | | | | | In order to not mess up existing shares if the password gets verified we should first fire this validation. | ||||
* | | Add explicit check for groups excluded from sharing | Vincent Petry | 2015-12-08 | 1 | -1/+1 |
| | | | | | | | | | | Since isSharable() doesn't do the check for groups excluded from sharing, adding an explicit check in the sharing code. | ||||
* | | Merge pull request #20981 from ↵ | Thomas Müller | 2015-12-07 | 1 | -1/+3 |
|\ \ | | | | | | | | | | | | | owncloud/issue-19848-multiple-emails-for-sharelink Allow sending a share email to multiple users | ||||
| * | | Allow sending a share email to multiple users | Joas Schilling | 2015-12-07 | 1 | -1/+3 |
| |/ | |||||
* / | [Sharing] Properly check if a group already has access | Roeland Jago Douma | 2015-12-04 | 1 | -4/+2 |
|/ | | | | | | | The old code check was to liberal resulting in wrong matches if a user with the same name as the group already had access. Fixes 20892 | ||||
* | Adding unit test for MailNotifications::sendInternalShareMail() | Thomas Müller | 2015-12-02 | 1 | -5/+5 |
| | |||||
* | User IUser::getEMailAddress() all over the place | Thomas Müller | 2015-12-02 | 1 | -16/+22 |
| | |||||
* | Reduce OC_Config usage in lib/ | Morris Jobke | 2015-12-02 | 1 | -1/+1 |
| | | | | * replaced by proper public interfaces | ||||
* | Check the expiration date for null | Morris Jobke | 2015-12-01 | 1 | -1/+7 |
| | | | | | | * null is always less than any value -> expirationDate gets null which is "no date set" * ref https://github.com/owncloud/core/issues/20590#issuecomment-158393075 | ||||
* | use hooks to auto add server to the list of trusted servers once a federated ↵ | Björn Schießle | 2015-11-24 | 1 | -1/+4 |
| | | | | share was created | ||||
* | lastInsertId() is properly working with Oracle if the table name is properly ↵ | Thomas Müller | 2015-11-23 | 1 | -16/+1 |
| | | | | passed in | ||||
* | Use mocks when testing isSharingDisabledForUser | Thomas Müller | 2015-11-19 | 1 | -1/+1 |
| | |||||
* | Fix Error message when sharing outside of group | Roeland Jago Douma | 2015-11-09 | 1 | -2/+2 |
| | | | | For #19788 | ||||
* | cache result from parent folders | Bjoern Schiessle | 2015-11-04 | 1 | -2/+3 |
| | |||||
* | Allow separate templates for internal and external share notifications | Stephen Colebrook | 2015-10-29 | 1 | -5/+5 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -2/+1 |
| | |||||
* | Fix for broken ajax/share.php endpoint | Roeland Jago Douma | 2015-10-23 | 1 | -8/+16 |
| | | | | | Even more code mess :( All tests pass again. But I'm really not happy with this endpoint. | ||||
* | Ensure the password is only hashed in case it's changed on the client - ↵ | Thomas Müller | 2015-10-22 | 1 | -7/+11 |
| | | | | fixes #19950 | ||||
* | detect object homestorage in share code | Robin Appelman | 2015-10-16 | 1 | -1/+3 |
| |