Commit Graph

27 Commits

Author SHA1 Message Date
Juhani Krekelä c5edd6bc68 Read the session cookie 2018-06-10 15:43:18 +03:00
Juhani Krekelä c9f8bfe1b8 Start implementing sessions 2018-06-10 15:33:21 +03:00
Juhani Krekelä fb9b6ba258 Enforce uniqueness of users and move initialize_* to initialize.py 2018-06-10 15:11:28 +03:00
Juhani Krekelä e2cc012c30 Remove the TODO about last commit 2018-06-10 14:52:41 +03:00
Juhani Krekelä 161bb72d37 Read boards from a database 2018-06-10 14:52:03 +03:00
Juhani Krekelä 128f937a11 Login finally works (but sessions don't) 2018-06-09 19:15:47 +03:00
Juhani Krekelä 6d02c01751 Handle post and redirect after "login" 2018-06-09 18:59:59 +03:00
Juhani Krekelä fbf0495c82 Convert the BeautifulSoup object to a list before iterating 2018-06-09 14:35:21 +00:00
Juhani Krekelä b72544e480 Explicitly use html.parser to supress warnings from bs4 2018-06-09 17:31:52 +03:00
Juhani Krekelä 77f70da475 Fix detection of when user is logged in 2018-06-09 17:30:05 +03:00
Juhani Krekelä 0187775332 Add a login page (nonfunctional) 2018-06-09 17:25:04 +03:00
Juhani Krekelä c3556b0c71 Don't hardcode the database file 2018-05-10 11:07:49 +03:00
Juhani Krekelä c2ee55e5e9 Add foreign key constraint to enforce proper parent field in users table 2018-05-10 00:12:39 +03:00
Juhani Krekelä 1980ef2c08 Start work on boards in the database 2018-05-10 00:03:13 +03:00
Juhani Krekelä 59d9ea4bf4 Apparently we should use one database. Fortunately that's easily fixed 2018-05-09 23:24:15 +03:00
Juhani Krekelä cd783945b3 Start writing user database parts 2018-05-09 00:17:37 +03:00
Juhani Krekelä 7c423448aa Switch to using docstrings for the function documentation 2018-04-21 23:30:49 +03:00
Juhani Krekelä 759e160e25 Read config from a config file 2018-04-21 23:09:14 +03:00
Juhani Krekelä 9e2a7d338d Start working on authentication 2018-04-08 17:11:42 +03:00
Juhani Krekelä d0de210c4f Whoops 2018-04-07 20:30:30 +03:00
Juhani Krekelä 027fb8385d Make it work in production (this breaks testing but oh well) 2018-04-07 20:29:09 +03:00
Juhani Krekelä 16dcb4562c Change default port not to conflict with random testing 2018-04-07 20:04:04 +03:00
Juhani Krekelä 134ad546a2 Add a note about needing bs4 to README.md 2018-04-01 00:14:26 +03:00
Juhani Krekelä 149180683d Start writing html generation 2018-04-01 00:12:40 +03:00
Juhani Krekelä 858ada9011 Add .gitignore 2018-04-01 00:11:32 +03:00
Juhani Krekelä 8e363f80de Start writing the server component 2018-03-18 21:33:16 +02:00
Juhani Krekelä 7a56c20e80 Initial commit 2018-03-15 23:34:44 +02:00