Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Fix share dropdown when links are not allowed | Vincent Petry | 2014-08-21 | 1 | -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 exists | Vincent Petry | 2014-08-15 | 1 | -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' entry | Bjoern Schiessle | 2014-08-11 | 1 | -12/+1 | |
| | ||||||
* | set minDate always to today + one day | Bjoern Schiessle | 2014-08-08 | 1 | -2/+8 | |
| | ||||||
* | don't display share permission if resharing was disabled by the admin | Bjoern Schiessle | 2014-08-05 | 1 | -2/+2 | |
| | ||||||
* | Fix enforced share expiration date to be based on share time | Vincent Petry | 2014-07-21 | 1 | -5/+23 | |
| | ||||||
* | reduce share action text to the user name only | Thomas Müller | 2014-07-14 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #9410 from owncloud/shareownernamewidth | Jan-Christoph Borchardt | 2014-07-03 | 1 | -2/+50 | |
|\ | | | | | Improved remote share owner display | |||||
| * | Improved remote share owner display | Vincent Petry | 2014-07-03 | 1 | -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 enforced | Bjoern Schiessle | 2014-07-03 | 1 | -6/+2 | |
|/ | ||||||
* | Use fileActionsReady to re-render sharing icons | Vincent Petry | 2014-07-01 | 1 | -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 dropdown | Jan-Christoph Borchardt | 2014-06-30 | 1 | -1/+1 | |
| | ||||||
* | Unit tests for share dropdown with nested link share | Vincent Petry | 2014-06-27 | 1 | -0/+2 | |
| | ||||||
* | Use file_source to find matching share for nested link shares | Vincent Petry | 2014-06-27 | 1 | -1/+1 | |
| | ||||||
* | Fix hidden share button and checkbox layout | Morris Jobke | 2014-06-25 | 1 | -3/+3 | |
| | | | | fixes #9101 | |||||
* | Do even more sanitization | Lukas Reschke | 2014-06-14 | 1 | -5/+5 | |
| | ||||||
* | set minDate and maxDate in datepicker | Bjoern Schiessle | 2014-06-06 | 1 | -1/+5 | |
| | ||||||
* | only expire link shares | Bjoern Schiessle | 2014-06-06 | 1 | -11/+26 | |
| | ||||||
* | Merge pull request #8791 from owncloud/share-overview-sharewithstatus | Morris Jobke | 2014-06-04 | 1 | -33/+102 | |
|\ | | | | | Update share action text to display owner/recipients | |||||
| * | Use recipient display names when updating shares in the UI | Vincent Petry | 2014-06-04 | 1 | -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 overview | Vincent Petry | 2014-06-03 | 1 | -5/+5 | |
| | | | | | | | | | | - scrolling to next page now correctly renders share icons - reshareing/unsharing a reshare will now still keep "Shared by" label | |||||
| * | More unit tests and fixes for share | Vincent Petry | 2014-06-02 | 1 | -10/+27 | |
| | | ||||||
| * | Added unit tests for share.js and share icon | Vincent Petry | 2014-06-02 | 1 | -13/+3 | |
| | | ||||||
| * | Update share action text to display owner/recipients | Vincent Petry | 2014-06-02 | 1 | -32/+63 | |
| | | | | | | | | | | - when a share was changed, update the share action text - added file data attribute "data-share-recipients" | |||||
* | | Scrutinizer cleanup | kondou | 2014-06-02 | 1 | -21/+29 | |
|/ | ||||||
* | add share icons for folders shared by the current user | Bjoern Schiessle | 2014-05-30 | 1 | -13/+31 | |
| | ||||||
* | Fix fileList fallback in OC.Share for outside files app | Vincent Petry | 2014-05-30 | 1 | -3/+10 | |
| | | | | | OC.Share can be used in non-files apps, so the fileList callback needs to support that as well. | |||||
* | Sharing overview fixes and unit tests | Vincent Petry | 2014-05-30 | 1 | -21/+24 | |
| | | | | | | | | | | | | - Fixed renaming and fileActionsReady event - Added unit tests for shares list - Fixed public page with defer - Fixed file actions in sharing overview - Fixed sharing counterpart list (10 entries max) - Fixed file path attribute to be used in download action - Fix sharing list headers - OC.Share icons now operate on fileList instance - Fix OC.Share.updateIcon when more than one list in DOM | |||||
* | Fixed file actions for sharing views | Vincent Petry | 2014-05-30 | 1 | -6/+18 | |
| | | | | | | | | FileActions can now be clone to be use for separate file list views without having the side-effect of affecting the main file list view. Added "Open" action in sharing overview file lists to redirect to the regular file list when clicking on a folder. | |||||
* | add title property to share dialog | Volkan Gezer | 2014-05-27 | 1 | -2/+2 | |
| | ||||||
* | Add generic 'share by link' URL generator in share.js | libasys | 2014-05-19 | 1 | -1/+13 | |
| | | | | Some more global definition to autogenerate a "Shared by Link" with token! Why we not add these lines for more global use of the public service feature? At the moment there is a pr for sharing a calendar by Link. With this little mod the calendar can work with the core share api and needs no own js share definition! | |||||
* | fix wrong conflict resolution | Morris Jobke | 2014-05-19 | 1 | -1/+1 | |
| | ||||||
* | Correctly set expiration dates when adding additional shares | Joas Schilling | 2014-05-19 | 1 | -4/+31 | |
| | ||||||
* | allow admin to enforce passwords for public link shares | Bjoern Schiessle | 2014-05-16 | 1 | -19/+33 | |
| | ||||||
* | Merge pull request #8522 from owncloud/sharing_ux_improvements | Björn Schießle | 2014-05-14 | 1 | -1/+21 | |
|\ | | | | | Sharing ux improvements | |||||
| * | move expire message to the bottom | Bjoern Schiessle | 2014-05-13 | 1 | -1/+2 | |
| | | ||||||
| * | hide default expire message if user sets expire date | Bjoern Schiessle | 2014-05-13 | 1 | -0/+7 | |
| | | ||||||
| * | add information about default expire date to the share dialog | Bjoern Schiessle | 2014-05-13 | 1 | -1/+13 | |
| | | ||||||
* | | fix style | Thomas Müller | 2014-05-12 | 1 | -2/+2 | |
| | | ||||||
* | | escape display name and email | Thomas Müller | 2014-05-09 | 1 | -1/+1 | |
|/ |