commit ff2fadce2e9d48c715d8a9a74e3d6990411b686e
Author: Bruno Michel <bmichel@menfin.info>
Date: Thu Jan 19 20:17:08 2017 +0100
Fix migration
commit 5651efc90e4dc358b9de6152ecd89dd6f7a7fe93
Author: Bruno Michel <bmichel@menfin.info>
Date: Wed Jan 18 20:07:49 2017 +0100
Fix a race condition on votes
commit 867bc8ffc24d7dd075fda5c17f2d0c65bc38d34e
Author: Benoît Sibaud <oumph@linuxfr.org>
Date: Thu Jan 5 00:10:07 2017 +0100
Various updates and fixes for stats (#1062)
Signed-off-by: Benoît Sibaud <oumph@linuxfr.org>
commit 0292f515e10fb167b2b2ba8ab671e58879428924
Author: Bruno Michel <bmichel@menfin.info>
Date: Tue Jan 10 20:11:15 2017 +0100
Fix the migration to utf8mb4
commit 0a590981c1bbe55d68d9384cd8126858bec45b92
Author: Bruno Michel <bmichel@menfin.info>
Date: Fri Dec 30 23:13:53 2016 +0100
Migrate to utf8mb4
commit 75884197ceb570105769dcbe48644e39484df032
Author: Bruno Michel <bmichel@menfin.info>
Date: Fri Dec 30 22:44:04 2016 +0100
Fix bundle bug on github:
commit 0997e4544ab0ab75802e74d52c7761419cf1222c
Author: Bruno Michel <bmichel@menfin.info>
Date: Fri Dec 30 22:08:43 2016 +0100
Remove ElasticSeach code
commit 60e41e88547e1776ace1d3c5fd59510d92460923
Author: Bruno Michel <bmichel@menfin.info>
Date: Fri Dec 30 22:02:42 2016 +0100
Update deps
commit 193f3b348302cc8b48a83fcce40ac606f63c2049
Author: Bruno Michel <bmichel@menfin.info>
Date: Fri Dec 30 13:42:21 2016 +0100
Use protocol relative in 400.html
commit 3ddd9049bf08e73279e5a67ca26b59844fed91b4
Author: Bruno Michel <bmichel@menfin.info>
Date: Thu Dec 29 21:56:18 2016 +0100
Fix a 500 when a user has post a message on board and closed its account
commit 89d912d6146c182012fe2299c662a435a36ba251
Author: Bruno Michel <bmichel@menfin.info>
Date: Thu Dec 29 21:52:26 2016 +0100
Fix a 500 when trying to view a refused poll as anonymous
commit 4ad8a5e7318f51fdc6397aca30c91b1b46a63863
Author: Bruno Michel <bmichel@menfin.info>
Date: Thu Dec 29 21:45:19 2016 +0100
Show reorganize button for all contributors
commit 41539ec507342cc7e25e360dfbe8c7baeb911ca6
Author: Bruno Michel <bmichel@menfin.info>
Date: Wed Dec 28 20:56:53 2016 +0100
Add a section for Raspberry Pi
commit a4ff5ce37b130cf609d1447d6529836925d63bab
Author: Benoît Sibaud <oumph@linuxfr.org>
Date: Wed Dec 28 20:54:03 2016 +0100
Improve messages
commit 9f0e73ba9728779405f01279afd1f6b345e2a055
Author: Gabriel Scherer <gabriel.scherer@gmail.com>
Date: Thu Dec 22 15:27:30 2016 -0500
change size limit on board messages from 500 to 65536
The sanitization code would cut board messages at 500 characters. This
is much too little: it naturally happens that people write messages of
over 500 characters to explain their point of view -- eg. when
collaborating on the writing of a news item.
I left a limit in place, namely 65536, to avoid flooding attacks on
the server. This means that the upper limit on space usage on the
server is around 100Kio, which is less than uploaded images.