Commit 5b35ab7
SSP-2066_add_routes_and_controllers (#45)
* Move validate.php to symfony controller
* Fix quality errors
* Loggout Controller
* LoggedOut Controller
* Fix quality issues
* composer require checker for dev environments
* fix composer require checker version
* Add tests for LogoutController.php part1
* psalm
* LogoutController.php tests part 2
* add CAS10 validate.php tests
* Add missing dependency
* LoggedInController.php
* Cas10 validate improvements
* serviceValidate, proxyValidate, logoutController
* samlValidate.php controller and tests
* fix psalm errors
* move proxy.php to Cas20Controller action
* Removed cas.php.Added LoginController.php
* UrlTrait tests
* Add missing import
* LoginController Tests
* Tests for Cas20 validate
* add tests for Proxy Service Validate
* More tests on Cas20Controller.php
* Use TicketStore abstract class type
* Use Module::resolveClass
* Use RunnableResponse instead of redirect
* Added phpdocs
* Fix run with docker instructions
* xml response to UTF-8
* Fix validation condition for CAS10
* review fixes #1
* Intantiate classes after we finalize the casconfig overrides. Refactor checkServiceUrl.Improve composer validate.
* fix UrlTrait::validate to handle proxy tickets
* fix UrlTrait::validate call test for the different methods.
* user RunnableResponse
* preg_match better error handling
* Use DOMDocumentFactory instead of ext-xml to parse the SOAP message
* Refactor samlValidate, parsing postbody.
* Improve saml validate
* Improve samlValidate. Use saml11 1,2,4
* Move Cas20 validate function to TicketValidatorTrait
* Create an enum list of configuration options that are allowed to be overriden.
* Add missing enum file
* fix saml11 versioning in composer
* minor fixes
* Remove PDO as a hard dependency. It's optional when using SQLTicketStore
* Add more hints for running with docker
* Allow `attributes` config item to be set per SP
* Add missing trait dependency
* Fix debug mode validation response rendering
* Exclude public directory from lint and documentation checks
* Remove js libraries
* Add copy button and missing jquery dependency package
* Replace text with langauge key
* Remove unnecessary package
---------
Co-authored-by: Tim van Dijen <[email protected]>
Co-authored-by: Patrick Radtke <[email protected]>1 parent 81b6b53 commit 5b35ab7
File tree
53 files changed
+3987
-1716
lines changed- .github/workflows
- config
- locales/en/LC_MESSAGES
- public
- assets/css
- utility
- routing
- routes
- services
- src
- Cas
- Protocol
- Ticket
- Codebooks
- Controller
- Traits
- Http
- templates
- tests
- public
- resources/saml
- src/Controller
- Traits
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+3987
-1716
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
91 | 94 | | |
92 | | - | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
96 | | - | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
102 | | - | |
| 104 | + | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
49 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
50 | 57 | | |
51 | 58 | | |
52 | 59 | | |
53 | 60 | | |
54 | 61 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 62 | | |
59 | 63 | | |
60 | | - | |
61 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
62 | 69 | | |
63 | 70 | | |
64 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
65 | 75 | | |
66 | 76 | | |
67 | 77 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 | | |
8 | 14 | | |
9 | 15 | | |
10 | | - | |
11 | 16 | | |
12 | 17 | | |
13 | 18 | | |
| |||
0 commit comments