1819 Commits

Author SHA1 Message Date
Gustav Hansen
721318eed1 Docs: Add contributor docs for the userEnterprise hook 2023-06-13 06:28:00 +02:00
Marc
380d59157d
Merge pull request #16807 from strapi/docs/transactions 2023-05-29 12:53:07 +02:00
Marc-Roig
619823e72f
doc: transaction is an experimental feature 2023-05-26 14:48:01 +02:00
Gustav Hansen
aa461fbbc9
Merge pull request #16816 from strapi/enhancement/use-admin-users
Enhancement: Create useAdminUsers data fetching hook
2023-05-25 12:25:34 +02:00
Gustav Hansen
b18e1bba65 Docs: Add useAdminUsers hook documentation 2023-05-25 11:49:05 +02:00
Gustav Hansen
dd378275de Docs: Update useReviewWorkflows contributor docs 2023-05-24 16:55:41 +02:00
Gustav Hansen
e1d0fac0ea Chore: Add docs for useContentTypes hook 2023-05-23 21:18:18 +02:00
Marc
abfcb0c194
Update docs/docs/docs/01-core/database/02-transactions.md
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-05-23 14:02:17 +02:00
Marc
13c1d0db2c
Update docs/docs/docs/01-core/database/02-transactions.md
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-05-23 14:02:02 +02:00
Marc
4ffaefcb18
Update docs/docs/docs/01-core/database/02-transactions.md
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-05-23 14:01:55 +02:00
Marc-Roig
39dae2b701
doc: update transaction example 2023-05-23 12:42:55 +02:00
Marc-Roig
bff6d9a24a
doc: rewording 2023-05-23 12:26:17 +02:00
Marc-Roig
524325fd30
doc: transactions 2023-05-23 12:16:55 +02:00
Josh
e233d8afdc
feat: introduce useClipboard hook to remove dependency (#16751) 2023-05-23 08:43:35 +01:00
Gustav Hansen
50beed3d39
Revert "Chore: Refactor useModels to use react-query rather than useReducer" 2023-05-22 15:06:16 +02:00
Gustav Hansen
59a46518df Chore: Add useContentTypes hook documentation 2023-05-22 13:09:11 +02:00
Simone
49a5c205d4
Chore: Replace axios calls with helper-plugin utils (#16628)
* overwrite the Authorization header when passed as config

* replace axios call with fetchClient and remove axios cancel from the admin

* replace axios call in the UseCasePage form

* replace axios with useFetchClient inside the App component for the analytics call

* replace axios calls with the post useFetchClient inside the AuthPage

* remove axios instances inside the CollectionTypeFormWrapper and the SingleTypeFormWrapper

* Replace axios call with useFetchClient inside the Register component

* replace axios call with useFetchClient sinde the urlToFile utils

* remove axios instances inside the useFetchContentTypeLayout

* remove axios instances inside the ComponentSettingsView component

* update test urlToFile

* remove axios as dependency in admin and remove cancel token from ListView

* remove axios dependency from the admin

* revert dependency

* replace the downloadFile axios call with getFetchClient

* remove console log

* fix issue if preferedLanguage is null

* replace axios call with getFetchClient inside the urlToAssets utility

* revert back cancel token inside CollectionTypeFormWrapper

* revert cancel token logic

* add the logic to handle paths without prepending slash

* remove tip for the relative path

* move the fetchMarketplaceProviders util inside the useFetchMarketplaceProviders file

* use fetch instead of useFetchClient for external calls

* remove the control of the preferedLanguage inside the Profile page

* move up useFetchClient call

* refactor normalize url

* add mock getFetchClient in FromComputerForm test

* fix check full url

* refactor fetch

* cleanup code

* fix comments

* fix review comments

* refaactor fetch calls and fix types and format code

* add more info in the documentation

* fix unit tests marketplace and add a constants file shared between the two hooks

* change the import order

* refactor hooks returining type

* move whatwg-fetch import inside the admin-test-util and small refactoring

* fix test, remove comments and remove only
2023-05-17 11:01:28 +02:00
Josh
51b8c0aa1c
Update docs/docs/index.md
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-05-11 13:39:01 +01:00
Josh
7b3acbc7e5
Update docs/docs/index.md
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-05-11 13:38:56 +01:00
Josh
2fff7768b7
Update docs/docs/index.md
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-05-11 13:38:51 +01:00
Josh
d0e346dc5c
Update docs/docs/docs/00-intro.md
Co-authored-by: Gustav Hansen <gustav.hansen@strapi.io>
2023-05-11 12:39:17 +01:00
Josh
d0b4958c21 chore: reshuffle documentation 2023-05-11 12:00:42 +01:00
Nathan Pichon
fd2f06ee8e
Merge branch 'main' into chore/docs-api-ref 2023-05-02 15:25:49 +02:00
nathan-pichon
021024dd7a
docs(api): update cron with examples 2023-05-02 15:25:13 +02:00
nathan-pichon
4d7e0c2c0e
docs(contrib): add some todos 2023-05-02 15:19:58 +02:00
nathan-pichon
c2d82a20d7
chore(contrib-docs): move eslint file to docs folder 2023-05-02 15:17:54 +02:00
nathan-pichon
b888b703eb
docs: move example file 2023-05-02 15:14:08 +02:00
nathan-pichon
136d7b972b
docs: replace todos by callout todos 2023-05-02 15:13:45 +02:00
Nathan Pichon
41d8f15eb9
chore(contrib-docs): typo
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2023-05-02 09:55:56 +02:00
Nathan Pichon
76017de6c5
chore(contrib-docs): typo
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2023-05-02 09:55:47 +02:00
nathan-pichon
5c2422bf8d
docs(contrib): add review workflows tech design 2023-04-26 12:18:50 +02:00
Josh
407be7cbbd
Merge pull request #16481 from strapi/chore/refactor-hp-to-features 2023-04-26 09:56:28 +01:00
Josh
4134c0e33b refactor: colocate code in helper-plugin features for clearer view
refactor: move Notification logic into helper-plugin

refactor: wip

fix: typo

chore: fix tests

chore: ensure contexts are still exported

Update packages/core/helper-plugin/src/features/OverlayBlocker.js

Update packages/core/helper-plugin/src/features/AutoReloadOverlayBlocker.js

Co-Authored-By: Gustav Hansen <gustav.hansen@strapi.io>
2023-04-26 09:06:18 +01:00
Gustav Hansen
e386aff3d5
Merge branch 'main' into feature/review-workflow 2023-04-24 13:59:41 +02:00
Nathan Pichon
faf1c3b539
Merge branch 'main' into chore/docs-api-ref 2023-04-24 09:52:21 +02:00
Gustav Hansen
195c38953c
Merge pull request #16428 from strapi/feature/review-workflow-fe-contrib-docs
Docs: Extend contributor documention with review workflows (frontend)
2023-04-21 13:07:14 +02:00
Gustav Hansen
c521b80ba8
Update docs/docs/core/content-type-builder/review-workflows.mdx
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
2023-04-21 12:28:28 +02:00
Gustav Hansen
0c1ee2c53d
Update docs/docs/core/content-manager/review-workflows.mdx
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
2023-04-21 12:28:19 +02:00
Gustav Hansen
9109e1b33f
Update docs/docs/core/content-manager/review-workflows.mdx
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
2023-04-21 12:28:14 +02:00
Gustav Hansen
a7455ed9af Docs: Extend contributor documention with review workflows (frontend) 2023-04-21 12:13:55 +02:00
Mark Kaylor
82db28a4d3 Update ds yarn link docs 2023-04-21 10:37:20 +02:00
nathan-pichon
adac6e5e76
chore(docs): typo 2023-04-21 09:47:42 +02:00
nathan-pichon
a6f440d8e8
chore(docs): add several details to api ref pages 2023-04-21 09:47:42 +02:00
derrickmehaffy
2cd342bff7
cleanup file ref for case sensitivity 2023-04-21 09:47:42 +02:00
nathan-pichon
6bd5c29b91
docs(api-ref): clean Strapi class documentation 2023-04-21 09:47:41 +02:00
nathan-pichon
28d12b5dc2
docs(api-ref): add config container description 2023-04-21 09:47:41 +02:00
nathan-pichon
907f2f57d3
docs(api-ref): listing Strapi documentation methods and properties 2023-04-21 09:47:41 +02:00
nathan-pichon
456bfd459f
docs(api-ref): add customFields documentation 2023-04-21 09:47:41 +02:00
nathan-pichon
d83a4608b4
docs(api-ref): fix typo 2023-04-21 09:47:41 +02:00
nathan-pichon
1b64353fc4
docs(api-ref): add request context documentation 2023-04-21 09:47:41 +02:00