Scott Idem
91434968f7
docs+site_domain: Add guidance for restoring access_key validation in site_domain lookup; stage recent user/auth changes and frontend guide updates
2026-03-25 19:33:53 -04:00
Scott Idem
b55b7ea81d
refactor(routers): add DeprecationParams to legacy active endpoints
...
Tags remaining live-but-deprecated routes so every call logs a warning,
giving visibility before the next round of removals.
- registry.py: add DeprecationParams to importing and user routers
- api.py: add DeprecationParams to /request_jwt and /temp_token individually
- user.py: inherits deprecation warning via registry router-level dependency
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-24 19:33:31 -04:00
Scott Idem
8eb699efe5
refactor(routers): comment out legacy endpoints across multiple routers
...
Disabled legacy routes that are superseded by V3 equivalents. Code is
commented out (not deleted) pending final verification and cleanup pass.
- registry.py: remove sql, lookup (/lu), websockets, websockets_redis;
clean up dead imports (contact, event_person, etc.)
- data_store.py: comment out legacy CRUD and code-lookup endpoints;
keep V3 code-lookup routes active; add TODO for action path rename
- api.py: comment out Api_Base CRUD, get_id (internal ID leak),
and sql_test (debug) endpoints
- aether_cfg.py: comment out legacy Flask cfg endpoint
- user.py: comment out legacy user endpoints
- util_email.py: minor cleanup
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-24 19:22:45 -04:00
Scott Idem
8bd5fd2106
Updated the user auth and user auth key email endpoints and functions.
2025-04-08 15:34:58 -04:00
Scott Idem
573f054ee2
Updates to get User auth working again
2025-04-04 17:35:10 -04:00
Scott Idem
faecd974b9
Lots of changes to get to FastAPI 95.1
2024-04-26 15:15:37 -04:00
Scott Idem
f4eda34035
Saving current progress with change from using Query() to Path()
2024-04-26 14:51:11 -04:00
Scott Idem
ed6ae8c93e
Unknown
2022-07-15 13:09:07 -04:00
Scott Idem
fdcfe75325
Sort of bug fixes and improvements for user model and other.
2022-05-24 16:49:10 -04:00
Scott Idem
ab0b900721
Still working on order and orders that are carts
2022-01-21 16:41:40 -05:00
Scott Idem
afe44bac89
Bug fixes or some issues around user auth, verification, and password change
2022-01-20 18:07:27 -05:00
Scott Idem
6b21a33625
Moving things to use the common_route_params and unified functions for SQL enable and SQL LIMIT OFFSET
2022-01-17 18:57:31 -05:00
Scott Idem
f2be7767cb
Code clean up. A lot.
2022-01-07 16:01:22 -05:00
Scott Idem
597c765673
Code clean up. Bug fixes for person, user, contact, and address methods
2022-01-06 16:56:38 -05:00
Scott Idem
c01e668d9e
Code clean up. Simplifying person, user, contact, and address methods
2022-01-06 13:47:23 -05:00
Scott Idem
c127e0822c
Code clean up. Person and User related is being worked on.
2022-01-06 12:25:53 -05:00
Scott Idem
b32900a44f
A lot of route common params clean up
2022-01-05 20:39:34 -05:00
Scott Idem
104bc8d08a
A lot of route common params clean up
2022-01-05 15:44:06 -05:00
Scott Idem
280237b46c
A lot of route common params clean up
2022-01-05 15:29:07 -05:00
Scott Idem
a70f931688
A lot of route common params clean up
2022-01-05 15:22:49 -05:00
Scott Idem
7fe0c4ae27
Including account_name in user model
2021-12-30 18:58:56 -05:00
Scott Idem
2b809e0f81
Clean up
2021-12-30 18:44:19 -05:00
Scott Idem
39db1999fb
Code clean up. Working on returning proper 404 vs 400 responses if the results are empty and nothing went wrong.
2021-12-13 18:55:31 -05:00
Scott Idem
92a44b9f41
Code clean up. Working on returning proper 404 vs 400 responses if the results are empty and nothing went wrong.
2021-12-13 17:07:45 -05:00
Scott Idem
133cfab42f
Code clean up. Working on returning proper 404 vs 400 responses if the results are empty and nothing went wrong.
2021-12-13 17:02:21 -05:00
Scott Idem
7aa2ecc4af
Clean up and testing. Starting to mark things as deprecated.
2021-12-08 12:27:29 -05:00
Scott Idem
630739aae6
Added person lookup by email and email auth url key.
2021-12-02 17:57:01 -05:00
Scott Idem
dbc99e0d8d
Work on orders, person, and user
2021-11-19 15:16:48 -05:00
Scott Idem
f71bd74aa0
Planning out a core object model
2021-11-18 21:20:41 -05:00
Scott Idem
dee958aa2b
Work on user endpoints
2021-11-18 15:25:06 -05:00
Scott Idem
413b44b4d2
Turn down some debugging
2021-11-09 19:34:52 -05:00
Scott Idem
03aceae130
User email look up improvement
2021-11-09 19:25:35 -05:00
Scott Idem
4f6d065990
Working on user login, verification, and password change.
2021-10-06 17:35:09 -04:00
Scott Idem
455cc36a69
Working on user login, verification, and password change.
2021-10-06 17:34:29 -04:00
Scott Idem
7c919b513c
Working on user login and related updates
2021-10-06 13:26:03 -04:00
Scott Idem
200ee82b9d
Bug fix for multiple user functions missing response=response in mk_resp() call.
2021-09-20 19:26:57 -04:00
Scott Idem
8a3101d562
Bug fix for lookup_email
2021-09-20 19:22:15 -04:00
Scott Idem
acf6842017
Working on stuff related to session proposals. Lots of bug fixes.......
2021-08-26 04:21:39 -04:00
Scott Idem
8ff404e534
Code clean up and standardize
2021-08-25 11:16:02 -04:00
Scott Idem
683597e2bf
General code clean up.
2021-08-23 12:54:27 -04:00
Scott Idem
824bdd29a2
Work on event, event_session, event_presentation, event_presenter, user, and person routes, methods, and models
2021-08-21 16:04:17 -04:00
Scott Idem
cfd85435f2
Finally returning correct HTTP status codes
2021-08-10 19:06:40 -04:00
Scott Idem
a1b9d3c518
Still adding in Response everywhere...
2021-08-10 18:30:37 -04:00
Scott Idem
d933395a9f
A lot of code clean up! Also adding in Response everywhere...
2021-08-10 18:09:34 -04:00
Scott Idem
56218b5dd8
Working on integration with Svelte and bug fix for user
2021-08-05 17:56:25 -04:00
Scott Idem
49805f48c9
A lot of changes related to person and membership
2021-07-09 17:34:02 -04:00
Scott Idem
830b9ee608
Clean up and I think I fixed a weird bug with Pydantic models and the list object type. It seems to try for a dict conversion first if Union[dict,list] is used.
2021-06-29 18:12:52 -04:00
Scott Idem
275072160e
Working on membership, person, user, and order and general clean up.
2021-06-28 15:26:31 -04:00
Scott Idem
a0514b5179
Working on membership, person, user, and order
2021-06-28 14:23:06 -04:00
Scott Idem
f55d9c2c62
Working on membership, person, and user
2021-06-25 18:49:08 -04:00