- 25 Mar, 2014 9 commits
-
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
In each directory, always open in the following order: 1. third-party libraries 2. serializable 3. signatures 4. common Also, always open modules from lib/* before. This order is reflected in *.mllib files. Additionally, open more frequently serialization modules.
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
Though small, this code really does not belong to Election, which does not (and should not) depend on a specific group implementation.
-
Stephane Glondu authored
-
- 24 Mar, 2014 15 commits
-
-
Stephane Glondu authored
-
Stephane Glondu authored
- simplify WEB_BALLOT_BOX to inject a single credential at a time - in configuration file, replace <data> by <import>; <import> imports only elections (and their credentials) that are not already in the table (only UUID is checked)
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
- base template is abstracted over login_box - per-election templates and services (except those related to update_credentials) refer to per-election auth services - login templates are parametrized over AUTH_SERVICES
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
For now, they are not referenced anywhere, but seem to work when accessing directly their URL.
-
Stephane Glondu authored
-
Stephane Glondu authored
Rationale: we don't want templates to be able to call them.
-
- 23 Mar, 2014 14 commits
-
-
Stephane Glondu authored
SITE_SERVICES.cont is now an Eliom reference that can be directly used wherever a continuation is expected.
-
Stephane Glondu authored
Incidentally, if a user is already logged in, log out first.
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
Keep "Auth_" prefix for auth systems.
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
- rename AUTH_INSTANCE into AUTH_HANDLERS - add "logout" to it - rename existing "handler" into "login" - logged_user contains AUTH_HANDLER instead of CONT_SERVICE
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
All modules in src/web start by either "web_" or "auth_".
-
Stephane Glondu authored
-
- 22 Mar, 2014 2 commits
-
-
Stephane Glondu authored
-
Stephane Glondu authored
-