Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show 'shared via' in share list for reshares | Roeland Jago Douma | 2017-04-11 | 1 | -0/+27 |
| | | | | | | | | | | | | Fixes #1330 userA shares a file to userB userB shares that file to userC userA can see both userB and userC. Now they can also see that userB shared it to user C Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | set expire date for all share types | Bjoern Schiessle | 2017-04-03 | 1 | -0/+14 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | add secure drop functionallity to mail shares | Bjoern Schiessle | 2017-04-03 | 1 | -0/+4 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | add new password column to the share table in order to set passwords for ↵ | Bjoern Schiessle | 2017-04-03 | 1 | -1/+1 |
| | | | | | | share by mails Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | allow editing single files shared as public link | Bjoern Schiessle | 2017-01-24 | 1 | -0/+16 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Use group display name in sharing API + UI | Vincent Petry | 2016-12-22 | 1 | -0/+8 |
| | |||||
* | disable checkboxes during save op to avoid race conditions | Arthur Schiwon | 2016-12-08 | 1 | -1/+5 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | fix some coding style and stricter comparisons, makes scrutinizer happier | Arthur Schiwon | 2016-12-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | flicker-free permission change in share dialog | Arthur Schiwon | 2016-12-08 | 1 | -0/+20 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | remove 'send mail notification' option from sharing, replaced by ↵ | Bjoern Schiessle | 2016-11-02 | 1 | -43/+0 |
| | | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Remove notify recipient option | Roeland Jago Douma | 2016-10-26 | 1 | -29/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Display link reshares | Roeland Jago Douma | 2016-10-10 | 1 | -1/+1 |
| | | | | | | | * No longer filterout all other link shares * Display link shares in shareelist (below normal shares) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Group incoming shares for resharing in JS | Vincent Petry | 2016-08-03 | 1 | -1/+28 |
| | |||||
* | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 1 | -1/+19 |
|\ | |||||
| * | add hide file list option | Bjoern Schiessle | 2016-06-09 | 1 | -1/+19 |
| | | |||||
* | | better detect errors in fed sharing response | Robin Appelman | 2016-06-24 | 1 | -1/+1 |
|/ | |||||
* | always share with same default permissions, no special handling for remote ↵ | Björn Schießle | 2016-04-20 | 1 | -15/+11 |
| | | | | shares | ||||
* | bring back CRUDS permissions for federated shares | Bjoern Schiessle | 2016-04-18 | 1 | -6/+0 |
| | |||||
* | Provide proper feedback when creating a share in the webUI | Roeland Jago Douma | 2016-02-12 | 1 | -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 user | Roeland Jago Douma | 2016-02-10 | 1 | -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 dialog | Vincent Petry | 2016-01-28 | 1 | -7/+46 |
| | |||||
* | Share dialog use OCS API | Vincent Petry | 2016-01-28 | 1 | -192/+141 |
| | |||||
* | Ensure the password is only hashed in case it's changed on the client - ↵ | Thomas Müller | 2015-10-22 | 1 | -2/+9 |
| | | | | fixes #19950 | ||||
* | Fix share email sending feedback | Vincent Petry | 2015-10-08 | 1 | -1/+7 |
| | | | | Redisplay email address after failure | ||||
* | Show loading spinner for first fetch of shares | Vincent Petry | 2015-09-28 | 1 | -0/+2 |
| | | | | | Whenever the sidebar first loads shares, show a spinner instead of an empty content | ||||
* | 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 | ||||
| * | Fix ShareItemModel.hasUserShares to only check shares of current item | Vincent Petry | 2015-09-23 | 1 | -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 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 |
| | | | | | | | 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 Services | 2015-09-21 | 1 | -0/+2 |
| | | | | otherwise old values are kept. fix for #19164 | ||||
* | 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 |
| | | | | | Some events need preventing default like unshare, but setting permissions doesn't. | ||||
* | Bring back the share icon and update its status | Vincent Petry | 2015-09-16 | 1 | -19/+46 |
| | | | | | Display share icon in file list row. Update share icon status when the sharing state changed. | ||||
* | 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 |
| | | | | reduce unnecessary rendering | ||||
* | 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 |
| |