summaryrefslogtreecommitdiffstats
path: root/core/js/share.js
Commit message (Collapse)AuthorAgeFilesLines
* fix enforced password for share in IE8Morris Jobke2015-03-261-0/+5
|
* adjust animations of Share, Versions and others to OC.menuSpeedJan-Christoph Borchardt2015-03-261-16/+16
|
* Merge pull request #15121 from owncloud/email-sent-unboldMorris Jobke2015-03-231-4/+4
|\ | | | | unbold share email sent notification
| * unbold share email sent notificationJan-Christoph Borchardt2015-03-231-4/+4
| |
* | combine labels with inputs in sharing dialog, fix #14796Jan-Christoph Borchardt2015-03-231-5/+5
|/
* Avatars in share dialog fixesRoeland Jago Douma2015-03-031-19/+17
| | | | | | | * Avatar for "xxxx share with you..." to the left * Avatars for groups and remote shares (use default placeholder) * Modified and added unit tests * Use the same css for all the avatars in the dropdown
* Use custom attribute instead of the div identifierLukas Reschke2015-02-271-2/+2
| | | | | | Otherwise problems arrive when a username contains characters such as an `@` Fixes https://github.com/owncloud/user_shibboleth/issues/38
* Added config checkRoeland Jago Douma2015-02-131-8/+18
|
* Added unit testRoeland Jago Douma2015-02-121-2/+2
|
* Display user avatar in share dialogRoeland Jago Douma2015-02-121-2/+16
|
* Indicate that the share owner is remote in the filelistJoas Schilling2015-01-271-0/+3
|
* Fix reshare permission issueVincent Petry2015-01-091-0/+2
| | | | | The actual share permissions sent to the server on reshare are now based on possiblePermissions + permissions inherited from parent share
* Autoescape of placeholders in t() and p() - for JSMorris Jobke2015-01-071-5/+5
| | | | | | | * add disableEscape parameter to disable this functionality * drop usage of escapeHTML() that is now done inside t() * add unit test for escaped and not escaped placeholder * proper JSDoc
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-30/+52
| | | | | | | | | | | | | | Beside some small improvements and bug fixes this will probably the final state for OC8. To test this you need to set up two ownCloud instances. Let's say: URL: myPC/firstOwnCloud user: user1 URL: myPC/secondOwnCloud user: user2 Now user1 can share a file with user2 by entering the username and the URL to the second ownCloud to the share-drop-down, in this case "user2@myPC/secondOwnCloud". The next time user2 login he will get a notification that he received a server-to-server share with the option to accept/decline it. If he accept it the share will be mounted. In both cases a event will be send back to user1 and add a notification to the activity stream that the share was accepted/declined. If user1 decides to unshare the file again from user2 the share will automatically be removed from the second ownCloud server and user2 will see a notification in his activity stream that user1@myPC/firstOwnCloud has unshared the file/folder from him.
* Merge pull request #12948 from owncloud/wordingJörn Friedrich Dreyer2014-12-191-2/+2
|\ | | | | Wording fixes for sharing dialog
| * change 'Allow Public Upload' to more understandable 'Allow editing', fix #10438Jan-Christoph Borchardt2014-12-181-1/+1
| |
| * change 'update' to more understandable 'change', fix #10408Jan-Christoph Borchardt2014-12-181-1/+1
| |
* | get rid of unnecessary alt and title attributesJan-Christoph Borchardt2014-12-181-1/+1
| |
* | add missing input labels for Share dialogJan-Christoph Borchardt2014-12-181-0/+4
|/
* Move file thumbnail into the label elementVincent Petry2014-12-111-3/+3
|
* Add an option to disallow sending sharing emails to non-owncloud usersJoas Schilling2014-12-091-5/+9
| | | | Fix #10836
* Forward port of #12493Arthur Schiwon2014-12-041-1/+1
| | | | | | | | | | | | | | | | | | add ldap-search command to occ Conflicts: apps/user_ldap/appinfo/register_command.php LDAP search filter creation changes: 1. do not prepend * wildcard to search terms. Will result in faster search, but you don't find "foobar" when looking for "bar" 2. advanced behaviour when search string contains a space and multiple search attributes are present. The search string is split into single words. The resulting filter requires that each word at least appears once in any search attribute. This is supposed to return better results in big LDAPs. trim search string before passing it on
* adjust autocomplete behavior for sharing menuCraig Morrissey2014-10-171-1/+1
|
* set password field placeholder back if passward was disabledBjoern Schiessle2014-10-151-0/+1
|
* Prevent monkey clicking on labelsVincent Petry2014-09-261-0/+5
| | | | | Clicking on labels while the spinner is there will not trigger the hidden checkbox any more.
* Add ID to markup to have the checkboxes in the right positionLukas Reschke2014-09-261-5/+5
|
* Added spinners in share dropdownVincent Petry2014-09-261-22/+88
| | | | | | | | | Added spinners for the following actions: - adding user - removing user - changing password - toggling allowing upload - setting a password
* Use a route instead of s.php and convert tokens asapkondou2014-09-041-3/+1
|
* Initial work on shorter linkskondou2014-09-041-2/+7
|
* Fix share dropdown when links are not allowedVincent Petry2014-08-211-1/+1
| | | | | | | | When links are not allowed, the email field does not exist and autocomplete returns null. This causes Javascript errors. The fix prevents entering the bogus block when links aren't allowed, as it doesn't make sense to enter it in such cases anyway.
* Fixed folder icon update routine when share owner existsVincent Petry2014-08-151-1/+1
| | | | | Whenever a folder has a "data-share-owner" attribute, the icon is now properly updated to a shared folder icon.
* remove 'no people found' entryBjoern Schiessle2014-08-111-12/+1
|
* set minDate always to today + one dayBjoern Schiessle2014-08-081-2/+8
|
* don't display share permission if resharing was disabled by the adminBjoern Schiessle2014-08-051-2/+2
|
* Fix enforced share expiration date to be based on share timeVincent Petry2014-07-211-5/+23
|
* reduce share action text to the user name onlyThomas Müller2014-07-141-2/+2
|
* Merge pull request #9410 from owncloud/shareownernamewidthJan-Christoph Borchardt2014-07-031-2/+50
|\ | | | | Improved remote share owner display
| * Improved remote share owner displayVincent Petry2014-07-031-2/+50
| | | | | | | | | | | | | | The parts of the remote share owner name is now split between user name, domain name and root so they can be formatted / displayed differently. The user name + domain name are displayed in the tooltip.
* | only show message if default expire date is enforcedBjoern Schiessle2014-07-031-6/+2
|/
* Use fileActionsReady to re-render sharing iconsVincent Petry2014-07-011-2/+9
| | | | | | | | | Whenever file actions are modified, either by registering new actions or when appending a new page of entries, the sharing app is now notified so it can correctly refresh the sharing icon status. Additionally, the core's loadIcons() method is also used to load the existing shares and also refresh the sharing icons afterwards.
* make expiration message grey, less present in dropdownJan-Christoph Borchardt2014-06-301-1/+1
|
* Unit tests for share dropdown with nested link shareVincent Petry2014-06-271-0/+2
|
* Use file_source to find matching share for nested link sharesVincent Petry2014-06-271-1/+1
|
* Fix hidden share button and checkbox layoutMorris Jobke2014-06-251-3/+3
| | | | fixes #9101
* Do even more sanitizationLukas Reschke2014-06-141-5/+5
|
* set minDate and maxDate in datepickerBjoern Schiessle2014-06-061-1/+5
|
* only expire link sharesBjoern Schiessle2014-06-061-11/+26
|
* Merge pull request #8791 from owncloud/share-overview-sharewithstatusMorris Jobke2014-06-041-33/+102
|\ | | | | Update share action text to display owner/recipients
| * Use recipient display names when updating shares in the UIVincent Petry2014-06-041-4/+35
| | | | | | | | | | | | | | | | | | | | | | Since OC.Share didn't have any array containing the list of shares for the current file, OC.Share.currentShares has been introduced to contain the full share item structure instead of the reduced one OC.Share.itemShares. The event "sharesChanged" is now passing OC.Share.currentShares, which itself includes the display name to be displayed for the recipients in the action icon.
| * Multiple fixes to sharing overviewVincent Petry2014-06-031-5/+5
| | | | | | | | | | - scrolling to next page now correctly renders share icons - reshareing/unsharing a reshare will now still keep "Shared by" label