Skip to content

Releases: restarone/violet_rails

0.9.67

04 Dec 17:19
2b134c4
Compare
Choose a tag to compare

What's Changed

  • [bug fix]: undefined `cookies' for Api::ResourceController by @alis-khadka in #1273

Addresses: #1269

Full Changelog: 0.9.66...0.9.67

0.9.66

04 Dec 00:36
9630c80
Compare
Choose a tag to compare

What's Changed

Addresses: #1235

DEMO

to get cookie consent status, call endpoint:

YOUR_DOMAIN/cookies/fetch
cooki-consent-demo.mov

Co-authored-by: Prashant [email protected]

Full Changelog: 0.9.65...0.9.66

0.9.65

03 Dec 23:15
a72ff45
Compare
Choose a tag to compare

What's Changed

  • [feature] associate multiple snippets with API #show and #index (#1262) by @Ayon95 in #1267

[feature] associate multiple snippets with API #show and #index

Addresses #1122

The snippet option needs to be provided in order to render a snippet other than the default index or show snippet. The default snippet will be rendered if snippet option is not provided.

Rendering an alternative index snippet

An alternative snippet movies-staging for movies API namespace can be rendered in the following way:

{{ cms:helper render_api_namespace_resource_index 'movies', { snippet: 'movies-staging' } }}

Rendering an alternative show snippet

An alternative snippet movies-staging-show for movies API namespace can be rendered in the following way:

{{ cms:helper render_api_namespace_resource 'movies', { snippet: 'movies-staging' } }}
associate-multiple-snippets-with-api-renderer-index-and-show.mp4

Co-authored-by: Mushfiq Rahman [email protected]

Full Changelog: 0.9.64...0.9.65

0.9.64

03 Dec 19:45
b627b73
Compare
Choose a tag to compare

What's Changed

[feature] Ability to mention user in forum

Addresses: #1173

Demo:

Screen.Recording.2022-11-04.at.2.45.04.PM.mov
mention-email.mov

Co-authored-by: Ravi [email protected]
Co-authored-by: Regaron [email protected]
Co-authored-by: Prashant Khadka [email protected]

Full Changelog: 0.9.63...0.9.64

0.9.63

27 Nov 20:43
5c7d28c
Compare
Choose a tag to compare

What's Changed

[feature] Unify form and renderer

Addresses #1123

rendering-tab

Unify-Form-And-Renderer.mp4

Co-authored-by: Mushfiq Rahman [email protected]

Full Changelog: 0.9.62...0.9.63

0.9.62

26 Nov 16:43
a6122dd
Compare
Choose a tag to compare

What's Changed

  • [bug fix]: user cannot sign up when subdomain has 2FA enabled by @ajaystha42 in #1251

Full Changelog: 0.9.61...0.9.62

0.9.61

25 Nov 15:58
4e79974
Compare
Choose a tag to compare

What's Changed

  • [feature] 2FA + ability to enforce 2FA in Subdomain by @ajaystha42 in #1245

[feature] 2FA + ability to enforce 2FA in Subdomain

To enable email 2FA, run the following script in a web console:

Subdomain.all.each{ |subdomain| subdomain.update(enable_2fa: true)}

Addresses: #1081

Demo:

Screen.Recording.2022-10-14.at.21.41.37.mov

Co-authored-by: Er. Ajay Shrestha [email protected]
Co-authored-by: Ajay Shrestha [email protected]
Co-authored-by: Prashant Khadka [email protected]

Full Changelog: 0.9.60...0.9.61

0.9.60

15 Nov 15:19
141e942
Compare
Choose a tag to compare

What's Changed

Addresses: #1199

Full Changelog: 0.9.59...0.9.60

0.9.59

14 Nov 11:01
2c2a32b
Compare
Choose a tag to compare

What's Changed

[feature] ability to define forum email notification strategy

Addresses : #1169

Screenshot 2022-11-04 at 20 05 07

Demo video :

Screen.Recording.2022-10-26.at.19.38.28.mov

Co-authored-by: Sushmit Rajaure [email protected]

  • fix(): email notification strategy implemented also while creating new forum thread

Co-authored-by: Sushmit Rajaure [email protected]

Full Changelog: 0.9.58...0.9.59

0.9.58

13 Nov 14:51
0c2a9ee
Compare
Choose a tag to compare

What's Changed

Addresses: #1144

⚠️ after deployment UniqueStringAggregator and VacuumJob both need to be updated with the code in test/fixtures/external_api_clients.yml (TLDR; the fix is to call ApiResource for transactions instead of Activerecord::Base )

Full Changelog: 0.9.57...0.9.58