Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix variable definition in sharedialogview.js | Morris Jobke | 2017-05-01 | 1 | -7/+4 |
| | | | | | | | * improves readability of conditional statements and fixes warning in JSLint for varibale definition Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Rename extension point | Lukas Reschke | 2017-04-28 | 1 | -1/+1 |
| | | | | | | | | To align with upstream. Fixes https://github.com/nextcloud/guests/issues/3 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | simplify share placeholder | Bjoern Schiessle | 2017-04-18 | 1 | -20/+7 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | change sharing tooltip with a more general description of all available ↵ | Bjoern Schiessle | 2017-04-12 | 1 | -23/+31 |
| | | | | | | share options Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Remove auto-focus on certain input fields | Felix Heidecke | 2017-03-23 | 1 | -3/+5 |
| | | | | | | | | * remove autofocus on input certain input fields if browser is msie * Update sharedialoglinkshareview.js * Update sharedialogview.js Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add extensionpoint to sharedialogview | Felix Heidecke | 2017-03-19 | 1 | -0/+2 |
| | | | | | | | | | | Write method overriding extension Add a list of unknowns while inputting a search term Rename OCA.Share extension point Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | shares-circles | Maxence Lange | 2017-03-17 | 1 | -2/+18 |
| | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com> | ||||
* | fix typo | Bjoern Schiessle | 2017-02-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Use intval() for validation of config options | Morris Jobke | 2017-02-21 | 1 | -1/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Improve the UX for sharing settings | Morris Jobke | 2017-02-21 | 1 | -8/+44 |
| | | | | | | | * shows a info when list is potentially truncated * shows a warning when characters length is not enough Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove white background from loading icon | Morris Jobke | 2016-12-02 | 1 | -0/+8 |
| | | | | | | | * allows to use the loading icon on non-white background (disabled input fields for example) * fixes #2466 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | 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 |