Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • f4281b7 Fix PIDFile location. by Ben Kurtovic 2016-12-20 04:20:09 -0500
  • 30f1e63 Add PIDFile for uWSGI. by Ben Kurtovic 2016-12-20 04:14:05 -0500
  • 5f289ae Add logging throughout API and auth code. by Ben Kurtovic 2016-12-20 04:09:24 -0500
  • 0e9949b Add caching to ESI and clean up. by Ben Kurtovic 2016-12-20 03:13:15 -0500
  • 856361f Use character style over default site-wide stylesheet. by Ben Kurtovic 2016-12-20 01:21:28 -0500
  • f896e22 Rename uwsgi config file; add top script. by Ben Kurtovic 2016-12-19 23:49:54 -0500
  • c9ccea2 Finish setup docs; fix ESI bug. by Ben Kurtovic 2016-12-19 23:16:24 -0500
  • 2906830 Add logging. by Ben Kurtovic 2016-12-19 22:42:09 -0500
  • 404a3e8 uid/gid by Ben Kurtovic 2016-12-19 22:18:01 -0500
  • f557ae9 add wsgi by Ben Kurtovic 2016-12-19 21:53:11 -0500
  • c131340 Implement ESI. by Ben Kurtovic 2016-12-19 19:44:35 -0500
  • 2db5453 Extend caching for versioned assets. by Ben Kurtovic 2016-12-19 18:22:40 -0500
  • deebbee Minor style tweaks, fixes. by Ben Kurtovic 2016-12-19 17:39:38 -0500
  • f34923f Clean up logout page styling. by Ben Kurtovic 2016-12-19 17:15:10 -0500
  • 493de28 Add clean message flashing, error handling. by Ben Kurtovic 2016-12-19 05:56:09 -0500
  • d29d4b1 Flesh out database, authentication, EVE SSO, docstrings. by Ben Kurtovic 2016-12-19 03:09:42 -0500
  • a8bf24b Add basic database, session management. by Ben Kurtovic 2016-12-18 01:15:46 -0500
  • 28978c4 Add alt attr for image tag. by Ben Kurtovic 2016-12-17 00:47:11 -0500
  • 34b77bc Make styling responsive. by Ben Kurtovic 2016-12-16 23:11:17 -0500
  • bf7e58d Add EVE date to footer. by Ben Kurtovic 2016-12-16 21:59:06 -0500
  • 681030e Add link coloring to styles. by Ben Kurtovic 2016-12-16 21:36:32 -0500
  • 5363fc3 Add style to config; minor tweaks. by Ben Kurtovic 2016-12-16 21:05:34 -0500
  • a290942 Restructure template inheritance and add sample config. by Ben Kurtovic 2016-12-16 02:49:53 -0500
  • 85f5f7d Minor footer tweak. by Ben Kurtovic 2016-12-15 23:59:21 -0500
  • 7b49e00 Update styles, flesh out more. by Ben Kurtovic 2016-12-15 23:44:36 -0500
  • c769bfd Style tweaks; login button. by Ben Kurtovic 2016-12-15 00:04:58 -0600
  • fce7e1c Flask basics, style. by Ben Kurtovic 2016-12-14 16:58:45 -0600
  • d63fbab Refresh. by Ben Kurtovic 2016-12-14 00:35:45 -0600
  • 76aad5f (old-ruby) Update rails. by Ben Kurtovic 2016-12-13 21:29:19 -0600
  • 33d0bae Add favicon. by Ben Kurtovic 2015-03-22 21:40:34 -0400
  • dfa4f06 Refactor Calefaction::EVE. by Ben Kurtovic 2015-03-17 23:06:04 -0500
  • e1eb407 Stub out /settings. by Ben Kurtovic 2015-03-17 22:59:14 -0500
  • b92770a Rename User.userid to User.char_id. by Ben Kurtovic 2015-03-17 22:32:39 -0500
  • 4c057ba Cleanup. by Ben Kurtovic 2015-03-17 01:39:31 -0500
  • e607a77 Refactor API logic out of User model. by Ben Kurtovic 2015-03-17 01:36:54 -0500
  • e142bd0 Auth with emails, not names; don't store char names; bugfixes. by Ben Kurtovic 2015-03-17 01:05:49 -0500
  • 453ab37 Fix get_bool -> get. by Ben Kurtovic 2015-03-17 00:16:50 -0500
  • d6c8589 Add corp tickers to header. by Ben Kurtovic 2015-03-17 00:06:58 -0500
  • 02fd2fe Working login, logout. by Ben Kurtovic 2015-03-16 22:23:42 -0500
  • 9e8fd6b Properly style flashes; add sections. by Ben Kurtovic 2015-03-16 21:40:36 -0500
  • 04523f5 Reorganize CSS, cleanup. by Ben Kurtovic 2015-03-16 21:14:48 -0500
  • ebb584a Implement full login logic. by Ben Kurtovic 2015-03-16 19:59:59 -0500
  • bfdbaa3 Clean up the way user corp checking is handled. by Ben Kurtovic 2015-03-16 19:23:51 -0500
  • 73ba7ff Add an allow_non_corp setting; refactor. by Ben Kurtovic 2015-03-16 16:50:32 -0500
  • 21152de Flashing, start basic login code, stub password reset. by Ben Kurtovic 2015-03-16 12:50:40 -0500
  • 90de37d Stub out login, logout, etc. by Ben Kurtovic 2015-03-16 01:50:14 -0500
  • fcfc56a Make user setup work fully, thanks to EAAL. by Ben Kurtovic 2015-03-14 21:33:25 -0500
  • a87698d Remove Encryptor; that was poorly thought-out... by Ben Kurtovic 2015-03-14 18:53:20 -0500
  • 92b1003 Finish most of the user model, add a thing to init the db and create an admin. by Ben Kurtovic 2015-03-13 23:21:52 -0500
  • 3da2635 HTML5; style header a small bit. by Ben Kurtovic 2015-03-13 13:52:59 -0500
  • 9727154 Add corp logo, cleanup. by Ben Kurtovic 2015-03-13 12:54:15 -0500
  • 1367698 Reorganize header links. by Ben Kurtovic 2015-03-13 03:39:20 -0500
  • 6d5a625 Make admin settings more efficient and safer. by Ben Kurtovic 2015-03-13 03:33:30 -0500
  • 38f6af2 Link to Calefaction. by Ben Kurtovic 2015-03-13 03:07:10 -0500
  • 0db7dda Get settings page working. by Ben Kurtovic 2015-03-13 03:06:17 -0500
  • ee71a39 Cache admin settings; work on admin functionality. by Ben Kurtovic 2015-03-13 02:48:05 -0500
  • fc8f04a Add DB stuff for global app settings. by Ben Kurtovic 2015-03-13 01:24:14 -0500
  • 35f0a27 Add version, CCP copyright info. by Ben Kurtovic 2015-03-12 23:46:30 -0500
  • 6c3d9c6 Partial views. by Ben Kurtovic 2015-03-11 14:47:42 -0500
  • 2a40d7d Admin things. by Ben Kurtovic 2015-03-11 13:50:08 -0500
  • f3ee286 Start working on some basic MVC things. by Ben Kurtovic 2015-03-11 13:38:42 -0500
  • 65f58dd Hello world. by Ben Kurtovic 2015-03-09 20:11:20 -0500
  • e40be3d Initial commit by Ben Kurtovic 2015-02-28 01:00:27 -0600