Commit Graph

9 Commits

Author SHA1 Message Date
RaspberryProgramming f4826c5ca9 Ownership Registration - New functionality
added ability to copy client id to clipboard by clicking
Fixed submit bug where it would open a new page.
Added link to copy and allow remote clients to submit ownership registration. This can be done with things such as curl or other cli tools that can't visually see the html form on this page
2024-07-19 14:57:49 +00:00
RaspberryProgramming 355066b197 Fixed cookie bug
When connecting for the first time, if a request uses the cookie jar the cookie may be pending.
Made a new function that will account for that and return the pending cookie if it exists. Otherwise it will return the cookie using the .get function of the cookiejar.
2024-07-19 14:20:02 +00:00
Camerin Figueroa 16a973c0fc Added ownership registration page.
Users can register an ownership relationship so other clients can view their requests.
2024-07-10 17:40:25 +00:00
Camerin Figueroa 29b509b3b4 v0.5 Upgrade - Upgraded and modified project to support rocket.rs v0.5.1 2024-07-03 23:34:25 +00:00
Camerin Figueroa 72c3ae5dbe Modified request-mirror to accept environment variables from docker which would override the .env vars 2024-05-03 00:41:26 +00:00
Camerin Figueroa 4f1a16cf56
Update lib.rs 2024-04-30 11:18:56 -04:00
Camerin Figueroa f134f7e690 docker-compose_update - Updated docker-compose to be fully functional
I updated Dockerfile and docker-compose.yml to work together.
Each component of the app can now be deployed at once.
2024-04-29 21:02:02 +00:00
Camerin Figueroa da0f1ddf2d Commented and Refactored codeMade ids in the database i64 values to increase available id spaceMoved some structs and enums from main.rs to models.rsCommented structs and functions 2024-03-06 22:43:16 +00:00
Camerin Figueroa e02426797d Added Additional features
Postgres database and diesel was added
History capability has been added
Added additional handlebars pages to view and submit get/post requests via form.
2024-03-04 22:19:39 +00:00