Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | Merge pull request #19539 from owncloud/fix-multiselect-overlap-shorter | Thomas Müller | 2015-10-05 | 1 | -25/+43 |
|\ | | | | | Fix filelist size issues, breadcrumb, multiselect | ||||
| * | Fix filelist size issues, breadcrumb, multiselect | Vincent Petry | 2015-10-02 | 1 | -25/+43 |
| | | | | | | | | | | | | | | - calculate multiselect header width to exclude scrollbar - call FileList._onResize() when sidebar is toggled ("appresized"), this also updates the breadcrumb width - moved global getScrollBarWidth() to OC.Util namespace | ||||
* | | Merge pull request #19272 from owncloud/mimetypes-enhanced | Thomas Müller | 2015-10-02 | 2 | -24/+35 |
|\ \ | | | | | | | Introduce a few new mimetypes for code, fix recursive mimetype aliases | ||||
| * | | Updated some mimetypes | Roeland Jago Douma | 2015-10-02 | 1 | -0/+1 |
| | | | | | | | | | | | | * c++ and cpp now both map to code | ||||
| * | | Allow recursive mimetype aliases | Robin McCorkell | 2015-10-02 | 1 | -1/+1 |
| | | | | | | | | | | | | application/xml -> text/html -> text/code | ||||
| * | | Introduce a few new mimetypes for code | Robin McCorkell | 2015-10-02 | 1 | -23/+33 |
| | | | |||||
* | | | Focus on share field after first display | Vincent Petry | 2015-10-02 | 1 | -1/+8 |
|/ / | |||||
* | | Merge pull request #19523 from owncloud/fix-seconds-ago | Thomas Müller | 2015-10-02 | 1 | -0/+4 |
|\ \ | | | | | | | Fix moment.js "a few seconds ago" with "seconds ago" | ||||
| * | | Fix moment.js "a few seconds ago" with "seconds ago" | Morris Jobke | 2015-10-02 | 1 | -0/+4 |
| |/ | | | | | | | * fixes #18627 | ||||
* / | Make sure the conflict dialog is loaded before adding conflicts | Vincent Petry | 2015-10-02 | 1 | -4/+11 |
|/ | |||||
* | Merge pull request #19454 from owncloud/ie8-madness-returns | Thomas Müller | 2015-09-30 | 1 | -0/+40 |
|\ | | | | | [IE8] Fix file type sizes and popover menus in file list | ||||
| * | [IE8] Fix filetype icon sizes | Vincent Petry | 2015-09-29 | 1 | -0/+40 |
| | | | | | | | | | | | | Added hack that uses a "filter" CSS with explicit URL to fix the "New" menu by scaling down icons and also fix the folder/filetype icon in the sidebar by scaling it up. | ||||
* | | Merge pull request #19443 from owncloud/sharedialog-passworderror | Thomas Müller | 2015-09-30 | 1 | -3/+19 |
|\ \ | | | | | | | Fix share link password error | ||||
| * | | Fix share link password error | Vincent Petry | 2015-09-29 | 1 | -3/+19 |
| |/ | | | | | | | | | - only allow submitting the password once, single request - display error in tooltip | ||||
* / | Use Hermite resampling for comparator canvas previews | Olivier Paroz | 2015-09-29 | 1 | -8/+85 |
|/ | |||||
* | Merge pull request #19418 from owncloud/fix-parsehashquery | Thomas Müller | 2015-09-29 | 1 | -3/+1 |
|\ | | | | | Consider both hash params and query when parsing URL | ||||
| * | Consider both hash params and query when parsing URL | Vincent Petry | 2015-09-28 | 1 | -3/+1 |
| | | |||||
* | | Show loading spinner for first fetch of shares | Vincent Petry | 2015-09-28 | 2 | -5/+28 |
|/ | | | | | Whenever the sidebar first loads shares, show a spinner instead of an empty content | ||||
* | Merge pull request #19363 from owncloud/checkboxes-sidebar | Thomas Müller | 2015-09-28 | 3 | -10/+10 |
|\ | | | | | Restyle checkboxes in sidebar | ||||
| * | restyle checkboxes in sidebar | Hendrik Leppelsack | 2015-09-25 | 3 | -10/+10 |
| | | |||||
* | | fix sidebar spinner | Hendrik Leppelsack | 2015-09-25 | 1 | -3/+5 |
|/ | |||||
* | fix multiselect | Hendrik Leppelsack | 2015-09-25 | 1 | -0/+3 |
| | |||||
* | Merge pull request #18517 from owncloud/17753_to_master | Thomas Müller | 2015-09-24 | 1 | -2/+2 |
|\ | | | | | Fix preview of old file on public upload conflicts | ||||
| * | Fix preview of old file on public upload conflicts | Olivier Paroz | 2015-09-20 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #19305 from owncloud/share-hasusershares | Thomas Müller | 2015-09-24 | 2 | -2/+72 |
|\ \ | | | | | | | Fix ShareItemModel.hasUserShares to only check shares of current item | ||||
| * | | Fix ShareItemModel.hasUserShares to only check shares of current item | Vincent Petry | 2015-09-23 | 2 | -2/+72 |
| | | | | | | | | | | | | | | | | | | | | | | | | The shares array is based on what the server returns and can contain share info for parent folders. hasUserShares is now fixed to ignore parent folders and only checks for shares on the current item. | ||||
* | | | Expiration date was always a string | Vincent Petry | 2015-09-24 | 2 | -5/+5 |
|/ / | |||||
* | | Fix parsing int attributes from share.php response | Vincent Petry | 2015-09-23 | 2 | -7/+70 |
| | | | | | | | | | | | | | | Sometimes the attributes returned by share.php are integers but packaged as strings. This fix makes sure that such attributes are parsed as integers | ||||
* | | Merge pull request #19220 from individual-it/fix_19164 | Thomas Müller | 2015-09-23 | 1 | -0/+2 |
|\ \ | | | | | | | re initialize OC.Share.currentShares OC.Share.itemShares | ||||
| * | | re initialize OC.Share.currentShares OC.Share.itemShares | Individual IT Services | 2015-09-21 | 1 | -0/+2 |
| |/ | | | | | | | otherwise old values are kept. fix for #19164 | ||||
* | | Merge pull request #19279 from owncloud/share-fixbogusentry | Thomas Müller | 2015-09-23 | 1 | -0/+3 |
|\ \ | | | | | | | Fix bogus entry that appears when switching with arrow keys | ||||
| * | | Fix bogus entry that appears when switching with arrow keys | Vincent Petry | 2015-09-22 | 1 | -0/+3 |
| | | | |||||
* | | | implement builder pattern in tipsy shim | Hendrik Leppelsack | 2015-09-23 | 1 | -0/+1 |
| | | | |||||
* | | | Update mimetypes | Lukas Reschke | 2015-09-22 | 1 | -34/+23 |
|/ / | |||||
* | | fix missing checkboxes in file comparator | Hendrik Leppelsack | 2015-09-21 | 1 | -0/+5 |
| | | |||||
* | | Typo | Olivier Paroz | 2015-09-19 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #19008 from owncloud/jquery_avatar_tests | Thomas Müller | 2015-09-18 | 2 | -1/+241 |
|\ | | | | | JS tests for jquery.avatar | ||||
| * | Added js tests for jquery.avatar | Roeland Jago Douma | 2015-09-14 | 2 | -1/+241 |
| | | | | | | | | * Ceil avatar request size | ||||
* | | fix missing checkboxes in share dialog | Hendrik Leppelsack | 2015-09-17 | 1 | -6/+12 |
| | | |||||
* | | Port share.css styles to the sidebar panel | Vincent Petry | 2015-09-16 | 2 | -3/+2 |
| | | |||||
* | | Fix cruds button in share dialog | Vincent Petry | 2015-09-16 | 1 | -2/+3 |
| | | | | | | | | Only toggle the current row | ||||
* | | Removed obsolete tests | Vincent Petry | 2015-09-16 | 1 | -76/+2 |
| | | |||||
* | | Fix allow reshare for owner when sharing with self through group | Vincent Petry | 2015-09-16 | 2 | -2/+22 |
| | | |||||
* | | More unit tests for share dialog | Vincent Petry | 2015-09-16 | 6 | -400/+202 |
| | | |||||
* | | Update JS unit tests for share dialog (WIP) | Vincent Petry | 2015-09-16 | 7 | -1103/+1157 |
| | | |||||
* | | Remove unused/obsoleted OC.Share code | Vincent Petry | 2015-09-16 | 1 | -424/+0 |
| | | | | | | | | The sharing dialog has been moved to ShareDialogView | ||||
* | | Implement email autocomplete for link share | Vincent Petry | 2015-09-16 | 1 | -0/+27 |
| | | |||||
* | | Implement email share link | Vincent Petry | 2015-09-16 | 2 | -2/+59 |
| | | |||||
* | | Implement "notify by email" checkbox in share dialog | Vincent Petry | 2015-09-16 | 2 | -3/+40 |
| | |