1220 Commits

Author SHA1 Message Date
Debian Dev4
233c352359 feat(idnot): garde anti-vide sur redirect_uri avec warning + fallback
Some checks failed
build-and-push-ext / build_push (push) Has been cancelled
2025-09-17 10:23:30 +00:00
Debian Dev4
995bb70bbb fix(idnot): utiliser NEXT_PUBLIC_IDNOT_REDIRECT_URI avec fallback non-vide
Some checks failed
build-and-push-ext / build_push (push) Has been cancelled
2025-09-17 10:19:30 +00:00
Debian Dev4
c435e46bde feat(idnot): NEXT_PUBLIC_IDNOT_REDIRECT_URI + usage (isoler redirect_uri)
All checks were successful
build-and-push-ext / build_push (push) Successful in 1m10s
2025-09-17 10:05:46 +00:00
Debian Dev4
4c011f9ec6 ci: docker_tag=ext
All checks were successful
build-and-push-ext / build_push (push) Successful in 1m36s
2025-09-17 08:11:42 +00:00
Debian Dev4
612c0cd0ec ci: docker_tag=ext feat(front): basePath '/lecoffre' + normalize targetOrigin
All checks were successful
build-and-push-ext / build_push (push) Successful in 1m45s
2025-09-17 06:33:37 +00:00
Debian Dev4
2361e184f8 ci: docker_tag=ext-0.1.2 build(front): image ext, env vars, doc+tests, v0.1.2 2025-09-17 04:46:15 +00:00
Debian Dev4
24698b0b64 fix: replace hardcoded localhost:8080 with environment variables
- Fix IdNot API calls to use FrontendVariables instead of hardcoded localhost:8080
- Fix Customers API calls to use FrontendVariables instead of hardcoded localhost:8080
- Add missing FrontendVariables import in Customers.ts
- Resolves API calls using localhost:8080 instead of configured HTTPS endpoints
2025-09-16 21:51:59 +00:00
Sosthene
56878c977c Add helper function to secure handling of processId in the code
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 4m22s
2025-09-12 13:00:51 +02:00
Sosthene
0a3be835a9 Fix Dashboard with folders 2025-09-12 13:00:51 +02:00
Sosthene
2450d674e2 Update CustomerService 2025-09-12 13:00:51 +02:00
omaroughriss
6a7918d081 Update remplaced url
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 3m56s
2025-09-12 09:57:17 +02:00
Sosthene
7961165e1f Refactor and cleanup LoginCallback
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 3m58s
2025-09-12 07:30:14 +02:00
Sosthene
5d79b3df16 [Folder] Correctly load the first folder 2025-09-11 15:02:26 +02:00
Sosthene
b70516bc86 [Layouts/Folder] update FolderInformation ClientView 2025-09-11 14:25:16 +02:00
Sosthene
b22eda0399 [Auth/IdNot] make getOfficeProcessByIdNot return value explicit 2025-09-11 14:16:34 +02:00
Sosthene
dfe48d1de9 Update DeedTypeInformations 2025-09-11 14:14:24 +02:00
Sosthene
129e3ea973 Update DeedTypeEdit 2025-09-11 14:14:03 +02:00
Sosthene
b4d8562519 Update DeedTypeCreate 2025-09-11 14:13:09 +02:00
Sosthene
4540ac726a Update FolderService 2025-09-11 14:10:23 +02:00
Sosthene
9a3685ec4f Update DocumentTypeService 2025-09-11 14:09:44 +02:00
Sosthene
02f6a10b9d Update DeedTypeService 2025-09-11 14:09:16 +02:00
Sosthene
229a5a9585 Update CollaboratorService 2025-09-11 14:09:01 +02:00
Sosthene
bb44128e12 WIP redirection
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 3m59s
2025-09-11 12:45:38 +02:00
Sosthene
a8bdb18cc4 [MessageBus] Systematically pass the return value of getProcess* into MapUtil.toJson()
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 3m58s
2025-09-11 11:33:33 +02:00
Sosthene
09a2fee475 [Auth] Update idNot methods 2025-09-11 11:33:33 +02:00
Sosthene
a6dfd45299 [MessageBus] explicit return type for getData 2025-09-11 11:33:33 +02:00
Sosthene
e9f1d3991d [MessageBus] refactoring of getProcess* methods 2025-09-11 11:33:33 +02:00
Sosthene
ad78491a90 [cookie] have leCoffreUserInfo and leCoffreOfficeInfo 2025-09-11 11:33:33 +02:00
Sosthene
2455e2cca2 validator id and storage urls as constants (don't break backward compability now) 2025-09-11 11:33:33 +02:00
Sosthene
222b8dc503 [BaseApiService] Remove unused checkJwtToken 2025-09-11 11:33:33 +02:00
Sosthene
e6df9cbba0 [Auth] Add clientAuth to build request to back 2025-09-11 11:33:33 +02:00
Sosthene
114c20dd26 Save maps in SessionStorage 2025-09-11 11:33:33 +02:00
Sosthene
c1f12b2cf7 Fix DeedType and DocumentType 2025-09-11 11:33:33 +02:00
Sosthene
8b70278614 Refactor DeedTypeService
* async/await pattern where possible
* remove unused getDeedTypeByUid()
2025-09-11 11:33:33 +02:00
Sosthene
5ea18802f6 Update contracts for DeedType 2025-09-11 11:33:33 +02:00
Sosthene
b889ed498c Catch empty attributes in completeCollaborators 2025-09-11 11:33:33 +02:00
Sosthene
5b819bbe3f Use the VALIDATOR_ID const 2025-09-11 11:33:33 +02:00
Sosthene
f0a16e4ad9 Add getIdNotUserForOffice 2025-09-11 11:33:33 +02:00
Sosthene
859a3428bd LoginCallback heavy refactoring (wip?) 2025-09-11 11:33:33 +02:00
Sosthene
7672c291b1 Add addCollaborators method to OfficeService 2025-09-11 11:33:33 +02:00
Sosthene
6aa4a21d17 Remove broken completeOfficeRoles 2025-09-11 11:33:33 +02:00
Sosthene
5a703126d2 MessageBus refactoring
* better error management
* Keep tracks of when messages sent don't have answers
* New convenient methods
2025-09-11 11:33:33 +02:00
Sosthene
0d1d2d1822 Make AuthModal works with decoupled Pairing creation 2025-09-11 11:33:33 +02:00
Sosthene
4ee08765e9 Heavy refactoring of importData 2025-09-11 11:33:33 +02:00
Sosthene
6c03da2139 Update of process definition for most process creations 2025-09-11 11:33:33 +02:00
Sosthene
8cc2b1f00a Proper url for database calls in DatabaseService 2025-09-11 11:33:33 +02:00
Sosthene
8801c704fa Add AppConstants 2025-09-11 11:33:33 +02:00
Sosthene
4140b9fe09 Add NEXT_PUBLIC_BACK_API_PORT env variable 2025-09-11 11:33:33 +02:00
Sosthene
db9a77725f Log as client (no verification) 2025-09-11 11:33:33 +02:00
Sosthene
b6b0522b59 Improve data import
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 4m27s
2025-08-22 12:01:24 +02:00