- Apr 11, 2016
-
-
Michael Grosse authored
This is to ensure that we use SSL/TLS if a custom port is defined an no proxy is used. Fixes #1526
-
- Apr 07, 2016
-
-
Andreas Gohr authored
Form TagCloseElements should conform to expectations of functions inherited from Element
-
Andreas Gohr authored
Reflection based method export for remote plugins
-
Andreas Gohr authored
make reuse of mediamanager popup easier
-
Andreas Gohr authored
add support for new Django hashing methods
-
Andreas Gohr authored
obfuscate auth passwords in config. fixes #1487
-
- Apr 02, 2016
-
-
Andreas Gohr authored
Translation update (ro)
-
Adrian Vesa authored
-
- Mar 31, 2016
-
-
Andreas Gohr authored
The header() method of PHP is vulnerable to HTTP Response Splitting attacks. This change makes sure the URL passed to send_redirect (and thus to header()) does not contain any control characters that would be needed to execute such an attack. Cleaning input is recommended anyway.
-
- Mar 24, 2016
-
-
Andreas Gohr authored
Translation update (pt-br)
-
Viliam Dias authored
-
- Mar 22, 2016
-
-
Andreas Gohr authored
missed a line in my last commit
-
Andreas Gohr authored
This makes it easier to create tabs with an active tab (no need for additional markup)
-
- Mar 19, 2016
-
-
Andreas Gohr authored
Translation update (ko)
-
Myeongjin authored
-
- Mar 15, 2016
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Mar 12, 2016
-
-
Andreas Gohr authored
Fixes for the FR translation
-
Olivier Humbert authored
A few fixes.
-
Andreas Gohr authored
multicheckbox without extra string input
-
Andreas Gohr authored
remoteuser - Patch for default setting and improved checking in hasAccess()
-
Andreas Gohr authored
we already do it for other passwords, so it makes sense to do it here as well.
-
Andreas Gohr authored
#1477:Search heading still displayed although search disabled
-
- Mar 11, 2016
-
-
Andreas Gohr authored
use getNS() call instead of dirname()
-
Andreas Gohr authored
New Python Django application default to PBKDF2 with SHA256 as a password mechanism. This adds support for that mechanism in our password hasher class. This will be needed in the tests for the new PDO auth plugin.
-
Satoshi Sahara authored
-
Satoshi Sahara authored
-
Satoshi Sahara authored
-
- Mar 04, 2016
-
-
sarehag authored
-
- Mar 02, 2016
-
-
Gerrit Uitslag authored
Fixes #1480
-
- Feb 24, 2016
-
-
Andreas Gohr authored
* master: refactor page saving and introduce COMMON_WIKIPAGE_SAVE
-
Andreas Gohr authored
This makes sure the provided callback is using alphanumerics only. I'm not sure this is needed, but better safe than sorry.
-
Andreas Gohr authored
refactor page saving and introduce COMMON_WIKIPAGE_SAVE
-
- Feb 22, 2016
-
-
Andreas Gohr authored
because we actually want it in this branch ;-) This reverts commit 38a2174b.
-
Andreas Gohr authored
this was an accidental commit to master This reverts commit f7f7fb6c.
-
Andreas Gohr authored
This introduces a mechanism to override what happens when a media item is selected in the media manager popup by providing a callback name in the URL. The default implementation just does what dw_mediamanager.insert did before and calls insertTags()
-
- Feb 19, 2016
-
-
Andreas Gohr authored
As discussed in #1471, an uninitialized variable will always be implicitly created when passed to the blank() function. Calling isset() is thus a no-op. A warning about this behavior has been added to the function comment.
-
Andreas Gohr authored
-
Andreas Gohr authored
Adapt .htaccess files for Apache 2.4
-