Commit graph

631 commits

Author SHA1 Message Date
Madeorsk a3a25eec6c Icons update: removed FontAwesome, added Feather icons.
- FontAwesome icons.
+ Feather font.
+ Feather svg sprites.
+ Icons for Login / Register.
* Improved mobile menu.
2018-09-04 18:09:31 +02:00
Marcin Mikołajczak c4c1cab86a i18n: Update Polish translation
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
2018-09-04 17:36:08 +02:00
Bat bba9a56329 Add author biography at the bottom of the post 2018-09-04 14:55:15 +01:00
Bat dd0663348e Better image styling 2018-09-04 14:39:46 +01:00
Bat 3b2d69893d Better style for code blocks 2018-09-04 14:32:20 +01:00
Bat d60289aac8 Local instance ID is 1, not 0
This prevented local users from being removed before broadcasting an activity.

Fixes #113
2018-09-04 14:02:01 +01:00
Bat dbdc9f317e Show like/boost counters even when not logged in 2018-09-04 13:46:08 +01:00
Bat c0174a310c Add a forgotten " in template 2018-09-04 12:36:26 +01:00
Bat 94a386ea2c Add subtitles to articles
Fix #152
2018-09-04 12:26:13 +01:00
Bat 7653551d57 Fix some compilation errors 2018-09-04 11:45:41 +01:00
Bat e508eada26 Federate follow deletion 2018-09-04 11:39:24 +01:00
Bat dcebc4653a Make it possible to unfollow someone
I was sure it was already implemented, but it looks like it wasn't
2018-09-04 11:37:58 +01:00
Baptiste Gelez e12d3fdc2f
Merge pull request #194 from EliotBerriot/docker-install
Sample compose file and Dockerfile for deployment
2018-09-04 08:45:50 +01:00
Baptiste Gelez f2bde01afc
Merge pull request #195 from xmgz/master
updated gl
2018-09-04 08:43:15 +01:00
Xosé M dc6e0d3b2e cadeas e fuzzy 2018-09-04 07:03:49 +02:00
Eliot Berriot e5cdb2869f
Sample compose file and Dockerfile for deployment 2018-09-04 00:32:47 +02:00
Bat 5b8db50da2 Merge branch 'master' of github.com:Plume-org/Plume 2018-09-03 22:49:04 +01:00
Bat e4810263e3 Make about page accessible even when logged out 2018-09-03 22:48:35 +01:00
Baptiste Gelez 2fde1bb13b
Merge pull request #193 from maximesrd/patch-3
Update INSTALL.md
2018-09-03 22:39:30 +01:00
maximesrd 4e3c0b2553
Update INSTALL.md
Fixing #191
2018-09-03 23:37:51 +02:00
Bat 133356191a Fix link of the Atom feed for blogs
Fixes #192
2018-09-03 21:06:57 +01:00
Bat 32a4949f25 Update user information if needed
When a remote is displayed, if it has not been updated since at least 24 hours, newer informations are fetched.

Fixes #135
2018-09-03 19:53:20 +01:00
Bat 3373bb66cd Fake password verification when trying to login with inexistant account
Fix #170
2018-09-03 18:04:21 +01:00
Bat 78b3202a32 Reduce a little bit bcrypt cost
From 12 to 10, to make login time shorter.
2018-09-03 17:51:32 +01:00
Bat ac631627ab Make it possible to disable registrations
Fix #41
2018-09-03 17:05:45 +01:00
Baptiste Gelez 1d65582abe
Merge pull request #188 from Atul9/confirm-delete
[#184] Confirm before deleting an article
2018-09-03 16:28:00 +01:00
Atul Bhosale 0e901c7f59 Confirm before deleting an article 2018-09-03 20:38:34 +05:30
Bat 10d4599c9b Add avatar next to comments 2018-09-03 15:18:54 +01:00
Bat 7734557a99 Add admin's avatar on about page 2018-09-03 15:14:39 +01:00
Bat 431bc41cb5 Improve user header 2018-09-03 15:03:25 +01:00
Bat 3013eec579 Redesign menu items 2018-09-03 14:59:02 +01:00
Bat 1621915ee8 Update french translation 2018-09-03 14:02:34 +01:00
Bat 66816f238e Fix a double message in POT 2018-09-03 13:57:20 +01:00
Bat 820516bfe5 Federate avatars 2018-09-03 13:48:34 +01:00
Bat 8ac6b8307a I18n for media pages 2018-09-03 13:28:20 +01:00
Bat e279ac734a Docs: mkdir media 2018-09-03 13:17:42 +01:00
Bat e2e7d10929 Make it possible to choose an avatar 2018-09-03 13:04:17 +01:00
Bat 95ba99a6be Add a link to the media gallery 2018-09-03 12:24:34 +01:00
Bat aa5fa11218 Add support for avatars, and fetch remote ones 2018-09-03 12:17:59 +01:00
Bat a357dae45d Add Markdown code to copy/paste for medias 2018-09-03 11:16:07 +01:00
Bat d9e40b29f8 Merge branch 'master' of github.com:Plume-org/Plume 2018-09-03 10:25:09 +01:00
Bat 15f4a2079f Add support for SVG medias 2018-09-03 10:22:14 +01:00
Bat 772bb350ac Update rocket_csrf to support multipart forms 2018-09-03 10:21:33 +01:00
Baptiste Gelez 0ecb2b8bc0
Merge pull request #174 from bitkeks/feature/reshare_to_boost
Rename 'reshare' to 'boost' in templates and PO
2018-09-03 10:00:53 +01:00
Baptiste Gelez 142318bf32
Merge pull request #189 from dblugeon/patch-1
correct urls in README file.
2018-09-03 09:50:52 +01:00
Dominik Pataky 1fc89e8aeb Merge branch 'master' of https://github.com/Plume-org/Plume into feature/reshare_to_boost 2018-09-03 10:41:37 +02:00
Bat 84b4ab10ec Merge branch 'master' of github.com:Plume-org/Plume 2018-09-02 22:16:48 +01:00
Bat 99fdb8e680 Media deletion 2018-09-02 22:10:15 +01:00
Bat f44b6fffa3 Media upload 2018-09-02 21:55:42 +01:00
dblugeon dbee7d9b8f
correct urls in README file. 2018-09-02 22:12:39 +02:00