Pierre de La Morinerie
|
908771e172
|
stats: use group_by_week to compute the week range
Fix #3242
|
2019-01-10 16:17:00 +01:00 |
|
simon lehericey
|
29fff9ee68
|
[fix #3269] bufferize login token email
|
2019-01-10 12:06:35 +01:00 |
|
Pierre de La Morinerie
|
6a0996c5f3
|
specs: refactor a view spec to be clearer and faster
|
2019-01-10 11:26:43 +01:00 |
|
Pierre de La Morinerie
|
5719107cbc
|
views: fix misnamed textarea template
|
2019-01-10 11:26:43 +01:00 |
|
simon lehericey
|
e7d5f30192
|
Admin: small reword in admin procedure ui
|
2019-01-09 16:25:00 +01:00 |
|
simon lehericey
|
a197285742
|
[fix #2612] Admin: add missing steps to admin UI
|
2019-01-09 16:25:00 +01:00 |
|
simon lehericey
|
8ca7eb1c54
|
Procedure: cloning set the current admin gestionnaire of the procedure
|
2019-01-09 16:25:00 +01:00 |
|
simon lehericey
|
ac43038566
|
SessionControllerSpec: refactor #create tests
|
2019-01-09 13:49:47 +01:00 |
|
simon lehericey
|
b38fbc78ef
|
SessionControllerSpec: remove specific attribut test
change user.update(log_in_with_france_connect: nil) as log_in_france_connect is an enum
|
2019-01-09 13:49:47 +01:00 |
|
simon lehericey
|
9e26b5f4d8
|
SessionControllerSpec: small cleaning
|
2019-01-09 13:49:47 +01:00 |
|
simon lehericey
|
f5fa0499ca
|
SessionControllerSpec: remove duplicated tests
|
2019-01-09 13:49:47 +01:00 |
|
simon lehericey
|
9c335698f1
|
SessionControllerSpec: remove password syncing relating test
|
2019-01-09 13:49:47 +01:00 |
|
simon lehericey
|
f0139c5962
|
Spec Factory: an administrateur always has a gestionnaire
|
2019-01-09 13:49:47 +01:00 |
|
Paul Chavard
|
1beefe4469
|
Fix champ repetition belongs_to associations
|
2019-01-08 11:56:33 +00:00 |
|
gregoirenovel
|
b4781f7440
|
Make dossier link clickable for users in the Demande tab
|
2019-01-08 12:32:27 +01:00 |
|
gregoirenovel
|
f5a31be36a
|
Remove the now useless #formatted_value method
|
2019-01-08 12:32:26 +01:00 |
|
gregoirenovel
|
c00aac2f80
|
We can now replace processing in #formatted_value by #to_s calls
|
2019-01-08 12:32:26 +01:00 |
|
gregoirenovel
|
9e42190148
|
Remove the proxy value_for_export method
Overload for_export instead
|
2019-01-08 12:32:26 +01:00 |
|
gregoirenovel
|
9a2341c56c
|
Remove the useless #for_display proxy method
|
2019-01-08 12:32:26 +01:00 |
|
Pierre de La Morinerie
|
be1567ecbd
|
messages: improve wording of the "Send" button
|
2019-01-07 16:20:23 +01:00 |
|
Pierre de La Morinerie
|
e25bd7139f
|
layouts: use a common procedure_context layout for the demarche overview
|
2019-01-07 15:39:58 +01:00 |
|
simon lehericey
|
7b935a6486
|
login_token: lets constantize
|
2019-01-07 08:18:29 +01:00 |
|
simon lehericey
|
5daa565a80
|
login_token: add missing tests
|
2019-01-07 08:18:29 +01:00 |
|
gregoirenovel
|
5fa5f2aa37
|
Bump development gems
- rubocop (0.61.1 → 0.62.0)
|
2019-01-05 11:47:55 +01:00 |
|
Pierre de La Morinerie
|
98127b6778
|
signature: refactor specs
|
2019-01-03 17:48:53 +01:00 |
|
Pierre de La Morinerie
|
2c0108190c
|
spec: fix specs failing randomly
This is because creating a procedure attempts to create an admin from
scratch, and fails to do so.
Broken by 802f2086d6
|
2019-01-03 17:42:43 +01:00 |
|
Pierre de La Morinerie
|
86b9e2d092
|
stats: fix exception when HelpScout env vars are missing
This fixes the stats page, which used to raise an exception when
HelpScout env vars are not present.
|
2019-01-03 17:27:56 +01:00 |
|
Pierre de La Morinerie
|
d77530c461
|
Make Procedure state consistent after switching types de champ order
Fixes an issue where, after clicking the "move champ up" button,
the new form is rendered with an incoherent order.
|
2019-01-03 15:13:14 +01:00 |
|
gregoirenovel
|
9466442aff
|
Remove the TypeDeChamp decorators
|
2019-01-03 12:08:25 +01:00 |
|
gregoirenovel
|
9c130c41da
|
Remove ProcedureDecorator
|
2019-01-03 12:08:25 +01:00 |
|
gregoirenovel
|
b41764ec03
|
Remove ChampDecorator
|
2019-01-03 12:08:25 +01:00 |
|
gregoirenovel
|
b8f57415cd
|
Remove the unused decorator DossierDecorator
|
2019-01-03 12:08:25 +01:00 |
|
gregoirenovel
|
559df6b82a
|
Remove the unused decorator ProceduresDecorator
|
2019-01-03 12:08:24 +01:00 |
|
gregoirenovel
|
4f30e30a08
|
Remove the unused decorator FranceConnectInformationDecorator
|
2019-01-03 12:08:24 +01:00 |
|
gregoirenovel
|
0336ecf639
|
Remove useless arguments from some methods
|
2019-01-03 10:53:50 +01:00 |
|
gregoirenovel
|
0596d53ac2
|
Enable the Lint/UnusedBlockArgument cop
|
2019-01-03 10:53:50 +01:00 |
|
gregoirenovel
|
ddc71cbacf
|
Enable the Lint/UnderscorePrefixedVariableName cop
|
2019-01-03 10:53:50 +01:00 |
|
gregoirenovel
|
baf7977786
|
Enable the Lint/StringConversionInInterpolation cop
|
2019-01-03 10:53:50 +01:00 |
|
gregoirenovel
|
186e362701
|
Enable the Layout/SpaceInsideArrayLiteralBrackets
|
2019-01-03 10:53:50 +01:00 |
|
gregoirenovel
|
386fbce776
|
Enable the Layout/SpaceBeforeBlockBraces cop
|
2019-01-03 10:53:50 +01:00 |
|
gregoirenovel
|
8b0b8162f0
|
Enable the Layout/SpaceAfterComma cop
|
2019-01-03 10:53:50 +01:00 |
|
Chaïb Martinez
|
802f2086d6
|
Redirect admins with no démarches to the new demarche page
|
2018-12-28 18:57:51 +01:00 |
|
maatinito
|
4ad3a60e25
|
[Fix #2575] Créer automatiquement un compte instructeur aux administrateurs
|
2018-12-26 09:44:20 -10:00 |
|
gregoirenovel
|
03eb47016c
|
Fix a gestionnaire sign in bug
|
2018-12-26 18:14:04 +01:00 |
|
maatinito
|
8304ce12e1
|
Make some email previews database-independent
|
2018-12-20 17:07:03 +01:00 |
|
maatinito
|
e1b97b3303
|
Make more emails previewable
|
2018-12-20 17:06:57 +01:00 |
|
maatinito
|
e37372d261
|
Fix a typo
|
2018-12-20 16:21:27 +01:00 |
|
maatinito
|
9842142a9a
|
Add InviteMailerPreview
|
2018-12-20 16:21:27 +01:00 |
|
maatinito
|
a1a11adb83
|
[#325] Make the notification layout inherit from the general layout
|
2018-12-20 16:21:27 +01:00 |
|
Mathieu Magnin
|
904d8d208b
|
[Fix #3192] Fix data
|
2018-12-20 15:45:48 +01:00 |
|
Mathieu Magnin
|
b40c706d98
|
[Fix #3192] Clone service if procedure is transferred
|
2018-12-20 15:45:48 +01:00 |
|
Paul Chavard
|
eb9edc1cee
|
Order types de champ in scope
|
2018-12-20 14:14:15 +01:00 |
|
Paul Chavard
|
5d1c24f3d8
|
Add type de champ repetition models (with row)
|
2018-12-19 15:31:11 +01:00 |
|
gregoirenovel
|
df7e0a9881
|
Remove dead code
|
2018-12-19 14:59:15 +01:00 |
|
Frederic Merizen
|
d1cfe4468d
|
Encourager la création de champs PJ plutôt que de vieilles PJS
|
2018-12-19 11:57:23 +01:00 |
|
Frederic Merizen
|
832b4a61bc
|
Drop CleverCloud Service for ActiveStorage
|
2018-12-19 10:36:02 +01:00 |
|
Frederic Merizen
|
57a136c861
|
Make champ PJ generally available
|
2018-12-18 11:11:23 +01:00 |
|
Pierre de La Morinerie
|
d614ea6bd5
|
stats: display contact rate
|
2018-12-18 10:38:59 +01:00 |
|
maatinito
|
af8eee25ad
|
[Fix #249] added test for too short passwords
|
2018-12-17 11:14:35 -10:00 |
|
Mathieu Magnin
|
edf3eefa87
|
Fix Sentry 114, Instructeur can delete pj in private champs
|
2018-12-13 17:27:05 +01:00 |
|
simon lehericey
|
5a87fad02e
|
[fix #3154] order export
|
2018-12-10 16:41:37 +01:00 |
|
Pierre de La Morinerie
|
a0ae1afb45
|
typhoeus: add a cache store for successful requests
|
2018-12-10 11:41:07 +01:00 |
|
Frederic Merizen
|
270c7568fa
|
[#2180] Avoid fetching old PJ modification times separately
Speeds up transfer
|
2018-12-08 15:55:40 +01:00 |
|
Frederic Merizen
|
907e87809b
|
[#2180] Iterate over storage keys rather than blobs
To create less confusion on dev
|
2018-12-07 15:30:10 +01:00 |
|
pedong
|
f70f276ae9
|
[fix #2813] set lien_notice nil when clone a procedure
|
2018-12-06 21:28:08 +01:00 |
|
simon lehericey
|
db6c86b242
|
DossierController: user can destroy pjs
|
2018-12-06 10:45:10 +01:00 |
|
Frederic Merizen
|
4699e515ed
|
[Fix #2999] Send gestionnaire back to what they were doing after email verification
|
2018-12-06 10:03:21 +01:00 |
|
Paul Chavard
|
ee93b4e33d
|
Revert legacy carte API to parsed json
|
2018-12-05 18:19:15 +01:00 |
|
Paul Chavard
|
35494df78e
|
Procedure export dossiers with champs siret
|
2018-12-05 17:09:39 +01:00 |
|
Pierre de La Morinerie
|
e206f3d4d4
|
gestionnaire: display draft procedures in the list
Fix #3088
|
2018-12-05 15:38:20 +01:00 |
|
Pierre de La Morinerie
|
421f125c45
|
gestionnaire_spec: factorize a assign helper
|
2018-12-05 15:38:20 +01:00 |
|
Paul Chavard
|
a08f170dbd
|
Assign users and gestionnaires to commentaires
fix #2052
|
2018-12-05 13:40:57 +01:00 |
|
gregoirenovel
|
121086eedd
|
Bump rails
|
2018-12-04 11:16:42 +01:00 |
|
gregoirenovel
|
873bf2fc0f
|
Tell puma to STFU
|
2018-12-04 10:35:13 +01:00 |
|
gregoirenovel
|
478fb88618
|
Bump capybara (2.18.0 → 3.11.0)
|
2018-12-04 10:35:13 +01:00 |
|
gregoirenovel
|
94b6783a65
|
Slightly change some tests to comply with puma
|
2018-12-03 16:28:18 +01:00 |
|
gregoirenovel
|
b3d0a113eb
|
Use non-breaking spaces in tests
|
2018-12-03 16:28:18 +01:00 |
|
Paul Chavard
|
e873b6a9c4
|
Expose selection utilisateur size on champ carte
|
2018-12-03 12:49:03 +01:00 |
|
Paul Chavard
|
d77a5c9f15
|
More tests and fixes on carte champ
|
2018-11-30 13:28:30 +01:00 |
|
Paul Chavard
|
097a15d624
|
Test and fix all possible cases of champ carte serialization
|
2018-11-30 12:02:27 +01:00 |
|
Paul Chavard
|
35d2bc36fc
|
cleanup selection_utilisateur geo_json
|
2018-11-29 17:10:14 +01:00 |
|
Paul Chavard
|
ca147969ab
|
Fix number champs validation
|
2018-11-29 15:12:31 +01:00 |
|
Paul Chavard
|
1883c57c87
|
Add stable ids to types_de_champ after every update
|
2018-11-29 11:41:13 +01:00 |
|
Paul Chavard
|
b9af07b845
|
Add admin support contact form
|
2018-11-28 16:50:37 +01:00 |
|
Paul Chavard
|
575a437f97
|
Remove carto from admin/procedure controller
|
2018-11-27 16:11:25 +01:00 |
|
Paul Chavard
|
1897b2775c
|
Remove old migration task
|
2018-11-27 16:11:25 +01:00 |
|
Paul Chavard
|
c6ef30f3e1
|
Remove unused carto from instructeur interface
|
2018-11-27 16:11:25 +01:00 |
|
Paul Chavard
|
9ff65efea8
|
Remove deprecated carto from dossiers controller
|
2018-11-27 16:11:25 +01:00 |
|
Paul Chavard
|
d988638c58
|
Simplify API carte serializer
|
2018-11-27 16:11:25 +01:00 |
|
Paul Chavard
|
36f6f54337
|
Remove unused carto models
|
2018-11-27 16:11:25 +01:00 |
|
Paul Chavard
|
5632929d3d
|
Remove old caro editor
|
2018-11-27 16:11:25 +01:00 |
|
Paul Chavard
|
37a7e26fc3
|
Remove unused users/carte_controller
|
2018-11-27 16:11:25 +01:00 |
|
Pierre de La Morinerie
|
ea8bc0c961
|
mailers: improve notification layout
|
2018-11-27 15:51:26 +01:00 |
|
Pierre de La Morinerie
|
4e801b188c
|
tasks: remove outdated footers in mail templates
Fix #1863
|
2018-11-27 15:32:02 +01:00 |
|
Paul Chavard
|
98d388b64d
|
Use state change methods on dossier in dossier auto archive job
|
2018-11-27 12:49:40 +01:00 |
|
Paul Chavard
|
b5b6832be8
|
Use state change methods on dossier in dossier auto recieve job
|
2018-11-27 12:49:40 +01:00 |
|
Paul Chavard
|
febf625dd9
|
Make difference between error and empty geo json
|
2018-11-27 12:36:10 +01:00 |
|
Paul Chavard
|
f2e7feec1d
|
Do not send error json to backend - it doesn’t need it and it creates bad data
|
2018-11-27 11:45:24 +01:00 |
|
Mathieu Magnin
|
718a30639f
|
[Fix #2929] Improve readability of invitation for avis
|
2018-11-23 13:18:36 +01:00 |
|
pedong
|
0d02f5896e
|
[Fix #1339] properly display avis confidentiality to experts
|
2018-11-22 18:38:31 +01:00 |
|