avo 2.17.1.pre.3 → 2.17.1.pre.4.issue.1342
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of avo might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/app/components/avo/fields/date_time_field/edit_component.html.erb +1 -0
- data/app/components/avo/fields/date_time_field/index_component.html.erb +1 -0
- data/app/components/avo/fields/date_time_field/show_component.html.erb +1 -0
- data/app/components/avo/panel_component.html.erb +1 -1
- data/app/components/avo/views/resource_index_component.html.erb +2 -4
- data/app/controllers/avo/application_controller.rb +9 -17
- data/app/controllers/avo/associations_controller.rb +1 -1
- data/app/javascript/js/controllers/fields/date_field_controller.js +12 -0
- data/lib/avo/concerns/has_fields.rb +25 -0
- data/lib/avo/configuration.rb +2 -0
- data/lib/avo/fields/date_time_field.rb +2 -0
- data/lib/avo/fields/time_field.rb +1 -7
- data/lib/avo/services/authorization_clients/pundit_client.rb +51 -0
- data/lib/avo/services/authorization_service.rb +43 -62
- data/lib/avo/version.rb +1 -1
- data/lib/avo.rb +4 -0
- data/lib/generators/avo/templates/initializer/avo.tt +1 -0
- data/public/avo-assets/avo.base.js +73 -73
- data/public/avo-assets/avo.base.js.map +2 -2
- metadata +3 -2
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: avo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.17.1.pre.
|
4
|
+
version: 2.17.1.pre.4.issue.1342
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adrian Marin
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2022-10-
|
12
|
+
date: 2022-10-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -1869,6 +1869,7 @@ files:
|
|
1869
1869
|
- lib/avo/resources/controls/execution_context.rb
|
1870
1870
|
- lib/avo/resources/controls/items_holder.rb
|
1871
1871
|
- lib/avo/resources/controls/link_to.rb
|
1872
|
+
- lib/avo/services/authorization_clients/pundit_client.rb
|
1872
1873
|
- lib/avo/services/authorization_service.rb
|
1873
1874
|
- lib/avo/services/encryption_service.rb
|
1874
1875
|
- lib/avo/services/uri_service.rb
|