Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
658eac4
build(deps): bump chart.js from 4.5.0 to 4.5.1
dependabot[bot] Oct 14, 2025
5d47aee
Update files
yubiuser Oct 15, 2025
f662668
Regenerate packahe-lock.json
yubiuser Oct 15, 2025
7b04894
build(deps): bump github/codeql-action from 4.30.9 to 4.31.0
dependabot[bot] Oct 25, 2025
ddfadd7
build(deps): bump github/codeql-action from 4.30.9 to 4.31.0 (#3638)
yubiuser Oct 26, 2025
0171aea
Sync master back into development (#3639)
yubiuser Oct 26, 2025
e4e9695
build(deps): bump chart.js from 4.5.0 to 4.5.1 (#3630)
yubiuser Oct 26, 2025
6fc3bc6
Start using commented tags for editorconfig-checker
yubiuser Oct 26, 2025
2a4dc20
Start using commented tags for editorconfig-checker (#3643)
yubiuser Oct 26, 2025
3566661
Remove unused filter_dnsmasq_warnings=true option
rdwebdesign Oct 23, 2025
2a7d10e
Remove some unused code (leftover from v5) (#3636)
PromoFaux Oct 28, 2025
5e3000c
Make sure the table is redrawn after the dnssec API call returns
rdwebdesign Oct 29, 2025
8632a75
Make sure the table is redrawn after the dnssec API call returns (#3645)
rdwebdesign Oct 30, 2025
8ca3216
build(deps): bump github/codeql-action from 4.31.0 to 4.31.2
dependabot[bot] Nov 1, 2025
beb974f
build(deps-dev): bump globals from 16.4.0 to 16.5.0
dependabot[bot] Nov 1, 2025
67abf25
build(deps): bump github/codeql-action from 4.31.0 to 4.31.2 (#3646)
yubiuser Nov 1, 2025
1442a2f
build(deps-dev): bump globals from 16.4.0 to 16.5.0 (#3647)
yubiuser Nov 1, 2025
bc440c3
build(deps-dev): bump eslint from 9.38.0 to 9.39.0
dependabot[bot] Nov 1, 2025
bfaa3ee
build(deps-dev): bump eslint from 9.38.0 to 9.39.0 (#3648)
yubiuser Nov 1, 2025
e123607
build(deps): bump codespell-project/actions-codespell from 2.1 to 2.2
dependabot[bot] Nov 8, 2025
2846bc1
build(deps-dev): bump eslint from 9.39.0 to 9.39.1
dependabot[bot] Nov 8, 2025
54f1ceb
build(deps): bump codespell-project/actions-codespell from 2.1 to 2.2…
yubiuser Nov 8, 2025
a6affad
build(deps-dev): bump eslint from 9.39.0 to 9.39.1 (#3653)
yubiuser Nov 8, 2025
836de7d
Add hint that partial matching may not return all possible results
DL6ER Nov 9, 2025
1d7d203
Add hint that partial matching may not return all possible results (#…
DL6ER Nov 9, 2025
0f76df9
Refactor date range initialization to fetch earliest timestamp from A…
PromoFaux Nov 10, 2025
d1f0019
Enable one-time code autofill for TOTP input
sebastianlivoni Nov 12, 2025
2fb7c7e
Enable one-time code autofill for TOTP input (#3658)
yubiuser Nov 12, 2025
1b50959
Treat 0.0 response as NULL. Also get the in-memory timetamp, and then…
PromoFaux Nov 11, 2025
3214e97
build(deps): bump github/codeql-action from 4.31.2 to 4.31.3
dependabot[bot] Nov 15, 2025
eb975e5
build(deps): bump github/codeql-action from 4.31.2 to 4.31.3 (#3659)
yubiuser Nov 15, 2025
77b3833
Use the start of day for past 7 and 30 days
PromoFaux Nov 19, 2025
2414163
Set "All Time " range for query log datepicker based on Database rang…
PromoFaux Nov 19, 2025
e2d711f
Request ANSI colour codes when calling gravity API
PromoFaux Nov 19, 2025
ff29989
Request ANSI colour codes when calling gravity API (#3662)
DL6ER Nov 22, 2025
9e0daf8
build(deps): bump github/codeql-action from 4.31.3 to 4.31.4
dependabot[bot] Nov 22, 2025
013f3c5
build(deps): bump actions/checkout from 5.0.0 to 6.0.0
dependabot[bot] Nov 22, 2025
242d76a
build(deps-dev): bump autoprefixer from 10.4.21 to 10.4.22
dependabot[bot] Nov 22, 2025
a4f057d
build(deps-dev): bump autoprefixer from 10.4.21 to 10.4.22 (#3668)
yubiuser Nov 22, 2025
7933fff
build(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#3666)
yubiuser Nov 22, 2025
7a51bb1
build(deps): bump github/codeql-action from 4.31.3 to 4.31.4 (#3665)
yubiuser Nov 22, 2025
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
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
with:
persist-credentials: false

- name: Initialize CodeQL
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 #v4.30.9
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b #v4.31.4
with:
config-file: ./.github/codeql/codeql-config.yml
languages: "javascript"
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047 #v4.30.9
uses: github/codeql-action/autobuild@e12f0178983d466f2f6028f5cc7a6d786fd97f4b #v4.31.4

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 #v4.30.9
uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b #v4.31.4
with:
category: "/language:javascript"
4 changes: 2 additions & 2 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
with:
persist-credentials: false

- name: Spell-Checking
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 #v2.1
uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 #v2.2
with:
ignore_words_file: .codespellignore
skip: ./vendor,./package.json,./package-lock.json
4 changes: 2 additions & 2 deletions .github/workflows/editorconfig-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
with:
persist-credentials: false
- uses: editorconfig-checker/action-editorconfig-checker@5ecdd656fe347c26f76b1b435b90e1d74fb5e787 # tag v2. is really out of date
- uses: editorconfig-checker/action-editorconfig-checker@4b6cd6190d435e7e084fb35e36a096e98506f7b9 #v2.1.0
- run: editorconfig-checker
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
with:
persist-credentials: false
- name: Remove 'stale' label
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-back-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Syncing branches
steps:
- name: Clone repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
with:
persist-credentials: false
- name: Opening pull request
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion login.lp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ mg.include('scripts/lua/header.lp','r')
</div>
<div class="form-group hidden" id="totp_input">
<div class="input-group">
<input type="text" id="totp" size="6" maxlen="6" class="form-control totp_token" placeholder="123456" value="" spellcheck="false" autofocus autocomplete="off">
<input type="text" id="totp" size="6" maxlen="6" class="form-control totp_token" placeholder="123456" value="" spellcheck="false" autofocus autocomplete="one-time-code">
<div class="input-group-addon" data-toggle="tooltip" data-placement="auto" title="TOTP verification code">
<i class="fa fa-clock-rotate-left"></i>
</div>
Expand Down
Loading