Commit 60f738e
File tree
151 files changed
+1899
-715
lines changed- src
- Command
- DependencyInjection
- CompilerPass
- Doctrine
- Maker
- Resources
- config
- doc
- skeleton
- authenticator
- command
- crud/controller
- doctrine
- event
- registration
- security
- serializer
- test
- validator
- Security
- Test
- Util
- tests
- Command
- Doctrine
- fixtures
- expected_overwrite/src/Entity
- expected_xml/src/Repository
- Maker
- Security
- fixtures/expected
- yaml_fixtures
- expected_authenticator
- expected_user_class
- source
- Util
- fixtures
- add_entity_field
- add_one_to_one_relation
- implements_interface
- source
- yaml_fixtures
- fixtures
- MakeAuthenticatorLoginFormCustomUsernameField/tests
- MakeAuthenticatorLoginFormExistingController/tests
- MakeAuthenticatorLoginFormUserEntityLogout
- config/packages
- src/Entity
- tests
- MakeAuthenticatorLoginFormUserEntityNoEncoder/tests
- MakeAuthenticatorLoginFormUserEntity/tests
- MakeAuthenticatorLoginFormUserNotEntityNoEncoder/tests
- MakeAuthenticatorLoginFormUserNotEntity/tests
- MakeCommandInCustomRootNamespace/tests
- MakeCommand/tests
- MakeControllerTwig/tests
- MakeCrudInCustomRootNamespace/tests
- MakeCrudRepository/src/Repository
- MakeCrud
- src/Entity
- tests
- MakeEntityExistsInRoot/tests
- MakeEntityManyToManyInCustomNamespace/tests
- MakeEntityManyToMany/tests
- MakeEntityManyToOneNoInverse/tests
- MakeEntityManyToOne/tests
- MakeEntityOneToMany/tests
- MakeEntityOneToOne/tests
- MakeEntityOverwrite/tests
- MakeEntityRegenerateEmbedable/tests
- MakeEntityRegenerateEmbeddableObject
- src/Entity
- tests
- MakeEntityRegenerateOverwrite/tests
- MakeEntityRegenerateXml/tests
- MakeEntityRegenerate/tests
- MakeEntitySelfReferencing/tests
- MakeEntitySubNamespaceMatchingEntity/tests
- MakeEntityUpdate/tests
- MakeEntity/tests
- MakeFormEmbedableEntity
- src/Entity
- tests
- MakeFormForEntity
- src/Entity
- tests
- MakeFormSTIEntity
- src/Entity
- tests
- MakeForm/tests
- MakeRegistrationFormEntity
- src
- Controller
- Security
- tests
- MakeUserEntityPassword
- src
- Controller
- Security
- tests
- MakeUserModelNoPassword
- src
- Controller
- Security
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
151 files changed
+1899
-715
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | 2 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 3 | | |
16 | 4 | | |
17 | 5 | | |
18 | | - | |
19 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
20 | 10 | | |
21 | 11 | | |
22 | 12 | | |
23 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
27 | 32 | | |
28 | 33 | | |
29 | | - | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
33 | | - | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
| 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 | + | |
1 | 34 | | |
2 | 35 | | |
3 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | | - | |
14 | | - | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 23 | | |
27 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
| |||
0 commit comments