Releases: restarone/violet_rails
0.9.67
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
What's Changed
- [Bug Fix] cookie consent is popping up too often by @alis-khadka in #1268
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
What's Changed
[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
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
What's Changed
[feature] Unify form and renderer
Addresses #1123
Unify-Form-And-Renderer.mp4
Co-authored-by: Mushfiq Rahman [email protected]
Full Changelog: 0.9.62...0.9.63
0.9.62
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
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
0.9.59
What's Changed
- [feature] ability to define forum email notification strategy (#1223) by @Sushmit1997 in #1226
[feature] ability to define forum email notification strategy
Addresses : #1169
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
What's Changed
- [feature] Prevent raw SQL usage in API (#1220) by @alis-khadka in #1222
Addresses: #1144
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