cavote.git
11 years agoadd some lines of how-to about translation
Julien Rabier [Sat, 22 Dec 2012 14:51:33 +0000 (15:51 +0100)]
add some lines of how-to about translation

11 years agoadd requirements.txt
Julien Rabier [Sat, 22 Dec 2012 12:44:47 +0000 (13:44 +0100)]
add requirements.txt

11 years agofix flask-openid import
Julien Rabier [Sat, 22 Dec 2012 12:32:44 +0000 (13:32 +0100)]
fix flask-openid import

11 years agoFix error when retrieving groups for the display user page
Arnaud Delcasse [Mon, 1 Oct 2012 12:11:16 +0000 (14:11 +0200)]
Fix error when retrieving groups for the display user page

11 years agoBug fix (was sending reminders only for 1 vote and not all)
Arnaud Delcasse [Wed, 12 Sep 2012 12:27:07 +0000 (14:27 +0200)]
Bug fix (was sending reminders only for 1 vote and not all)

11 years agoReminder every week before the end of the vote
Arnaud Delcasse [Wed, 12 Sep 2012 09:33:01 +0000 (11:33 +0200)]
Reminder every week before the end of the vote

11 years agoMail notifications during last days of a vote.
Arnaud Delcasse [Wed, 12 Sep 2012 09:07:48 +0000 (11:07 +0200)]
Mail notifications during last days of a vote.

11 years agoRemind nonvoters
Arnaud Delcasse [Wed, 12 Sep 2012 06:07:55 +0000 (08:07 +0200)]
Remind nonvoters

11 years agoSend a main when opening a vote
Arnaud Delcasse [Tue, 11 Sep 2012 22:30:41 +0000 (00:30 +0200)]
Send a main when opening a vote

11 years agoFix error during merge
Arnaud Delcasse [Tue, 4 Sep 2012 19:21:43 +0000 (21:21 +0200)]
Fix error during merge

11 years agochange version number
Arnaud Delcasse [Tue, 4 Sep 2012 19:13:21 +0000 (21:13 +0200)]
change version number

11 years agoMerge branch 'reorganize_files' of git.ndn.cx:cavote
Julien Rabier [Mon, 3 Sep 2012 19:20:37 +0000 (21:20 +0200)]
Merge branch 'reorganize_files' of git.ndn.cx:cavote

Conflicts:
main.py

11 years agoAdd README file with instructions for development and production installation
Arnaud Delcasse [Mon, 3 Sep 2012 18:15:17 +0000 (20:15 +0200)]
Add README file with instructions for development and production installation

11 years agoSeparate configuration
Arnaud Delcasse [Mon, 3 Sep 2012 17:54:18 +0000 (19:54 +0200)]
Separate configuration

11 years agoAdd vote deletion (only hides it in the DB : can be recovered manually from SQL by...
Arnaud Delcasse [Mon, 3 Sep 2012 09:00:07 +0000 (11:00 +0200)]
Add vote deletion (only hides it in the DB : can be recovered manually from SQL by updating the row)

11 years agoUpdate of the OpenID was not working (it was only working at creation of the user...
Arnaud Delcasse [Fri, 31 Aug 2012 19:18:53 +0000 (21:18 +0200)]
Update of the OpenID was not working (it was only working at creation of the user) and missing for the user itself.

11 years agoAdd OpenID authentication in parallel with casual one
Arnaud Delcasse [Thu, 30 Aug 2012 20:59:43 +0000 (22:59 +0200)]
Add OpenID authentication in parallel with casual one

11 years agoMerge branch 'bug-transparent' of git://git.rogdham.net/cavote
Julien Rabier [Thu, 30 Aug 2012 18:04:09 +0000 (20:04 +0200)]
Merge branch 'bug-transparent' of git://git.rogdham.net/cavote

11 years agoFix bug for non-transparent sondages
Rogdham [Thu, 30 Aug 2012 16:29:28 +0000 (18:29 +0200)]
Fix bug for non-transparent sondages

Bug detail: when user is not logged, an exception was raised when she was
looking to a non-transparent vote.

11 years agoBetter crypto for storing passwords
Rogdham [Thu, 30 Aug 2012 14:40:02 +0000 (16:40 +0200)]
Better crypto for storing passwords

Instead of hash(passwd), store hash(SALT, key, passwd) where:
 - SALT is application-specific
 - key is random and changed each time passwd changes

To login as admin the first time, go and see /login/1/victory

11 years agoReturn to join method for fetching publisher
Arnaud Delcasse [Thu, 30 Aug 2012 09:25:34 +0000 (11:25 +0200)]
Return to join method for fetching publisher

11 years agoFix issue with publisher
Arnaud Delcasse [Thu, 30 Aug 2012 09:12:51 +0000 (11:12 +0200)]
Fix issue with publisher

11 years agoFix problem of publisher again
Arnaud Delcasse [Thu, 30 Aug 2012 08:44:42 +0000 (10:44 +0200)]
Fix problem of publisher again

11 years agoFixed hardcoded vote publisher value to maethor
Arnaud DELCASSE [Thu, 30 Aug 2012 08:27:02 +0000 (10:27 +0200)]
Fixed hardcoded vote publisher value to maethor

11 years agorewrite \r\n instead of \n
Arnaud Delcasse [Sat, 18 Aug 2012 16:54:30 +0000 (18:54 +0200)]
rewrite \r\n instead of \n

11 years agoMerge branch 'master' of git.ndn.cx:cavote
Arnaud Delcasse [Sat, 18 Aug 2012 16:53:27 +0000 (18:53 +0200)]
Merge branch 'master' of git.ndn.cx:cavote

11 years agoFix issue when generating email (unicode decoding)
Arnaud Delcasse [Sat, 18 Aug 2012 16:51:23 +0000 (18:51 +0200)]
Fix issue when generating email (unicode decoding)

11 years agoFix issue when generating email (unicode decoding)
Arnaud Delcasse [Sat, 18 Aug 2012 16:51:23 +0000 (18:51 +0200)]
Fix issue when generating email (unicode decoding)

11 years agoContinue arg in login and logout routes
Guillaume Subiron [Fri, 8 Jun 2012 07:41:44 +0000 (09:41 +0200)]
Continue arg in login and logout routes

11 years agoMany TODOs, debug, cleanup, urls
Guillaume Subiron [Thu, 7 Jun 2012 16:44:04 +0000 (18:44 +0200)]
Many TODOs, debug, cleanup, urls

11 years agoAjout de boites modales pour les suppressions d'éléments
Guillaume Subiron [Thu, 7 Jun 2012 13:13:08 +0000 (15:13 +0200)]
Ajout de boites modales pour les suppressions d'éléments

11 years agoAdmins can delete and edit users
Guillaume Subiron [Thu, 7 Jun 2012 12:32:33 +0000 (14:32 +0200)]
Admins can delete and edit users

11 years agoInterface details
Guillaume Subiron [Thu, 7 Jun 2012 12:32:18 +0000 (14:32 +0200)]
Interface details

11 years agoDispay
Guillaume Subiron [Wed, 6 Jun 2012 20:18:47 +0000 (22:18 +0200)]
Dispay

11 years agoNb votes and max votes displayed in progress bar
Guillaume Subiron [Wed, 6 Jun 2012 20:18:25 +0000 (22:18 +0200)]
Nb votes and max votes displayed in progress bar

11 years agoDebug
Guillaume Subiron [Tue, 5 Jun 2012 14:36:09 +0000 (16:36 +0200)]
Debug

11 years agoSend email to new user
Guillaume Subiron [Tue, 5 Jun 2012 14:20:31 +0000 (16:20 +0200)]
Send email to new user

11 years agoAdded constraints in DB
Guillaume Subiron [Tue, 5 Jun 2012 12:35:23 +0000 (14:35 +0200)]
Added constraints in DB

11 years agoDebug
Guillaume Subiron [Tue, 5 Jun 2012 10:10:10 +0000 (12:10 +0200)]
Debug

11 years agoChoices patterns in vote creation
Guillaume Subiron [Tue, 5 Jun 2012 09:58:35 +0000 (11:58 +0200)]
Choices patterns in vote creation

11 years agoUsers can see waiting votes, votes can be terminated
Guillaume Subiron [Tue, 5 Jun 2012 09:58:16 +0000 (11:58 +0200)]
Users can see waiting votes, votes can be terminated

11 years agocan_vote and can_see_vote supports groups, plus some debug
Guillaume Subiron [Mon, 4 Jun 2012 20:08:54 +0000 (22:08 +0200)]
can_vote and can_see_vote supports groups, plus some debug

11 years agoProgress bars
Guillaume Subiron [Mon, 4 Jun 2012 17:58:21 +0000 (19:58 +0200)]
Progress bars

11 years agoFinished password lost
Guillaume Subiron [Mon, 4 Jun 2012 16:23:12 +0000 (18:23 +0200)]
Finished password lost

11 years agoWe cannot open a vote if there is less than 2 choices
Guillaume Subiron [Mon, 4 Jun 2012 16:22:53 +0000 (18:22 +0200)]
We cannot open a vote if there is less than 2 choices

11 years agoRenamed role table into groups, and debug
Guillaume Subiron [Mon, 4 Jun 2012 14:13:33 +0000 (16:13 +0200)]
Renamed role table into groups, and debug

11 years agoMany improvment in votes
Guillaume Subiron [Mon, 4 Jun 2012 14:12:25 +0000 (16:12 +0200)]
Many improvment in votes

11 years agoUsers can vote
Guillaume Subiron [Mon, 4 Jun 2012 09:38:35 +0000 (11:38 +0200)]
Users can vote

11 years agoAttachments
Guillaume Subiron [Mon, 4 Jun 2012 08:14:57 +0000 (10:14 +0200)]
Attachments

11 years agoCleanup
Guillaume Subiron [Wed, 30 May 2012 19:59:10 +0000 (21:59 +0200)]
Cleanup

11 years agoPrint groups in user list
Guillaume Subiron [Wed, 30 May 2012 16:17:14 +0000 (18:17 +0200)]
Print groups in user list

11 years agodrop user_role table
Julien Rabier [Wed, 30 May 2012 12:23:29 +0000 (14:23 +0200)]
drop user_role table

11 years agoPassword are encrypted
Guillaume Subiron [Wed, 30 May 2012 08:53:17 +0000 (10:53 +0200)]
Password are encrypted

11 years agoCheck values in user_edit to avoid sqlite integrity errors
Guillaume Subiron [Wed, 30 May 2012 08:53:03 +0000 (10:53 +0200)]
Check values in user_edit to avoid sqlite integrity errors

11 years agoAdmin can select groups in user creation
Guillaume Subiron [Wed, 30 May 2012 07:37:44 +0000 (09:37 +0200)]
Admin can select groups in user creation

11 years agoRenaming
Guillaume Subiron [Tue, 29 May 2012 19:18:52 +0000 (21:18 +0200)]
Renaming

11 years agoDebug
Guillaume Subiron [Tue, 29 May 2012 15:22:46 +0000 (17:22 +0200)]
Debug

11 years agoAdministration des users et des votes
Guillaume Subiron [Tue, 29 May 2012 15:20:42 +0000 (17:20 +0200)]
Administration des users et des votes

11 years agoVotes list
Guillaume Subiron [Tue, 29 May 2012 14:32:53 +0000 (16:32 +0200)]
Votes list

11 years agoAdded metas to vote view, added attachments table
Guillaume Subiron [Tue, 29 May 2012 13:26:28 +0000 (15:26 +0200)]
Added metas to vote view, added attachments table

11 years agoShow vote
Guillaume Subiron [Tue, 29 May 2012 11:41:05 +0000 (13:41 +0200)]
Show vote

11 years agoAdmin roles
Guillaume Subiron [Tue, 29 May 2012 10:03:42 +0000 (12:03 +0200)]
Admin roles

11 years agoAdmins can edit votes
Guillaume Subiron [Tue, 29 May 2012 10:03:22 +0000 (12:03 +0200)]
Admins can edit votes

11 years agoEdit vote
Guillaume Subiron [Mon, 28 May 2012 20:09:37 +0000 (22:09 +0200)]
Edit vote

11 years agofix typo schema
Julien Rabier [Mon, 28 May 2012 16:40:37 +0000 (18:40 +0200)]
fix typo schema

11 years agoStore more infos in session
Guillaume Subiron [Mon, 28 May 2012 15:37:08 +0000 (17:37 +0200)]
Store more infos in session

11 years agoAdmin can add users
Guillaume Subiron [Mon, 28 May 2012 15:19:17 +0000 (17:19 +0200)]
Admin can add users

11 years agoRemplace username by userid in routes
Guillaume Subiron [Mon, 28 May 2012 14:42:39 +0000 (16:42 +0200)]
Remplace username by userid in routes

11 years agoUsers can change password and update profiles
Guillaume Subiron [Mon, 28 May 2012 14:27:21 +0000 (16:27 +0200)]
Users can change password and update profiles

11 years agoAdded users table in database.
Guillaume Subiron [Mon, 28 May 2012 13:23:53 +0000 (15:23 +0200)]
Added users table in database.

Users are connected from database.
Users can be connected without password, using key field. Usefull in
case of password loss.
Added some new templates.

11 years agoUse db_query() function to get entries from db
Guillaume Subiron [Mon, 28 May 2012 13:23:44 +0000 (15:23 +0200)]
Use db_query() function to get entries from db

11 years agoRemove logged_in variable
Guillaume Subiron [Mon, 28 May 2012 13:23:38 +0000 (15:23 +0200)]
Remove logged_in variable

11 years agoDebug archives/current
Guillaume Subiron [Mon, 28 May 2012 13:23:30 +0000 (15:23 +0200)]
Debug archives/current

11 years agoArchive / currentwq votes are separated
Guillaume Subiron [Mon, 28 May 2012 09:35:40 +0000 (11:35 +0200)]
Archive / currentwq votes are separated

11 years agoDebug add form
Guillaume Subiron [Fri, 25 May 2012 19:02:40 +0000 (21:02 +0200)]
Debug add form

11 years agoAjout d'une barre de menu, réécriture des formulaires, ajout d'attribut dans la table...
Guillaume Subiron [Fri, 25 May 2012 18:07:18 +0000 (20:07 +0200)]
Ajout d'une barre de menu, réécriture des formulaires, ajout d'attribut dans la table votes

11 years agoUpdate libs, debug html and add user button
Guillaume Subiron [Fri, 25 May 2012 07:10:29 +0000 (09:10 +0200)]
Update libs, debug html and add user button

11 years agoimprove vote listing
Julien Rabier [Tue, 22 May 2012 22:13:15 +0000 (00:13 +0200)]
improve vote listing

11 years agofix layout and add missing files
Julien Rabier [Tue, 22 May 2012 22:09:58 +0000 (00:09 +0200)]
fix layout and add missing files

11 years agofix paths
Julien Rabier [Tue, 22 May 2012 22:07:57 +0000 (00:07 +0200)]
fix paths

11 years agomodify date format
Julien Rabier [Tue, 22 May 2012 22:07:18 +0000 (00:07 +0200)]
modify date format

11 years agoset locale
Julien Rabier [Tue, 22 May 2012 22:06:06 +0000 (00:06 +0200)]
set locale

11 years agoadd deadlines
Julien Rabier [Tue, 22 May 2012 05:53:01 +0000 (07:53 +0200)]
add deadlines

11 years agoinitial commit
Julien Rabier [Sun, 20 May 2012 15:31:21 +0000 (17:31 +0200)]
initial commit