- Apr 18, 2016
-
-
Anika Henke authored
-
Andreas Gohr authored
Textareas use CRLF, but internally we use LF.
-
Andreas Gohr authored
Add an ACL check in page_findnearest, fix #1369
-
Andreas Gohr authored
Translation update (es)
-
Andreas Gohr authored
@scrutinizer-notifier noticed that the $pageid might be false when page_findnearest looks for it.
-
Andreas Gohr authored
Make cleaning optional in mediaFN, keep as default
-
Michael Große authored
As in wikiFN cleaning the id should be optional, but still the default, in mediaFN as well.
-
- Apr 16, 2016
-
-
David Roy authored
-
- Apr 15, 2016
-
-
Andreas Gohr authored
-
Andreas Gohr authored
when a form was submitted with an empty input, that data should still overwrite the preset value.
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Apr 14, 2016
-
-
Andreas Gohr authored
add conf as global in mediamanager.php
-
- Apr 11, 2016
-
-
Andreas Gohr authored
-
Andreas Gohr authored
TLS fix for HTTPClient
-
Andreas Gohr authored
This should fix the test problems errors in #1527. When requesting a HTTPS URI from a HTTP only proxy, the initial connection is *not* TLS secured. The URI scheme is only relevant when directly connecting. This also changes the (wrong) assumption that everything on port 443 is always TLS secured. Only the URI scheme should decide that.
-
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 04, 2016
-
-
lisps authored
restoring of mediafiles failed
-
- 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.
-