summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Introduce a few new mimetypes for codeRobin McCorkell2015-10-021-23/+33
| | |
* | | Focus on share field after first displayVincent Petry2015-10-021-1/+8
|/ /
* | Merge pull request #19523 from owncloud/fix-seconds-agoThomas Müller2015-10-021-0/+4
|\ \ | | | | | | Fix moment.js "a few seconds ago" with "seconds ago"
| * | Fix moment.js "a few seconds ago" with "seconds ago"Morris Jobke2015-10-021-0/+4
| |/ | | | | | | * fixes #18627
* | Merge pull request #19521 from owncloud/files-conflictdialog-loadpromiseThomas Müller2015-10-021-4/+11
|\ \ | | | | | | Make sure the conflict dialog is loaded before adding conflicts
| * | Make sure the conflict dialog is loaded before adding conflictsVincent Petry2015-10-021-4/+11
| |/
* | Merge pull request #19508 from owncloud/setting-to-skip-migration-testsThomas Müller2015-10-022-2/+17
|\ \ | |/ |/| setting to skip migration tests by default
| * setting to skip migration tests by defaultMorris Jobke2015-10-012-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-rageJörn Friedrich Dreyer2015-10-021-1/+11
|\ \ | | | | | | [IE8] Fix checkboxes in login page and file list
| * | [IE8] Make checkbox on login page look less out of placeVincent Petry2015-09-301-1/+11
| | |
* | | Merge pull request #19496 from owncloud/ie8-filenamewidth-sicknessJörn Friedrich Dreyer2015-10-021-0/+4
|\ \ \ | | | | | | | | [IE8] Remove non-working ellipsis support
| * | | [IE8] Remove non-working ellipsis supportVincent Petry2015-10-011-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 transifexJenkins for ownCloud2015-10-0210-0/+24
| | |
* | | display checkboxes properly after file restoreHendrik Leppelsack2015-10-011-0/+1
| | |
* | | allow passing the fileinfo to the preview managerRobin Appelman2015-10-011-1/+1
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-018-0/+16
| |
* | Merge pull request #19468 from owncloud/fix-36-vs-32-previewsThomas Müller2015-09-301-2/+2
|\ \ | |/ |/| Change small thumbnails to 32 px
| * Change small thumbnails to 32 pxMorris Jobke2015-09-301-2/+2
| | | | | | | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big
* | Merge pull request #19454 from owncloud/ie8-madness-returnsThomas Müller2015-09-3022-0/+47
|\ \ | | | | | | [IE8] Fix file type sizes and popover menus in file list
| * | [IE8] Fix popover menu borders for IE8Vincent Petry2015-09-291-0/+7
| | | | | | | | | | | | | | | - fixes "New" menu - fixes file actions menu
| * | [IE8] Fix filetype icon sizesVincent Petry2015-09-291-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 32x32Vincent Petry2015-09-2920-0/+0
| | |
* | | Merge pull request #19451 from owncloud/ie8-madnessThomas Müller2015-09-303-1/+14
|\ \ \ | | | | | | | | Fix login page logo + login arrow
| * | | Optipng IE8 logoVincent Petry2015-09-301-0/+0
| | | |
| * | | move IE8 fixes to fixes.cssMorris Jobke2015-09-303-13/+13
| | | |
| * | | Fix login arrow in login pageVincent Petry2015-09-292-1/+10
| | | |
| * | | Fix IE8 login logoVincent Petry2015-09-292-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-passworderrorThomas Müller2015-09-301-3/+19
|\ \ \ | |_|/ |/| | Fix share link password error
| * | Fix share link password errorVincent Petry2015-09-291-3/+19
| |/ | | | | | | | | - only allow submitting the password once, single request - display error in tooltip
* | Merge pull request #19449 from ↵Jörn Friedrich Dreyer2015-09-301-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 previewsOlivier Paroz2015-09-291-8/+85
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-09-302-0/+2
|/ /
* / [upgrade] switch to debug logging on upgradeMorris Jobke2015-09-292-0/+12
|/ | | | | * resets afterwards * adds output about the previous log level
* Merge pull request #19418 from owncloud/fix-parsehashqueryThomas Müller2015-09-291-3/+1
|\ | | | | Consider both hash params and query when parsing URL
| * Consider both hash params and query when parsing URLVincent Petry2015-09-281-3/+1
| |
* | Merge pull request #19411 from owncloud/files-sidebar-shareloadspinnerThomas Müller2015-09-292-5/+28
|\ \ | | | | | | Show loading spinner for first fetch of shares
| * | Show loading spinner for first fetch of sharesVincent Petry2015-09-282-5/+28
| |/ | | | | | | | | Whenever the sidebar first loads shares, show a spinner instead of an empty content
* / [tx-robot] updated from transifexJenkins for ownCloud2015-09-294-0/+8
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-2868-126/+94
|
* Merge pull request #19363 from owncloud/checkboxes-sidebarThomas Müller2015-09-283-10/+10
|\ | | | | Restyle checkboxes in sidebar
| * restyle checkboxes in sidebarHendrik Leppelsack2015-09-253-10/+10
| |
* | Merge pull request #19395 from owncloud/15037-universal-shebangThomas Müller2015-09-281-1/+1
|\ \ | | | | | | Use a universal shebang
| * | Use a universal shebangOlivier Paroz2015-09-271-1/+1
| | | | | | | | | | | | Fixes #15037
* | | Merge pull request #19378 from owncloud/fix-sharing-autocompleteThomas Müller2015-09-281-0/+4
|\ \ \ | |/ / |/| | fix name autocomplete not showing on mobile, fix #18551
| * | fix name autocomplete not showing on mobile, fix #18551Jan-Christoph Borchardt2015-09-251-0/+4
| | |
* | | Merge pull request #19380 from owncloud/gallery-icon-visibilityThomas Müller2015-09-2510-11/+42
|\ \ \ | | | | | | | | increase visibility of slideshow controls, fix owncloud/gallery#51
| * | | increase visibility of slideshow controls, fix @owncloud/gallery#51Jan-Christoph Borchardt2015-09-2510-11/+42
| |/ /
* | | Merge pull request #19383 from owncloud/simplify-upload-iconThomas Müller2015-09-252-2/+2
|\ \ \ | | | | | | | | simplify upload icon
| * | | simplify upload iconJan-Christoph Borchardt2015-09-252-2/+2
| |/ /
* | | fix sidebar spinnerHendrik Leppelsack2015-09-251-3/+5
| | |