diff --git a/README.md b/README.md
index 0750b6006..f759fd669 100644
--- a/README.md
+++ b/README.md
@@ -132,8 +132,8 @@ Une fois `overmind` lancé, et un breakpoint `byebug` inséré dans le code, il
## Déploiement
-- Tout nouveau commit ajouté à la branche `dev` est automatiquement déployé [en intégration](https://tps-dev.apientreprise.fr/)
-- Tout nouveau commit ajouté à la branche `master` est automatiquement déployé [en production](https://tps.apientreprise.fr/)
+- Tout nouveau commit ajouté à la branche `dev` est automatiquement déployé [en intégration](https://dev.demarches-simplifiees.fr/)
+- Tout nouveau commit ajouté à la branche `master` est automatiquement déployé [en production](https://www.demarches-simplifiees.fr/)
## Régénérer les binstubs
diff --git a/app/controllers/admin/procedures_controller.rb b/app/controllers/admin/procedures_controller.rb
index 336e267b9..85801ee28 100644
--- a/app/controllers/admin/procedures_controller.rb
+++ b/app/controllers/admin/procedures_controller.rb
@@ -69,7 +69,7 @@ class Admin::ProceduresController < AdminController
# so we're not certain the procedure has a procedure_path anymore
procedure.procedure_path.try(:destroy)
- flash.notice = "Procédure supprimée, en cas d'erreur contactez nous : contact@tps.apientreprise.fr"
+ flash.notice = "Procédure supprimée, en cas d'erreur contactez nous : contact@demarches-simplifiees.fr"
redirect_to admin_procedures_draft_path
end
diff --git a/app/controllers/administrateurs/activate_controller.rb b/app/controllers/administrateurs/activate_controller.rb
index 396d31df6..bd1c1b529 100644
--- a/app/controllers/administrateurs/activate_controller.rb
+++ b/app/controllers/administrateurs/activate_controller.rb
@@ -5,7 +5,7 @@ class Administrateurs::ActivateController < ApplicationController
@administrateur = Administrateur.find_inactive_by_token(params[:token])
if !@administrateur
- flash.alert = "Le lien de validation d'administrateur a expiré, contactez-nous à contact@tps.apientreprise.fr pour obtenir un nouveau lien."
+ flash.alert = "Le lien de validation d'administrateur a expiré, contactez-nous à contact@demarches-simplifiees.fr pour obtenir un nouveau lien."
redirect_to root_path
end
end
diff --git a/app/mailers/administration_mailer.rb b/app/mailers/administration_mailer.rb
index d228681a3..602366696 100644
--- a/app/mailers/administration_mailer.rb
+++ b/app/mailers/administration_mailer.rb
@@ -5,7 +5,7 @@ class AdministrationMailer < ApplicationMailer
@admin = admin
@administration = administration
- mail(to: 'tech@tps.apientreprise.fr',
+ mail(to: 'tech@demarches-simplifiees.fr',
subject: "Création d'un compte Admin demarches-simplifiees.fr")
end
@@ -13,12 +13,12 @@ class AdministrationMailer < ApplicationMailer
@reset_password_token = reset_password_token
mail(to: admin.email,
subject: "demarches-simplifiees.fr - Activez votre compte administrateur",
- reply_to: "equipe@tps.apientreprise.fr")
+ reply_to: "equipe@demarches-simplifiees.fr")
end
def dubious_procedures(procedures_and_type_de_champs)
@procedures_and_type_de_champs = procedures_and_type_de_champs
- mail(to: 'equipe@tps.apientreprise.fr',
+ mail(to: 'equipe@demarches-simplifiees.fr',
subject: "[RGS] De nouvelles procédures comportent des champs interdits")
end
end
diff --git a/app/models/gestionnaire.rb b/app/models/gestionnaire.rb
index 32624b6bd..f46ab8af4 100644
--- a/app/models/gestionnaire.rb
+++ b/app/models/gestionnaire.rb
@@ -100,6 +100,7 @@ class Gestionnaire < ActiveRecord::Base
messagerie = follow.messagerie_seen_at.present? &&
dossier.commentaires
.where.not(email: 'contact@tps.apientreprise.fr')
+ .where.not(email: 'contact@demarches-simplifiees.fr')
.updated_since?(follow.messagerie_seen_at).any?
annotations_hash(demande, annotations_privees, avis_notif, messagerie)
@@ -199,6 +200,7 @@ class Gestionnaire < ActiveRecord::Base
.joins(:commentaires)
.where('commentaires.updated_at > follows.messagerie_seen_at')
.where.not(commentaires: { email: 'contact@tps.apientreprise.fr' })
+ .where.not(commentaires: { email: 'contact@demarches-simplifiees.fr' })
[
updated_demandes,
diff --git a/app/views/accessibilite/index.html.haml b/app/views/accessibilite/index.html.haml
index 02dc7a238..74a59de92 100644
--- a/app/views/accessibilite/index.html.haml
+++ b/app/views/accessibilite/index.html.haml
@@ -7,7 +7,7 @@
%h2.new-h2 Signaler un dysfonctionnement
%p.new-p
- Si, malgré notre vigilance, vous rencontriez le moindre problème d’accessibilité sur notre site, n’hésitez pas à nous écrire à contact@tps.apientreprise.fr.
+ Si, malgré notre vigilance, vous rencontriez le moindre problème d’accessibilité sur notre site, n’hésitez pas à nous écrire à contact@demarches-simplifiees.fr.
%h2.new-h2 Défenseur des droits
%p.new-p
diff --git a/app/views/layouts/_new_header.haml b/app/views/layouts/_new_header.haml
index 0de2892b8..88b455965 100644
--- a/app/views/layouts/_new_header.haml
+++ b/app/views/layouts/_new_header.haml
@@ -28,7 +28,7 @@
%br
– par téléphone : 09 72 62 57 12
%br
- – par email : contact@tps.apientreprise.fr
+ – par email : contact@demarches-simplifiees.fr
- if nav_bar_profile == :user
%ul.header-tabs
diff --git a/app/views/new_gestionnaire/shared/messages/_message.html.haml b/app/views/new_gestionnaire/shared/messages/_message.html.haml
index b211d7eba..6f343f3a5 100644
--- a/app/views/new_gestionnaire/shared/messages/_message.html.haml
+++ b/app/views/new_gestionnaire/shared/messages/_message.html.haml
@@ -4,7 +4,7 @@
%h2
%span.mail
= render partial: 'new_gestionnaire/shared/messages/message_issuer', locals: { commentaire: commentaire, current_gestionnaire: current_gestionnaire }
- - if ![current_gestionnaire.email, commentaire.dossier.user.email, 'contact@tps.apientreprise.fr'].include?(commentaire.email)
+ - if ![current_gestionnaire.email, commentaire.dossier.user.email, 'contact@tps.apientreprise.fr', 'contact@demarches-simplifiees.fr'].include?(commentaire.email)
%span.guest Invité
%span.date{ class: highlight_if_unseen_class(messagerie_seen_at, commentaire.created_at) }
= I18n.l(commentaire.created_at.localtime, format: '%d/%m/%Y à %H:%M ')
diff --git a/app/views/new_gestionnaire/shared/messages/_message_icon.html.haml b/app/views/new_gestionnaire/shared/messages/_message_icon.html.haml
index c4574b676..84548339d 100644
--- a/app/views/new_gestionnaire/shared/messages/_message_icon.html.haml
+++ b/app/views/new_gestionnaire/shared/messages/_message_icon.html.haml
@@ -1,7 +1,7 @@
- case commentaire.email
- when current_gestionnaire.email
= image_tag('icons/account-circle.svg', class: 'person-icon')
-- when 'contact@tps.apientreprise.fr'
+- when 'contact@demarches-simplifiees.fr'
= image_tag('icons/mail.svg', class: 'person-icon')
- else
= image_tag('icons/blue-person.svg', class: 'person-icon')
diff --git a/app/views/new_gestionnaire/shared/messages/_message_issuer.html.haml b/app/views/new_gestionnaire/shared/messages/_message_issuer.html.haml
index 7c16510bd..e37798e07 100644
--- a/app/views/new_gestionnaire/shared/messages/_message_issuer.html.haml
+++ b/app/views/new_gestionnaire/shared/messages/_message_issuer.html.haml
@@ -2,6 +2,7 @@
- when current_gestionnaire.email
Vous
- when 'contact@tps.apientreprise.fr'
+- when 'contact@demarches-simplifiees.fr'
Email automatique
- else
= commentaire.email
diff --git a/config/application.rb b/config/application.rb
index 620d997e1..1d381b4b1 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -28,9 +28,9 @@ module TPS
config.assets.precompile += %w(.woff)
if Rails.env.production?
- URL = "https://tps.apientreprise.fr/"
+ URL = "https://www.demarches-simplifiees.fr/"
elsif Rails.env.staging?
- URL = "https://tps-dev.apientreprise.fr/"
+ URL = "https://dev.demarches-simplifiees.fr/"
else
URL = "http://localhost:3000/"
end
diff --git a/config/locales/dynamics/fr.yml b/config/locales/dynamics/fr.yml
index f24479915..b64b48445 100644
--- a/config/locales/dynamics/fr.yml
+++ b/config/locales/dynamics/fr.yml
@@ -1,7 +1,7 @@
fr:
dynamics:
page_title: 'demarches-simplifiees.fr'
- contact_email: contact@tps.apientreprise.fr
+ contact_email: contact@demarches-simplifiees.fr
users:
connexion_title: Connexion
mes_dossiers: 'Mes dossiers'
diff --git a/spec/models/commentaire_spec.rb b/spec/models/commentaire_spec.rb
index e27765001..b9b090091 100644
--- a/spec/models/commentaire_spec.rb
+++ b/spec/models/commentaire_spec.rb
@@ -31,7 +31,7 @@ describe Commentaire do
expect(commentaire).not_to receive(:notify_user)
expect(commentaire).not_to receive(:notify_gestionnaires)
- commentaire.email = "contact@tps.apientreprise.fr"
+ commentaire.email = "contact@demarches-simplifiees.fr"
commentaire.save
end
end
diff --git a/spec/models/gestionnaire_spec.rb b/spec/models/gestionnaire_spec.rb
index 25c5fc3c1..5f94afe50 100644
--- a/spec/models/gestionnaire_spec.rb
+++ b/spec/models/gestionnaire_spec.rb
@@ -246,7 +246,7 @@ describe Gestionnaire, type: :model do
end
context 'when there is a new commentaire issued by tps' do
- before { create(:commentaire, dossier: dossier, email: 'contact@tps.apientreprise.fr') }
+ before { create(:commentaire, dossier: dossier, email: 'contact@demarches-simplifiees.fr') }
it { is_expected.to match({ demande: false, annotations_privees: false, avis: false, messagerie: false }) }
end
@@ -327,7 +327,7 @@ describe Gestionnaire, type: :model do
end
context 'when there is a new commentaire issued by tps' do
- before { create(:commentaire, dossier: dossier, email: 'contact@tps.apientreprise.fr') }
+ before { create(:commentaire, dossier: dossier, email: 'contact@demarches-simplifiees.fr') }
it { is_expected.to match([]) }
end
diff --git a/vendor/assets/javascripts/franceconnect.js b/vendor/assets/javascripts/franceconnect.js
index e68e19906..19a5b5122 100644
--- a/vendor/assets/javascripts/franceconnect.js
+++ b/vendor/assets/javascripts/franceconnect.js
@@ -12,7 +12,7 @@ var franceConnectKit = {};
fconnect.currentHost = 'fcp.integ01.dev-franceconnect.fr';
- if (window.location.hostname == 'tps.apientreprise.fr')
+ if (window.location.hostname == 'www.demarches-simplifiees.fr')
fconnect.currentHost = 'app.franceconnect.gouv.fr';
var fconnectProfile = document.getElementById('fconnect-profile');