demarches-normaliennes/app/models
2023-07-28 10:18:39 +02:00
..
champs fix(cojo): invalid accreditation should result in a blank champ 2023-07-10 19:15:39 +02:00
concerns feat(graphql): returns dossier & message correction status 2023-07-21 16:45:47 +02:00
logic fix(routing): display Autre instead of __other__ in gis list 2023-07-28 10:18:39 +02:00
mails amelioration(NotificationMailer): sort la creation des commentaire sur la messagerie du mailer [trop de prob possible sinon: au retry on dupliquait les commenaitres, si le mail foirait, on commentait pas etc...] 2023-07-11 15:11:40 +02:00
types_de_champ feat(cojo): add cojo type de champ 2023-07-10 14:57:34 +02:00
.keep
administrateur.rb feat(administrateur): add environment variable for Administrateur::UNUSED_ADMIN_THRESHOLD 2023-07-24 15:55:33 +00:00
administrateurs_instructeur.rb db: add not-null constraints to AdministrateursInstructeur 2022-03-22 13:32:02 +01:00
administrateurs_procedure.rb feat(manager): add become administrateur button in manager (with 24h expiration) 2021-10-07 11:32:12 +02:00
agent_connect_client.rb manage AgentConnect callback 2021-11-23 14:17:59 +01:00
api_entreprise_token.rb correctif(api_entreprise_token): les nouveaux tokens stockent les roles dans sous la clé scopes et non plus roles 2023-01-03 15:32:50 +01:00
api_token.rb secu: block v1 and v2 api token 2023-07-10 15:55:54 +02:00
application_record.rb Refacto comparaison typed id 2023-02-23 11:00:09 +01:00
archive.rb chore(job): same max_run_time between ArchiveCreationJob and ExportJob 2023-03-09 15:37:13 +01:00
assign_to.rb chore(create_procedure_presentation): homogénéise l'interface sur les procédure présentation. pas d'objet 'build', sinon les export/filtres deviennent compliqués 2022-10-31 09:29:27 +01:00
attestation.rb models: require belong_to associations on attestation 2020-08-18 15:57:36 +02:00
attestation_template.rb refactor(attestation_template): remove unused code 2022-11-29 19:36:56 +01:00
avis.rb correctif(instructeurs/avis_controller#remind): ETQ instructeur, je peux relancer une demande d'avis meme si celui ci contient une question 2023-04-26 07:46:21 +02:00
batch_operation.rb add classer_sans_suite and refuser to batch operation 2023-07-03 16:05:48 +02:00
bill_signature.rb fix(timestamp spec): rewind io after before_save check 2022-12-07 19:28:01 +01:00
bulk_message.rb fix(groupe_instructeur): add explicit order to groupe_instructeurs 2022-11-09 10:56:40 +00:00
champ.rb Merge pull request #9004 from mfo/poc/error-bellow-inputs 2023-07-27 06:35:43 +00:00
commentaire.rb fix(dossier): do not send notifcations to deleted users 2023-06-21 09:52:38 +01:00
condition_form.rb add upper_tdcs to condition_form 2022-09-28 10:06:31 +02:00
current.rb clean: log current_user in api v2, when not using token_v3 2023-03-16 10:06:23 +01:00
current_confirmation.rb feat(demarche): create and prefill a dossier with POST request (#8233) 2023-01-03 14:46:10 +01:00
deleted_dossier.rb feat(procedure): include deleted dossiers in stats 2023-02-23 17:14:25 +01:00
demande.rb [fix #1601] show pipedrive demandes in manager 2018-03-22 15:37:16 +01:00
dossier.rb refactor: move submit en_construction logic to the model 2023-07-24 12:12:58 +02:00
dossier_assignment.rb chore(dossier_assignment): avoid n+1 queries 2023-07-18 16:54:00 +02:00
dossier_batch_operation.rb use join table instead of arrays 2023-01-05 16:20:18 +01:00
dossier_correction.rb refactor(correction): rename kind => reason with default correction => incorrect 2023-07-21 16:45:47 +02:00
dossier_operation_log.rb feat(sva): log operation when instructeur requests a correction 2023-07-11 10:01:49 +02:00
dossier_preloader.rb tech(tache.recovery): ajoute une tache pour re-importer des dossiers venant d'un backup 2023-05-16 14:49:36 +02:00
dossier_submitted_message.rb fix(relation): avoid double association between procedure/procedure_revision/dossier_submitted_message 2022-02-25 14:01:18 +01:00
dossier_transfer.rb Merge branch 'main' into feature/prefill_repetible 2023-01-31 16:39:00 +01:00
dossier_transfer_log.rb feat(dossier): add dossier transfer models 2021-09-08 14:39:46 +02:00
dossiers_filter.rb add constant for 'à_corriger' 2023-06-19 16:16:44 +02:00
dubious_procedure.rb remove IBAN from forbidden keywords list 2023-06-19 14:30:29 +02:00
email_event.rb amelioration(email_event): re-lever une erreur dans un rescue_from ne la fait pas remonter. change de stratégie pour savoir si oui ou non un mail a ete envoye avec success. 2023-06-20 13:39:29 +02:00
entreprise.rb fix(graphql/serializer): PersonneMorale#date_creation may be null 2022-09-26 18:05:04 +02:00
etablissement.rb build raison sociale from nom and nom 2023-07-14 16:19:44 +02:00
exercice.rb models: require belong_to associations on exercice 2020-08-18 15:57:36 +02:00
expert.rb remove dossier termine from avis views 2023-04-03 18:20:17 +02:00
experts_procedure.rb add revoked at to experts_procedures 2021-04-06 10:39:22 +02:00
export.rb fix: url helper method calls for files 2023-05-03 11:35:28 +02:00
follow.rb models: require belong_to associations on follow 2020-08-18 15:57:37 +02:00
france_connect_information.rb style(france_connect_account): convert notice about FC user to DSFR 2022-09-21 15:47:35 +02:00
france_connect_particulier_client.rb FC initializers: remove Hashie 2018-01-15 17:08:38 +01:00
geo_area.rb fix(carto): no crash on points with elevation 2023-06-12 14:56:52 +02:00
groupe_instructeur.rb feat(routing): update method checking if routling rule match tdc 2023-07-27 15:42:43 +02:00
individual.rb affiche Madame ou Monsieur 2020-12-08 21:30:54 +01:00
instructeur.rb chore(rubocop): fix Rails/ExpandedDateRange 2023-04-19 12:55:13 +02:00
invite.rb correctif(liens.invitations): utilise le mapping rails as: :target_model, sinon on requete uniquement par l'id du model, qui peut etre problématique en cas de relation polymorphiques avec des ensembles d'id se superposant 2023-01-31 16:33:31 +01:00
logic.rb compatibility from left 2022-09-28 10:06:31 +02:00
merge_log.rb Add merge log 2021-10-28 14:39:13 +02:00
module_api_carto.rb models: require belong_to associations on module_api_carto 2020-08-18 15:57:37 +02:00
null_zone.rb superadmin can display list of procedures without zone 2021-12-23 19:18:46 +01:00
outdated_procedure.rb feat(manager#outdated_procedure): allow super admin to enable procedure_expires_when_termine_enabled for old procedure 2022-08-24 13:10:48 +02:00
prefill_description.rb Fix format prefill repetition 2023-02-22 19:32:25 +01:00
prefill_params.rb fix(prefill): it should be possible to prefill a dossier on a test procedure 2023-06-14 09:14:12 +01:00
procedure.rb fix(procedure): accept dpo emails with accents 2023-07-18 15:16:31 +02:00
procedure_detail.rb fix(admin): display of procedure admins count 2023-01-17 16:02:08 +01:00
procedure_overview.rb fix(dossier): excluded deleted dossiers from demarche overview 2022-11-29 16:41:31 +01:00
procedure_presentation.rb feat(sva): instructeurs can filter by sva/svr decision before a date 2023-07-11 10:01:48 +02:00
procedure_revision.rb feat(DB): ignore migrated_champ_routage_columns 2023-07-03 14:58:45 +02:00
procedure_revision_change.rb add warning in revision change component if tdc options used for routing has been changed 2023-05-31 11:38:16 +02:00
procedure_revision_type_de_champ.rb feat(routing): ui side: prevent tdc deletion if used for routing 2023-04-13 10:28:52 +02:00
procedures_filter.rb filter demarches by siret service 2023-04-12 18:53:57 +02:00
routing_engine.rb refactor(DossierAssignment): move create_assignment to assign_to_groupe_instructeur 2023-07-18 16:54:00 +02:00
safe_mailer.rb correctif(safe_mailer): fix bug sur de la synthax 2023-01-11 20:29:51 +01:00
service.rb refactor(service): explicit call to service job to avoid test side effect 2022-10-25 14:44:43 +02:00
siret.rb Do one thing per line 2018-10-01 16:15:46 +02:00
stat.rb fix(stat): ignore forks, previews & dossiers from draft procedures 2023-07-10 15:16:56 +02:00
super_admin.rb Merge pull request #8997 from demarches-simplifiees/add_defaut_procedure_for_new_admin 2023-05-09 16:38:55 +00:00
sva_svr_configuration.rb feat(sva): exports include SVA devision date 2023-07-11 10:02:47 +02:00
targeted_user_link.rb fix(invitation): don't fail when dossier is hidden & user signed on another account 2022-10-28 08:56:03 +02:00
team_account.rb amelioration(manager): ajout de la visualisation des comptes marqués comme membre de l'equipe 2022-11-08 09:55:21 +01:00
traitement.rb chore(rubocop): fix Rails/WhereNotWithMultipleConditions 2023-04-19 12:55:14 +02:00
trusted_device_token.rb chore(schema): model annotations accordingly to schema 2023-05-03 11:35:31 +02:00
type_de_champ.rb feat(routing): update method checking if routling rule match tdc 2023-07-27 15:42:43 +02:00
user.rb feat(user): block login when .. blocked 2023-07-18 14:10:40 +02:00
zone.rb suggest default zones 2023-05-24 17:40:00 +02:00
zone_label.rb add zone label 2022-09-26 16:58:53 +02:00