Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |||||
| * | | Use a universal shebang | Olivier Paroz | 2015-09-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | Fixes #15037 | |||||
* | | | Merge pull request #19378 from owncloud/fix-sharing-autocomplete | Thomas Müller | 2015-09-28 | 1 | -0/+4 | |
|\ \ \ | |/ / |/| | | fix name autocomplete not showing on mobile, fix #18551 | |||||
| * | | fix name autocomplete not showing on mobile, fix #18551 | Jan-Christoph Borchardt | 2015-09-25 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge pull request #19380 from owncloud/gallery-icon-visibility | Thomas Müller | 2015-09-25 | 10 | -11/+42 | |
|\ \ \ | | | | | | | | | increase visibility of slideshow controls, fix owncloud/gallery#51 | |||||
| * | | | increase visibility of slideshow controls, fix @owncloud/gallery#51 | Jan-Christoph Borchardt | 2015-09-25 | 10 | -11/+42 | |
| |/ / | ||||||
* | | | Merge pull request #19383 from owncloud/simplify-upload-icon | Thomas Müller | 2015-09-25 | 2 | -2/+2 | |
|\ \ \ | | | | | | | | | simplify upload icon | |||||
| * | | | simplify upload icon | Jan-Christoph Borchardt | 2015-09-25 | 2 | -2/+2 | |
| |/ / | ||||||
* | | | fix sidebar spinner | Hendrik Leppelsack | 2015-09-25 | 1 | -3/+5 | |
| | | |