This website requires JavaScript.
dc4fe558b7
lots of stuff, don't truly remember
workout
Blake Ridgway
2026-05-17 20:39:47 -05:00
178ffb3425
feat: extend equipment and workout models with service tracking
Blake Ridgway
2026-02-12 10:09:50 -06:00
eb9ac1b67a
fix routes to be /api/
Blake Ridgway
2025-11-29 13:31:57 -06:00
474029075d
more fixes
Blake Ridgway
2025-11-29 13:22:57 -06:00
b63046251e
fix main.go
Blake Ridgway
2025-11-29 13:21:24 -06:00
f4c47b748e
working on cors
Blake Ridgway
2025-11-29 13:09:12 -06:00
92f264aeff
add routes back
Blake Ridgway
2025-11-29 13:05:03 -06:00
608cc3fa6a
feat: add complete workout management system with file parsing
Blake Ridgway
2025-11-29 12:47:07 -06:00
83630ab176
fixing the password reset link
Cipher Vance
2025-11-22 23:54:49 -06:00
2a632ea833
add tls since mail uses 465
Cipher Vance
2025-11-22 23:49:00 -06:00
beb1b633bf
add logging to the email service
Cipher Vance
2025-11-22 23:45:38 -06:00
d7cd5ffb7f
fix build script again
Cipher Vance
2025-11-22 23:42:46 -06:00
090b855005
fixed some import errors
Cipher Vance
2025-11-22 23:35:54 -06:00
1a643141ec
fix dockerfile path
Cipher Vance
2025-11-22 23:32:15 -06:00
155b5a0b2e
somre more scripting work
Cipher Vance
2025-11-22 23:30:16 -06:00
e8bee6fa33
make ports modular
Cipher Vance
2025-11-22 23:27:28 -06:00
17997a4236
fix package
Cipher Vance
2025-11-22 23:25:04 -06:00
ad7d5eaa94
logging to see what is happening
Cipher Vance
2025-11-22 23:21:42 -06:00
5a57cbc835
fix build errors for missing tokens
Cipher Vance
2025-11-22 23:06:42 -06:00
ae21aac137
this damn refresh token
Cipher Vance
2025-11-22 23:03:00 -06:00
364b3a7dcb
stripe api
Cipher Vance
2025-11-22 22:54:35 -06:00
a4a1a93567
resend to smtp
Cipher Vance
2025-11-22 22:40:24 -06:00
2dc5c0a912
Merge pull request #6 from RideAware/feat-go-rewrite
Blake Ridgway
2025-11-22 21:24:17 -06:00
d6b91acdda
feat: implement Phase 2 - Equipment Management and Training Zones
Cipher Vance
2025-11-22 19:51:16 -06:00
83391dffdf
Merge pull request #5 from RideAware/feat-go-rewrite
Blake Ridgway
2025-11-20 19:55:36 -06:00
c680333ef6
fix doc
Cipher Vance
2025-11-20 19:03:34 -06:00
3bf3a9b24d
feat: migrate Flask API to Go with JWT auth
Cipher Vance
2025-11-20 19:00:53 -06:00
c6e330c063
update to add .env
Cipher Vance
2025-11-20 18:58:46 -06:00
3800008fb9
Merge pull request #3 from RideAware/refactor/username
Cipher Vance
2025-09-09 08:35:29 -05:00
ac0b09ad0e
feat(db): added migration
Cipher Vance
2025-09-09 08:33:04 -05:00
0698ba5c1f
refactor(service): enrich UserService.create_user
Cipher Vance
2025-09-09 08:32:49 -05:00
f5f86a2bc7
refactor(api): unify auth endpoints under /api, enhance signup
Cipher Vance
2025-09-09 08:32:15 -05:00
52bb003980
feat(models): add email to User and normalize UserProfile
Cipher Vance
2025-09-09 08:31:55 -05:00
f396c98cbe
chore(docker): include .env, fix port, install dotenv
Cipher Vance
2025-09-09 08:31:16 -05:00
6c994db855
refactor: change from 3 chars in username to 5
Cipher Vance
2025-09-08 21:08:40 -05:00
a8bcd5e249
removed the HEAD changes
Cipher Vance
2025-08-28 20:32:26 -05:00
ad1ec15523
fixed some db connections and added some dev stuff
Cipher Vance
2025-08-28 20:32:17 -05:00
8698a0f875
init: first migrations
Cipher Vance
2025-08-28 20:31:48 -05:00
cb664a284c
add flask migrate and flask.cli as well as got rid of db create all
Cipher Vance
2025-08-28 20:31:33 -05:00
0ac0e03e7a
added flask-migrate
Cipher Vance
2025-08-28 20:31:08 -05:00
b7a2f2ed4f
feat: updated gitignore for migrations
Cipher Vance
2025-08-28 20:30:58 -05:00
7cd0cb2377
fix(dockerfile): correct env vars, install gunicorn in builder, and improve runtime setup
Cipher Vance
2025-08-28 20:16:02 -05:00
572a0fe686
ci: add docker ignore
Cipher
2025-08-26 10:39:00 -05:00
4e5531be7c
refactor: build out dockerfile for production use
Cipher
2025-08-26 10:22:21 -05:00
ab7bdeb7ee
docs(todo): merge RideAware feature blurbs into TODO and fill gaps
Cipher
2025-08-26 10:07:58 -05:00
ff67ec4cdc
fix merge)
Blake Ridgway
2025-04-03 14:52:34 -05:00
81d7a80758
Merge branch 'v0.1.0-user-login'
Blake Ridgway
2025-04-03 14:49:24 -05:00
dc36b21dcc
(refactor): Implement robust logging and database error handling
Blake Ridgway
2025-04-03 10:42:01 -05:00
de5bff5935
(refactor): Enhance error handling and route structure
Blake Ridgway
2025-04-03 10:39:56 -05:00
afac3b6281
refactor: Improve server setup and add health check
Blake Ridgway
2025-04-03 10:38:51 -05:00
545b31a15f
feat: Added user profile and creation of profile
Blake Ridgway
2025-02-17 19:46:36 -06:00
3ab162d8b8
fix: removed print line with user/pass that was used in debugging.
blake
2025-02-16 16:26:23 +01:00
de9438b2a0
Merge pull request 'fix: resolve AttributeError in User model and ensure consistent password handling' (#17 ) from v0.1.0-user-login into main
blake
2025-02-16 05:44:19 +01:00
4a4d693d72
fix: resolve AttributeError in User model and ensure consistent password handling
Blake Ridgway
2025-02-15 22:42:50 -06:00
49684e163d
Merge pull request '(refactor) boilerplate .gitignore, cleaned up folders' (#16 ) from v0.1.0-user-login into main
blake
2025-02-16 04:55:29 +01:00
d13c5885d8
(refactor) boilerplate .gitignore, cleaned up folders
Blake Ridgway
2025-02-15 21:54:25 -06:00
3af3b548ca
Merge pull request 'v0.1.0-user-login: Refactor auth routes to use UserService for user creation and verification' (#15 ) from v0.1.0-user-login into main
blake
2025-02-16 04:40:56 +01:00
356058e1f9
(feaet): Refactor auth routes to use UserService
Blake Ridgway
2025-02-15 21:30:23 -06:00
f624792a2f
(feat): input validation, improved error handling, and additional security measures.
Blake Ridgway
2025-02-15 21:15:58 -06:00
d12f933534
Merge pull request 'v0.1.0-database: Improve Scalability - Migrate to PostgreSQL' (#14 ) from v0.1.0-database into main
blake
2025-02-16 02:05:02 +01:00
1652079874
(remove): Removed temp comments
Blake Ridgway
2025-02-15 19:00:00 -06:00
51f154ab73
(feat): Added PostgreSQL connection string encoding.
Blake Ridgway
2025-02-15 18:58:48 -06:00
32dcace985
(lib): added psycopg2-binary
Blake Ridgway
2025-02-15 18:57:53 -06:00
73512d46ad
(refactor): change from .venv to venv
Blake Ridgway
2025-02-15 18:57:28 -06:00
f2ba6332fd
(fix): Hopefully fix the .venv file
Blake Ridgway
2025-02-14 12:13:08 -06:00
c2561e5fa3
(delete): Deleted .idea folder
Blake Ridgway
2025-02-14 12:12:43 -06:00
6695d33d64
Merge pull request #2 from VeloInnovate/doc-update
Blake Ridgway
2025-01-31 19:25:13 -06:00
2a75fe111f
Fixed feedback about the Virtual Training Rides section
Blake Ridgway
2025-01-31 19:22:16 -06:00
98fdca55ff
Create TODO.md
Blake Ridgway
2025-01-31 16:53:05 -06:00
9d15076cb9
Merge branch 'main' of github.com:VeloInnovate/rideaware-api
Blake Ridgway
2025-01-27 20:46:15 -06:00
f400c0ba79
pycharm stuff
Blake Ridgway
2025-01-27 20:45:58 -06:00
0c571516db
Merge pull request #1 from VeloInnovate/docker
Blake Ridgway
2025-01-05 17:30:18 -06:00
3749e54595
Merge branch 'main' into docker
Blake Ridgway
2025-01-05 17:30:11 -06:00
819fb04785
(feat): Updated requirements.txt
Blake Ridgway
2025-01-05 17:24:00 -06:00
4a0d3b3fdf
(misc): .idea file init
Blake Ridgway
2025-01-05 17:22:35 -06:00
8d76d8c259
(feat): Cleaened up and added CORS
Blake Ridgway
2025-01-05 16:33:46 -06:00
81d9dbd902
(feat): Updated requirements.txt
Blake Ridgway
2025-01-05 16:33:34 -06:00
ecbbd83005
(docs): working on readme
Blake Ridgway
2024-12-20 06:56:09 -06:00
5e19f9a789
(feat): Dockerfile init
Blake Ridgway
2024-12-20 06:55:59 -06:00
e7cc32d258
(refactor): Cleaned up requirements to what is only needed
Blake Ridgway
2024-12-20 06:44:36 -06:00
b1f2d29fe5
(feat): User service init
Blake Ridgway
2024-12-18 10:43:20 -06:00
f87edf03ec
(refactor): Fixed this to call in the user service
Blake Ridgway
2024-12-18 10:43:11 -06:00
4e2147e76c
(feat): Stripped out all code that did the auth process
Blake Ridgway
2024-12-18 10:42:49 -06:00
8148104e39
(fix): Added __pycache__ for services
Blake Ridgway
2024-12-18 10:42:31 -06:00
de460fbcbc
(feat): Basic user auth
Blake Ridgway
2024-12-17 14:23:38 -06:00
e5976d3c8d
(feat): Requirements for Flask
Blake Ridgway
2024-12-17 10:09:43 -06:00
366e62f804
(feat): Initial work on Flask server
Blake Ridgway
2024-12-17 10:09:28 -06:00
8d9642a2a7
Create LICENSE
Blake Ridgway
2024-12-17 09:57:34 -06:00
d6f7a07ed2
(docs): Added readme file
Blake Ridgway
2024-12-17 09:54:50 -06:00
7c731f2af7
(feat): .gitignore init
Blake Ridgway
2024-12-17 09:46:42 -06:00