summaryrefslogtreecommitdiff
path: root/inc/media.php
Commit message (Collapse)AuthorAge
* Merge pull request #561 from splitbrain/dir_deleteAndreas Gohr2014-02-22
|\ | | | | replace dir_delete by io_rmdir
| * replace dir_delete by io_rmdirGerrit Uitslag2014-02-20
| |
* | added some PHPDocs media.phpGerrit Uitslag2014-02-20
| |
* | Removed unused vars, define undefined onesGerrit Uitslag2014-02-20
|/
* fixed typo in phpdocAnika Henke2014-02-15
|
* try to ignore chmod errors FS#2895Andreas Gohr2014-02-15
|
* Mediamanager: rename radio name attributes for sort and list buttons tolisps2014-02-15
| | | | fix fs#2851 related to http://bugs.jqueryui.com/ticket/8761
* Merge remote-tracking branch 'origin/master' into video-audioAnika Henke2014-02-02
|\
| * Merge pull request #454 from lisps/resize_image-heightAndreas Gohr2014-01-19
| |\ | | | | | | Resize image by height
| | * fix indentlisps2013-11-27
| | |
| | * media image can be resized by height (without width)lisps2013-11-27
| | |
* | | Merge remote-tracking branch 'origin/master' into video-audioAnika Henke2014-01-26
|\| |
| * | removed some unused parameters, fixed some docblocksAndreas Gohr2014-01-07
| | | | | | | | | | | | this file makes me cry. there is so much shit going on here.
| * | removed superflous parameterAndreas Gohr2014-01-07
| |/
| * Merge pull request #422 from glensc/patch-1Andreas Gohr2013-11-13
| |\ | | | | | | media_isexternal do not capture
| | * media_isexternal do not captureElan Ruusamäe2013-11-13
| | | | | | | | | do not capture groups in media_isexternal. saves perhaps some cpu cycles and some bytes memory
| * | remove 'infos' misspellingElan Ruusamäe2013-11-13
| |/ | | | | | | http://english.stackexchange.com/questions/117552/why-does-information-not-have-a-plural-form
* | Merge remote-tracking branch 'origin/master' into video-audioAnika Henke2013-11-02
|\| | | | | | | | | Conflicts: inc/parser/xhtml.php
| * fix the default ordering of media files to be "natural".Christopher Smith2013-08-03
| | | | | | | | also allow the order to be specified in more places.
| * move the media search formlet upChristopher Smith2013-08-03
| | | | | | | | | | | | | | Currently the search box is below the media file list, where it is effectively inaccessible in a namespace with lots of files. This change moves the search box above the media file list and below the upload form.
* | Merge remote-tracking branch 'origin/master' into video-audioAnika Henke2013-08-04
|\|
| * Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-08-01
| |\
| * | remove hash for external images, but use token url parameter insteadKlap-in2013-08-01
| | |
* | | refactored audio/video code, removed wrong link around audioAnika Henke2013-08-04
| | |
* | | improved code for videos (restrict to 3 mimetypes, removed codec info from ↵Anika Henke2013-08-03
| | | | | | | | | | | | type attribute)
* | | added poster attribute to video if jpg or png with same file name existsAnika Henke2013-08-02
| | |
* | | Add several alternative formats to video for better browser compatibilityAnika Henke2013-08-02
| |/ |/| | | | | | | | | All .webm, .ogv and .mp4 files with the same filename are automatically chosen as alternative sources when only one of them is mentioned in the media syntax.
* | Index media file usage in the metadata index and use it in ft_mediause()Michael Hamann2013-07-31
|/
* Merge remote-tracking branch 'origin/master' into fetchftpKlap-in2013-06-09
|\
| * use HMAC in media_token FS#2794Andreas Gohr2013-05-30
| |
* | Added media_isexternal()Klap-in2013-05-21
|/
* Merge pull request #203 from splitbrain/fetchissues3Christopher Smith2013-04-07
|\ | | | | prevent third-party requests from using fetch
| * add a token to fetch urls requiring image resize/crop to prevent external ↵Christopher Smith2013-03-22
| | | | | | | | DDOS via fetch
* | don't resize images when resize dimensions match native image dimensionsChristopher Smith2013-03-22
| |
* | avoid creating an intermediate crop image when the final image will match a ↵Christopher Smith2013-03-19
|/ | | | resize
* correct parenthesis in image crop calculations to ensure integer valuesChristopher Smith2013-03-18
|
* alternative fix for FS#2734Andreas Gohr2013-03-01
|
* Media manager: don't create empty namespaces FS#2642Michael Hamann2013-02-16
| | | | | | Previously the media manager created an empty namespace whenever you opened a non-existing namespace with upload permissions. Now the current namespace is only displayed in the tree but not actually created.
* fixed media upload not working with QuickPHP (FS#2531 + FS#2673)Anika Henke2013-02-16
|
* don't use keep-alive with single shot HTTP clientsAndreas Gohr2013-02-16
|
* Implement media subscriptions in the new subscription classMichael Hamann2013-01-26
|
* html validity fixes (removed name and align in some plugins)Anika Henke2012-08-05
|
* copy not move uploaded files FS#2465Andreas Gohr2012-07-29
| | | | This fixes problems with setgid bits on the media directory
* added missing includeAndreas Gohr2012-07-28
|
* replaced use of basename() with utf8_basename() FS#2015Andreas Gohr2012-07-28
|
* syntax fix for media_diffAndreas Gohr2012-07-06
| | | | same problem as in f1d7655b8b6288d5b3d63a44412a69c0aa012ed8
* Merge branch 'input-validation' of git://github.com/whoopdedo/dokuwiki into ↵Andreas Gohr2012-07-06
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pull-request-110 * 'input-validation' of git://github.com/whoopdedo/dokuwiki: fix incorrect usage of tpl_getMediaFile fix necessary global declaration Input wrapper for html forms Input validation for media manager Input wrapper for exe scripts more INPUT wrapper uses: cache purge, sectok, getID Input wrapper for action.php Conflicts: lib/exe/css.php
| * Input validation for media managerTom N Harris2012-06-28
| |
* | xml compatibility fixes (mainly entities to unicode conversions)Anika Henke2012-07-05
|/
* Fix for FS#2522 / Now all places of $lang['restored'] are covered with the ↵lupo492012-06-10
| | | | restored-date information