Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | use HMAC in media_token FS#2794 | Andreas Gohr | 2013-05-30 | |
| | | ||||
* | | Added media_isexternal() | Klap-in | 2013-05-21 | |
|/ | ||||
* | Merge pull request #203 from splitbrain/fetchissues3 | Christopher Smith | 2013-04-07 | |
|\ | | | | | prevent third-party requests from using fetch | |||
| * | add a token to fetch urls requiring image resize/crop to prevent external ↵ | Christopher Smith | 2013-03-22 | |
| | | | | | | | | DDOS via fetch | |||
* | | don't resize images when resize dimensions match native image dimensions | Christopher Smith | 2013-03-22 | |
| | | ||||
* | | avoid creating an intermediate crop image when the final image will match a ↵ | Christopher Smith | 2013-03-19 | |
|/ | | | | resize | |||
* | correct parenthesis in image crop calculations to ensure integer values | Christopher Smith | 2013-03-18 | |
| | ||||
* | alternative fix for FS#2734 | Andreas Gohr | 2013-03-01 | |
| | ||||
* | Media manager: don't create empty namespaces FS#2642 | Michael Hamann | 2013-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 Henke | 2013-02-16 | |
| | ||||
* | don't use keep-alive with single shot HTTP clients | Andreas Gohr | 2013-02-16 | |
| | ||||
* | Implement media subscriptions in the new subscription class | Michael Hamann | 2013-01-26 | |
| | ||||
* | html validity fixes (removed name and align in some plugins) | Anika Henke | 2012-08-05 | |
| | ||||
* | copy not move uploaded files FS#2465 | Andreas Gohr | 2012-07-29 | |
| | | | | This fixes problems with setgid bits on the media directory | |||
* | added missing include | Andreas Gohr | 2012-07-28 | |
| | ||||
* | replaced use of basename() with utf8_basename() FS#2015 | Andreas Gohr | 2012-07-28 | |
| | ||||
* | syntax fix for media_diff | Andreas Gohr | 2012-07-06 | |
| | | | | same problem as in f1d7655b8b6288d5b3d63a44412a69c0aa012ed8 | |||
* | Merge branch 'input-validation' of git://github.com/whoopdedo/dokuwiki into ↵ | Andreas Gohr | 2012-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 manager | Tom N Harris | 2012-06-28 | |
| | | ||||
* | | xml compatibility fixes (mainly entities to unicode conversions) | Anika Henke | 2012-07-05 | |
|/ | ||||
* | Fix for FS#2522 / Now all places of $lang['restored'] are covered with the ↵ | lupo49 | 2012-06-10 | |
| | | | | restored-date information | |||
* | display uploadable file size in media manager FS#2425 | Andreas Gohr | 2012-04-23 | |
| | ||||
* | Merge branch 'master' into htmlmail | Andreas Gohr | 2012-04-15 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (382 commits) Romanian language update Marathi language update Arabic Language Update when there's not enough space for images, make sure they stay proportional (might be FS#2480) added minimal RTL print styles (part of FS#2185) moved plugins' rtl.css to their style.css counterpart (part of FS#2185) removed all browser-specific gradients as the recently (in 42ff6730) introduced svg makes them unnecessary removed comments from accidentally commented lines in tpl_includeFile() removed obsolete template file added tpl_includeFile() to core Make getTitle method in remote interface public Changed an error code in XML-RPC interface. This error hasn't anything to do with the rest of the -32600 errors. BG: language update Korean language update fixed performance issues with gradient in Firefox (which also added gradient support for IE9) (FS#2447) deleted very old (and unused) images added accidentally removed '<?php' back in (was in 57fc5edd) wrapped X-UA-Compatible meta tag with conditional comments added explanation to todo in _forms.css removed problematic 'overflow: hidden' from lists again ('unfixes' FS#1950) ... Conflicts: inc/auth.php inc/load.php | |||
| * | coding style updates | Andreas Gohr | 2012-03-16 | |
| | | ||||
| * | added div.table around non-editable content as well (FS#1980) | Anika Henke | 2012-02-04 | |
| | | ||||
| * | removed 'view original' button from new media manager again (was added in ↵ | Anika Henke | 2012-01-22 | |
| | | | | | | | | b8a84c03) and made a link around the image instead, as that is a more minor change (as it should be during the RC phase) and is what was originally planned | |||
| * | always show full filename as tooltip in mediamanager | Andreas Gohr | 2012-01-13 | |
| | | ||||
| * | Fix sorting in media manager search (FS#2423) | Adrian Lang | 2012-01-13 | |
| | | ||||
| * | do not rely on tmpfile() in the AJAX uploader backend FS#2417 | Andreas Gohr | 2012-01-09 | |
| | | ||||
| * | Fix double URL-encoding in media manager (FS#2403) | Adrian Lang | 2011-12-18 | |
| | | ||||
| * | Avoid a warning when a media cachefile doesn't exist yet | Andreas Gohr | 2011-12-13 | |
| | | ||||
| * | fixed link in popup media manager to fullscreen media manager to open in ↵ | Anika Henke | 2011-12-04 | |
| | | | | | | | | correct namespace (FS#2401) | |||
| * | Merge pull request #66 from dploeger/28db35ad3dd974cc2f627d25f7bcc16e9fd0ceac | Andreas Gohr | 2011-11-28 | |
| |\ | | | | | | | This fix is alright. The action gets escaped by DokuForm's use of buildAttributes() | |||
| | * | Fixes SYMPTOMS of FS #2393 | dploeger | 2011-11-28 | |
| | | | ||||
| * | | deprecated 3rd parameter of cleanID() FS#2377 | Andreas Gohr | 2011-11-28 | |
| |/ | | | | | | | | | | | | | For some reason trailing/leading underscores were allowed when uploading files. But the rest of the code (eg. listing or downloading files) never supported this. This patch removes this special case for uploading files to streamline ID cleaning of pages and media files. | |||
* / | Replaced mail_send calls with new Mailer class | Andreas Gohr | 2011-11-12 | |
|/ | ||||
* | fixed media list options in new mediamanager to work without JavaScript ↵ | Anika Henke | 2011-11-04 | |
| | | | | again (FS#2363) | |||
* | MediaManager: Check DOKU_PREF cookie value for validness | Adrian Lang | 2011-10-30 | |
| | ||||
* | readded delete in popup and link to full mediamanager FS#2347 | Andreas Gohr | 2011-10-15 | |
| | ||||
* | media manager: IE7 fixes (and other small improvements) | Anika Henke | 2011-09-27 | |
| | ||||
* | whitespace fixes: tabs to spaces | Anika Henke | 2011-09-25 | |
| | ||||
* | media manager: fixed and improved diff views | Anika Henke | 2011-09-25 | |
| | ||||
* | More mediamanager reworking | Adrian Lang | 2011-09-24 | |
| | ||||
* | Resize images in fullscreen mediamanager using CSS | Adrian Lang | 2011-09-22 | |
| | ||||
* | media manager: added a few newlines to the output | Anika Henke | 2011-09-19 | |
| | ||||
* | media manager: small functionality and css changes | Anika Henke | 2011-09-19 | |
| | ||||
* | Merge branch 'master' of github.com:splitbrain/dokuwiki | Anika Henke | 2011-09-18 | |
|\ | | | | | | | | | Conflicts: lib/tpl/default/mediamanager.css | |||
| * | Fix mediamanager JS (diffs not yet working) | Adrian Lang | 2011-09-18 | |
| | | ||||
* | | media manager: more CSS changes | Anika Henke | 2011-09-18 | |
|/ | ||||
* | Change className from form.actions to form.options | Adrian Lang | 2011-09-18 | |
| |