- 31 Mar, 2014 4 commits
-
-
Stephane Glondu authored
Drop the property from WEB_PARAMS and import_election arguments. It is up to the caller of import_election to call add_featured_election afterwards.
-
Stephane Glondu authored
-
Stephane Glondu authored
When the login service is used for the first time, it asks for a password database. For now, it is the administrator's responsibility to do it before advertising the election.
-
Stephane Glondu authored
-
- 29 Mar, 2014 3 commits
-
-
Stephane Glondu authored
- do not show any login box on the site home page - add a link to site admnistration page to the generic footer
-
Stephane Glondu authored
-
Stephane Glondu authored
-
- 28 Mar, 2014 3 commits
-
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
- 27 Mar, 2014 4 commits
-
-
Stephane Glondu authored
-
Stephane Glondu authored
SITE.register_election takes only parsed stuff.
-
Stephane Glondu authored
-
Stephane Glondu authored
-
- 26 Mar, 2014 4 commits
-
-
Stephane Glondu authored
Move code specific to a group implementation there, and use it everywhere else.
-
Stephane Glondu authored
They do not behave as expected on serialized JSON objects. Instead, directly export a reader and a writer as needed.
-
Stephane Glondu authored
The "p" property is specific to finite fields anyway, so there is no gain in abstracting the group element type in it.
-
Stephane Glondu authored
-
- 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 13 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.
-