summaryrefslogtreecommitdiffstats
path: root/core/js/shareitemmodel.js
Commit message (Collapse)AuthorAgeFilesLines
* Group incoming shares for resharing in JSVincent Petry2016-08-031-1/+28
|
* Merge branch 'master' into sync-masterMorris Jobke2016-07-071-1/+19
|\
| * add hide file list optionBjoern Schiessle2016-06-091-1/+19
| |
* | better detect errors in fed sharing responseRobin Appelman2016-06-241-1/+1
|/
* always share with same default permissions, no special handling for remote ↵Björn Schießle2016-04-201-15/+11
| | | | shares
* bring back CRUDS permissions for federated sharesBjoern Schiessle2016-04-181-6/+0
|
* Provide proper feedback when creating a share in the webUIRoeland Jago Douma2016-02-121-5/+3
| | | | | | | Fixes #22304 Creating a share is not instant (especially not for federated shares) so we should show that something is happening in the webUI properly.
* Only show link shares for the current userRoeland Jago Douma2016-02-101-0/+9
| | | | | | | Currently we have no way to display multiple links in the UI. So just display the link share for the current user. Fixes #22275
* Properly forward error messages in share dialogVincent Petry2016-01-281-7/+46
|
* Share dialog use OCS APIVincent Petry2016-01-281-192/+141
|
* Ensure the password is only hashed in case it's changed on the client - ↵Thomas Müller2015-10-221-2/+9
| | | | fixes #19950
* Fix share email sending feedbackVincent Petry2015-10-081-1/+7
| | | | Redisplay email address after failure
* Show loading spinner for first fetch of sharesVincent Petry2015-09-281-0/+2
| | | | | Whenever the sidebar first loads shares, show a spinner instead of an empty content
* Merge pull request #19305 from owncloud/share-hasusersharesThomas Müller2015-09-241-2/+15
|\ | | | | Fix ShareItemModel.hasUserShares to only check shares of current item
| * Fix ShareItemModel.hasUserShares to only check shares of current itemVincent Petry2015-09-231-2/+15
| | | | | | | | | | | | | | | | The shares array is based on what the server returns and can contain share info for parent folders. hasUserShares is now fixed to ignore parent folders and only checks for shares on the current item.
* | Expiration date was always a stringVincent Petry2015-09-241-1/+1
|/
* Fix parsing int attributes from share.php responseVincent Petry2015-09-231-3/+24
| | | | | | | Sometimes the attributes returned by share.php are integers but packaged as strings. This fix makes sure that such attributes are parsed as integers
* re initialize OC.Share.currentShares OC.Share.itemShares Individual IT Services2015-09-211-0/+2
| | | | otherwise old values are kept. fix for #19164
* Fix allow reshare for owner when sharing with self through groupVincent Petry2015-09-161-1/+21
|
* Implement email share linkVincent Petry2015-09-161-1/+30
|
* Implement "notify by email" checkbox in share dialogVincent Petry2015-09-161-0/+28
|
* Fix shares list eventsVincent Petry2015-09-161-5/+4
| | | | | Some events need preventing default like unshare, but setting permissions doesn't.
* Bring back the share icon and update its statusVincent Petry2015-09-161-19/+46
| | | | | Display share icon in file list row. Update share icon status when the sharing state changed.
* Add expiration date handling in share tabVincent Petry2015-09-161-17/+87
|
* make permission/cruds checkboxes workArthur Schiwon2015-09-161-0/+7
|
* make unshare workArthur Schiwon2015-09-161-9/+13
|
* make 'Allow editing' (aka public upload) checkbox workArthur Schiwon2015-09-161-0/+9
|
* implements setting and removing password for link shares, including forced onesArthur Schiwon2015-09-161-2/+22
|
* share and unshare via link (not yet password). also some internal changes to ↵Arthur Schiwon2015-09-161-5/+28
| | | | reduce unnecessary rendering
* now you even can shareArthur Schiwon2015-09-161-0/+41
|
* display expiration infoArthur Schiwon2015-09-161-1/+6
|
* show link shareArthur Schiwon2015-09-161-2/+55
|
* fixed set of possible permissions for remote sharesArthur Schiwon2015-09-161-0/+6
|
* old OC.Share.addShareWith now reimplementedArthur Schiwon2015-09-161-1/+25
|
* sharee list view: better handle collectionsArthur Schiwon2015-09-161-3/+1
|
* continue to reimplement sharee list view. still WIPArthur Schiwon2015-09-161-6/+206
|
* set default value and remove now superflous methodArthur Schiwon2015-09-161-19/+5
|
* no auto-fetch in modelArthur Schiwon2015-09-161-1/+0
|
* ShareDialogResharerInfoView improvementsArthur Schiwon2015-09-161-1/+2
|
* split ShareDialogResharerInfoView from base viewArthur Schiwon2015-09-161-0/+1
|
* further work on reimplementing the dialog layoutArthur Schiwon2015-09-161-10/+29
|
* improve reshare rendering part and move permission calculation to modelArthur Schiwon2015-09-161-1/+56
|
* switch to async item loading, take care stuff is updated subsequentlyArthur Schiwon2015-09-161-5/+13
|
* model now extends Backbone's model and isadjustedArthur Schiwon2015-09-161-13/+27
|
* started to port the Model to Backbone`sArthur Schiwon2015-09-161-26/+17
|
* refactor share dialog for multi-purpose use (dropdown, sidebar) and better ↵Arthur Schiwon2015-09-161-0/+113
maintainability