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

feat: support IP and UA rules #41

Closed
wants to merge 21 commits into from

Commits on Jul 8, 2024

  1. feat: add WAF rule Api

    love98ooo committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ec3b7fb View commit details
    Browse the repository at this point in the history
  2. feat: add WAF rule Api

    love98ooo committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    dfe4eea View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/feature-add-rule' into feature-a…

    …dd-rule
    
    # Conflicts:
    #	controllers/rule.go
    love98ooo committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    5acd9bf View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. feat: add rule list page

    love98ooo committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b2dc3f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. feat: add more rule Apis

    love98ooo committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    f4c80f2 View commit details
    Browse the repository at this point in the history
  2. feat: support WAF rule edit

    love98ooo committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    9b075f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. feat: support IP rule

    love98ooo committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c47ce90 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    586740a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    173dca1 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. feat: support UA rules

    love98ooo committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    be12a21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7240961 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c308f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    125cd23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c0bf48 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Merge branch 'refs/heads/master' into feature-add-rule

    # Conflicts:
    #	controllers/rule.go
    #	go.sum
    #	object/rule.go
    #	service/proxy.go
    #	service/waf.go
    #	web/src/RuleEditPage.js
    #	web/src/RuleListPage.js
    #	web/src/backend/RuleBackend.js
    #	web/src/components/IPRuleTable.js
    #	web/src/components/WafRuleTable.js
    love98ooo committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b87ae68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ab39bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a34448 View commit details
    Browse the repository at this point in the history
  4. chore: rename rule tables

    love98ooo committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    bc518ac View commit details
    Browse the repository at this point in the history
  5. fix: undefined WAF variable

    love98ooo committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1d79a31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0b1f85 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. feat: add build-in rules

    love98ooo committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    215254c View commit details
    Browse the repository at this point in the history