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

Refactor frontend, relates to issue #35 #43

Closed
wants to merge 47 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
3beb0a2
Rename old frontend folder
Jun 23, 2023
d104d4f
Add backend refactoring
Jun 27, 2023
1e26084
Refactor frontend
Jun 27, 2023
ad02b31
Improve README
Jun 27, 2023
f3677e7
Allow webconsole/frontend/public folder to be pushed
Jun 27, 2023
36dda1e
Add frontend public folder
Jun 27, 2023
a3ff69f
Make backend and frontend urls separately configurable
Jun 27, 2023
a0c7544
Improve README
Jun 27, 2023
fa4e775
Remove files with additional features
Jun 27, 2023
1ae4098
Fix config setting for webserver (ignore localhost for binary)
Jun 27, 2023
64bd71c
Remove console output
Jun 27, 2023
764adaf
Fix reload leads to API problem, fix favicon
Jun 29, 2023
a05e5b6
Fix reload leads to API problem, fix favicon
Jun 29, 2023
ef67fb3
Remove XMLHttpRequest header from fetch
Jun 29, 2023
c59bb3e
Hopefully fix cors problem
Jun 29, 2023
10ed71b
Remove unnecessary jsons
Jun 30, 2023
07655b7
Fix check for duplicate SUPI and MSISDN
Jun 30, 2023
967d2d3
fix: CSRF vulnerability (#44)
brianchennn Jul 18, 2023
67eb852
sliceConfigurations.snssai.sd toLowerCase() (#45)
brianchennn Jul 18, 2023
85cc414
Sd value toLower in dbOperation() (#46)
brianchennn Jul 20, 2023
dcf54b0
Rename old frontend folder
Jun 23, 2023
e087df7
Add backend refactoring
Jun 27, 2023
0ac7249
Refactor frontend
Jun 27, 2023
1ae7211
Improve README
Jun 27, 2023
f1566b2
Allow webconsole/frontend/public folder to be pushed
Jun 27, 2023
068c966
Add frontend public folder
Jun 27, 2023
adeab7b
Make backend and frontend urls separately configurable
Jun 27, 2023
70d16e5
Improve README
Jun 27, 2023
217f6c3
Remove files with additional features
Jun 27, 2023
06b8ae6
Fix config setting for webserver (ignore localhost for binary)
Jun 27, 2023
7535fd7
Remove console output
Jun 27, 2023
23c43b0
Fix reload leads to API problem, fix favicon
Jun 29, 2023
8357144
Fix reload leads to API problem, fix favicon
Jun 29, 2023
b4e3442
Remove XMLHttpRequest header from fetch
Jun 29, 2023
c293765
Hopefully fix cors problem
Jun 29, 2023
5cc7aa0
Remove unnecessary jsons
Jun 30, 2023
ada4c94
Fix check for duplicate SUPI and MSISDN
Jun 30, 2023
dcb3244
Merge branch 'refactor-frontend-pr' of github.com:LaumiH/webconsole i…
Aug 1, 2023
32a0467
backups
Aug 1, 2023
d076e4d
backups
Aug 1, 2023
9a40dce
backups
Aug 1, 2023
f7c85aa
Include real login with server instead of fake login
Aug 1, 2023
429a289
Only add second 'New Subscriber' button when many are in list
Aug 1, 2023
9ac5a0f
Fix API calls
Aug 1, 2023
e80edf2
Resolve conflicts
Aug 1, 2023
d4cafe4
Add scheme to golang webserver config
Aug 1, 2023
0e4964b
No staging for public and build files
Aug 1, 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
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
bin/
log/
vendor/
public/
LaumiH marked this conversation as resolved.
Show resolved Hide resolved

node_modules/
yarn.lock
public/
build/
frontend/build/

# emacs/vim
GPATH
Expand Down
Loading