Commit graph

200 commits

Author SHA1 Message Date
Jonatan Männchen
0601c7d57d
Update Gettext to v0.26 (#197) 2024-08-20 18:25:09 -04:00
Zach Daniel
646972ebfc chore: fix pattern match error in classes/1 2024-08-12 12:50:18 -04:00
Zach Daniel
0b359ee08a improvement: remove tails 2024-08-12 12:46:18 -04:00
Zach Daniel
4a62e1210e fix: properly support adding embeds for nil values
fix: upgrade `ash_phoenix` for fix on calculating values
2024-07-26 12:25:03 -04:00
Zach Daniel
c549656060 improvement: don't log forbidden errors 2024-07-25 20:35:48 -04:00
Zach Daniel
e7314db928 fix: use resource's configured domain before default domain 2024-07-25 20:32:07 -04:00
Zach Daniel
d2024634ec chore: fix typo 2024-07-25 11:58:19 -04:00
Zach Daniel
a2064403b3 fix: ensure actor_tenant is always set 2024-07-25 11:44:11 -04:00
Zach Daniel
0dd2f4358e Revert "fix: ensure table columsn are loaded, bypassing (as yet) unknown bug"
This reverts commit d58198b5e3.
2024-06-28 12:05:04 -04:00
Zach Daniel
d58198b5e3 fix: ensure table columsn are loaded, bypassing (as yet) unknown bug 2024-06-28 12:02:37 -04:00
Zach Daniel
cbde3128c4 fix: don't go to potentially non-existant create actions 2024-06-25 12:49:58 -04:00
Zach Daniel
4c319839d4 chore: get build passing 2024-06-25 11:21:43 -04:00
Zach Daniel
240e1f6541 fix: properly render errors data table forms 2024-06-25 10:39:20 -04:00
Abhishek Tripathi
8e6e5b9937
fix: update to support 0.20 (#179) 2024-06-23 19:57:24 -04:00
Zach Daniel
ade7e383b9 chore: more fixes for union removal 2024-06-07 18:46:52 -04:00
Zach Daniel
89bee3a1f2 improvement: various fixes around unions 2024-06-07 18:36:33 -04:00
Zach Daniel
afcc7ae266 fix: properly support lists of embeds
closes #152
2024-05-22 00:20:52 -04:00
Zach Daniel
284c97b954 improvement: support for unions
closes #145
2024-05-17 18:23:57 -05:00
Zach Daniel
809f041897 fix: render relationship inputs even when type is not a map
fix: properly render tenant form on mobile sidebar

closes #121
2024-05-16 16:49:58 -05:00
Roberts Guļāns
bd4b5581c8
#102 add show_resources option (#148) 2024-05-15 14:10:36 -04:00
Rebecca Le
499ac506b8
docs: Rewrite docs for consistent format with other Ash packages (#138) 2024-05-04 06:22:14 -04:00
Nduati Kuria
fe789b159b
Fix: TopNav when in mobile view (size < md) (#128)
* Update drawer_dropdown.ex

* Update top_nav.ex

* Update top_nav.ex

* Fix typo

* Fix missing argument
2024-04-29 15:58:39 -04:00
Zach Daniel
2abf162c2e fix: properly accept private attributes in admin 2024-04-12 12:41:23 -04:00
Shirish Goyal
0e7dfe92d6
fix action type for default action (#103) 2024-04-09 07:23:35 -04:00
Zach Daniel
34e70771d8 improvement: track actor tenant, use it for fetching actor 2024-04-05 06:53:36 -04:00
Dmitry Maganov
9ea30756a8
fix: small refactor in actor plug (#99) 2024-04-03 18:53:08 -04:00
Zach Daniel
5d1b3a1d5b fix: get checks passing, fix various bugs 2024-04-02 22:01:11 -04:00
Arian Khosravi
a68b4549b8
fix: loading multiple relationships with the same destination resource that has sensitive fields (#98)
Co-authored-by: Arian Khosravi <arian@kairocare.com>
2024-04-02 14:10:06 -04:00
Zach Daniel
d814254b05 fix: properly add indexes to embedded list attribtues
fix: ensure action selection is accurate/consistent
fix: only consider top-level targets for input pruning
2024-04-02 11:55:55 -04:00
Zach Daniel
657d36d3e2 improvement: upgrade to 3.0 2024-03-29 09:48:44 -04:00
Zach Daniel
a2c15e829c chore: remove IO.inspect 2024-03-19 09:53:33 -04:00
Zach Daniel
c710afdecc fix: only show forms for map type inputs
fixes #95
2024-03-19 09:35:36 -04:00
Zach Daniel
162a75c6dc chore: add missing event handler from copy 2024-03-18 21:34:42 -04:00
Zach Daniel
5a44b159a8 chore: form -> query 2024-03-18 21:31:38 -04:00
Zach Daniel
7bafba814d chore: update deps, add map field for testing
fix: missing handle event in read forms
2024-03-18 21:28:07 -04:00
skanderm
ef9b242438
fix: Allow blank/nil default values in :atom inputs when allow_nil? is true (#93)
* fix: Allow blank/default default values in :atom inputs when allow_nil? is true

* Run format
2024-03-11 17:35:55 -04:00
Peter Hartman
99b8daed7b
improvement: Add :csp_nonce_assign_key to ash_admin options (fix for /issues/91) (#92) 2024-03-09 14:58:16 -05:00
Zach Daniel
0cacba50c7 fix: properly prevent access to actions not configured to be in the UI 2024-02-26 09:57:03 -05:00
Zach Daniel
3e46f99bab fix: fix lists of values in deeply nested embeds 2024-02-20 15:45:13 -05:00
Zach Daniel
eeedf16175 improvement: show internal errors in ash_admin form 2024-02-11 11:56:44 -05:00
Zach Daniel
fcaaacf76c improvement: fix large gap in header in safari 2024-02-04 10:47:48 -05:00
Zach Daniel
f6fb30cb11 improvement: update to phoenix_html 4.0
fixes #87
2024-02-01 17:06:43 -05:00
Zach Daniel
af6d8555c0 improvement: support any sensitive value
soon, calculations will have a `sensitive?` flag as well as attributes
2024-01-09 19:29:53 -05:00
Zach Daniel
92f9997fa3 improvement: support PhoenixHTML 4.0
fix: ensure starting state of dropdowns is honored
2024-01-08 19:53:53 -05:00
Rohan Relan
3a285e828e
improvement: Adds show_sensitive_fields option to Resource to allow unredacting se… (#86)
---------

Co-authored-by: Rohan Relan <roresemail@gmail.com>
2024-01-05 10:08:56 -05:00
Zach Daniel
0a671b9a60 fix: ensure tenant stays set after navigating from page 2024-01-04 14:43:49 -05:00
Zach Daniel
48b8ca0b7e chore: fix cheatsheets docs 2024-01-02 17:23:54 -05:00
Zach Daniel
92bb43d7ed fix: don't hide fields required for managing relationships 2023-12-27 07:16:04 -05:00
Nay Min Lwin
6d4c7ee63e
fix: pass tenant to Changeset.for_* directly (#84) 2023-12-13 00:05:57 -05:00
Zach Daniel
2bf5c3ae1c chore: make credo happy 2023-11-30 10:24:19 -05:00