Commit Graph

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