aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add something stupidYigit Sever2021-04-156-11/+18
|
* Add title to siteYigit Sever2021-04-157-7/+11
|
* Just use public inside siteYigit Sever2021-04-1519-1174/+0
|
* Cleaned up user authenticationYigit Sever2021-04-152-15/+123
| | | | Removed TODOs, unrolled unwraps
* Listen to clippyYigit Sever2021-04-154-26/+20
|
* Remove lorems and inpsumsesYigit Sever2021-04-159-95/+183
|
* Move on to productionYigit Sever2021-04-1511-69/+72
|
* Remove unused codeYigit Sever2021-04-152-39/+0
|
* Start frontendYigit Sever2021-04-1530-57/+1470
|
* Merge remote-tracking branch 'origin/template' into templateYigit Sever2021-04-1540-28/+1494
|\
| * Move template TODO to bragYigit Sever2021-04-151-4/+3
| | | | | | | | | | Apart from CHAOS mode, that seems to be all the _initial_ tasks we've set out for ourselves, yay!
| * shed unused functionYigit Sever2021-04-151-11/+0
| |
| * Create the static siteYigit Sever2021-04-1525-4/+1322
| | | | | | | | DON'T FORGET TO CHANGE site/config.toml BEFORE DEPLOYMENT
| * Bring Zola overYigit Sever2021-04-1514-0/+44
| |
| * Merge remote-tracking branch 'origin/template' into templateYigit Sever2021-04-152-12/+123
| |\
| | * python_client halfway through and updated todoalpaylan2021-04-152-12/+123
| | |
| * | Add static serving supportYigit Sever2021-04-151-3/+8
| |/
| * [WIP] Add template supportYigit Sever2021-04-159-3/+193
| |
* | Add template supportYigit Sever2021-04-159-3/+193
| | | | | | | | We are now serving static HTML alongside Gradecoin REST
* | Merge remote-tracking branch 'origin/main'alpaylan2021-04-154-9/+38
|\|
| * Update TODOsYigit Sever2021-04-141-3/+1
| |
| * Implement the bank accountYigit Sever2021-04-142-6/+32
| |
| * Add JWT resourcesYigit Sever2021-04-141-1/+3
| |
| * Clarify referenceYigit Sever2021-04-141-1/+1
| |
| * Tracking REFERENCE.mdYigit Sever2021-04-141-0/+3
| |
* | fix docs.alpaylan2021-04-151-1/+1
|/
* Transactions return as dictYigit Sever2021-04-142-4/+5
|
* Implement coinbase rewardYigit Sever2021-04-142-9/+17
|
* Update TODOsYigit Sever2021-04-141-5/+2
|
* Accepted block transactions play out nowYigit Sever2021-04-142-39/+75
|
* Users have FingerprintsYigit Sever2021-04-141-19/+17
|
* Update TODOsYigit Sever2021-04-141-10/+11
|
* [WIP] Rough authentication process doneYigit Sever2021-04-141-0/+11
|
* [WIP] Initial implementation of user authYigit Sever2021-04-142-31/+28
| | | | | | There is a dance involved and everything Write down specs for RSA and AES, padding scheme, ugh.
* [WIP] Fix silly bugYigit Sever2021-04-141-2/+2
|
* [WIP] Let user know their fingerprintYigit Sever2021-04-141-3/+6
|
* [WIP] Address users by their fingerprintYigit Sever2021-04-141-3/+5
|
* [WIP] Remove unnecessary importsYigit Sever2021-04-141-1/+1
|
* [WIP] Rough authentication process doneYigit Sever2021-04-144-22/+121
|
* Add auth documentationYigit Sever2021-04-141-2/+33
|
* [WIP] Initial implementation of user authYigit Sever2021-04-149-14/+342
| | | | | | There is a dance involved and everything Write down specs for RSA and AES, padding scheme, ugh.
* recover database from file.alpaylan2021-04-141-2/+45
|
* embed user passwds to the code structs.alpaylan2021-04-144-20/+55
|
* add user passwds.alpaylan2021-04-142-0/+44
|
* Simplify the block validation processYigit Sever2021-04-141-19/+16
| | | | 2 TODOs down!
* Fix post transaction testYigit Sever2021-04-141-1/+1
|
* update todoalpaylan2021-04-141-1/+2
|
* fix the serde if tests.alpaylan2021-04-141-7/+19
|
* delete unnecessary imports.alpaylan2021-04-141-2/+1
|
* finished auth request testing.alpaylan2021-04-141-1/+24
|