Commit graph

8677 commits

Author SHA1 Message Date
simon lehericey
59d5cd7abc fix label > div by label > span 2019-11-19 15:14:06 +01:00
simon lehericey
45ff1fd697 Change span by div to fix Element p not allowed as child of element span 2019-11-19 15:14:06 +01:00
simon lehericey
4a5059ed34 Add alt='' to decorative image https://www.w3.org/WAI/tutorials/images/decorative/ 2019-11-19 15:14:06 +01:00
simon lehericey
0e6ffd0baa Fix table layout: tbody was wrapped in thead 2019-11-19 15:14:06 +01:00
simon lehericey
279696451e Fix html: Element div not allowed as child of element span 2019-11-19 15:14:06 +01:00
simon lehericey
59432594a0 Header: same outline for the search button 2019-11-19 15:14:06 +01:00
simon lehericey
9f6b9c5028 Make the help button accessible for keyboard 2019-11-19 15:14:06 +01:00
simon lehericey
0a3a47339c Add title to print button 2019-11-19 15:14:06 +01:00
simon lehericey
41445564b4 Remove unused .header-help div 2019-11-19 15:14:06 +01:00
simon lehericey
fa808c8010 Make login w3c compatible again 2019-11-19 15:14:06 +01:00
LeSim
0d8e7f956f
Merge pull request #4531 from betagouv/fix_4529
Log l'email du super admin lors des actions dans le manager
2019-11-19 13:34:21 +01:00
simon lehericey
dae7a3bfd0 [fix #4529] Log user email in manager space 2019-11-19 12:15:03 +01:00
Paul Chavard
63b1b49a68
Merge pull request #4498 from tchak/graphql-change-dossier-state
[GraphQL]: add dossier state change mutations
2019-11-19 12:02:44 +01:00
Paul Chavard
e600aceccc [GraphQL]: add dossier state change mutations 2019-11-19 11:51:34 +01:00
LeSim
120d8abb75
Merge pull request #4527 from betagouv/better_add_instructeur_ux
Ajoute un champ autocomplété pour l'ajout des gestionnaires
2019-11-18 17:31:46 +01:00
simon lehericey
4b62c9267a fix flaky test 2019-11-18 17:26:28 +01:00
simon lehericey
361e57355a Spec: full_scenario use js 2019-11-18 17:08:51 +01:00
simon lehericey
8a42b9f97a Add groupe instructeur mailer preview 2019-11-18 17:08:51 +01:00
simon lehericey
3217f18a0b Simple wording 2019-11-18 17:08:51 +01:00
simon lehericey
874439580b Pluralize some texts 2019-11-18 17:08:51 +01:00
simon lehericey
67495e9662 Add person icon to table 2019-11-18 17:08:51 +01:00
simon lehericey
9ca026a630 Use a select2 box for looking to instructeurs 2019-11-18 17:08:51 +01:00
LeSim
9fb72ea8e6
Merge pull request #4517 from betagouv/benjaminhenkel-patch-2
Maj message quand messagerie désactivée
2019-11-18 14:34:25 +01:00
benjaminhenkel
2f6b1fa302 Maj message quand messagerie désactivée 2019-11-18 14:28:05 +01:00
Alexandre Friquet
1083a756c9
Merge pull request #4518 from betagouv/4482-echec-initilaisation-env-dev
Fixes missing database on initialization: closes #4482.
2019-11-14 17:17:18 +01:00
Alexandre Friquet
8f5203cc2e
Merge branch 'dev' into 4482-echec-initilaisation-env-dev 2019-11-14 17:07:28 +01:00
Paul Chavard
9997802880
Merge pull request #4524 from betagouv/dependabot/bundler/json-jwt-1.11.0
build(deps): bump json-jwt from 1.10.0 to 1.11.0
2019-11-14 16:45:15 +01:00
dependabot[bot]
804190cb73
build(deps): bump json-jwt from 1.10.0 to 1.11.0
Bumps [json-jwt](https://github.com/nov/json-jwt) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/nov/json-jwt/releases)
- [Commits](https://github.com/nov/json-jwt/compare/v1.10.0...v1.11.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-14 15:26:57 +00:00
LeSim
f20a871aa0
Merge pull request #4522 from betagouv/accessibility_outline_links
Améliore l'accessibilité en encadrant les liens sous focus
2019-11-14 15:18:19 +01:00
simon lehericey
efd35a3de7 Accessibility: outline links to ease keyboard navigation 2019-11-14 09:50:04 +01:00
Alexandre Friquet
d9680252b0 Fixes missing database on initialization: closes #4482. 2019-11-14 09:17:39 +01:00
Paul Chavard
111e7509c1
Merge pull request #4459 from tchak/graphql-post-message
[GraphQL] Add dossierEnvoyerMessage mutation
2019-11-13 20:00:04 +01:00
Paul Chavard
ba03dbf8dd [GraphQL] Add dossierEnvoyerMessage mutation 2019-11-13 19:54:27 +01:00
Paul Chavard
f0ac01bf19 [GraphQL]: test unauthorized mutation 2019-11-13 19:54:27 +01:00
Paul Chavard
3db741b6b6 [GraphQL]: add ValidationErrorType 2019-11-13 19:54:27 +01:00
LeSim
ad1e3c94a9
Merge pull request #4496 from tchak/graphql-dossier-number
[GraphQL]: fix some types and add some doc
2019-11-13 17:04:17 +01:00
Paul Chavard
f7cbbe815c [GraphQL]: Add default query to playground 2019-11-13 15:53:56 +01:00
Paul Chavard
9ce81f665b [GraphQL]: fix geo_areas docs 2019-11-13 15:53:56 +01:00
Paul Chavard
a23e84bc57 [GraphQL]: more docs 2019-11-13 15:53:56 +01:00
Paul Chavard
ea6667ff9f [GraphQL]: démarche and dossier number should be a number 2019-11-13 15:53:56 +01:00
Paul Chavard
f2181b767c
Merge pull request #4515 from tchak/bump-activestorage-openstack
Bump rails and activestorage-openstack
2019-11-13 15:53:31 +01:00
Paul Chavard
556ec351f3 Drop email on instructeurs 2019-11-13 15:38:44 +01:00
Paul Chavard
2874b31c44 Bump activestorage-openstack 2019-11-13 11:59:43 +01:00
Paul Chavard
028deebd33
Merge pull request #4513 from betagouv/raise-on-borked-france-connect
individual: raise when the individual object cannot be created
2019-11-13 11:12:15 +01:00
Pierre de La Morinerie
88373ddf20 individual: raise when the individual object cannot be created
Currently, a number of dossiers in production are for procedures for
individuals, but don't have a `individual` object.

This is probably because creating the Individual from France Connect
infos fails – but fails quietly, and nullify the relationship.

As a first step, we now raise an exception when the creation from FC
infos fails. We will then identify the issue, and see if we can fix it –
or if we should be resilient to this kind of issues.
2019-11-12 18:29:37 +01:00
Pierre de La Morinerie
d86e2bfbc5
Remove service.siret from manager (#4509)
Supprime le champ `Service.siret` du Manager
2019-11-12 18:20:48 +01:00
Paul Chavard
ac092089ff Remove service.siret from manager 2019-11-12 17:39:36 +01:00
Pierre de La Morinerie
38ff1c7226
Remove carrierwave (#4508)
Suppression de CarrierWave
2019-11-12 17:37:38 +01:00
Paul Chavard
fe84e8e0f7 Remove carrierwave 2019-11-12 15:26:18 +01:00
Paul Chavard
4bc0006ca0
Merge pull request #4364 from tchak/graphql-dossiers-filters
[GraphQL] Add more filters to dossiers
2019-11-08 00:35:33 +01:00