summaryrefslogtreecommitdiffstats
path: root/core/js/share.js
Commit message (Collapse)AuthorAgeFilesLines
* Inline actions using default renderer are now always permanentVincent Petry2015-08-101-3/+1
| | | | | | | | Default renderer like the favorite icon can decide whether to use the permanent class or not. Fixed sharing code to properly update the icon according to sharing state modifications.
* tests for _parseTime with hex and empty stringsMorris Jobke2015-07-281-0/+4
|
* Fix parsing of sharetime as stringMorris Jobke2015-07-281-0/+17
| | | | | | | In some cases the ajax/share.php will return the share time as string. If this is the case it would get parsed completely wrong and cause the share dropdown to not work anymore. This change will properly cast the string to an interger and also fallback if this is not possible.
* Adding error handling in case setting the password failsThomas Müller2015-07-231-5/+12
|
* Properly format remote recipientsRoeland Jago Douma2015-05-271-12/+27
| | | | | | | * A list of recipients can now be properly formatted with remote shares. Before the shares where simply shown in full in the "Shared with others" section. * Unit tests updated and added
* Merge pull request #12401 from owncloud/add-limit-parameter-to-getSharewithThomas Müller2015-05-191-1/+1
|\ | | | | Remove hard coded limit of 15 from getShareWith
| * add support for limit request parameter to getShareWithCraig Morrissey2015-05-151-1/+1
| |
* | Merge pull request #15738 from rullzer/fix_15611Vincent Petry2015-05-181-10/+26
|\ \ | | | | | | Fix to make sure expiration date is properly set
| * | Fix to make sure expiration date is properly setRoeland Jago Douma2015-05-181-10/+26
| |/ | | | | | | | | | | | | | | This did not happen correctly when the password was enforced since a different code path was taken. * moved generation of the default date string to separate function * added unit test
* / Reset share dialog values so we start out cleanRoeland Jago Douma2015-05-181-0/+5
|/ | | | * Unit test
* Do not restrict permissions for the original ownerJoas Schilling2015-04-291-1/+1
|
* moved from html to $('html') to fix unit testsRoeland Jago Douma2015-04-171-2/+1
|
* Reset sharedialog valuesRoeland Jago Douma2015-04-171-0/+4
|
* remove slow fade animation for remaining tipsy tooltipsJan-Christoph Borchardt2015-04-151-1/+1
|
* more robust share dialogMorris Jobke2015-04-101-0/+4
|
* Merge pull request #15235 from owncloud/remote-share-hintMorris Jobke2015-04-091-1/+16
|\ | | | | Hint for remote sharing syntax
| * Correctly generate the doc link via go.phpJoas Schilling2015-04-091-3/+3
| |
| * fix remote share info icon for IE8Jan-Christoph Borchardt2015-04-091-1/+1
| |
| * add more present info about remote shares, fix layout of inputsJan-Christoph Borchardt2015-04-091-0/+10
| |
| * correct remote share hintJan-Christoph Borchardt2015-03-261-1/+1
| |
| * add hint in Share placeholder on remote share syntaxJan-Christoph Borchardt2015-03-261-1/+6
| |
* | 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
|