Commit Graph

26 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
35c427d9f6 Add markdown support (#115) 2022-06-06 20:20:03 +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
64e16778fd Fix post status ordering in seeds.rb 2022-05-07 11:03:52 +02:00
Kevin Vinhas
9dfb13eff6 Adding notifications_enabled attribute to users
This diff just contains the migration and profile edition.

Refers to [This Project Card](https://github.com/riggraz/astuto/projects/1#card-31194036) and #33
2021-02-11 22:40:52 +01:00
riggraz
034a5ab708 Add post updates 2019-10-01 19:15:03 +02:00
riggraz
970cd6934c Add likes model, controller and tests 2019-09-27 12:32:30 +02:00
riccardo
2967b4eba0 Fix problematic line in seeds 2019-09-23 18:41:38 +02:00
riggraz
109381e791 Add order to Boards 2019-09-18 21:00:38 +02:00
riggraz
3c6e27be14 Add comments controller and routes 2019-09-16 18:02:52 +02:00
riggraz
3f4eba70d7 Add comment model and its tests 2019-09-16 16:05:00 +02:00
riggraz
18e1ab3310 Update seeds to reflect changes in PostStatus model 2019-08-26 18:19:26 +02:00
riggraz
b496a4d624 Add order and show_in_roadmap fields to PostStatus 2019-08-26 18:15:52 +02:00
riggraz
01cc6eb96a Add not null constraint on some database fields 2019-08-25 11:34:25 +02:00
riggraz
735b0de9b6 Add some posts to seeds.rb 2019-08-25 11:26:28 +02:00
riggraz
0ceaa6acb5 Add Post model 2019-08-24 16:51:25 +02:00
riggraz
651fa6e16d Add db seeds 2019-08-24 13:35:01 +02:00
riggraz
726236b8aa Add PostStatus model 2019-08-24 12:06:48 +02:00
riggraz
33ba4771d7 Add Boards 2019-08-22 17:09:13 +02:00
riggraz
983841800c Add full name to users 2019-08-19 15:45:44 +02:00
riggraz
b854562ca1 Add role to users 2019-08-19 10:37:45 +02:00
riggraz
fb924c9e75 Install and set up Devise 2019-08-18 18:51:25 +02:00
riggraz
467d5a9a0f Setup Rails project and dockerize 2019-08-18 14:51:37 +02:00