Josh
2d55462e46
fix: remove instances of request and ban with eslint
...
chore: remove straggler
chore: fix hook
chore: pr amends
chore: pr amends
chore: use axios for analytics
fix missing once function import
chore(test): use defineProperty
fix: webhooks creation
fix: sso
Revert "chore(test): use defineProperty"
This reverts commit dfdcb82ccef720c4e4993fe4021acc190f38a204.
chore: make sure theres a url before trying to render the image
fix: webhook
2023-04-20 17:30:40 +01:00
Josh
ef4f3b64fe
chore: add docs and tests
...
chore: remove compo
chore: add docs and tests for useFilter
chore: add tests & docs for useCollator
2023-04-18 11:14:24 +01:00
Josh
7f1b43adf9
fix: swap out match sorter from roles tables and helper-plugin
2023-04-18 11:14:24 +01:00
Mark Kaylor
eb2cf3a987
Fix components not found
2023-04-11 10:21:05 +02:00
Gustav Hansen
a9fb1f3130
Reduce and optimize lodash imports
2023-03-17 14:25:53 +01:00
Josh
fd978f3f79
chore: update snapshots & tests for DS 1.6.6
...
chore: update tests
2023-03-16 19:44:54 +00:00
smoothdvd
37a855e45e
Update zh-Hans translation to match latest en.json
2023-03-15 11:30:43 +08:00
Simone Taeggi
eae7fc9b1d
chore: update DS to 1.6.5 and fix a unit test
2023-03-08 10:36:08 +01:00
Josh
d209390fbe
chore: update DS to 1.6.4
2023-03-02 13:17:01 +00:00
Josh
09ff54bc6e
chore: convert Stack components to Flex
...
chore: update snapshots
chore: convert rest of files to use Flex
chore: fix duplicate import
chore: update snapshots
chore: add eslint rule for stack
refactor: catch other Stack component uses
chore: remove horizontal prop
2023-03-02 10:02:40 +00:00
Josh
6b17f8ad12
chore: convert all files to single imports of the DS & icons
...
chore: remove eslint rule
chore: update snapshots
chore: update snapshots
chore: add eslint rule to stop direct imports apart from v2
2023-02-15 17:23:59 +00:00
Josh
bddd9e604c
chore: update snapshots
2023-02-09 16:48:09 +00:00
Mark Kaylor
f97c352fa0
Update snapshots
2023-02-06 18:24:10 +01:00
Mark Kaylor
4bc7afc769
Update snapshots
2023-02-03 14:48:38 +01:00
Simone
e3bc1cda8f
Merge branch 'main' into enhancement/axios-migration-users-permissions
2023-01-26 13:07:54 +01:00
Christian Capeans
bec07b0b0a
Merge branch 'main' into fix/unvalidated-cognito-access
2023-01-25 12:28:47 +01:00
Simone Taeggi
d96654316a
Merge branch 'enhancement/axios-migration-step-2' into enhancement/axios-migration-users-permissions
2023-01-24 16:57:09 +01:00
Josh
e8bc90744d
chore: update DS to 1.6.0
2023-01-24 11:34:12 +00:00
Simone Taeggi
94ecf01f4c
Merge branch 'enhancement/axios-migration-step-2' into enhancement/axios-migration-users-permissions
2023-01-23 09:39:49 +01:00
Simone Taeggi
12ceb7adc5
refactor usePlugin wit useFetchClient
2023-01-20 14:28:28 +01:00
Josh
fb0f59788a
chore: install design-system 1.5.0
2023-01-18 12:07:24 +00:00
Simone Taeggi
40b3452ec1
change the import of the getFetchClient in the Roles listPage utils
2023-01-18 11:10:56 +01:00
Simone Taeggi
8816ec5769
change the useFetchClient import in the Roles EditPage
2023-01-18 11:10:14 +01:00
Simone Taeggi
289de5cbe7
change the import of the useFetchClient in the Roles CreatePage
2023-01-18 11:07:38 +01:00
Simone Taeggi
748c561583
change the import in the Providers utils of the getFetchClient
2023-01-18 11:06:48 +01:00
Simone Taeggi
36c0978417
change the import of the getFetchClient inside the EmailTemplates utils
2023-01-18 11:05:49 +01:00
Simone Taeggi
e8bfd50db3
change the import of the getFetchClient inside the AdvancedSettings utils
2023-01-18 11:04:49 +01:00
Simone Taeggi
ae374971fb
change the import of the getFetchClient in the usePlugins hook
2023-01-18 11:03:54 +01:00
Simone Taeggi
5c80a0bf87
change the import of the useFetchClient inside the useFetchRole
2023-01-18 11:03:02 +01:00
Christian Capeans
eeab43b577
Store jwk set url in strapi core
2023-01-11 12:57:39 +01:00
Simone Taeggi
9352a38fdc
replace the getFetchClient with the useFetchClient inside the useFetchRole
2023-01-09 15:51:40 +01:00
Simone Taeggi
c38758401c
fix the renaming of the get method
2023-01-09 15:47:03 +01:00
Simone Taeggi
e862353def
remove the axiosInstance implementation from the users-permissions plugin
2023-01-09 11:48:46 +01:00
Simone Taeggi
d9d108fed4
replace axiosInstance in the edit Roles function to replace the api call with the useFetchClient put method
2023-01-09 11:46:19 +01:00
Simone Taeggi
65bbac9aed
replace axiosInstance in the create Roles function to replace the api call with the useFetchClient post method
2023-01-09 11:37:42 +01:00
Simone Taeggi
5480155dfe
replace axiosInstance in the Providers util putProvider to replace the api call with the getFetchClient put method
2023-01-09 10:38:06 +01:00
Simone Taeggi
358522d664
replace axiosInstance in the Providers util fetchData to replace the api call with the getFetchClient get method
2023-01-09 10:32:03 +01:00
Simone Taeggi
795040e133
replace axiosInstance in the EmailTemplates utils fetchData and putEmailTemplate to replace the api calls with the getFetchClient get and put method
2023-01-09 10:21:06 +01:00
Simone Taeggi
eff1d14ec2
replace axiosInstance in the AdvancedSettings putAdvancedSettings utils to replace the api call with the getFetchClient put method
2023-01-05 17:08:01 +01:00
Simone Taeggi
2d2d79028d
replace axiosInstance in the AdvancedSettings fetchData utils to replace the api call with the getFetchClient get method
2023-01-05 17:01:16 +01:00
Simone Taeggi
ee4fc14689
replace axiosInstance in the usePlugins hook to replace the api calls with the getFetchClient get method
2023-01-05 16:21:57 +01:00
Simone Taeggi
bc03ef2288
replace axiosInstance in the useFetchRole hook to replace the api call with the getFetchClient get method
2023-01-05 16:09:28 +01:00
Simone Taeggi
492cfe13ce
replace axiosInstance in the Roles ListPage deleteData function to replace the api call with the getFetchClient del method
2023-01-05 12:36:59 +01:00
Simone Taeggi
c7ba51012e
replace axiosInstance in the Roles ListPage fetchData function to replace the api call with the getFetchClient get method
2023-01-05 11:56:15 +01:00
Gustav Hansen
287787a550
Chore: Remove fontawesome dependency from components
2022-12-20 15:52:37 +01:00
Simone Taeggi
7810ae70ce
merge master in enhancement/axios-refactoring-step-2
2022-12-20 10:08:10 +01:00
Julie Plantey
d5127d16f3
update snapshots
2022-12-19 16:07:29 +01:00
Simone
7ec8c31ad9
Merge branch 'main' into enhancement/date-time-picker-ds-in-strapi
2022-12-13 14:05:08 +01:00
Barış Can Daylık
226a462b7a
Add Turkish translation
2022-12-13 00:44:27 +03:00
Simone Taeggi
79452154ec
Merge branch 'main' into enhancement/date-time-picker-ds-in-strapi
2022-12-09 15:38:25 +01:00