Maxime Lalo
|
4f59877fff
|
✨ remove console logs
|
2024-04-29 15:09:36 +02:00 |
|
Maxime Lalo
|
15bb52015e
|
✨ Installing sentry
|
2024-01-02 17:52:22 +01:00 |
|
Vins
|
a6bdd87088
|
done
|
2023-12-15 13:16:45 +01:00 |
|
OxSaitama
|
a93b2616ec
|
add file content check
|
2023-10-26 13:11:28 +02:00 |
|
OxSaitama
|
6ceb96ea4c
|
add notification middlewares
|
2023-10-24 10:24:03 +02:00 |
|
OxSaitama
|
78c7364a81
|
fix document & file middleware for customers
|
2023-10-23 17:55:50 +02:00 |
|
OxSaitama
|
40734f70fd
|
refacto user handling
|
2023-10-19 11:44:58 +02:00 |
|
OxSaitama
|
1c6b9680f9
|
handle empty collaborators error
|
2023-10-16 16:22:07 +02:00 |
|
OxSaitama
|
819b554b64
|
add validation errors
|
2023-10-12 19:45:26 +02:00 |
|
OxSaitama
|
7080840e60
|
add check on document status
|
2023-10-10 00:16:56 +02:00 |
|
OxSaitama
|
4b790599c2
|
add middleware for requests on customers
|
2023-10-09 11:19:51 +02:00 |
|
OxSaitama
|
bcf2e64b19
|
add mimetype check on file middleware
|
2023-10-06 13:32:43 +02:00 |
|
OxSaitama
|
7c2bb75244
|
add other document type
|
2023-10-03 00:14:36 +02:00 |
|
OxSaitama
|
65b6311cf0
|
refacto folders filter
|
2023-10-02 22:45:16 +02:00 |
|
OxSaitama
|
77578e8d31
|
refacto customers entry points
|
2023-09-29 00:32:19 +02:00 |
|
OxSaitama
|
e2707cb21b
|
refacto document middleware
|
2023-09-28 16:20:43 +02:00 |
|
Loïs Mansot
|
1f406bcb38
|
remove hardcoded position for folder uid
|
2023-09-25 16:47:43 +02:00 |
|
OxSaitama
|
c722edc013
|
refacto rules & folders
|
2023-09-06 17:12:00 +02:00 |
|
OxSaitama
|
8b1934d49e
|
add role handler for namespaces
|
2023-08-14 17:07:24 +02:00 |
|
Vins
|
a086572b14
|
page select folder unmocked
|
2023-08-09 11:39:30 +02:00 |
|
Vins
|
246e8d4394
|
Super-admin role override every rules
|
2023-08-01 11:56:00 +02:00 |
|
OxSaitama
|
29d0051bf9
|
fix(resources): add updateDeedType group
|
2023-07-25 14:14:27 +02:00 |
|
OxSaitama
|
3049dfcd75
|
fix(middlewares): add error catcher
|
2023-07-25 11:34:38 +02:00 |
|
OxSaitama
|
ad4b43e56e
|
feat(middlewares): add access to admin services for super-admin
|
2023-07-24 13:59:47 +02:00 |
|
Maxime Lalo
|
bf0dfaf2e6
|
🐛 Fixing crash when no rules in JWT
|
2023-07-18 14:11:30 +02:00 |
|
Vins
|
d9f2c267f7
|
Edited admin PUT OfficesRole, removed validation for demo
|
2023-07-18 11:13:42 +02:00 |
|
OxSaitama
|
129cb6ad86
|
refacto GET method with search param for folders
|
2023-07-13 15:07:38 +02:00 |
|
OxSaitama
|
2cbdc1db02
|
refacto query for GET methods
|
2023-07-11 18:05:29 +02:00 |
|
OxSaitama
|
7022e41fcb
|
refacto error messages
|
2023-07-11 14:41:23 +02:00 |
|
OxSaitama
|
ae4812c0dc
|
add error messages for middlewares
|
2023-07-11 14:21:16 +02:00 |
|
OxSaitama
|
34e248a247
|
fix deed middleware officeMembership
|
2023-07-11 11:08:51 +02:00 |
|
OxSaitama
|
6168683cfe
|
fix deed middleware
|
2023-07-11 11:05:01 +02:00 |
|
OxSaitama
|
4dcc53f555
|
fix folders middleware
|
2023-07-10 16:22:06 +02:00 |
|
OxSaitama
|
70d0fb6e71
|
add controllers and services by namespace
|
2023-07-04 18:09:45 +02:00 |
|
OxSaitama
|
afec5a5cea
|
add more input checks and format
|
2023-07-04 14:05:25 +02:00 |
|
OxSaitama
|
4e632e27ed
|
add document types control on office ownership
|
2023-07-03 18:22:50 +02:00 |
|
OxSaitama
|
c2856de59a
|
add office membership control on services
|
2023-07-03 16:17:20 +02:00 |
|
OxSaitama
|
9a686be8ba
|
delete explicit relations for models
|
2023-06-29 15:23:50 +02:00 |
|
OxSaitama
|
e1b2bec912
|
add rules middleware
|
2023-06-26 10:45:29 +02:00 |
|
OxSaitama
|
8ff4cc2afd
|
add auth Handler
|
2023-06-21 15:51:09 +02:00 |
|
OxSaitama
|
d893fe6906
|
add formdata controller and delete file service
|
2023-05-08 22:26:35 +02:00 |
|
Arnaud D. Natali
|
3dc043e6c4
|
Feature/services test (#17)
controllers, repositories, services and associated tests for:
Deed types, Deed, Document types, Users and Customers
---------
Co-authored-by: Vincent Alamelle <vincent.alamelle@smart-chain.fr>
Co-authored-by: OxSaitama <arnaud.daubernatali@smart-chain.fr>
|
2023-04-06 18:43:13 +02:00 |
|
Vincent Alamelle
|
efc7ad1efb
|
WIP
|
2023-03-16 18:03:58 +01:00 |
|