Commit Graph

40 Commits

Author SHA1 Message Date
riggraz
83d4b2e84b add icon to post list to signal whether a post has some attached images 2025-02-05 21:52:28 +01:00
riggraz
edc1a853aa disable image upload for anonymous feedback 2025-02-05 15:51:37 +01:00
riggraz
8de94b4e12 add possibility to upload attachments from post edit form 2025-02-04 14:54:59 +01:00
riggraz
ec0e59be2d enable deletion of post attachments 2025-02-04 14:29:33 +01:00
riggraz
acd9d598e2 Enable/disable image upload based on tenant settings 2025-02-04 13:28:53 +01:00
riggraz
9bc7a0257e add image upload to posts 2025-01-28 16:55:48 +01:00
riggraz
14caaeb7be switch from url_for to blob.url 2025-01-23 12:47:35 +01:00
riggraz
f594a9e211 Show avatar if present, otherwise fallback to gravatar 2025-01-09 10:55:44 +01:00
Riccardo Graziosi
31999a2af6 Add API (#427) 2024-11-08 16:40:53 +01:00
Riccardo Graziosi
426d65df63 Various improvements (#383)
* Improve moderation page style
* Increase ban period of anti-spam measures to 1 hour
* Fix i18n fallbacks in production
* Add EMAIL_MAIL_REPLY_TO env variable support
2024-07-16 17:30:23 +02:00
Riccardo Graziosi
a49b5695f5 Add anonymous feedback (#380) 2024-07-12 20:38:46 +02:00
Riccardo Graziosi
bea146e612 Add billing (#329) 2024-05-03 18:11:07 +02:00
Riccardo Graziosi
09fb156a4e Add slugs for Posts, Boards and OAuths (#321) 2024-04-05 18:23:31 +02:00
Riccardo Graziosi
98daafc244 Improve emails (#305) 2024-03-09 17:26:24 +01:00
Riccardo Graziosi
d866246518 Add date filter to post list (#285) 2024-02-15 22:30:41 +01:00
Riccardo Graziosi
9c5553cc32 Add sort by filter to post list (#271) 2024-01-26 17:43:24 +01:00
Riccardo Graziosi
fadd577db8 Change page title based on current page (#269) 2024-01-26 17:35:00 +01:00
Riccardo Graziosi
a7d67652bf Improve post list filter by status (#267) 2024-01-25 14:50:39 +01:00
Riccardo Graziosi
bc15140512 Add edit and delete actions to posts and comments (#125) 2022-06-22 10:17:42 +02:00
Riccardo Graziosi
94f77517a8 Improve rails controllers (#118) 2022-06-10 12:03:33 +02:00
Riccardo Graziosi
78049a820c Add internationalization (#114)
🇬🇧 and 🇮🇹
2022-06-05 11:40:43 +02:00
Riccardo Graziosi
dad382d2b1 Post follow and updates notifications V1 (#111)
* It is now possible to follow a post in order to receive updates about it
* Notifications are now sent when updates are published
* Post status changes are now tracked
* Update sidebar now shows the post status history
* Mark a comment as a post update using the comment form
* ... more ...
2022-05-28 11:03:36 +02:00
riggraz
5ee6a4afae Implement hotness algorithm 2019-09-27 15:48:21 +02:00
riggraz
e1d8dbc281 Improve style consistency 2019-09-27 11:40:33 +02:00
riggraz
7729057180 Add select to change board of post 2019-09-21 12:54:57 +02:00
riggraz
7874015580 General improvements to postlist and post 2019-09-21 11:17:58 +02:00
riggraz
2b1fc213db Fix bug in post status edit 2019-09-19 14:00:34 +02:00
riggraz
d05202a2d7 Add power_user? method to User model 2019-09-16 19:38:56 +02:00
riggraz
dcdb99401f Redux store is not a singleton anymore (-> bug fixes) 2019-09-14 12:42:30 +02:00
riggraz
e649588211 Improve Post component 2019-09-12 18:03:19 +02:00
riggraz
f599471af1 Add basic version of post show page 2019-09-12 15:51:45 +02:00
riggraz
8d9ab0f717 Add Redux and use it for state management 2019-09-11 18:30:59 +02:00
riggraz
9fcf9bcef9 Models and controllers looks more like Rails 2019-09-09 16:50:33 +02:00
riggraz
3c3c14b04e Add search to post list 2019-09-05 17:11:07 +02:00
riggraz
f9f2b291d6 Add infinite scroll to post list 2019-09-04 21:12:07 +02:00
riggraz
2a42d3069c Add tests of controllers 2019-09-04 17:37:08 +02:00
riggraz
542bbcfb85 Refactor controllers and uncomment an authorization check 2019-09-04 15:24:15 +02:00
riggraz
88096b2262 Add filter by post status 2019-09-03 12:58:44 +02:00
riggraz
86286b634d Add post list 2019-09-02 19:26:34 +02:00
riggraz
edacfb1a4f Add new post form 2019-09-02 14:32:57 +02:00