Commit Graph

24 Commits

Author SHA1 Message Date
Riccardo Graziosi
4c73b398e8 Add OAuth2 authentication (#147)
- Added Site settings > Authentication section
- Create/edit/delete your custom oauth2 configurations
- Login or signup with oauth2
2022-08-05 18:15:17 +02:00
Riccardo Graziosi
35831b9801 Add Site settings > General (#133) 2022-07-18 10:47:54 +02:00
Riccardo Graziosi
37fb99a868 Add users management to site settings (#126) 2022-06-24 14:39:35 +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
Riccardo Graziosi
6be2394dc5 Add Boards management to sitesettings (#107) 2022-05-08 16:36:35 +02:00
Riccardo Graziosi
5256ea911a Add post status administration (#105) 2022-05-01 18:00:38 +02:00
riggraz
034a5ab708 Add post updates 2019-10-01 19:15:03 +02:00
riggraz
1d211e61ad Modify minimum comment body length 2019-09-30 18:49:15 +02:00
riggraz
970cd6934c Add likes model, controller and tests 2019-09-27 12:32:30 +02:00
riggraz
a1dbbb07b4 Random color assigned to new post statuses 2019-09-18 21:12:52 +02:00
riggraz
109381e791 Add order to Boards 2019-09-18 21:00:38 +02:00
riggraz
d05202a2d7 Add power_user? method to User model 2019-09-16 19:38:56 +02:00
riggraz
3f4eba70d7 Add comment model and its tests 2019-09-16 16:05:00 +02:00
riggraz
b42d062d4a Add model tests to post and post_status 2019-09-14 17:14:52 +02:00
riggraz
b496a4d624 Add order and show_in_roadmap fields to PostStatus 2019-08-26 18:15:52 +02:00
riggraz
87c205ca60 Apply single quote convention in Ruby code 2019-08-24 20:04:53 +02:00
riggraz
95c26a673a Refactor model tests 2019-08-24 19:12:57 +02:00
riggraz
ada0114589 Refactor model tests to use rspec's be_valid/be_invalid 2019-08-24 17:03:54 +02:00
riggraz
0ceaa6acb5 Add Post model 2019-08-24 16:51:25 +02:00
riggraz
726236b8aa Add PostStatus model 2019-08-24 12:06:48 +02:00
riggraz
75893bc4fd Add tests to user model and admin panel requests 2019-08-23 15:58:43 +02:00
riggraz
33ba4771d7 Add Boards 2019-08-22 17:09:13 +02:00
riggraz
3bd019bfdc Add test to User model 2019-08-19 10:52:12 +02:00
riggraz
fb924c9e75 Install and set up Devise 2019-08-18 18:51:25 +02:00