Commit graph

21 commits

Author SHA1 Message Date
miloschwartz
2cca561e51
support postgresql as database option 2025-06-04 12:02:07 -04:00
miloschwartz
53be2739bb
successful log in loop poc 2025-04-13 18:29:23 -04:00
grokdesigns
d9e6d0c71a
Add regenerate to invitation functionality, see pull request details 2025-04-09 20:32:21 -07:00
miloschwartz
d260450a84
add openapi registers 2025-04-06 22:44:14 -04:00
miloschwartz
fefb07e14c
move schema.ts to module 2025-03-23 17:11:48 -04:00
Milo Schwartz
60110350aa
use smtp user if no no-reply set 2025-01-28 21:26:34 -05:00
Milo Schwartz
5f92b0bbc1
make all emails lowercase closes #89 2025-01-21 19:03:18 -05:00
Milo Schwartz
235e91294e
remove base_url from config (#13)
* add example config dir, logos, and update CONTRIBUTING.md

* update dockerignore

* split base_url into dashboard_url and base_domain

* Remove unessicary ports

* Allow anything for the ip

* Update docker tags

* Complex regex for domains/ips

* update gitignore

---------

Co-authored-by: Owen Schwartz <owen@txv.io>
2025-01-07 22:41:35 -05:00
Milo Schwartz
3b4a993704
refactor and reorganize 2025-01-01 21:41:31 -05:00
Milo Schwartz
9732098799
make config class and separate migrations script 2025-01-01 17:50:12 -05:00
Owen Schwartz
2f328fc719
Add basic transactions 2024-12-24 16:00:02 -05:00
Milo Schwartz
ce5df3b0b9
fix issues from test deploy 2024-12-21 21:01:12 -05:00
Milo Schwartz
7c9e57ef12
improve formatting in data tables 2024-11-25 23:07:21 -05:00
Milo Schwartz
217ceab50e
temporarily disable email on invite user 2024-11-24 14:47:14 -05:00
Milo Schwartz
5361873672
add logging 2024-11-24 12:46:55 -05:00
Milo Schwartz
e9ffffa419
throw error in invite 2024-11-24 12:37:48 -05:00
Milo Schwartz
9c2e481d2b
show owner in users table, list roles query in invite form, and more 2024-11-08 00:03:54 -05:00
Milo Schwartz
372e51c0a5
move action permission check to middleware 2024-11-05 23:55:46 -05:00
Milo Schwartz
fadfaf1f0b
ability to remove user from org 2024-11-03 17:28:12 -05:00
Milo Schwartz
a6baebb216
basic invite user functional 2024-11-02 23:46:16 -04:00
Milo Schwartz
a6bb8f5bb1
create invite and accept invite endpoints 2024-11-02 18:12:17 -04:00