Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #19597 from owncloud/update-license-headers | Thomas Müller | 2015-10-06 | 19 | -8/+17 |
|\ | | | | | update licence headers via script | ||||
| * | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 5 | -5/+4 |
| | | |||||
| * | update licence headers via script | Morris Jobke | 2015-10-05 | 17 | -5/+15 |
| | | |||||
* | | [admin] check for correct PHP memcached module | Morris Jobke | 2015-10-06 | 2 | -6/+46 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-06 | 6 | -6/+68 |
| | | |||||
* | | Merge pull request #19553 from owncloud/properly_format_date_shareview | Thomas Müller | 2015-10-05 | 2 | -9/+11 |
|\ \ | | | | | | | Use DD-MM-YYYY consistently in share sidebar | ||||
| * | | Use DD-MM-YYYY consistently in share sidebar | Roeland Jago Douma | 2015-10-04 | 2 | -9/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We used to display the response from the server. Which is in non ISO8601 format. Now this is weird since the datepickers shows us 'DD-MM-YYYY' once a date is chosen. Now use momentJS to properly format the date. * Unit tests updated | ||||
* | | | Merge pull request #19590 from owncloud/compactmode-sidebarfullscreen | Thomas Müller | 2015-10-05 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Make sidebar properly fullscreen in mobile/compact mode | ||||
| * | | | Make sidebar properly fullscreen in mobile/compact mode | Vincent Petry | 2015-10-05 | 1 | -1/+1 |
| | |/ | |/| | |||||
* / | | Do not remove linkshare if there is none | Roeland Jago Douma | 2015-10-05 | 2 | -1/+42 |
|/ / | | | | | | | | | | | | | | | If the password is enforced we can't create a link share right away but just show the password field. Untoggling the link sharing should not try to remove the share. * Added unit test | ||||
* | | 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 |