Commit Graph

50 Commits

Author SHA1 Message Date
Gonçalo Valério 6a2201ca95 bumb version 2020-03-31 18:42:47 +01:00
Gonçalo Valério a7452c1e14 update documentation 2020-03-31 18:37:34 +01:00
Gonçalo Valério 197fb789cf
Merge pull request #10 from dethos/bitid
Basic BitId support
2020-03-31 15:44:42 +01:00
Gonçalo Valério 68d2b8f273 fix code format issues 2020-03-31 14:06:23 +01:00
Gonçalo Valério dd2e1a769a validate the address first on signup 2020-03-31 13:59:07 +01:00
Gonçalo Valério c2fa8309fd Update changelog to reference the new naming of default views 2020-03-10 15:03:02 +00:00
Gonçalo Valério ed4e085011 first working prototype of bitid 2020-03-10 15:00:11 +00:00
Gonçalo Valério a01e5ef393 removed unused dependency: python-bitcoinaddress 2020-02-19 18:14:25 +00:00
Gonçalo Valério a26d07fa0d format the generated migration 2020-02-19 18:09:35 +00:00
Gonçalo Valério fb86a99a58 add tests for the new bitcoin authentication backend 2020-02-19 17:56:22 +00:00
Gonçalo Valério 1eac8809e8 add bitcoin to address model 2020-02-19 15:04:19 +00:00
Gonçalo Valério 0071013d71 update changelog and contributors list 2020-01-28 16:46:52 +00:00
Gonçalo Valério c297ec2601
Merge pull request #9 from dethos/black-check-ci-job
Black check ci job
2020-01-28 16:33:08 +00:00
guy f01d9b10f9 Remove allow failures and black exclusions. 2020-01-28 17:24:59 +01:00
guy a1a0a299df Tweak after_success. 2020-01-28 16:53:25 +01:00
guy fec4cbb897 Remove matrix in place of Jobs. 2020-01-28 16:44:40 +01:00
guy 6cd6364857 Add Black check to CI. 2020-01-28 16:16:48 +01:00
Gonçalo Valério f53dd9b89d
Merge pull request #7 from dethos/fix-address_unique-bug
Add clean method for address in SignUp form.
2020-01-28 13:29:23 +00:00
guy a5511b8f1d Add clean method for address in SignUp form. 2020-01-28 13:32:39 +01:00
Gonçalo Valério 9b72049576 bump version 2020-01-08 18:44:37 +00:00
Gonçalo Valério 05bb7edd1a update release date on history file 2020-01-08 18:34:03 +00:00
Gonçalo Valério d94a18e692 update requirements to avoid double dependency problem on the CI 2020-01-06 18:40:32 +00:00
Gonçalo Valério 9fd12ae4fc add django 3.0 to the ci 2020-01-06 18:13:47 +00:00
Gonçalo Valério 1de5510680 MoneroAddressBackend now handles extra keyword arguments that might be provided. Also added more tests 2020-01-06 17:24:27 +00:00
Gonçalo Valério 57efe853e0 added djcl namespace to all settings related to this project 2020-01-06 12:23:41 +00:00
Gonçalo Valério 3de2feca1d Update contribution instructions 2020-01-06 12:06:15 +00:00
Gonçalo Valério 9642883190 configure django settings when building docs 2019-12-01 00:30:18 +00:00
Gonçalo Valério cb8ebbdfb7 remove django setup from docs conf 2019-12-01 00:16:58 +00:00
Gonçalo Valério e12a7a8a44 update quickstart guide 2019-12-01 00:07:03 +00:00
Gonçalo Valério 9b7eadfb31 Add urls.py and move default template location to cryptolock folder 2019-11-30 21:46:54 +00:00
Gonçalo Valério bd47658c8a update release instructions 2019-11-25 19:39:39 +00:00
Gonçalo Valério f1ed8f3827 add missing f-string symbol 2019-11-25 19:24:46 +00:00
Gonçalo Valério 58f1fc6cfc removed support for python 3.5 and added 3.8 2019-11-25 19:23:59 +00:00
Gonçalo Valério 11388498cf removed the usage of f-strings to maintain compatibility with python 3.5 2019-11-25 19:15:25 +00:00
Gonçalo Valério 0faf45d9d5 add some tests to the forms, utils and validators 2019-11-25 19:10:04 +00:00
Gonçalo Valério c5d68aa1f8 added simple monero auth views and forms 2019-11-25 17:08:43 +00:00
Gonçalo Valério 414d787680 add missing files to the example app 2019-11-25 13:23:55 +00:00
Gonçalo Valério be337d6017 add views to the example project 2019-11-17 22:27:40 +00:00
Gonçalo Valério df9e4d8c61 add test app to manually test the package 2019-11-17 18:13:57 +00:00
Gonçalo Valério b5e46ef712 update makefile and format all code with black 2019-10-19 21:25:34 +01:00
Gonçalo Valério 1bfec1c66a fix test to maintain compatibility with python3.5 2019-10-15 19:17:14 +01:00
Gonçalo Valério be22cf5250 add tests for the current address model and validator 2019-10-15 19:13:39 +01:00
Gonçalo Valério 34928676c6 use pytest for testing 2019-10-15 18:13:56 +01:00
Gonçalo Valério 6da3033fdf Add first implementation of the authentication backend 2019-10-15 17:45:18 +01:00
Gonçalo Valério 903e55f75e Add Address model and monero-python as dependency 2019-10-15 15:41:13 +01:00
Gonçalo Valério 996ac1312c Remove non-required code and format with black 2019-10-14 13:13:54 +01:00
Gonçalo Valério 811e87ff09 update license and target django versions 2019-09-24 19:06:07 +01:00
Gonçalo Valério cffc4063cf update travis config to only test the correct python env. Replace codecov with coveralls 2019-09-24 18:49:30 +01:00
Gonçalo Valério 1642112d1b only python 3 is supported. Update test environemnts. 2019-09-24 18:32:39 +01:00
Gonçalo Valério 8dc4027941 Initial commit. Cookiecutter based project structure 2019-09-24 18:02:54 +01:00