| 794fc9db | 15-Oct-2011 |
Michael Hamann <michael@content-space.de> |
Only send 401 if user is not logged in in XML-RPC FS#2133
If the user is already logged in, a 403 is sent instead now. |
| b760af94 | 15-Oct-2011 |
Michael Hamann <michael@content-space.de> |
Send a 401 Unauthorized header in XML-RPC when access is denied
This is far from perfect but should solve most issues in the recommended configuration where only authorized users have access. Sendin
Send a 401 Unauthorized header in XML-RPC when access is denied
This is far from perfect but should solve most issues in the recommended configuration where only authorized users have access. Sending proper status codes should be implemented when the API implementation refactoring is done.
show more ...
|
| d8f7a7f3 | 15-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
replace unset with array_pop
unset does not reset the Array's internal pointer which messes up later calls. array_pop is still much faster than array_splice |
| a2842754 | 15-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
fix off-by-one error |
| 6ed8c511 | 15-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
fixed German translation informal -> formal |
| 6f0b0dd1 | 15-Oct-2011 |
Anika Henke <anika@selfthinker.org> |
removed remnants of old flash uploader (FS#2335) |
| faba9a35 | 15-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
added the missing bit to my last commit |
| a86cc527 | 15-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
Fix performance issue in close_paragraph
Looks like a for loop is faster than array_splice |
| 46213daa | 15-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
cleanup of handler.php
The file contained a few DOS lineendings and trailing spaces |
| db836381 | 15-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
added the new data/media* directories to .gitignore |
| 407e65b9 | 15-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
Treat a whitespace-only page as empty and delete it FS#2283 |
| 639f8f43 | 14-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
Check if given file is really a file in JpegMeta FS#2322 |
| e0dd04a6 | 14-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
Added bcrypt support for password hashes
This method require PHP 5.3+ it will fail otherwise! |
| 7ae6f87a | 14-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
Fixed test and broken salt generation in PassHash class
Turned out a test wasn't really testing what it should have been testing and thus did hide a bug. Still puzzles me why it still worked some ti
Fixed test and broken salt generation in PassHash class
Turned out a test wasn't really testing what it should have been testing and thus did hide a bug. Still puzzles me why it still worked some times. This patch also sets the default iteration count for bmd5 and pmd5 to 8.
show more ...
|
| 931a41b3 | 14-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
don't run SimplePie_File constructor FS#2348 |
| 475f2b8d | 14-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
added a test case to check for FS#2349
no problems found |
| a7623172 | 10-Oct-2011 |
Jeroen Roeterd <jroeterd@gmail.com> |
Dutch language update |
| a17cd808 | 10-Oct-2011 |
Kaeptn Haddock <kaeptn.haddock@gmail.com> |
German language update |
| f4aabe76 | 10-Oct-2011 |
Rubén Figols <ruben.figols@gmail.com> |
Spanish language update |
| bc64186e | 10-Oct-2011 |
Marius-Alex Olar <olarmariusalex@gmail.com> |
Romanian language update |
| 7fa35bb1 | 10-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
limit edit summaries to 255 characters |
| ce96de47 | 10-Oct-2011 |
Anika Henke <anika@selfthinker.org> |
fixed pageid to also have the drop shadow |
| b824abd4 | 10-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
Fixes a problem with parsing overlong changelog lines
When an overlong edit summary was given for an edit, the resulting changelog line could be longer than the chunk that is handled in the changelo
Fixes a problem with parsing overlong changelog lines
When an overlong edit summary was given for an edit, the resulting changelog line could be longer than the chunk that is handled in the changelog reader (8192 bytes) causing the reader to abort the operation.
This meant that old revisions where no longer accessible. This patch fixes the reader (it continues reading chunks until a full line is found).
However, limiting the summary makes sense and will be added in another patch.
show more ...
|
| 72a2a0da | 10-Oct-2011 |
Anika Henke <anika@selfthinker.org> |
improved toc design |
| c7671562 | 10-Oct-2011 |
Anika Henke <anika@selfthinker.org> |
improved page tools design, added 4 main icons, implemented 3 different temporary versions (version01-03) |