Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Check for error when resharing | Roeland Jago Douma | 2015-10-16 | 1 | -4/+4 |
| | |||||
* | When sharing with the owner show the path | Roeland Jago Douma | 2015-10-16 | 1 | -1/+4 |
| | | | | | The error message should contain the path that is being shared not the numeric id. | ||||
* | Merge pull request #19727 from owncloud/fix_19678 | Thomas Müller | 2015-10-14 | 1 | -2/+2 |
|\ | | | | | Return path instead of itemsource | ||||
| * | Return path instead of itemsource | Roeland Jago Douma | 2015-10-13 | 1 | -2/+2 |
| | | | | | | | | | | | | Fixes #19678 Errors should contain paths and not internal ids | ||||
* | | Squash collection shares | Roeland Jago Douma | 2015-10-13 | 1 | -0/+1 |
|/ | | | | | | | | | | | | 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 | ||||
* | Merge pull request #19511 from owncloud/etag-share-permissions-update | Robin Appelman | 2015-10-06 | 1 | -1/+9 |
|\ | | | | | Mark shares as dirty when changing permissions | ||||
| * | Mark shares as dirty when changing permissions | Robin Appelman | 2015-10-06 | 1 | -1/+9 |
| | | |||||
* | | OC_Log not longer exists | Thomas Müller | 2015-10-06 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #19597 from owncloud/update-license-headers | Thomas Müller | 2015-10-06 | 1 | -0/+1 |
|\ | | | | | update licence headers via script | ||||
| * | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #19577 from ↵ | Thomas Müller | 2015-10-06 | 1 | -0/+6 |
|\ \ | | | | | | | | | | | | | 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/+6 |
| |/ | | | | | | | | | | | | | | | | | 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. | ||||
* | | Make sure all variables are defined | Joas Schilling | 2015-10-05 | 1 | -0/+2 |
| | | |||||
* | | Make sure the share we found is for the same item | Joas Schilling | 2015-10-05 | 1 | -1/+1 |
|/ | |||||
* | Do not blindy copy expiration date on reshare | Roeland Jago Douma | 2015-09-25 | 1 | -1/+0 |
| | | | | | | | | | | 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 | ||||
* | Discard expiration date from result for non-link shares | Vincent Petry | 2015-09-17 | 1 | -0/+5 |
| | |||||
* | started to implement sharee list view. not completed yet, do not cry please. | Arthur Schiwon | 2015-09-16 | 1 | -0/+1 |
| | |||||
* | split off expirationView | Arthur Schiwon | 2015-09-16 | 1 | -0/+1 |
| | |||||
* | split off linkShareView | Arthur Schiwon | 2015-09-16 | 1 | -0/+1 |
| | |||||
* | split ShareDialogResharerInfoView from base view | Arthur Schiwon | 2015-09-16 | 1 | -0/+1 |
| | |||||
* | further work on reimplementing the dialog layout | Arthur Schiwon | 2015-09-16 | 1 | -0/+1 |
| | |||||
* | refactor share dialog for multi-purpose use (dropdown, sidebar) and better ↵ | Arthur Schiwon | 2015-09-16 | 1 | -0/+2 |
| | | | | maintainability | ||||
* | Allow 0 and false as password | Lukas Reschke | 2015-09-08 | 1 | -1/+1 |
| | | | | | | When we use the check for "empty" here passwords such as 0 will not work. Fixes https://github.com/owncloud/password_policy/issues/8 | ||||
* | Merge pull request #18833 from owncloud/share-prevent-twice | Morris Jobke | 2015-09-04 | 1 | -0/+12 |
|\ | | | | | Prevent sharing twice with user when already a group | ||||
| * | Prevent sharing twice with user when already a group | Vincent Petry | 2015-09-04 | 1 | -0/+12 |
| | | |||||
* | | setup owner when getting users for share | Robin Appelman | 2015-09-03 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #18651 from owncloud/ocs_share_create_with_expire | Vincent Petry | 2015-08-30 | 1 | -0/+15 |
|\ | | | | | Allow to directly set the expireDate on a new (link)share | ||||
| * | Actually validate the expire date on share | Roeland Jago Douma | 2015-08-30 | 1 | -0/+15 |
| | | | | | | | | * Added more intergration tests | ||||
* | | Change log level of debugging logs to debug | Joas Schilling | 2015-08-24 | 1 | -22/+22 |
|/ |