Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleaned up user authentication | Yigit Sever | 2021-04-15 | 2 | -15/+123 |
* | Listen to clippy | Yigit Sever | 2021-04-15 | 4 | -26/+20 |
* | Remove lorems and inpsumses | Yigit Sever | 2021-04-15 | 9 | -95/+183 |
* | Move on to production | Yigit Sever | 2021-04-15 | 11 | -69/+72 |
* | Remove unused code | Yigit Sever | 2021-04-15 | 2 | -39/+0 |
* | Start frontend | Yigit Sever | 2021-04-15 | 30 | -57/+1470 |
* | Merge remote-tracking branch 'origin/template' into template | Yigit Sever | 2021-04-15 | 40 | -28/+1494 |
|\ | |||||
| * | Move template TODO to brag | Yigit Sever | 2021-04-15 | 1 | -4/+3 |
| * | shed unused function | Yigit Sever | 2021-04-15 | 1 | -11/+0 |
| * | Create the static site | Yigit Sever | 2021-04-15 | 25 | -4/+1322 |
| * | Bring Zola over | Yigit Sever | 2021-04-15 | 14 | -0/+44 |
| * | Merge remote-tracking branch 'origin/template' into template | Yigit Sever | 2021-04-15 | 2 | -12/+123 |
| |\ | |||||
| | * | python_client halfway through and updated todo | alpaylan | 2021-04-15 | 2 | -12/+123 |
| * | | Add static serving support | Yigit Sever | 2021-04-15 | 1 | -3/+8 |
| |/ | |||||
| * | [WIP] Add template support | Yigit Sever | 2021-04-15 | 9 | -3/+193 |
* | | Add template support | Yigit Sever | 2021-04-15 | 9 | -3/+193 |
* | | Merge remote-tracking branch 'origin/main' | alpaylan | 2021-04-15 | 4 | -9/+38 |
|\| | |||||
| * | Update TODOs | Yigit Sever | 2021-04-14 | 1 | -3/+1 |
| * | Implement the bank account | Yigit Sever | 2021-04-14 | 2 | -6/+32 |
| * | Add JWT resources | Yigit Sever | 2021-04-14 | 1 | -1/+3 |
| * | Clarify reference | Yigit Sever | 2021-04-14 | 1 | -1/+1 |
| * | Tracking REFERENCE.md | Yigit Sever | 2021-04-14 | 1 | -0/+3 |
* | | fix docs. | alpaylan | 2021-04-15 | 1 | -1/+1 |
|/ | |||||
* | Transactions return as dict | Yigit Sever | 2021-04-14 | 2 | -4/+5 |
* | Implement coinbase reward | Yigit Sever | 2021-04-14 | 2 | -9/+17 |
* | Update TODOs | Yigit Sever | 2021-04-14 | 1 | -5/+2 |
* | Accepted block transactions play out now | Yigit Sever | 2021-04-14 | 2 | -39/+75 |
* | Users have Fingerprints | Yigit Sever | 2021-04-14 | 1 | -19/+17 |
* | Update TODOs | Yigit Sever | 2021-04-14 | 1 | -10/+11 |
* | [WIP] Rough authentication process done | Yigit Sever | 2021-04-14 | 1 | -0/+11 |
* | [WIP] Initial implementation of user auth | Yigit Sever | 2021-04-14 | 2 | -31/+28 |
* | [WIP] Fix silly bug | Yigit Sever | 2021-04-14 | 1 | -2/+2 |
* | [WIP] Let user know their fingerprint | Yigit Sever | 2021-04-14 | 1 | -3/+6 |
* | [WIP] Address users by their fingerprint | Yigit Sever | 2021-04-14 | 1 | -3/+5 |
* | [WIP] Remove unnecessary imports | Yigit Sever | 2021-04-14 | 1 | -1/+1 |
* | [WIP] Rough authentication process done | Yigit Sever | 2021-04-14 | 4 | -22/+121 |
* | Add auth documentation | Yigit Sever | 2021-04-14 | 1 | -2/+33 |
* | [WIP] Initial implementation of user auth | Yigit Sever | 2021-04-14 | 9 | -14/+342 |
* | recover database from file. | alpaylan | 2021-04-14 | 1 | -2/+45 |
* | embed user passwds to the code structs. | alpaylan | 2021-04-14 | 4 | -20/+55 |
* | add user passwds. | alpaylan | 2021-04-14 | 2 | -0/+44 |
* | Simplify the block validation process | Yigit Sever | 2021-04-14 | 1 | -19/+16 |
* | Fix post transaction test | Yigit Sever | 2021-04-14 | 1 | -1/+1 |
* | update todo | alpaylan | 2021-04-14 | 1 | -1/+2 |
* | fix the serde if tests. | alpaylan | 2021-04-14 | 1 | -7/+19 |
* | delete unnecessary imports. | alpaylan | 2021-04-14 | 1 | -2/+1 |
* | finished auth request testing. | alpaylan | 2021-04-14 | 1 | -1/+24 |
* | finished metu id testing. | alpaylan | 2021-04-14 | 1 | -0/+14 |
* | finished user testing. | alpaylan | 2021-04-14 | 2 | -3/+33 |
* | finished naked block testing. | alpaylan | 2021-04-14 | 2 | -7/+38 |