| #
e0086ca2
|
| 12-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
check for spam in summary as well, added common spam summary
|
| #
b9ee6a44
|
| 09-Jun-2013 |
Klap-in <klapinklapin@gmail.com> |
apply media_isexternal in ml()
|
| #
a0376fb9
|
| 08-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #223 from splitbrain/rootids_in_ml
Clean internal ids in ml(), that it matches with fetch.php
|
| #
a132f948
|
| 31-May-2013 |
Andreas Gohr <andi@splitbrain.org> |
use HMAC for CSRF security tokens FS#2794
|
| #
cdcd66df
|
| 31-May-2013 |
Andreas Gohr <andi@splitbrain.org> |
use hmac for external ressource hash FS#2794
|
| #
826d2766
|
| 21-May-2013 |
Klap-in <klapinklapin@gmail.com> |
Clean internal ids in ml(), that it matches with fetch.php The resize token was broken because fetch.php cleans the id before the token calculation, while ml() uses the raw id
|
| #
5e7db1e2
|
| 06-May-2013 |
Christopher Smith <chris@jalakai.co.uk> |
ensure security token is included in media url when resize parameter is passed in string form, e.g. 'w=80'
|
| #
6db7468b
|
| 05-May-2013 |
Andreas Gohr <andi@splitbrain.org> |
make sure loaded text has the right encoding
When pages contain non-UTF8 chars (eg. when posted through a script or when edited on the filesystem, parts of DokuWiki can break resulting in missing pa
make sure loaded text has the right encoding
When pages contain non-UTF8 chars (eg. when posted through a script or when edited on the filesystem, parts of DokuWiki can break resulting in missing page content. This fixes these problems by forcing the content to UTF-8 on load. This will result in bad characters for input that is not latin1 but contents will at least be visible.
show more ...
|
| #
0f4e0092
|
| 20-Mar-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add a token to fetch urls requiring image resize/crop to prevent external DDOS via fetch
|
| #
1fe0882c
|
| 25-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
Merge branch 'master' into FS#2415
|
| #
c33b315b
|
| 18-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
removed a bunch of functions which were deprecated in 2005/2006
|
| #
7e87a794
|
| 17-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
fix missing 'subscribed' key
|
| #
1015a57d
|
| 16-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2415 add to mediamanager (refactor pageinfo() and shift MEDIAMANAGER_STARTED after mediainfo() sets up )
|
| #
2509b6f1
|
| 03-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
Merge pull request #164 from splitbrain/diff_recent_prefs
store choices for recent changes and diff views in cookie
|
| #
646a531a
|
| 03-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
ensure getter works with keys & values containing '#'
|
| #
36ec377e
|
| 03-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
update for encoded cookie value & using rawurlencode
|
| #
02143fe9
|
| 03-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
some urldecoding also needed in the cookie setter
|
| #
66ab63ca
|
| 03-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
check preferences in cookie against urldecoded key
|
| #
907f24f7
|
| 03-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
added comment on use of whitelist vs blacklist
|
| #
58bedc8a
|
| 30-Jan-2013 |
borekb <borekb@gmail.com> |
Updated idfilter() function for IIS
There is a condition inside idfilter() function that helps Apache on Windows to properly handle colon as a namespace separator by replacing it with semicolon. How
Updated idfilter() function for IIS
There is a condition inside idfilter() function that helps Apache on Windows to properly handle colon as a namespace separator by replacing it with semicolon. However, this is not necessary on Microsoft IIS server so the condition was improved.
show more ...
|
| #
c94fb9c2
|
| 03-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
urldecode DOKU_PREFS cookie values
|
| #
50f261f7
|
| 26-Jan-2013 |
Michael Hamann <michael@content-space.de> |
Fix set_doku_pref cookie date and value
|
| #
c18b2212
|
| 26-Jan-2013 |
Anika Henke <anika@selfthinker.org> |
fixed setting cookie not working
|
| #
3c94d07b
|
| 26-Jan-2013 |
Anika Henke <anika@selfthinker.org> |
store choices for recent changes and diff views in cookie (FS#2438 and FS#2700)
Note: These changes don't work yet. The cookie is not set and deletes the old one.
|
| #
cfbb9916
|
| 18-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
removed unused vars
|