katalyst-koi 4.13.2 → 4.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/builds/koi/admin.css +1 -1
- data/app/assets/javascripts/koi/controllers/webauthn_registration_controller.js +15 -7
- data/app/assets/stylesheets/koi/base/_flow.scss +8 -0
- data/app/assets/stylesheets/koi/base/_index.scss +2 -0
- data/app/assets/stylesheets/koi/base/_repel.scss +23 -0
- data/app/controllers/admin/admin_users_controller.rb +2 -0
- data/app/controllers/admin/credentials_controller.rb +5 -1
- data/app/controllers/admin/sessions_controller.rb +12 -7
- data/app/controllers/admin/tokens_controller.rb +28 -23
- data/app/controllers/concerns/koi/controller/has_webauthn.rb +2 -1
- data/app/controllers/concerns/koi/controller/is_admin_controller.rb +6 -5
- data/app/views/admin/admin_users/_fields.html+self.erb +3 -0
- data/app/views/admin/admin_users/_fields.html.erb +0 -1
- data/app/views/admin/admin_users/index.html.erb +3 -0
- data/app/views/admin/admin_users/show.html+self.erb +19 -0
- data/app/views/admin/admin_users/show.html.erb +9 -13
- data/app/views/admin/credentials/_credentials.html+self.erb +10 -0
- data/app/views/admin/credentials/_credentials.html.erb +4 -5
- data/app/views/admin/credentials/new.html.erb +27 -4
- data/app/views/admin/sessions/new.html.erb +6 -3
- data/app/views/admin/tokens/create.turbo_stream.erb +1 -1
- data/app/views/admin/tokens/show.html.erb +1 -2
- data/app/views/layouts/koi/_navigation.html.erb +9 -0
- data/config/locales/koi.en.yml +1 -2
- data/config/routes.rb +6 -11
- data/lib/koi/engine.rb +1 -0
- data/lib/koi/menu.rb +0 -1
- data/lib/koi/middleware/admin_authentication.rb +46 -0
- metadata +9 -3
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: katalyst-koi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.14.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Katalyst Interactive
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -269,11 +269,13 @@ files:
|
|
269
269
|
- app/assets/javascripts/koi/utils/transition.js
|
270
270
|
- app/assets/stylesheets/koi/admin.scss
|
271
271
|
- app/assets/stylesheets/koi/base/_button.scss
|
272
|
+
- app/assets/stylesheets/koi/base/_flow.scss
|
272
273
|
- app/assets/stylesheets/koi/base/_icon.scss
|
273
274
|
- app/assets/stylesheets/koi/base/_index.scss
|
274
275
|
- app/assets/stylesheets/koi/base/_input.scss
|
275
276
|
- app/assets/stylesheets/koi/base/_link.scss
|
276
277
|
- app/assets/stylesheets/koi/base/_list.scss
|
278
|
+
- app/assets/stylesheets/koi/base/_repel.scss
|
277
279
|
- app/assets/stylesheets/koi/base/_tables.scss
|
278
280
|
- app/assets/stylesheets/koi/base/_typography.scss
|
279
281
|
- app/assets/stylesheets/koi/components/_actions-group.scss
|
@@ -362,12 +364,15 @@ files:
|
|
362
364
|
- app/models/application_record.rb
|
363
365
|
- app/models/concerns/koi/model/archivable.rb
|
364
366
|
- app/models/url_rewrite.rb
|
367
|
+
- app/views/admin/admin_users/_fields.html+self.erb
|
365
368
|
- app/views/admin/admin_users/_fields.html.erb
|
366
369
|
- app/views/admin/admin_users/archived.html.erb
|
367
370
|
- app/views/admin/admin_users/edit.html.erb
|
368
371
|
- app/views/admin/admin_users/index.html.erb
|
369
372
|
- app/views/admin/admin_users/new.html.erb
|
373
|
+
- app/views/admin/admin_users/show.html+self.erb
|
370
374
|
- app/views/admin/admin_users/show.html.erb
|
375
|
+
- app/views/admin/credentials/_credentials.html+self.erb
|
371
376
|
- app/views/admin/credentials/_credentials.html.erb
|
372
377
|
- app/views/admin/credentials/create.turbo_stream.erb
|
373
378
|
- app/views/admin/credentials/destroy.turbo_stream.erb
|
@@ -457,6 +462,7 @@ files:
|
|
457
462
|
- lib/koi/form_builder.rb
|
458
463
|
- lib/koi/menu.rb
|
459
464
|
- lib/koi/menu/builder.rb
|
465
|
+
- lib/koi/middleware/admin_authentication.rb
|
460
466
|
- lib/koi/middleware/url_redirect.rb
|
461
467
|
- lib/koi/release.rb
|
462
468
|
- spec/factories/admins.rb
|
@@ -481,7 +487,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
481
487
|
- !ruby/object:Gem::Version
|
482
488
|
version: '0'
|
483
489
|
requirements: []
|
484
|
-
rubygems_version: 3.5.
|
490
|
+
rubygems_version: 3.5.22
|
485
491
|
signing_key:
|
486
492
|
specification_version: 4
|
487
493
|
summary: Koi CMS admin framework
|