- Mar 03, 2024
-
-
BrianChen authored
* add charging rules & billing domain * setup billing server by config * fix: waiting group usage for billing server * update pdu charging data filter * frontend: add UE CHARGING RECORD * finish SubscriberCreate & SubscriberUpdate * finish Charging Config in SubscriberRead.tsx * fix: DELETE and PUT policyData.ues.chargingData when editing Subscriber's data * fix: CheckAuth in GetChargingRecord() * fix golangci-linter & reduce frontend vulnerabilities * remove useless code & log in api_webui.go * config/TLS -> cert * fix webuicfg.yaml * Enable to add multiple flow rules in 1 DNN * remove SubscriberUpdate.tsx and integrate it into SubscriberCreate.tsx * change all qfi to QosRef * fix React Component's id naming style * When Offline Charging, disable Quota input box * update UI * change default IP Filter * update UI * fix: when offline, quota != 0 * refactor * implement per S-NSSAI charging config * use frontend/build instead of ./public * add per flow UE Charging Record * fix: 2 flow rules use same charging config * add expand icon * update readme.md * add PerFlowTableView as a React Component * fix: undefined object use map() * fix: the conflict of replicate IP Filter * when delete a subscriber, remove it's CDR file * fix: per slice charging config disappered when edit subscriber data * fix: dnn, filter should not omit empty * update util's hash * fix: per slice Charging Config display error * fix: backend pdu level quota wasn't sent to frontend * fix: when no Charging record && sort charging record by Filter * fix: duplicated SMF Information in REALTIME STATUS * remove cdr file by path * add snssai, dnn to FlowInfo & RatingGroupDataUsage * redesign backend: GetChargingRecord() * frontend: implemented multi snssai expand table for UE Charging Record Page * remove redundant log * sort flow level charging record * Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (#42) Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](https://github.com/gin-gonic/gin/compare/v1.9.0...v1.9.1 ) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
tim-ywliu <68043973+tim-ywliu@users.noreply.github.com> * Query to NRF for NFProfile instead of getting from mongodb. (#63) * Fix: MSISDN -> GPSI (#65) * fix: msisdn -> identityData * change some function name to GPSI style * SubsListIE.Msisdn -> SubsListIE.Gpsi * continue to fix the gpsi format bug in api_webui.go * Bump @adobe/css-tools from 4.3.1 to 4.3.2 in /frontend (#67) Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2. - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits ) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#68) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. - [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0 ) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix: rebase and fix linter error * add singleNssais sd:112233 * Refactor: refactor WebUI and fix bugs * Feature: support offline charging * Fix: remove unused code * UI Modify and fix bugs * Change default values and enhance UX * PDU Level to silce level * Remove comment code and add error handling * Add postman collection * Frontend code improvement and cleaner --------- Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
roy19991013 <80-ChienAn@users.noreply.gitlab.nems.cs.nctu.edu.tw> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
tim-ywliu <68043973+tim-ywliu@users.noreply.github.com> Co-authored-by:
Kunihiro Ishiguro <kunihiro@zebra.dev> Co-authored-by:
CTFang@WireLab <ctfang.cs12@nycu.edu.tw>
-
dependabot[bot] authored
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. - [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9 ) --- updated-dependencies: - dependency-name: ip dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Leo authored
* Updates yarn's APT commands on readme * Updates nodejs' version and tidy up some text formatting on readme * Update Node.js to v20 LTS Co-authored-by:
Michael <michael.cs08@nycu.edu.tw> * Update readme instructions to use yarn from Ubuntu repos Co-authored-by:
Michael <michael.cs08@nycu.edu.tw> * Update readme instructions to not yarn setup from APT Co-authored-by:
Michael <michael.cs08@nycu.edu.tw> * Update the comment regarding nodejs version check * Update readme instructions with enhanced messages * Add corepack command to readme As suggested by @andy89923 in https://github.com/free5gc/webconsole/pull/71#discussion_r1496906993 corepack needs to be called to setup yarn Later, yarn is used to build the webconsole module * Remove yarn installation section from readme Following the discussion on https://github.com/free5gc/webconsole/pull/71 and according to the comment https://github.com/free5gc/webconsole/pull/71#discussion_r1490360003 as yarn will be setup by corepack, there's no need to install it manually anymore * Update corepack command on readme It's necessary to give permission for corepack to install/edit binary files on system /usr/bin folder --------- Co-authored-by:
Michael <michael.cs08@nycu.edu.tw>
-
- Feb 16, 2024
-
-
Tim Liu authored
-
Tim Liu authored
-
dependabot[bot] authored
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4 ) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Dec 19, 2023
-
-
dependabot[bot] authored
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. - [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0 ) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Dec 01, 2023
-
-
dependabot[bot] authored
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2. - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits ) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
BrianChen authored
-
BrianChen authored
* fix: msisdn -> identityData * change some function name to GPSI style * SubsListIE.Msisdn -> SubsListIE.Gpsi * continue to fix the gpsi format bug in api_webui.go
-
dependabot[bot] authored
Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.4.0...v1.6.0 ) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Kunihiro Ishiguro authored
-
dependabot[bot] authored
Bumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) from 4.28.0 to 4.28.4. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/react-devtools-core ) --- updated-dependencies: - dependency-name: react-devtools-core dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.0 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse ) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Oct 12, 2023
-
-
dependabot[bot] authored
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.10.0...v0.17.0 ) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Oct 01, 2023
-
-
Tim Liu authored
-
dependabot[bot] authored
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](https://github.com/gin-gonic/gin/compare/v1.9.0...v1.9.1 ) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
tim-ywliu <68043973+tim-ywliu@users.noreply.github.com>
-
Tim Liu authored
-
- Sep 12, 2023
-
-
dependabot[bot] authored
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.0.1 to 4.3.1. - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits ) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5 ) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Shigeru Ishida authored
-
- Aug 23, 2023
-
-
Tim Liu authored
-
- Aug 11, 2023
-
-
dependabot[bot] authored
Bumps [minimatch](https://github.com/isaacs/minimatch) and [recursive-readdir](https://github.com/jergason/recursive-readdir). These dependencies needed to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) Updates `recursive-readdir` from 2.2.2 to 2.2.3 - [Changelog](https://github.com/jergason/recursive-readdir/blob/master/CHANGELOG.md) - [Commits](https://github.com/jergason/recursive-readdir/commits/v2.2.3 ) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect - dependency-name: recursive-readdir dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 ) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3 ) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Tim Liu authored
-
dependabot[bot] authored
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.4 ) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 ) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 3.19.0 to 4.2.5. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/3.19.0...v4.2.5 ) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.88.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.88.2 ) --- updated-dependencies: - dependency-name: webpack dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.19 to 0.5.0. - [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/compare/0.4.19...0.5.0 ) --- updated-dependencies: - dependency-name: xml2js dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Kunihiro Ishiguro authored
* Apply changes for react-18. * Apply patches for react-18. * Update favicon. * Fix SubscriberCreate error when no S-NSSAI is defined. * Show proper error message. * Add webconsole to .gitignore. * Add MSISDN field in Subscription. * Make label to be consistent. * Update diff to 3.3.0. * add apiConfig as default value * Fix bug of identify admin tenant. * Fix FlowRule handling. * Fix golangci-lint error. * Remove diff to avoid confusion. * Handle non first DNN's FlowRules. * Add number of subscribers for bulk creation of the user. * Start from 1. * Set default S-NSSAI with 2 S-NSSAI configuration. * Fix Tenant Id -> Tenant Name. * Refactor again -> confirm. * Support Password Confirm feature when creating new user. * Support password confirmation in editing the user. --------- Co-authored-by:
ianchen0119 <ychen.desl@gmail.com>
-
- Jul 20, 2023
-
-
brianchennn authored
-
- Jul 18, 2023
-
-
brianchennn authored
-
brianchennn authored
* fix: CSRF vulnerability * Use jwtKey (256 bytes random string) as JWT Signature Private Key * Delete add Add admin's tenant & user when initializing Backend fix linter * fix: exposed password in UserModal * add confirmPassword in UserModal * use crypto/rand instead of math/rand * Use http.StatusUnauthorized instead of http.StatusNotFound when CheckAuth failed. * add InitJwtKey()
-
- May 30, 2023
-
-
Chien-An Hu authored
* 5qi, filter, precedence are required to add flow rules * add default 5qi --------- Co-authored-by:
roy19991013 <80-ChienAn@users.noreply.gitlab.nems.cs.nctu.edu.tw>
-
- May 25, 2023
-
-
brianchennn authored
-
- May 11, 2023
-
-
Tim Liu authored
-
dependabot[bot] authored
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.7 to 1.9.0. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](https://github.com/gin-gonic/gin/compare/v1.7.7...v1.9.0 ) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- May 04, 2023
-
-
brianchennn authored
Co-authored-by:
brianchennn <ny40ny40ny.cs11@nycu.edu.tw>
-