Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update licence headers via script | Morris Jobke | 2015-10-05 | 17 | -5/+15 |
| | |||||
* | 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 | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-04 | 10 | -0/+22 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-03 | 142 | -0/+284 |
| | | |||||
* | | 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 | ||||
* | | Merge pull request #19521 from owncloud/files-conflictdialog-loadpromise | Thomas Müller | 2015-10-02 | 1 | -4/+11 |
|\ \ | | | | | | | Make sure the conflict dialog is loaded before adding conflicts | ||||
| * | | Make sure the conflict dialog is loaded before adding conflicts | Vincent Petry | 2015-10-02 | 1 | -4/+11 |
| |/ | |||||
* | | Merge pull request #19508 from owncloud/setting-to-skip-migration-tests | Thomas Müller | 2015-10-02 | 2 | -2/+17 |
|\ \ | |/ |/| | setting to skip migration tests by default | ||||
| * | setting to skip migration tests by default | Morris Jobke | 2015-10-01 | 2 | -2/+17 |
| | | | | | | | | | | | | | | * if you install owncloud via package it is not possible to skip migration tests * this also allows to disable migration tests for an instance by default | ||||
* | | Merge pull request #19484 from owncloud/ie8-checkbox-rage | Jörn Friedrich Dreyer | 2015-10-02 | 1 | -1/+11 |
|\ \ | | | | | | | [IE8] Fix checkboxes in login page and file list | ||||
| * | | [IE8] Make checkbox on login page look less out of place | Vincent Petry | 2015-09-30 | 1 | -1/+11 |
| | | | |||||
* | | | Merge pull request #19496 from owncloud/ie8-filenamewidth-sickness | Jörn Friedrich Dreyer | 2015-10-02 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | [IE8] Remove non-working ellipsis support | ||||
| * | | | [IE8] Remove non-working ellipsis support | Vincent Petry | 2015-10-01 | 1 | -0/+4 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | This prevents the name element to be too wide, which would cause users to mistakenly click on it instead of the empty space when wanting to focus on a file for the sidebar. Also fixed the close button on the sidebar (make it appear) | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-02 | 10 | -0/+24 |
| | | | |||||
* | | | display checkboxes properly after file restore | Hendrik Leppelsack | 2015-10-01 | 1 | -0/+1 |
| | | | |||||
* | | | allow passing the fileinfo to the preview manager | Robin Appelman | 2015-10-01 | 1 | -1/+1 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-01 | 8 | -0/+16 |
| | | |||||
* | | Merge pull request #19468 from owncloud/fix-36-vs-32-previews | Thomas Müller | 2015-09-30 | 1 | -2/+2 |
|\ \ | |/ |/| | Change small thumbnails to 32 px | ||||
| * | Change small thumbnails to 32 px | Morris Jobke | 2015-09-30 | 1 | -2/+2 |
| | | | | | | | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big | ||||
* | | Merge pull request #19454 from owncloud/ie8-madness-returns | Thomas Müller | 2015-09-30 | 22 | -0/+47 |
|\ \ | | | | | | | [IE8] Fix file type sizes and popover menus in file list | ||||
| * | | [IE8] Fix popover menu borders for IE8 | Vincent Petry | 2015-09-29 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | - fixes "New" menu - fixes file actions menu | ||||
| * | | [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. | ||||
| * | | [IE8] Rescale PNG icons to 32x32 | Vincent Petry | 2015-09-29 | 20 | -0/+0 |
| | | | |||||
* | | | Merge pull request #19451 from owncloud/ie8-madness | Thomas Müller | 2015-09-30 | 3 | -1/+14 |
|\ \ \ | | | | | | | | | Fix login page logo + login arrow | ||||
| * | | | Optipng IE8 logo | Vincent Petry | 2015-09-30 | 1 | -0/+0 |
| | | | | |||||
| * | | | move IE8 fixes to fixes.css | Morris Jobke | 2015-09-30 | 3 | -13/+13 |
| | | | | |||||
| * | | | Fix login arrow in login page | Vincent Petry | 2015-09-29 | 2 | -1/+10 |
| | | | | |||||
| * | | | Fix IE8 login logo | Vincent Petry | 2015-09-29 | 2 | -0/+4 |
| |/ / | | | | | | | | | | | | | Added 175px logo to make it have the same size. It's only used for IE8. | ||||
* | | | 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 | ||||
* | | Merge pull request #19449 from ↵ | Jörn Friedrich Dreyer | 2015-09-30 | 1 | -8/+85 |
|\ \ | | | | | | | | | | | | | owncloud/get-rid-of-ugly-previews-in-file-comparator Let's get rid of the ugly previews on the left side of the file comparator | ||||
| * | | Use Hermite resampling for comparator canvas previews | Olivier Paroz | 2015-09-29 | 1 | -8/+85 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-30 | 2 | -0/+2 |
|/ / | |||||
* / | [upgrade] switch to debug logging on upgrade | Morris Jobke | 2015-09-29 | 2 | -0/+12 |
|/ | | | | | * resets afterwards * adds output about the previous log level | ||||
* | 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 |
| | | |||||
* | | Merge pull request #19411 from owncloud/files-sidebar-shareloadspinner | Thomas Müller | 2015-09-29 | 2 | -5/+28 |
|\ \ | | | | | | | Show loading spinner for first fetch of shares | ||||
| * | | 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 | ||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-29 | 4 | -0/+8 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-28 | 68 | -126/+94 |
| | |||||
* | 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 |
| | | |||||
* | | Merge pull request #19395 from owncloud/15037-universal-shebang | Thomas Müller | 2015-09-28 | 1 | -1/+1 |
|\ \ | | | | | | | Use a universal shebang |