Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not escape sharees | Roeland Jago Douma | 2016-11-23 | 1 | -9/+3 |
| | | | | | | Fixes #2253 Do not escape special characters else it will look very strange. | ||||
* | Search on lookup server | Roeland Jago Douma | 2016-11-21 | 1 | -1/+3 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | specify Federated Cloud ID syntax | Jan-Christoph Borchardt | 2016-11-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | remove 'send mail notification' option from sharing, replaced by ↵ | Bjoern Schiessle | 2016-11-02 | 1 | -9/+1 |
| | | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | always show correct place holder, mention share by mail only if the share ↵ | Bjoern Schiessle | 2016-11-01 | 1 | -10/+24 |
| | | | | | | provider is enabled Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | unified way to display remote shares and mail shares | Bjoern Schiessle | 2016-11-01 | 1 | -7/+0 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | handle case if no share-by-mail share provider is loaded | Bjoern Schiessle | 2016-11-01 | 1 | -1/+5 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | add share by mail share provider | Bjoern Schiessle | 2016-11-01 | 1 | -6/+6 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | introduce share by mail, ui part | Bjoern Schiessle | 2016-11-01 | 1 | -6/+20 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Merge pull request #1704 from nextcloud/avatar_dropdown | blizzz | 2016-10-12 | 1 | -9/+14 |
|\ | | | | | [us] Show avatar in share drop down | ||||
| * | [9.2] Show avatar in share drop down (#25976) | Thomas Müller | 2016-10-11 | 1 | -9/+14 |
| | | | | | | | | | | | | | | | | * Show avatar in share drop down * Fix share autocomplete vertical align with avatar Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Use Nextcloud in share tooltip | Roeland Jago Douma | 2016-10-11 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix some jshint issues in core/js/share* | Roeland Jago Douma | 2016-08-19 | 1 | -2/+4 |
| | |||||
* | Add clipboard button to public share link | Thomas Müller | 2016-07-20 | 1 | -1/+1 |
| | |||||
* | remove svg classes | Hendrik Leppelsack | 2016-07-01 | 1 | -1/+1 |
| | |||||
* | extract mail view for sending share invitations | Christoph Wurst | 2016-04-19 | 1 | -1/+9 |
| | | | | fixes #22947 | ||||
* | core: Fix typos (found by codespell) | Stefan Weil | 2016-04-04 | 1 | -1/+1 |
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Fix js strings if group sharing is disabled | Roeland Jago Douma | 2016-03-22 | 1 | -4/+16 |
| | |||||
* | Tweak tooltip style for recipients | Vincent Petry | 2016-02-25 | 1 | -0/+4 |
| | |||||
* | Add the uid on hover for sharing autocomplete | Joas Schilling | 2016-02-24 | 1 | -1/+2 |
| | |||||
* | Merge pull request #22452 from owncloud/fix_22441 | Thomas Müller | 2016-02-17 | 1 | -0/+6 |
|\ | | | | | Unlock sharee input field when sharing fails | ||||
| * | Do not clear sharee input on failed share | Roeland Jago Douma | 2016-02-17 | 1 | -2/+2 |
| | | |||||
| * | Unlock sharee input field when sharing fails | Roeland Jago Douma | 2016-02-17 | 1 | -0/+6 |
| | | | | | | | | | | | | | | Fixes #22441 When addShares fails (for whatever reason) we should unlock the sharee input field so the user does not have to reload the page. | ||||
* | | Allow searching for single user | Roeland Jago Douma | 2016-02-16 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #22383 from owncloud/better-sharee-translations | Thomas Müller | 2016-02-15 | 1 | -3/+10 |
|\ | | | | | Do not use string concatination for translations | ||||
| * | Do not use string concatination for translations | Joas Schilling | 2016-02-15 | 1 | -3/+10 |
| | | |||||
* | | Merge pull request #22350 from owncloud/fix_22304 | Thomas Müller | 2016-02-15 | 1 | -2/+12 |
|\ \ | |/ |/| | WebUI feedback when sharing | ||||
| * | Provide proper feedback when creating a share in the webUI | Roeland Jago Douma | 2016-02-12 | 1 | -2/+12 |
| | | | | | | | | | | | | | | 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. | ||||
* | | Merge pull request #22351 from owncloud/fix_22277 | Thomas Müller | 2016-02-13 | 1 | -1/+5 |
|\ \ | | | | | | | show remote server on federated share auto-complete | ||||
| * | | show remote server on auto complete | Bjoern Schiessle | 2016-02-12 | 1 | -1/+5 |
| |/ | |||||
* | | Clear error when removing text | Roeland Jago Douma | 2016-02-12 | 1 | -1/+16 |
| | | |||||
* | | Update tooltip on new search | Roeland Jago Douma | 2016-02-12 | 1 | -8/+12 |
| | | |||||
* | | First try for shareWithField error message | Julian Müller | 2016-02-12 | 1 | -0/+7 |
|/ | | | | Second try for ShareWithField error message | ||||
* | Fix unit tests | Roeland Jago Douma | 2015-12-30 | 1 | -3/+7 |
| | |||||
* | Filter out share owner in sharee suggestion list | Roeland Jago Douma | 2015-12-30 | 1 | -0/+9 |
| | |||||
* | Web sharing uses sharee endpoint | Roeland Jago Douma | 2015-12-30 | 1 | -15/+75 |
| | |||||
* | Fix DOM element ids in share dialog | Vincent Petry | 2015-10-16 | 1 | -5/+6 |
| | | | | | | | | - Rely on class names instead of global ids - When global ids are needed for label+checkbox, append the view id (cid) to the element's id This fixes the checkboxes when multiple sidebars exist in the DOM. | ||||
* | Focus on share field after first display | Vincent Petry | 2015-10-02 | 1 | -1/+8 |
| | |||||
* | Show loading spinner for first fetch of shares | Vincent Petry | 2015-09-28 | 1 | -5/+26 |
| | | | | | Whenever the sidebar first loads shares, show a spinner instead of an empty content | ||||
* | Fix bogus entry that appears when switching with arrow keys | Vincent Petry | 2015-09-22 | 1 | -0/+3 |
| | |||||
* | Port share.css styles to the sidebar panel | Vincent Petry | 2015-09-16 | 1 | -2/+1 |
| | |||||
* | More unit tests for share dialog | Vincent Petry | 2015-09-16 | 1 | -8/+16 |
| | |||||
* | Clear field after adding user | Vincent Petry | 2015-09-16 | 1 | -0/+1 |
| | |||||
* | Fix shares list events | Vincent Petry | 2015-09-16 | 1 | -10/+7 |
| | | | | | Some events need preventing default like unshare, but setting permissions doesn't. | ||||
* | implements setting and removing password for link shares, including forced ones | Arthur Schiwon | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | share and unshare via link (not yet password). also some internal changes to ↵ | Arthur Schiwon | 2015-09-16 | 1 | -16/+6 |
| | | | | reduce unnecessary rendering | ||||
* | format groups and remotes in autocomplete list | Arthur Schiwon | 2015-09-16 | 1 | -1/+19 |
| | |||||
* | now you even can share | Arthur Schiwon | 2015-09-16 | 1 | -0/+46 |
| | |||||
* | display expiration info | Arthur Schiwon | 2015-09-16 | 1 | -0/+1 |
| | |||||
* | continue to reimplement sharee list view. still WIP | Arthur Schiwon | 2015-09-16 | 1 | -2/+12 |
| |