Commit Graph

23 Commits

Author SHA1 Message Date
shockrah
62fd63d3b5 invite generation cleaned and working
added a basic test for the fixed invite generation
2020-03-07 18:54:46 -08:00
shockrah
3a995fa469 removing users module for now because invites are getting reworked
a lot of structural changes are coming to how users are dealt with
2020-03-07 16:51:22 -08:00
shockrah
dd3acb5abe Basic new user route with a sample test
Creating a payloads module as well
2020-02-07 14:57:44 -08:00
shockrah
d2c45761dd invites usage route '/invite/<hash>' now usable 2020-02-05 17:45:12 -08:00
shockrah
c5461f16ad main now matches against dotenv return val
main also returns a Result<(), i32>
2020-02-05 16:30:50 -08:00
shockrah
d54913a26a registering routes for generating/usig invites 2020-02-04 00:25:59 -08:00
shockrah
0518a896d6 first steps into an invite system 2020-01-30 00:04:03 -08:00
shockrah
a3519e32a6 config issues are being ignored for now there are bigger things to deal with 2020-01-29 23:25:37 -08:00
shockrah
42090cd6b1 removed unwanted/needed stuff 2020-01-29 20:15:36 -08:00
shockrah
a142ea435b ready to ready toml in ./configs/ for website at least 2020-01-04 16:25:18 -08:00
shockrah
6c88b04d6a removed unsed struct which was moved to website.rs anyway 2020-01-04 01:35:56 -08:00
shockrahwow
a4f9a82477 more tests for jjs and more robust macro 2019-12-05 11:15:42 -08:00
shockrahwow
5a3899ffe2 all webroutes passing tests(yay!) 2019-11-27 23:46:06 -08:00
shockrahwow
ba166cf281 tests are more specific at this point yes i think so 2019-11-27 23:43:55 -08:00
shockrahwow
4a1be90cdf better test coverage for static resources 2019-11-27 23:41:16 -08:00
shockrahwow
9bdeedb3d8 added routes for js and random media
removed login logic from website as the app is needed for that
2019-11-27 23:13:07 -08:00
shockrahwow
780e8b26bb fixed typo and adding about page route in server 2019-11-27 21:28:04 -08:00
shockrahwow
96e6cbb5be passing tests for basic pages and css routes 2019-11-27 20:05:39 -08:00
shockrahwow
42038106cd removing fn routes for static files 2019-11-13 19:49:06 -08:00
shockrahwow
07390f1469 moved website routes to they're own module:
Rationale - these routes are completely seperate from everything else after this point
2019-11-13 19:22:06 -08:00
shockrahwow
5aac2a0c10 uniironically testing tests 2019-11-13 18:47:36 -08:00
shockrahwow
d3fd575b32 moved goalposts LULW 2019-11-12 11:19:44 -08:00
shockrahwow
8c9d9e3379 moved server code up one directory for now 2019-10-31 10:45:34 -07:00