summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #19597 from owncloud/update-license-headersThomas Müller2015-10-0619-8/+17
|\ | | | | update licence headers via script
| * deduplicate @xenopathicMorris Jobke2015-10-065-5/+4
| |
| * update licence headers via scriptMorris Jobke2015-10-0517-5/+15
| |
* | [admin] check for correct PHP memcached moduleMorris Jobke2015-10-062-6/+46
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-066-6/+68
| |
* | Merge pull request #19553 from owncloud/properly_format_date_shareviewThomas Müller2015-10-052-9/+11
|\ \ | | | | | | Use DD-MM-YYYY consistently in share sidebar
| * | Use DD-MM-YYYY consistently in share sidebarRoeland Jago Douma2015-10-042-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-sidebarfullscreenThomas Müller2015-10-051-1/+1
|\ \ \ | | | | | | | | Make sidebar properly fullscreen in mobile/compact mode
| * | | Make sidebar properly fullscreen in mobile/compact modeVincent Petry2015-10-051-1/+1
| | |/ | |/|
* / | Do not remove linkshare if there is noneRoeland Jago Douma2015-10-052-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-shorterThomas Müller2015-10-051-25/+43
|\ \ | |/ |/| Fix filelist size issues, breadcrumb, multiselect
| * Fix filelist size issues, breadcrumb, multiselectVincent Petry2015-10-021-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 transifexJenkins for ownCloud2015-10-0410-0/+22
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-03142-0/+284
| |
* | Merge pull request #19272 from owncloud/mimetypes-enhancedThomas Müller2015-10-022-24/+35
|\ \ | | | | | | Introduce a few new mimetypes for code, fix recursive mimetype aliases
| * | Updated some mimetypesRoeland Jago Douma2015-10-021-0/+1
| | | | | | | | | | | | * c++ and cpp now both map to code
| * | Allow recursive mimetype aliasesRobin McCorkell2015-10-021-1/+1
| | | | | | | | | | | | application/xml -> text/html -> text/code
| * | 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