commit e0355a0111cb5b5c66d25e903f3e44907dfd7920
Author: Adrien Dorsaz <adrien@adorsaz.ch>
Date: Thu Sep 12 00:20:47 2019 +0200
redaction: allow to display toc multiple times and have all synced
commit c657b4702561c489b0a926f650527c8e0a806e12
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri Nov 8 18:31:55 2019 +0100
Bump lodash from 4.17.11 to 4.17.15 (#257)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)
Signed-off-by: dependabot[bot] <support@github.com>
commit 2b111ff9b208952f937c6ecf59e6794ee3c86fe4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri Nov 8 18:31:45 2019 +0100
Bump mixin-deep from 1.3.1 to 1.3.2 (#256)
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)
Signed-off-by: dependabot[bot] <support@github.com>
commit db9756d788486d56489c5f806edb03c047b51e97
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri Nov 8 18:30:37 2019 +0100
Bump loofah from 2.2.3 to 2.3.1 (#255)
Bumps [loofah](https://github.com/flavorjones/loofah) from 2.2.3 to 2.3.1.
- [Release notes](https://github.com/flavorjones/loofah/releases)
- [Changelog](https://github.com/flavorjones/loofah/blob/master/CHANGELOG.md)
- [Commits](https://github.com/flavorjones/loofah/compare/v2.2.3...v2.3.1)
Signed-off-by: dependabot[bot] <support@github.com>
commit 8e6e264cf787a3a064003f70c6a294c89459f8d3
Author: Adrien Dorsaz <adrien@adorsaz.ch>
Date: Tue Nov 5 17:42:31 2019 +0100
moderation-box: on mobile, first message in tribune is miss-aligned due to the float display of input (#254)
commit f9df8ecb0c68115552b33d8f9cda2492458ac663
Author: Vincent Poulailleau <vpoulailleau@gmail.com>
Date: Wed Oct 2 18:43:19 2019 +0200
Typo: s/application that run/application that runs/ (#253)
commit 47416af88e930176bd953abdcebe75f9c29ae3e1
Author: Bruno Michel <bmichel@menfin.info>
Date: Sun Sep 22 16:58:34 2019 +0200
Fix the daily number of votes
The daily number of votes is computed every day, via a crontab. It
updates the accounts, and the account model needs to be valid for the
change to be applied. But, there was a validator on the length of
uploaded_stylesheet, and when a user has uploaded a stylesheet, the
uplodaded_stylesheet field was a mounter uploaded instance, not a
string, and its length was larger than the allower 255 characters. As
the uploaded_stylesheet in database is generated by the uploader (code
on the server), and not controlled from client side, we can safely
remove the validation on the length, and it should fix the issue.
commit 12539b1d6f038c909b229a21ffc18d60b7fa2be8
Author: Benoît Sibaud <oumph@linuxfr.org>
Date: Sun Sep 8 16:47:03 2019 +0200
Doc about redis schema
commit 4cbaf8e485c99cee32c1ceb74d6e315967e6a41a
Author: Adrien Dorsaz <adrien@adorsaz.ch>
Date: Wed Sep 4 21:09:55 2019 +0200
redaction layout: force middle column to not grow bigger than 55% of the page
That permits to keep always 3 columns on the same line.
commit 3fa0f2b9ff3eb194023709da068406f6eec67033
Author: raphj <raphael.github@jakse.fr>
Date: Wed Sep 4 13:42:32 2019 +0000
Make the .links list in bookmarks less gridy
This list only ever contains one link in bookmark. Let's make it not a grid to save vertical space and avoid useless restriction on the link's width.
commit 69f2d29bcff2f2b4af95cc087f70766358c39e4d
Author: Adrien Dorsaz <adrien@adorsaz.ch>
Date: Tue Sep 3 21:19:09 2019 +0200
tabs: allow wrap tabs for small screens and show cursor as pointer on tabs
commit 9bccfd67636db7a63c0e063a77e9b028c77b0d01
Author: Adrien Dorsaz <adrien@adorsaz.ch>
Date: Tue Sep 3 21:17:20 2019 +0200
redaction layout: fix flex definition to keep 3 columns also on small screens
commit b00fee0f9f6191506d68845beed0ca30953bb018
Author: Adrien Dorsaz <adrien@adorsaz.ch>
Date: Mon Sep 2 10:51:02 2019 +0200
moderation: avoid to show Dépêche urgente twice (already in toolpanel)
commit 932a535f584cd238d869f85277867d115a0160cf
Author: Adrien Dorsaz <adrien@adorsaz.ch>
Date: Mon Sep 2 10:47:06 2019 +0200
edition: link form should not enlarge the #edition flex box
commit 7533f1cae66cd958fea6b33b0560c429478a807a
Author: Adrien Dorsaz <adrien@adorsaz.ch>
Date: Sun Sep 1 22:13:35 2019 +0200
redaction topbar: if avatar img is not found, display user name
(before, a big gray square appeared, because the topbar is inside
#edition section as images in the article)