Commit graph

  • d5744c3842 Upgrade to django 2.0.2 Rodolphe Breard 2018-02-05 20:09:46 +0100
  • 3d32c27d9a Add a migration for the neluser module Rodolphe Breard 2018-02-04 20:41:11 +0100
  • 397d0bf62d Allow to set the locale on navbar links Rodolphe Breard 2018-02-04 20:40:41 +0100
  • 28e0743b3c Add an inline admin interface to the log module Rodolphe Breard 2018-02-04 20:28:09 +0100
  • fdf879a6b3 Allow to set the SECURE_PROXY_SSL_HEADER django setting Sometimes the django application is deployed behind a reverse-proxy which manage HTTPS. In such case, django think the connection is plain HTTP unless SECURE_PROXY_SSL_HEADER is set and the reverse-proxy sets the appropriate header/value. Rodolphe Breard 2018-02-04 17:12:22 +0100
  • 291f9f0910 Fix various problems with emails for account/password Rodolphe Breard 2018-02-04 16:11:07 +0100
  • 9d989f0549 Remove a buggy comma Rodolphe Breard 2018-02-04 12:29:25 +0100
  • 195401edb0 Remove an unused context Rodolphe Breard 2018-02-04 11:43:47 +0100
  • acec5d06de Add a link to the admin pannel for superusers Rodolphe Breard 2018-02-04 11:42:48 +0100
  • eb8a3688a5 Return a 404 error for non-existent pages Rodolphe Breard 2018-02-04 11:25:02 +0100
  • 71e7433040 Parse environment variables with boolean values Simply using bool() on the string returns True for every non-empty string. Hence, the only way to set a value to False is to set it the an empty string, which is counter-intuitive. This commit will instead compare the string to well-known values for True and return accordingly. Every other non-empty string is evaluated to False. Empty string are evaluated to the default value. Rodolphe Breard 2018-02-04 11:15:02 +0100
  • ab4eb7414c Add basic user functionalities Users need to register, login, logout and reset their password. Rodolphe Breard 2018-02-04 01:36:39 +0100
  • e0d26e8a7a Add separators within the navbar Implement #2 Rodolphe Breard 2018-01-29 22:34:05 +0100
  • a12014e2f1 Add the language to the admin tool Rodolphe Breard 2018-01-28 15:47:39 +0100
  • df2032ef05 Improve the log style Rodolphe Breard 2018-01-28 14:27:02 +0100
  • 3d169a8e41 Improve logs display Rodolphe Breard 2018-01-28 14:10:53 +0100
  • 22f7f217cf Improve url handling within the navbar Rodolphe Breard 2018-01-28 12:09:15 +0100
  • 0b59b4b140 Enforce some pep8 code style Rodolphe Breard 2018-01-27 23:12:09 +0100
  • e986389d25 Add the superuser creation to the quick deployment guide Rodolphe Breard 2018-01-27 21:38:38 +0100
  • c9c2a5cda9 Update the README with the i18n instructions Rodolphe Breard 2018-01-27 21:32:21 +0100
  • 044ae4b028 Add .sql files to the ignore list Rodolphe Breard 2018-01-27 21:16:37 +0100
  • d05b9564ba Squash migration files Rodolphe Breard 2018-01-27 21:15:54 +0100
  • 72c432dd18 Add the new user model Rodolphe Breard 2018-01-27 21:06:40 +0100
  • 2d40a57613 Add the log app Rodolphe Breard 2018-01-27 18:58:36 +0100
  • fc0ebef9cb Add the AGPL license Rodolphe Breard 2018-01-26 21:49:00 +0100
  • fce04daaaa Add the README Rodolphe Breard 2018-01-26 21:28:45 +0100
  • 2953a90c55 Add the shell scripts to git's ignore list Rodolphe Breard 2018-01-26 21:20:46 +0100
  • f075438bbe Add the STATIC_ROOT env setting Rodolphe Breard 2018-01-26 19:39:28 +0100
  • 89a10d3b6a Add the navbar Rodolphe Breard 2018-01-21 13:44:00 +0100
  • c9c8228e22 Adjust the opacity Rodolphe Breard 2018-01-20 15:20:28 +0100
  • adeb8a501f Add the favicon Rodolphe Breard 2018-01-20 15:07:26 +0100
  • 73d0952eeb Add the base theme Rodolphe Breard 2018-01-20 13:36:42 +0100
  • 3a0d5f6be1 Remove the default title on pages Rodolphe Breard 2018-01-20 12:48:47 +0100
  • ddaf8c0027 Improve the default page finding Rodolphe Breard 2018-01-20 11:02:04 +0100
  • 6b0dda0f2f Add a missing import Rodolphe Breard 2018-01-20 11:00:31 +0100
  • 7b55cea90b Allow to write static pages in HTML Rodolphe Breard 2018-01-13 17:02:14 +0100
  • e5fcd61105 Add the static pages module Rodolphe Breard 2018-01-13 15:45:54 +0100
  • ace88af9f9 Add bootstrap Rodolphe Breard 2018-01-13 15:45:20 +0100
  • 71d6cee66d first commit Rodolphe Breard 2018-01-13 12:29:33 +0100