| 102cdbd7 | 15-Sep-2018 |
LarsGit223 <lars_paulsen@web.de> |
Auth/Mailer: properly handle usernames including a comma
Prevent splitting of e-mail addresses at the wrong point by enclosing a username in '"'. The "To" e-mail address in the notification mail was
Auth/Mailer: properly handle usernames including a comma
Prevent splitting of e-mail addresses at the wrong point by enclosing a username in '"'. The "To" e-mail address in the notification mail was malformed if a new user was added and included a ',' in it's name. Fixes #1569.
show more ...
|
| 56f47fda | 09-Sep-2018 |
Michael Große <mic.grosse@googlemail.com> |
Add guard for getVersion fallback
This protects against the current commit being packed and not available as an object and against zlib not being available.
More information about commits being
Add guard for getVersion fallback
This protects against the current commit being packed and not available as an object and against zlib not being available.
More information about commits being packed and thus not available can be found here: https://git-scm.com/book/en/v2/Git-Internals-Packfiles
show more ...
|
| 9ae1a5d1 | 17-Aug-2018 |
Andreas Gohr <andi@splitbrain.org> |
fix #2466. Avoid caching half fetched files
When a remote resource exceeds the fetchsize but the remote server does not return a Content-Length, we read only the fetchsize amount of bytes but failed
fix #2466. Avoid caching half fetched files
When a remote resource exceeds the fetchsize but the remote server does not return a Content-Length, we read only the fetchsize amount of bytes but failed to detect that this was a partial read, thus a partial resource got cached.
This fix will read fetchsize+1, which will then be correctly determined as too big and thrown away.
show more ...
|
| 1b0e85da | 17-Aug-2018 |
Michael Braun <michael-dev@fami-braun.de> |
Fix Locked-Page not showing page content
While refactoring into inc/Action/Locked, the fall-through call to html_edit was missed. See 952acff90985f4576de0558a58a167372392e21c
This removed the edit
Fix Locked-Page not showing page content
While refactoring into inc/Action/Locked, the fall-through call to html_edit was missed. See 952acff90985f4576de0558a58a167372392e21c
This removed the edit box from the locked page, which is needed for users to get the page source or by etherpad lite plugin.
This change re-adds the call to html_edit for the locked action.
Signed-off-by: Michael Braun <michael-dev@fami-braun.de>
show more ...
|