Commit Graph

188 Commits

Author SHA1 Message Date
dependabot[bot]
4c26502200 Bump pyxdg from 0.25 to 0.26
Bumps [pyxdg](https://github.com/takluyver/pyxdg) from 0.25 to 0.26.
- [Release notes](https://github.com/takluyver/pyxdg/releases)
- [Changelog](https://github.com/takluyver/pyxdg/blob/master/ChangeLog)
- [Commits](https://github.com/takluyver/pyxdg/compare/rel-0.25...rel-0.26)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-22 02:21:16 +00:00
John Washam
b0773e21e6 Merge pull request #46 from jwasham/dependabot/pip/werkzeug-0.15.3
Bump werkzeug from 0.11.15 to 0.15.3
2019-10-21 19:20:09 -07:00
dependabot[bot]
ee27e99237 Bump werkzeug from 0.11.15 to 0.15.3
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.11.15 to 0.15.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/0.11.15...0.15.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-21 15:44:12 +00:00
John Washam
7a2f2830ff Merge pull request #45 from kathu/patch-1
fixed old link to startupnextdoor
2019-10-12 11:23:37 -07:00
Nikita S
72dbddeb83 fixed old link to startupnextdoor 2019-10-12 00:13:20 +03:00
John Washam
bbbc5eaaaf Merge pull request #42 from ahmadsherdar/patch-1
Update README.md
2019-08-10 11:41:12 -07:00
ahmadsherdar
90b7f499a0 Update README.md
I have changed some information related to opening the document in localhost in windows. These were the problems and their solutions that I encountered on my way to opening these flashcards for myself on my localhost.
2019-08-10 00:51:17 +05:00
John Washam
deb2693eda Merge pull request #40 from zjyfdu/master
add how to deploy docker file on heroku
2019-08-05 19:40:57 -07:00
Zhai Jinyuan
7d3c54d2c8 add how to deploy docker file on heroku 2019-08-04 16:49:54 +08:00
John Washam
60903065da Merge pull request #37 from romankondratiev/master
Updated guide for local host
2019-04-21 10:29:26 -07:00
roma
bec89b5b55 Updated guide for local host 2019-04-19 07:29:30 +02:00
John Washam
fa4d97096f Merge pull request #35 from schneiderl/master
Fixed Typo at readme
2018-10-08 09:43:00 -07:00
Lucas Gabriel Schneider
b55dd4c061 Update README.md 2018-10-06 19:33:04 -03:00
John Washam
8f6bad01af Merge pull request #34 from sourabh3b/master
fixed docker installation typo
2018-06-30 11:29:00 -07:00
sourabh
b4f4b15724 fixed docker installation typo 2018-06-30 10:52:18 -07:00
John Washam
e45bb6ed33 Merge pull request #27 from shivrai/fix/escape_html
Enable HTML escaping for code segments
2017-07-04 09:46:56 -07:00
Shivansh Rai
3494c5df82 Enable HTML escaping for code segments 2017-07-04 18:34:15 +05:30
John Washam
d520a524da Merge pull request #26 from shivrai/fix/login_hints
Avoid hints for an invalid password attempt
2017-06-27 19:55:50 -07:00
Shivansh Rai
3c14805fe1 Avoid hints for an invalid password attempt
In case a (malicious) user gets a correct username, avoid showing hint
for invalid password attempts as they can guide a brute force attack.
2017-06-26 02:48:40 +05:30
John Washam
25ef91250b Merge pull request #25 from alvimm/master
Fix typo and add responsive meta tag
2017-06-22 20:06:46 -07:00
Alvimm
87bd796b15 Add responsive meta tag in head. 2017-06-22 02:47:43 -03:00
Alvimm
cfc42e504a Fix typo in css link tag. 2017-06-22 02:46:43 -03:00
John Washam
4934ff120d Extra dashes. 2017-04-22 12:30:29 -07:00
John Washam
827a3d5c8e Added contributor info. 2017-04-22 12:29:42 -07:00
John Washam
9e0dd6a675 Merge pull request #20 from linbingqiang/master
remove useless library in requirements.txt
2017-03-28 20:35:44 -07:00
bingqiang.lin
5359c12ddc Update flash_cards.py
change flash_cards.py
2017-03-29 11:32:51 +08:00
bingqiang.lin
5ee1ddf124 Update .gitignore
change .gitignore
2017-03-29 11:31:40 +08:00
bingqiang.lin
a1ee4de64f Update flash_cards.py 2017-03-29 11:28:06 +08:00
bingqiang.lin
41b881dc70 remove useless library in requirements.txt 2017-03-29 10:32:22 +08:00
John Washam
2ac8f925e8 Merge pull request #18 from devyash/devyash
Added Requirements.txt and added description to run the code on local host as quick run
2017-03-18 14:44:45 -07:00
Devyash
18117bd591 spacing change 2017-03-18 17:04:06 -04:00
Devyash
03c3f74e5f Added Requirements.txt and added description to run the code on loacl host.(Quick Guide) 2017-03-18 16:55:03 -04:00
John Washam
cc8f7bb9cf Merge pull request #17 from NileshPS17/master
Added syntax highlighing for code.
2017-02-26 11:13:09 -08:00
Nilesh PS
d2bd4fa9cf Added syntax highlighing for |code| cards. 2017-02-26 13:38:55 +05:30
John Washam
c037ddbedc Merge pull request #16 from rashiq/patch-1
Add .pyc byte code files to .gitignore
2017-01-11 09:50:58 -08:00
Rashiq
06fb8542d4 Add .pyc byte code files to .gitignore 2017-01-11 17:42:59 +01:00
John Washam
e01845acaa Added dividers. 2017-01-01 10:58:26 -08:00
John Washam
2d9ce161a0 Added captions for screen shots. 2017-01-01 10:57:04 -08:00
John Washam
eb7e9d66c5 Added screenshots and link to article. 2017-01-01 10:55:23 -08:00
John Washam
d492486d76 Added link to Node alternative. 2017-01-01 10:46:51 -08:00
John Washam
4e7b6788d4 Added CSV conversion script. 2016-12-24 10:42:05 -08:00
John Washam
074610cb4f Set it so Docker image uses an empty database by default. 2016-12-22 12:20:23 -08:00
John Washam
f9a7a4cdc8 Merge remote-tracking branch 'origin/master' 2016-12-22 12:16:12 -08:00
John Washam
acffe7e07d Added empty db to avoid initialization step and added my extreme set (that I don't recommend using but go nuts). 2016-12-22 12:15:23 -08:00
John Washam
7600bc9c38 Merge pull request #11 from tinpee/master
Use explicitly python 3.5 image and automatically upgrade pip
2016-12-19 21:38:38 -08:00
tinpee
120225ae4c use explicitly python 3.5 image 2016-12-20 06:08:12 +07:00
tinpee
a415d59912 update pip in Dockerfile 2016-12-20 05:55:44 +07:00
John Washam
1b3eb172b9 Merge remote-tracking branch 'origin/master' 2016-12-18 15:30:48 -08:00
John Washam
0f84003cdb Added caveat about my personal flash card set. 2016-12-18 15:30:26 -08:00
John Washam
a102117e7d Merge pull request #9 from mattkohl/readme-update
fixed README typo 'wsgy.py' to 'wsgi.py'
2016-11-14 09:19:17 -08:00