Commit Graph

41 Commits

Author SHA1 Message Date
Riccardo Graziosi
a12a95eccc Add webhooks (#447) 2024-12-20 14:06:48 +01:00
Riccardo Graziosi
31999a2af6 Add API (#427) 2024-11-08 16:40:53 +01:00
Riccardo Graziosi
63b3b4050a Add setting to set logo URL (#410) 2024-09-16 18:48:18 +02:00
Riccardo Graziosi
5decb702f2 Increase user full_name max length to 64 characters (#403) 2024-09-07 18:10:45 +02:00
Riccardo Graziosi
519ec80b90 Add invitation system (#398) 2024-09-06 20:27:15 +02:00
Riccardo Graziosi
0ad1b5eec0 Add private feedback space setting (#392) 2024-08-29 22:14:04 +02:00
Riccardo Graziosi
a49b5695f5 Add anonymous feedback (#380) 2024-07-12 20:38:46 +02:00
Riccardo Graziosi
3ee686b640 Hotfix: self-hosted tenant must always have active subscription (#358) 2024-05-29 10:22:22 +02:00
Riccardo Graziosi
bea146e612 Add billing (#329) 2024-05-03 18:11:07 +02:00
Riccardo Graziosi
d17b45c5c4 Add custom domains (#314) 2024-03-24 12:54:02 +01:00
Riccardo Graziosi
32d19cbe7c Add the possibility to enable/disable default OAuths (#303) 2024-03-05 18:13:16 +01:00
Riccardo Graziosi
a700c07394 Add "powered by Astuto" (#298) 2024-02-27 18:32:14 +01:00
Riccardo Graziosi
30b7b0f5f4 Add some welcome entities on tenant signup (#266) 2024-01-24 18:37:54 +01:00
Riccardo Graziosi
b2e9031ed6 Add some header settings (#199)
* Add show_roadmap_in_header setting
* Add collapse_boards_in_header setting (thanks @josh-bitovi)
2023-02-11 11:35:27 +01:00
Riccardo Graziosi
e7335f5622 Add setting to manage visibility of vote count, vote button and decide root page (#197) 2023-02-05 11:55:38 +01:00
Riccardo Graziosi
d4242dd78e Move tenant settings on separate model (#196) 2023-02-04 15:43:15 +01:00
Riccardo Graziosi
0e96ff7ad4 Add role 'owner' to users (#185) 2023-01-18 21:11:27 +01:00
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