Commit Graph

379 Commits

Author SHA1 Message Date
Juanjo Bazán
bd4168ef75 changes generation of letter verification code
to keep generating six digit numbers but avoid starting with zero because can led to errors when sent to users.
2015-10-27 13:32:38 +01:00
rgarcia
c71bf4c876 tracks visits from different email templates 2015-10-22 12:23:15 +02:00
Juanjo Bazán
c896fc3eef adds ability for featured_votes of proposals 2015-10-22 11:53:32 +02:00
Enrique García
a8d98c5426 Merge pull request #630 from AyuntamientoMadrid/fix-erase
Fix erase
2015-10-21 15:31:45 +02:00
kikito
6c5d1faa90 Uses the new field, erased_at, for erased users 2015-10-21 14:28:21 +02:00
kikito
f08cf591b6 fixes an issue where users which requested a letter did not get the verification code set up 2015-10-21 12:08:56 +02:00
Enrique García
3897af6b71 Merge pull request #627 from AyuntamientoMadrid/refactor-votes-spec
refactors votes_spec
2015-10-20 19:51:21 +02:00
kikito
b27c91f40b disallow voting debates or proposals when user is nil in some tests 2015-10-20 18:59:35 +02:00
kikito
3ab579999e merges with master and fixes conflicts 2015-10-20 16:28:22 +02:00
kikito
0d0806c9ae improvements in the letter verification error messages 2015-10-20 16:19:17 +02:00
kikito
20aee99bbf remove letter_sent verification 2015-10-20 13:16:40 +02:00
rgarcia
8904748ae2 fixes specs 2015-10-19 23:23:09 +02:00
rgarcia
5fe1bb3eee verifies the letter's code 2015-10-19 22:58:44 +02:00
rgarcia
0d01f431fb simplifies verification form 2015-10-19 20:33:10 +02:00
kikito
e32e4491f0 merges with master 2015-10-19 20:16:58 +02:00
kikito
9267948a99 Nullifies instead of emptying user 2015-10-19 20:13:42 +02:00
kikito
34753296fb changes user verifications for hidden users 2015-10-19 20:12:45 +02:00
rgarcia
79503a2a29 Merge branch 'stable' of github.com:AyuntamientoMadrid/participacion into stable 2015-10-19 13:34:14 +02:00
Juanjo Bazán
07117f4a49 includes all date in document age verification 2015-10-19 12:18:42 +02:00
rgarcia
0a668ae39a checks valid age 2015-10-19 11:20:32 +02:00
kikito
1511f811fd implements first version of user.erase 2015-10-16 14:25:05 +02:00
Juanjo Bazán
df14e979ca deletes Manager 2015-10-15 16:02:45 +02:00
rgarcia
e08ed41e98 fixes conflicts with master 2015-10-14 15:48:55 +02:00
kikito
72b6126f30 uses the month (%m) instead of the minute (%M) in the proposal code 2015-10-14 12:40:26 +02:00
kikito
050971c459 modifies email controllers: management email makes users level two verified, and sets their document number permanently. Fixes failing test 2015-10-13 17:20:39 +02:00
kikito
8d82ca05c0 Allows manually verifying users to level 2 without specifying a phone 2015-10-13 17:14:00 +02:00
rgarcia
fdd777174c allows updates of cached_votes 2015-10-12 22:38:18 +02:00
rgarcia
c07bf7e212 removes unnecessary attr_accessor 2015-10-12 14:12:03 +02:00
rgarcia
f55c3974aa refactors managed user info into management layout 2015-10-12 14:05:06 +02:00
rgarcia
5feef066dc adds managed user to session 2015-10-11 16:56:16 +02:00
kikito
99bb082555 refactors management/validations/email validations 2015-10-09 13:47:25 +02:00
kikito
f7ac7a526d merge with master 2015-10-08 15:26:33 +02:00
kikito
d351daedd4 Adds document_number-related constraints to User 2015-10-08 15:19:11 +02:00
kikito
b6aaad87af Adds a user controller for management 2015-10-07 20:18:17 +02:00
kikito
131982c8e9 Moves translations from one namespace to another 2015-10-07 19:43:34 +02:00
kikito
d5d5e683d1 Refactors account_info partial 2015-10-07 19:39:59 +02:00
juandefelix
7db2fecbb1 added validation for tag count 2015-10-03 11:54:48 -05:00
kikito
9ddc9c57b7 Do not show the welcome screen to administrators 2015-10-02 18:44:28 +02:00
kikito
3ed5c269e4 Adds unconfirmed_document_number into email verifications
It also makes sure that when a user is considered level 3 is also
considered residence-verified.
2015-10-02 18:44:15 +02:00
kikito
9e05a3283c Includes the document number and type in the verification email 2015-10-02 18:40:24 +02:00
kikito
75721ab186 Implements Verification::Management::Email#save + refactors 2015-10-02 13:20:44 +02:00
kikito
1fe850b6dc Renaming of management validations 2015-10-01 19:27:04 +02:00
Juanjo Bazán
742ea1bd2e adds management/sessions controller 2015-10-01 17:53:15 +02:00
kikito
4bb02ff564 Separate into two concerns: onsite verification + onsite verification emails 2015-10-01 14:18:11 +02:00
kikito
78d6f5e53a Adds a half-done implementation of on_site_verifications
Things missing:
* Implement models/verification/on_site#send_verification_email
* Implement the “create new user” path
* Tests
2015-09-30 21:00:42 +02:00
kikito
b5a4830871 Adds User.by_document scope 2015-09-30 20:53:57 +02:00
Enrique García
94e747d4e1 Merge pull request #576 from AyuntamientoMadrid/manager-model
creates Manager
2015-09-30 12:13:03 +02:00
Juanjo Bazán
b921c67676 creates Manager 2015-09-30 11:49:28 +02:00
kikito
cc1a69c7a5 fixes error in census_api and refactors constructor 2015-09-30 10:56:57 +02:00
kikito
1c372328d9 Refactor in residence verification + census api
Needed for a new census api verification using only the document type
(no date of birth and no postal code)
2015-09-29 20:18:52 +02:00