Commit Graph

115 Commits

Author SHA1 Message Date
Cam Otts
85616370fc
remove unique constraint on email to accomodate soft deletes 2023-06-07 11:05:59 -05:00
Michael Quigley
75376969ca
limit details on explorer nodes (#320) 2023-05-16 13:45:43 -04:00
Michael Quigley
7d48683df7
support for displaying limited shares in red in the visualizer (#320) 2023-05-15 14:14:52 -04:00
Michael Quigley
28916e8d2a
merged tui for tcpTunnel (#307) 2023-05-01 12:19:06 -04:00
Michael Quigley
29c26b94b7
fixes (#170) 2023-04-17 12:47:52 -04:00
Michael Quigley
ab6df21273
update schemas to support 'tunnel' backend mode (#170) 2023-04-17 11:53:18 -04:00
Michael Quigley
c8313d12b7
fixes from video (#235) 2023-04-05 13:57:22 -04:00
Michael Quigley
dfb35cc588
store implementation for private_share_id (#278) 2023-03-29 14:05:44 -04:00
Michael Quigley
98d5d20d34
sqlite3 'private_share_id' column in 'frontends' table (#278) 2023-03-29 13:57:15 -04:00
Michael Quigley
73ea6184c5
add 'private_share_id' to store 'frontends' table (#278) 2023-03-29 13:53:14 -04:00
Michael Quigley
0bed934976
limit relax triggers and associated store tweaks (#273) 2023-03-23 15:13:59 -04:00
Michael Quigley
0ed00ebc2c
to find the current latest journal entries for each account_id (#273) 2023-03-22 15:42:47 -04:00
Michael Quigley
bc5481a249
self -> str 2023-03-22 15:17:27 -04:00
Michael Quigley
b172ca1100
limit journal logic for limits.Agent (#273, #276) 2023-03-22 14:10:07 -04:00
Michael Quigley
b103195f88
working out the hitches in the limit journals (#273) 2023-03-22 13:09:21 -04:00
Michael Quigley
b69237e9cc
include rx|tx byte counts in limits journals (#273) 2023-03-17 12:57:26 -04:00
Michael Quigley
0fa682e764
[account|environment|share] limit journals (#273) 2023-03-17 12:02:18 -04:00
Michael Quigley
1af440fa37
limits journals ddl (#273) 2023-03-17 11:46:28 -04:00
Michael Quigley
84f5cd4e55
metrics agent needs soft deleted shares; kind of the whole point of soft deletes (#262) 2023-03-10 11:33:06 -05:00
Michael Quigley
fb14b12446
soft deletes for shares (#262) 2023-03-10 11:16:37 -05:00
Michael Quigley
01dd77ca3b
soft deletes for password_reset_request (#262) 2023-03-10 11:14:01 -05:00
Michael Quigley
d900043fa3
soft deletes for invite_tokens (#262) 2023-03-10 11:10:48 -05:00
Michael Quigley
b8d758080b
soft deletes for frontend (#262) 2023-03-10 11:07:57 -05:00
Michael Quigley
bf63092cb2
better finder behavior (#262) 2023-03-10 10:57:59 -05:00
Michael Quigley
9da1137a78
soft delete support for account_requests (#262) 2023-03-09 15:29:15 -05:00
Michael Quigley
a0e94330c7
added 'deleted' flags to all store objects (#262) 2023-03-09 15:08:59 -05:00
Michael Quigley
97f20acd87
look up share details from usage data (#128) 2023-03-07 15:27:39 -05:00
Michael Quigley
789532fff9
fix sqlite migration (#156) 2023-01-23 12:52:47 -05:00
Michael Quigley
b32ee6350e
implement the new password hashing approach (#156) 2023-01-23 12:50:24 -05:00
Michael Quigley
45d83d1521
salted password migrations (#156) 2023-01-23 11:49:22 -05:00
Cam Otts
2bbf404bae
added maintenance cleanup for expired password reset requests 2023-01-20 10:00:46 -06:00
Cam Otts
a07c4a519c
initial pass for forgot password 2023-01-18 13:05:10 -06:00
Michael Quigley
8f517876e0
fixes to postgres migrations to prevent primary key collisions (#160); fixes to migrations to remove renaming lint 2023-01-17 11:59:27 -05:00
Michael Quigley
f5ab73bcb0
openziti-rest-kitchen -> openziti (#158) 2023-01-13 15:01:34 -05:00
Michael Quigley
e8e87ca6ac
fine, sqlite, fine... (#96) 2023-01-13 13:29:34 -05:00
Michael Quigley
4e4bd1c876
limitless flag on accounts (#96) 2023-01-13 13:16:10 -05:00
Michael Quigley
2da67d4a29
account expiration tweaks (#135) 2023-01-12 16:00:09 -05:00
Michael Quigley
a48fb04870
Merge branch 'v0.3.0' into stale-account-request-cleanup 2023-01-12 15:15:30 -05:00
Cam Otts
679aa09615
added batch limits 2023-01-12 14:09:04 -06:00
Michael Quigley
63edd0ed48
logging improvements 2023-01-12 15:01:34 -05:00
Cam Otts
0db3f0c9e6
added explicit get and delete for expired account requests 2023-01-12 13:00:16 -06:00
Cam Otts
e69119896e
added go routine to cleaup expired access requests 2023-01-12 10:04:56 -06:00
Cam Otts
ee078a9e10
pr comments 2023-01-10 12:26:22 -06:00
Cam Otts
354ccb853f
sqlite typo 2023-01-09 13:40:32 -06:00
Cam Otts
0734e7b511
pr comments 2023-01-09 13:23:02 -06:00
Cam Otts
e5b749be71
initial rough pass for a stored token implementation 2023-01-09 11:00:37 -06:00
Michael Quigley
9572ed3c73
controller, store infrastructure; services -> shares (#144) 2023-01-04 13:13:50 -05:00
Michael Quigley
1e6c35d6de
services -> shares in the schema (#144) 2023-01-04 12:59:36 -05:00
Michael Quigley
3856d6eb61
roughed in environment details (#107) 2022-12-22 14:56:19 -05:00
Michael Quigley
a0fd3a9c63
/detail/environmment; environment detail api backend (#107) 2022-12-22 13:51:29 -05:00