Commit f511add
antoine
Merge branch 'main' into 9.0
# Conflicts:
# demo/app/Providers/AppServiceProvider.php
# demo/tests/Feature/PostSharpFormTest.php
# src/Dashboard/DashboardQueryParams.php
# src/Dashboard/SharpDashboard.php
# src/EntityList/Commands/Command.php
# src/EntityList/Commands/EntityState.php
# src/EntityList/Commands/Wizards/IsWizardCommand.php
# src/EntityList/EntityListQueryParams.php
# src/EntityList/Fields/EntityListFieldsLayout.php
# src/EntityList/SharpEntityList.php
# src/Exceptions/Auth/SharpAuthorizationException.php
# src/Exceptions/EntityList/SharpInvalidEntityStateException.php
# src/Exceptions/Form/SharpApplicativeException.php
# src/Exceptions/Form/SharpFormFieldFormattingMustBeDelayedException.php
# src/Exceptions/SharpException.php
# src/Exceptions/SharpInvalidEntityKeyException.php
# src/Form/Eloquent/Uploads/Migration/CreateUploadsMigration.php
# src/Form/Eloquent/Uploads/SharpUploadModel.php
# src/Form/Eloquent/Uploads/Thumbnails/GreyscaleFilter.php
# src/Form/Eloquent/Uploads/Thumbnails/Thumbnail.php
# src/Form/Eloquent/Uploads/Thumbnails/ThumbnailFilter.php
# src/Form/Eloquent/Uploads/Thumbnails/ThumbnailModifier.php
# src/Form/Eloquent/Uploads/Transformers/SharpUploadModelFormAttributeTransformer.php
# src/Form/Fields/Embeds/SharpFormEditorEmbed.php
# src/Form/Fields/Formatters/AbstractSimpleFormatter.php
# src/Form/Fields/Formatters/AutocompleteListFormatter.php
# src/Form/Fields/Formatters/AutocompleteLocalFormatter.php
# src/Form/Fields/Formatters/CheckFormatter.php
# src/Form/Fields/Formatters/GeolocationFormatter.php
# src/Form/Fields/Formatters/HtmlFormatter.php
# src/Form/Fields/Formatters/ListFormatter.php
# src/Form/Fields/Formatters/NumberFormatter.php
# src/Form/Fields/Formatters/SelectFormatter.php
# src/Form/Fields/Formatters/SharpFieldFormatter.php
# src/Form/Fields/Formatters/TagsFormatter.php
# src/Form/Fields/Formatters/UploadFormatter.php
# src/Form/Fields/SharpFormAutocompleteField.php
# src/Form/Fields/SharpFormEditorField.php
# src/Form/Fields/SharpFormSelectField.php
# src/Form/Fields/SharpFormTextField.php
# src/Form/Fields/SharpFormTextareaField.php
# src/Form/Fields/SharpFormUploadField.php
# src/Form/Fields/Utils/SharpFormFieldWithOptions.php
# src/Form/Fields/Utils/SharpFormFieldWithUpload.php
# src/Form/Layout/FormLayoutColumn.php
# src/Form/Layout/HasFieldRows.php
# src/Form/SharpForm.php
# src/Http/Api/Commands/EntityListInstanceCommandController.php
# src/Http/Api/EntityListController.php
# src/Http/Api/FormController.php
# src/Http/Api/FormUploadController.php
# src/Http/Api/ShowController.php
# src/Http/Context/CurrentSharpRequest.php
# src/Http/Controllers/Api/Commands/ApiDashboardCommandController.php
# src/Http/Controllers/Api/Commands/ApiEntityListEntityCommandController.php
# src/Http/Controllers/Api/Commands/ApiShowInstanceCommandController.php
# src/Http/LangController.php
# src/Http/Middleware/Api/AppendBreadcrumb.php
# src/Http/Middleware/Api/AppendInstanceAuthorizations.php
# src/Http/Middleware/Api/AppendListAuthorizations.php
# src/Http/Middleware/Api/AppendMultiformInEntityList.php
# src/Http/Middleware/Api/AppendNotifications.php
# src/Http/Middleware/Api/HandleSharpApiErrors.php
# src/Http/Middleware/SharpRedirectIfAuthenticated.php
# src/Show/Fields/SharpShowEntityListField.php
# src/Show/Fields/SharpShowTextField.php
# src/Show/Layout/ShowLayout.php
# src/Show/SharpShow.php
# src/Utils/Filters/CheckFilter.php
# src/Utils/Filters/Filter.php
# src/Utils/Filters/HasFiltersInQuery.php
# src/Utils/Filters/SelectMultipleFilter.php
# src/Utils/Layout/LayoutField.php
# src/Utils/Traits/HandlePageAlertMessage.php
# src/Utils/Transformers/WithCustomTransformers.php
# src/View/Components/Menu.php
# tests/Feature/Api/AuthenticationTest.php
# tests/Feature/Api/BaseApiTestCase.php
# tests/Feature/Api/Commands/DashboardCommandControllerTest.php
# tests/Feature/Api/Commands/EntityListEntityCommandControllerTest.php
# tests/Feature/Api/Commands/EntityListInstanceCommandControllerTest.php
# tests/Feature/Api/Commands/ShowInstanceCommandControllerTest.php
# tests/Feature/Api/Embeds/EmbedsControllerTest.php
# tests/Feature/Api/EntityListControllerTest.php
# tests/Feature/Api/FiltersInRequestTest.php
# tests/Feature/Api/FormControllerTest.php
# tests/Feature/Api/GlobalFiltersTest.php
# tests/Feature/Api/MultiFormEntityFormControllerTest.php
# tests/Feature/Api/MultiFormEntityShowControllerTest.php
# tests/Feature/Api/SearchTest.php
# tests/Feature/Auth/LoginNotification2faControllerTest.php
# tests/Feature/Auth/LoginTotp2faControllerTest.php
# tests/Fixtures/PersonSharpEntityList.php
# tests/Fixtures/PersonSharpShow.php
# tests/SharpTestCase.php
# tests/Unit/Components/MenuComponentTest.php
# tests/Unit/Dashboard/DashboardCommandTest.php
# tests/Unit/Dashboard/DashboardFilterTest.php
# tests/Unit/Dashboard/SharpDashboardTest.php
# tests/Unit/EntityList/EntityListFilterTest.php
# tests/Unit/EntityList/SharpEntityListCommandTest.php
# tests/Unit/EntityList/SharpEntityListDeprecatedLayoutTest.php
# tests/Unit/EntityList/SharpEntityListReorderTest.php
# tests/Unit/EntityList/SharpEntityListStateTest.php
# tests/Unit/EntityList/SharpEntityListTest.php
# tests/Unit/EntityList/Utils/SharpEntityDefaultTestList.php
# tests/Unit/EntityList/WithCustomTransformersInEntityListTest.php
# tests/Unit/Form/Eloquent/Relationships/HasManyRelationUpdaterTest.php
# tests/Unit/Form/Eloquent/WithSharpFormEloquentUpdaterTest.php
# tests/Unit/Form/Fields/Embeds/SharpFormEditorEmbedTest.php
# tests/Unit/Form/Fields/Formatters/AutocompleteFormatterTest.php
# tests/Unit/Form/Fields/Formatters/CheckFormatterTest.php
# tests/Unit/Form/Fields/Formatters/DateFormatterTest.php
# tests/Unit/Form/Fields/Formatters/EditorFormatterTest.php
# tests/Unit/Form/Fields/Formatters/FieldWithDataLocalizationFormatterTest.php
# tests/Unit/Form/Fields/Formatters/ListFormatterTest.php
# tests/Unit/Form/Fields/Formatters/NumberFormatterTest.php
# tests/Unit/Form/Fields/Formatters/SelectFormatterTest.php
# tests/Unit/Form/Fields/Formatters/TagsFormatterTest.php
# tests/Unit/Form/Fields/Formatters/TextFormatterTest.php
# tests/Unit/Form/Fields/Formatters/TextareaFormatterTest.php
# tests/Unit/Form/Fields/Formatters/UploadFormatterTest.php
# tests/Unit/Form/Fields/SharpFormAutocompleteFieldTest.php
# tests/Unit/Form/Fields/SharpFormFieldsTest.php
# tests/Unit/Form/Fields/SharpFormTest.php
# tests/Unit/Form/Layout/FormLayoutTest.php
# tests/Unit/Form/SharpFormTest.php
# tests/Unit/Form/WithCustomTransformersInFormTest.php
# tests/Unit/Show/Layout/ShowLayoutTest.php
# tests/Unit/Show/SharpShowCommandTest.php
# tests/Unit/Show/SharpShowTestDefault.php
# tests/Unit/Show/Utils/BaseSharpSingleShowTestDefault.php
# tests/Unit/Utils/CurrentSharpRequestTest.php
# tests/Unit/Utils/SharpLinkToTest.phpFile tree
86 files changed
+158
-223
lines changed- .github/workflows
- demo
- app
- Console
- Http
- Controllers
- Middleware
- Models
- Sharp
- Categories
- Dashboard
- Posts/Blocks
- Utils/Embeds
- database
- migrations
- seeders
- src
- Auth
- TwoFactor
- Commands
- Engines
- Dashboard
- Commands
- Filters
- Layout
- Widgets
- EntityList
- Commands/Wizards
- Eloquent
- Filters
- Exceptions
- Auth
- Commands
- EntityList
- Form
- View
- Form
- Eloquent
- Exceptions
- Relationships
- Fields
- Formatters
- Layout
- Search
- Show
- Fields
- Layout
- Utils
- Menu
- Transformers
- Attributes/Eloquent
- View/Components
- Content
- Extensions
- Menu
- tests
- Fixtures
- Unit
- Dashboard/Fakes
- Show/Fakes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
86 files changed
+158
-223
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
0 commit comments