Journal des modifications

commit 1b202e72082ad5ef9d68602b2fdd6b1e9d5a9cce
Author: Jona <jdemeyer@hotmail.com>
Date:   Sun Feb 12 15:29:58 2023 +0100

    Remove background from 3 section images
    
    37, 54, 85

commit 14d14892bb466219d36ac318f4d3ae08f0886698
Author: Adrien Dorsaz <adrien@adorsaz.ch>
Date:   Fri Feb 10 10:39:57 2023 +0100

    docker-compose: remove useless restart policy
    
    The default is "no" which is good to just try and forget
    hack on linuxfr.org. If developer want to change it, it
    can override compose configuration with a docker-compose.local.yml
    file.

commit c1b56b0548b0475a98b6f6be4c93eb71c03ed57a
Author: Benoît Sibaud <oumph@linuxfr.org>
Date:   Sun Feb 5 23:07:25 2023 +0100

    yoga-image-optimizer 1.2.1 on sections icons

commit d4a9e4f56740f4580ec3d25a4b428fa4d4dd02ca
Author: Adrien Dorsaz <adrien@adorsaz.ch>
Date:   Sat Feb 4 15:10:53 2023 +0100

    improve user preferences for mastodon input
    
    To avoid the help starts at end of the input, move it to a paragraph.
    
    The `<kbd>` HTML tag should be used for keyboard inputs, so I've
    replaced it with `<code>` for the url profile link.

commit a36bc924e96fe71a9286032401cc4a304280eceb
Author: Jona <jdemeyer@hotmail.com>
Date:   Thu Feb 2 22:06:28 2023 +0100

    Remove background from 5 section images
    
    16, 55, 44, 84 and 88

commit f92e60fa140fcc68802831c873b336941362b3e2
Author: Oumph <37904057+Oumph@users.noreply.github.com>
Date:   Sun Jan 29 15:03:49 2023 +0100

    Apply suggestions from code review
    
    Wording

commit d61cf09b2873842e0e66da9fb66932c9f710d86f
Author: Oumph <37904057+Oumph@users.noreply.github.com>
Date:   Sun Jan 29 14:01:03 2023 +0100

    Wording

commit 9eda6a2e24d25a83a4689908a65ab161f7701cb1
Author: Benoît Sibaud <oumph@linuxfr.org>
Date:   Sun Jan 29 11:06:33 2023 +0100

    Check if addresses are NULL or empty to display

commit 780f4e857c3ac2c8461fcac6d93c2a3b0e2fb2ef
Author: Benoît Sibaud <oumph@linuxfr.org>
Date:   Sat Jan 28 19:06:21 2023 +0100

    Admin part of new Mastodon URL feature
    
    - Mastodon link displayed only if karma > 0
    - Mastodon and URLs removed from inactive accounts
    - Same value for maxlength in front and back
    - Display Mastodon account on user page and last accounts page
    - Update karma help for Mastodon link
    - Update SQL DB schema for Mastodon link

commit 983e8b81f5717417380eeb304b01e4b1c628419b
Author: Benoît Sibaud <oumph@linuxfr.org>
Date:   Sat Jan 28 18:02:24 2023 +0100

    Fix link to users account in preferences for Mastodon URL

commit 0ec430271e0ed07df0202520b6294088a7f50700
Author: Benoît Sibaud <oumph@linuxfr.org>
Date:   Sat Jan 28 17:39:45 2023 +0100

    Moderation stats: 90d view + other acts

commit 59132159c3b28615108d5701c4395509b62c5cd2
Author: Oumph <37904057+Oumph@users.noreply.github.com>
Date:   Sat Jan 28 17:27:37 2023 +0100

    Wording

commit c7ef92a3de2669ca817004e08c4a094721d00635
Author: Benoît Sibaud <oumph@linuxfr.org>
Date:   Mon Jan 16 20:15:44 2023 +0100

    Alt Gr + W to type «

commit 0b3b099ad73842ff7a87cd470a56df434907de83
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Jan 5 21:21:48 2023 +0100

    Add "Top Mastodon domains" in user statistics
    
    This is mostly cut and paste from commit 3ac001ba1c635.

commit 04f487d9c2c54be5b7d5dfd21473c50a895e6873
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Jan 2 22:06:13 2023 +0100

    Include a Mastodon link besides the user name below post titles
    
    We show the Mastodon URL alongside the website URL and XMPP address.
    This crowds the user box even more and I think LinuxFR should switch to
    using a proper profile page instead.
    
    This was requested by Adrien Dorsaz.