Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposed patched to geteduroam's letswifi-portal #22

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
46ce6e2
set default password if the password is not set
farhansj Feb 20, 2023
819d6c6
added OR settlement free RCOI
farhansj Feb 20, 2023
747ef0c
Updated OR and eduroam branding
farhansj Feb 20, 2023
a320e2a
Added geteduroam link for huawei phone
farhansj Feb 20, 2023
6aa3436
Merge pull request #1 from sifulan-access-federation/copy-from-get-ed…
farhansj Feb 20, 2023
d9534f0
Added sample configuration from sifulan
farhansj Mar 4, 2023
c91d649
Patched code to include intermediate CA certs
farhansj Mar 4, 2023
a93095b
added .DS_Store
farhansj Mar 4, 2023
7dbcc65
Added (r) symbol
farhansj Mar 7, 2023
ee5a001
Set the RCOI to uppercase due to ios issue
farhansj Mar 9, 2023
cd8fca3
Merge pull request #2 from geteduroam/main
farhansj Jun 12, 2023
441ebb0
Merge branch 'main' of https://github.com/geteduroam/letswifi-portal
farhansj Nov 6, 2023
8ea0e96
Merge pull request #4 from geteduroam/main
farhansj Nov 6, 2023
c11d238
Merge pull request #5 from geteduroam/main
farhansj Nov 6, 2023
d4963ac
Revert "Disable default encryption on ONC profiles"
farhansj Nov 6, 2023
b45e002
Merge pull request #6 from sifulan-access-federation/revert-5-main
farhansj Nov 6, 2023
42ae990
Revert "Merged with the latest update from upstream"
farhansj Nov 6, 2023
34737af
Merge pull request #7 from sifulan-access-federation/revert-4-main
farhansj Nov 6, 2023
309bf62
Revert "Update ifirexman's letswifi-portal"
farhansj Nov 6, 2023
50f2333
Merge pull request #8 from sifulan-access-federation/revert-3-main
farhansj Nov 6, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
/.php-cs-fixer.cache
/.phpunit.result.cache
*.eap-config
.DS_Store
29 changes: 0 additions & 29 deletions bin/onc-decrypt.php

This file was deleted.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"require": {
"php": ">=7.3",
"twig/twig": "^3.3.8",
"fyrkat/openssl": "^1",
"fyrkat/oauth-server": "^1"
"fyrkat/openssl": "^1.2.1",
"fyrkat/oauth-server": "^1.2.1"
},
"require-dev": {
"vimeo/psalm": "^4.29",
Expand Down
Loading