Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Inline actions using default renderer are now always permanent | Vincent Petry | 2015-08-10 | 1 | -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 strings | Morris Jobke | 2015-07-28 | 1 | -0/+4 |
| | |||||
* | Fix parsing of sharetime as string | Morris Jobke | 2015-07-28 | 1 | -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 fails | Thomas Müller | 2015-07-23 | 1 | -5/+12 |
| | |||||
* | Properly format remote recipients | Roeland Jago Douma | 2015-05-27 | 1 | -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-getSharewith | Thomas Müller | 2015-05-19 | 1 | -1/+1 |
|\ | | | | | Remove hard coded limit of 15 from getShareWith | ||||
| * | add support for limit request parameter to getShareWith | Craig Morrissey | 2015-05-15 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #15738 from rullzer/fix_15611 | Vincent Petry | 2015-05-18 | 1 | -10/+26 |
|\ \ | | | | | | | Fix to make sure expiration date is properly set | ||||
| * | | Fix to make sure expiration date is properly set | Roeland Jago Douma | 2015-05-18 | 1 | -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 clean | Roeland Jago Douma | 2015-05-18 | 1 | -0/+5 |
|/ | | | | * Unit test | ||||
* | Do not restrict permissions for the original owner | Joas Schilling | 2015-04-29 | 1 | -1/+1 |
| | |||||
* | moved from html to $('html') to fix unit tests | Roeland Jago Douma | 2015-04-17 | 1 | -2/+1 |
| | |||||
* | Reset sharedialog values | Roeland Jago Douma | 2015-04-17 | 1 | -0/+4 |
| | |||||
* | remove slow fade animation for remaining tipsy tooltips | Jan-Christoph Borchardt | 2015-04-15 | 1 | -1/+1 |
| | |||||
* | more robust share dialog | Morris Jobke | 2015-04-10 | 1 | -0/+4 |
| | |||||
* | Merge pull request #15235 from owncloud/remote-share-hint | Morris Jobke | 2015-04-09 | 1 | -1/+16 |
|\ | | | | | Hint for remote sharing syntax | ||||
| * | Correctly generate the doc link via go.php | Joas Schilling | 2015-04-09 | 1 | -3/+3 |
| | | |||||
| * | fix remote share info icon for IE8 | Jan-Christoph Borchardt | 2015-04-09 | 1 | -1/+1 |
| | | |||||
| * | add more present info about remote shares, fix layout of inputs | Jan-Christoph Borchardt | 2015-04-09 | 1 | -0/+10 |
| | | |||||
| * | correct remote share hint | Jan-Christoph Borchardt | 2015-03-26 | 1 | -1/+1 |
| | | |||||
| * | add hint in Share placeholder on remote share syntax | Jan-Christoph Borchardt | 2015-03-26 | 1 | -1/+6 |
| | | |||||
* | | fix enforced password for share in IE8 | Morris Jobke | 2015-03-26 | 1 | -0/+5 |
|/ | |||||
* | adjust animations of Share, Versions and others to OC.menuSpeed | Jan-Christoph Borchardt | 2015-03-26 | 1 | -16/+16 |
| | |||||
* | Merge pull request #15121 from owncloud/email-sent-unbold | Morris Jobke | 2015-03-23 | 1 | -4/+4 |
|\ | | | | | unbold share email sent notification | ||||
| * | unbold share email sent notification | Jan-Christoph Borchardt | 2015-03-23 | 1 | -4/+4 |
| | | |||||
* | | combine labels with inputs in sharing dialog, fix #14796 | Jan-Christoph Borchardt | 2015-03-23 | 1 | -5/+5 |
|/ | |||||
* | Avatars in share dialog fixes | Roeland Jago Douma | 2015-03-03 | 1 | -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 identifier | Lukas Reschke | 2015-02-27 | 1 | -2/+2 |
| | | | | | | Otherwise problems arrive when a username contains characters such as an `@` Fixes https://github.com/owncloud/user_shibboleth/issues/38 | ||||
* | Added config check | Roeland Jago Douma | 2015-02-13 | 1 | -8/+18 |
| | |||||
* | Added unit test | Roeland Jago Douma | 2015-02-12 | 1 | -2/+2 |
| | |||||
* | Display user avatar in share dialog | Roeland Jago Douma | 2015-02-12 | 1 | -2/+16 |
| | |||||
* | Indicate that the share owner is remote in the filelist | Joas Schilling | 2015-01-27 | 1 | -0/+3 |
| | |||||
* | Fix reshare permission issue | Vincent Petry | 2015-01-09 | 1 | -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 JS | Morris Jobke | 2015-01-07 | 1 | -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 #12285 | Bjoern Schiessle | 2014-12-19 | 1 | -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/wording | Jörn Friedrich Dreyer | 2014-12-19 | 1 | -2/+2 |
|\ | | | | | Wording fixes for sharing dialog | ||||
| * | change 'Allow Public Upload' to more understandable 'Allow editing', fix #10438 | Jan-Christoph Borchardt | 2014-12-18 | 1 | -1/+1 |
| | | |||||
| * | change 'update' to more understandable 'change', fix #10408 | Jan-Christoph Borchardt | 2014-12-18 | 1 | -1/+1 |
| | | |||||
* | | get rid of unnecessary alt and title attributes | Jan-Christoph Borchardt | 2014-12-18 | 1 | -1/+1 |
| | | |||||
* | | add missing input labels for Share dialog | Jan-Christoph Borchardt | 2014-12-18 | 1 | -0/+4 |
|/ | |||||
* | Move file thumbnail into the label element | Vincent Petry | 2014-12-11 | 1 | -3/+3 |
| | |||||
* | Add an option to disallow sending sharing emails to non-owncloud users | Joas Schilling | 2014-12-09 | 1 | -5/+9 |
| | | | | Fix #10836 | ||||
* | Forward port of #12493 | Arthur Schiwon | 2014-12-04 | 1 | -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 menu | Craig Morrissey | 2014-10-17 | 1 | -1/+1 |
| | |||||
* | set password field placeholder back if passward was disabled | Bjoern Schiessle | 2014-10-15 | 1 | -0/+1 |
| | |||||
* | Prevent monkey clicking on labels | Vincent Petry | 2014-09-26 | 1 | -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 position | Lukas Reschke | 2014-09-26 | 1 | -5/+5 |
| | |||||
* | Added spinners in share dropdown | Vincent Petry | 2014-09-26 | 1 | -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 asap | kondou | 2014-09-04 | 1 | -3/+1 |
| | |||||
* | Initial work on shorter links | kondou | 2014-09-04 | 1 | -2/+7 |
| |