| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure the password is only hashed in case it's changed on the client - fixes... | Thomas Müller | 2015-10-22 | 1 | -2/+9 |
* | Fix share email sending feedback | Vincent Petry | 2015-10-08 | 1 | -1/+7 |
* | Show loading spinner for first fetch of shares | Vincent Petry | 2015-09-28 | 1 | -0/+2 |
* | Merge pull request #19305 from owncloud/share-hasusershares | Thomas Müller | 2015-09-24 | 1 | -2/+15 |
|\ |
|
| * | Fix ShareItemModel.hasUserShares to only check shares of current item | Vincent Petry | 2015-09-23 | 1 | -2/+15 |
* | | Expiration date was always a string | Vincent Petry | 2015-09-24 | 1 | -1/+1 |
|/ |
|
* | Fix parsing int attributes from share.php response | Vincent Petry | 2015-09-23 | 1 | -3/+24 |
* | re initialize OC.Share.currentShares OC.Share.itemShares | Individual IT Services | 2015-09-21 | 1 | -0/+2 |
* | Fix allow reshare for owner when sharing with self through group | Vincent Petry | 2015-09-16 | 1 | -1/+21 |
* | Implement email share link | Vincent Petry | 2015-09-16 | 1 | -1/+30 |
* | Implement "notify by email" checkbox in share dialog | Vincent Petry | 2015-09-16 | 1 | -0/+28 |
* | Fix shares list events | Vincent Petry | 2015-09-16 | 1 | -5/+4 |
* | Bring back the share icon and update its status | Vincent Petry | 2015-09-16 | 1 | -19/+46 |
* | Add expiration date handling in share tab | Vincent Petry | 2015-09-16 | 1 | -17/+87 |
* | make permission/cruds checkboxes work | Arthur Schiwon | 2015-09-16 | 1 | -0/+7 |
* | make unshare work | Arthur Schiwon | 2015-09-16 | 1 | -9/+13 |
* | make 'Allow editing' (aka public upload) checkbox work | Arthur Schiwon | 2015-09-16 | 1 | -0/+9 |
* | implements setting and removing password for link shares, including forced ones | Arthur Schiwon | 2015-09-16 | 1 | -2/+22 |
* | share and unshare via link (not yet password). also some internal changes to ... | Arthur Schiwon | 2015-09-16 | 1 | -5/+28 |
* | now you even can share | Arthur Schiwon | 2015-09-16 | 1 | -0/+41 |
* | display expiration info | Arthur Schiwon | 2015-09-16 | 1 | -1/+6 |
* | show link share | Arthur Schiwon | 2015-09-16 | 1 | -2/+55 |
* | fixed set of possible permissions for remote shares | Arthur Schiwon | 2015-09-16 | 1 | -0/+6 |
* | old OC.Share.addShareWith now reimplemented | Arthur Schiwon | 2015-09-16 | 1 | -1/+25 |
* | sharee list view: better handle collections | Arthur Schiwon | 2015-09-16 | 1 | -3/+1 |
* | continue to reimplement sharee list view. still WIP | Arthur Schiwon | 2015-09-16 | 1 | -6/+206 |
* | set default value and remove now superflous method | Arthur Schiwon | 2015-09-16 | 1 | -19/+5 |
* | no auto-fetch in model | Arthur Schiwon | 2015-09-16 | 1 | -1/+0 |
* | ShareDialogResharerInfoView improvements | Arthur Schiwon | 2015-09-16 | 1 | -1/+2 |
* | 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 | -10/+29 |
* | improve reshare rendering part and move permission calculation to model | Arthur Schiwon | 2015-09-16 | 1 | -1/+56 |
* | switch to async item loading, take care stuff is updated subsequently | Arthur Schiwon | 2015-09-16 | 1 | -5/+13 |
* | model now extends Backbone's model and isadjusted | Arthur Schiwon | 2015-09-16 | 1 | -13/+27 |
* | started to port the Model to Backbone`s | Arthur Schiwon | 2015-09-16 | 1 | -26/+17 |
* | refactor share dialog for multi-purpose use (dropdown, sidebar) and better ma... | Arthur Schiwon | 2015-09-16 | 1 | -0/+113 |