summaryrefslogtreecommitdiffstats
path: root/lib/private/preview/txt.php
Commit message (Collapse)AuthorAgeFilesLines
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* Change small thumbnails to 32 pxMorris Jobke2015-09-301-1/+1
| | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big
* update license headers and authorsMorris Jobke2015-06-251-2/+0
|
* show txt preview when file contains textGeorg Ehrke2015-05-271-1/+1
|
* Scale up the font on larger previewsJoas Schilling2015-04-151-1/+1
|
* Update license headersJenkins for ownCloud2015-03-261-4/+23
|
* Add more type hintingJoas Schilling2015-03-161-1/+1
|
* Revert "Updating license headers"Morris Jobke2015-02-261-22/+4
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-4/+22
|
* Fix intendation and doc blocks of preview providersJoas Schilling2014-11-281-8/+0
|
* Move registration of core preview providers to previewJoas Schilling2014-11-271-16/+5
| | | | So the class files only have class code and don't execute code
* Preview large TXT files fixNmz2014-10-021-1/+1
| | | Limit the size of the string generating the preview image for TXT files
* Merge pull request #9953 from owncloud/fix_text_preview_for_systems_without_ttfMorris Jobke2014-08-071-1/+8
|\ | | | | implement a txt preview fallback for the case that ttf is not support
| * implement a txt preview fallback for the case that ttf is not supportGeorg Ehrke2014-07-281-1/+8
| |
* | Use svg mimeicons for empty text filesRobin Appelman2014-07-301-0/+10
|/
* make text preview backend use imagettftext, fixes #8087Georg Ehrke2014-06-101-2/+6
|
* accept text/markdown as wellThomas Müller2013-10-161-1/+1
|
* implement previews for markdownGeorg Ehrke2013-10-141-0/+10
|
* remove php and js previewsGeorg Ehrke2013-10-111-20/+0
|
* only text/plain is now used to generate text previewsThomas Müller2013-10-111-11/+10
| | | | blacklist implementation remove because no longer needed
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+83
Conflicts: lib/private/vcategories.php