wuxinnan
|
1e3d6855cc
|
added test case to check password validity
|
2022-05-18 10:36:12 -07:00 |
|
Convly
|
e77226c678
|
Added test for the admin registration token
|
2022-05-13 12:11:20 +02:00 |
|
Convly
|
510b54f16e
|
Moved logic to the right controller
|
2022-05-13 11:33:25 +02:00 |
|
Convly
|
bb87e910b2
|
Manually set the registrationToken in the register payload response
|
2022-05-13 11:22:41 +02:00 |
|
Convly
|
c250186b35
|
Merge remote-tracking branch 'origin' into features/typescript
|
2022-05-11 15:55:03 +02:00 |
|
ronronscelestes
|
6f211e8217
|
Merge branch 'master' of https://github.com/strapi/strapi into features/menu-logo
|
2022-05-11 13:48:35 +02:00 |
|
Convly
|
620418c9a6
|
Remove sensitive fields from sanitize user in the admin
|
2022-05-10 07:00:19 +02:00 |
|
Convly
|
132def5d57
|
Fix unit tests
|
2022-05-02 15:01:27 +02:00 |
|
Convly
|
7f6d194905
|
Use schema.config.attributes instead schema.attributes
|
2022-05-02 14:41:24 +02:00 |
|
Convly
|
956ab9de47
|
Add basic tests for permissions-manager sanitize utils
|
2022-04-26 14:43:09 +02:00 |
|
vincentbpro
|
1479641c83
|
Merge branch 'master' of github.com:strapi/strapi into features/menu-logo
|
2022-04-26 11:54:35 +02:00 |
|
Convly
|
1d50038e44
|
Remove hidden fields from the admin API responses
|
2022-04-26 10:39:50 +02:00 |
|
vincentbpro
|
ce181eccf0
|
fix: created a dedicated read permission for project settings
|
2022-04-25 13:29:19 +02:00 |
|
vincentbpro
|
6076522305
|
test: updated /init tests
|
2022-04-25 10:14:02 +02:00 |
|
vincentbpro
|
0ba8bc5a98
|
fix(menu-logo): handle empty project-settings store in delete service
|
2022-04-20 16:26:24 +02:00 |
|
vincentbpro
|
96302c8ae8
|
feat(menu-logo): added menuLogo url to /init route
|
2022-04-20 16:11:43 +02:00 |
|
vincentbpro
|
4c80b3f798
|
feat(menu-logo): added GET /project-settings route
|
2022-04-20 15:52:58 +02:00 |
|
Convly
|
4fa2804f35
|
Merge branch 'master' into features/typescript
|
2022-04-15 15:47:16 +02:00 |
|
vincentbpro
|
00529853e5
|
fix(logo-customization): avoid passing map index to multi-param providers
|
2022-04-15 12:09:36 +02:00 |
|
vincentbpro
|
bcf3365e1c
|
test(logo-customization): updated tests
|
2022-04-15 11:32:14 +02:00 |
|
vincentbpro
|
c6cbf6b58d
|
test(logo-customization): updated tests
|
2022-04-15 11:18:03 +02:00 |
|
vincentbpro
|
ba8cb27bb1
|
refactor(logo-customization): simplified updateProjectSettings service function signature
|
2022-04-15 09:58:35 +02:00 |
|
vincentbpro
|
5fde7a23d0
|
refactor(logo-customization): compare files hashes directly instead of urls
|
2022-04-15 09:26:22 +02:00 |
|
vincentbpro
|
aecc0244e3
|
fix(logo-customization): handled undefined files object
|
2022-04-15 09:15:07 +02:00 |
|
vincentbpro
|
1a6c30f771
|
refactor(logo-customization): removed useless awaits
|
2022-04-15 09:10:34 +02:00 |
|
Convly
|
431ccbe55c
|
Fix isTypeScriptProject -> isUsingTypeScript
|
2022-04-14 14:55:57 +02:00 |
|
Convly
|
9a2ae88480
|
Prevent access to telemetry-properties route if the telemetry is disabled
|
2022-04-13 16:11:42 +02:00 |
|
Convly
|
8440d4064f
|
Add the typescript telemetry events to the admin events
|
2022-04-13 15:41:39 +02:00 |
|
ivanThePleasant
|
03a6b33131
|
Merge pull request #12910 from strapi/chore/opt-out-telemetry-call
Opt out telemetry command
|
2022-04-12 15:59:16 +03:00 |
|
vincentbpro
|
df8ca58515
|
refactor(menu-logo): refactored project-settings service
|
2022-04-08 09:49:29 +02:00 |
|
vincentbpro
|
3432eeade1
|
fix(logo-customization): fix bad use of upload providers
|
2022-04-08 09:36:08 +02:00 |
|
Pierre Noël
|
54fda9c7c0
|
change error messages
|
2022-04-07 16:50:20 +02:00 |
|
Pierre Noël
|
89221e8ee9
|
fix wording mistakes
|
2022-04-07 16:50:19 +02:00 |
|
Pierre Noël
|
79396f8bbb
|
continue reading API_TOKEN_SALT + add warning deprecated message
|
2022-04-07 16:50:19 +02:00 |
|
Pierre Noël
|
20e6d9a94b
|
Improve error messages
|
2022-04-07 16:50:15 +02:00 |
|
Pierre Noël
|
1e6d1ce6a2
|
fix unit tests
|
2022-04-07 16:34:58 +02:00 |
|
Pierre Noël
|
019007ba3e
|
improve error message + remove use of API_TOKEN_SALT
|
2022-04-07 16:34:57 +02:00 |
|
Pierre Noël
|
9fc63af260
|
harmonize secret generation + don't generate in production mode
|
2022-04-07 16:34:56 +02:00 |
|
vincentbpro
|
9ce78034ef
|
feat(logo-cuatomization): added size and ext to files
|
2022-04-07 12:02:17 +02:00 |
|
vincentbpro
|
bbed67982c
|
refactor(logo-customization): refactored service function params
|
2022-04-07 11:41:32 +02:00 |
|
vincentbpro
|
02b14f2bb4
|
test: added tests for project-settings service
|
2022-04-06 17:56:41 +02:00 |
|
vincentbpro
|
11a203459a
|
feat(logo-customization): delete old logos and getProjectSettings service
|
2022-04-06 13:54:52 +02:00 |
|
vincentbpro
|
d66bde83ce
|
refactor(logo-customization): cleaned updateProjectSettings service
|
2022-04-06 12:23:17 +02:00 |
|
vincentbpro
|
d4c5e294a0
|
feat(logo-customization): parsing and validating image dimensions
|
2022-04-06 11:50:00 +02:00 |
|
vincentbpro
|
5663e5065d
|
feat(menu-logo): file upload and storing data in corestore
|
2022-04-06 09:09:04 +02:00 |
|
vincentbpro
|
3451aceaf5
|
feat(menu-logo): added upload feature
|
2022-04-04 15:09:08 +02:00 |
|
Convly
|
84d106e7f8
|
Use new dirs (app/dist)
|
2022-04-04 11:46:22 +02:00 |
|
vincentbpro
|
a298c243db
|
feat(logo-customization): added validation for update project-settings
|
2022-03-31 13:11:19 +02:00 |
|
vincentbpro
|
fe984cddfe
|
feat(logo-customization): created update project-settings route
|
2022-03-31 11:33:54 +02:00 |
|
ivanThePleasant
|
15e2b96fc6
|
Improved logic for tests to pass
|
2022-03-30 11:54:06 +03:00 |
|