Commit Graph

  • e447572804
    Merge 711bfcc520 into 2fdafd34ca Skyline-core 2026-07-22 12:00:24 +0000
  • 711bfcc520
    Merge pull request #1 from whiteym-au/patch-1 Skyline-core 2026-07-22 06:00:20 -0600
  • e8c9f80b46
    Update Go builder image to 1.25 on Alpine 3.22 whiteym-au 2026-07-10 16:28:33 +0930
  • 4388b0c3d8
    Merge 790682272b into 2fdafd34ca Ioannis Dressos 2026-07-08 09:51:05 +0000
  • 790682272b
    Fall back to WGUI_MAXMIND_LICENSE_KEY env var for GeoLite2 updates Ioannis Dressos 2026-07-08 12:50:01 +0300
  • 21862d7156
    Add optional Secure flag for session cookies (WGUI_SESSION_SECURE_COOKIE) Ioannis Dressos 2026-07-08 12:48:57 +0300
  • 6048a3f83d
    README: mark as fork, remove upstream support/funding links Ioannis Dressos 2026-07-08 12:46:20 +0300
  • 2a20b60785
    Remove GitHub Actions workflows inherited from upstream Ioannis Dressos 2026-07-08 12:45:39 +0300
  • 2211e24962
    Add CLAUDE.md Ioannis Dressos 2026-07-08 12:35:31 +0300
  • 06b3df4586
    Add configurable config file permissions (default 0600) Ioannis Dressos 2026-07-08 12:30:17 +0300
  • b393e2e3a3
    Escape user-controlled fields to prevent stored XSS in client/status views Ioannis Dressos 2026-07-08 12:22:34 +0300
  • 01ec7093de
    Sanitize client name in config download filename Ioannis Dressos 2026-07-08 12:17:07 +0300
  • c2f268edec
    Check GetAllocatedIPs error in client create/update Ioannis Dressos 2026-07-08 12:16:01 +0300
  • 283ba7155d
    Use crypto/rand for default session secret generation Ioannis Dressos 2026-07-08 12:15:29 +0300
  • dfa2ac5e9f
    Add recover middleware to gracefully handle handler panics Ioannis Dressos 2026-07-08 12:14:55 +0300
  • d9fdd3a017
    Return 400 instead of panicking on malformed JSON request bodies Ioannis Dressos 2026-07-08 12:14:13 +0300
  • 1db5983ed5
    Guard Telegram flood-wait maps with a mutex to prevent data races Ioannis Dressos 2026-07-08 12:13:30 +0300
  • f67544ae2a
    Fix nil pointer panic in WakeOnHost when MAC not found Ioannis Dressos 2026-07-08 12:11:38 +0300
  • b517ae0feb
    Add GeoLite2 geolocation integration Ioannis Dressos 2026-07-07 18:49:39 +0300
  • 50816d995d
    Capitalize 'g' in Wireguard Ioannis Dressos 2023-10-30 19:39:30 +0200
  • e2cbce5960
    Update references to GitHub repository Ioannis Dressos 2023-10-29 17:04:44 +0200
  • 439d8ce224
    Better default email constants Ioannis Dressos 2023-10-29 16:51:20 +0200
  • 903e0355c1
    Expanded post-script boxes to textareas Ioannis Dressos 2023-10-29 16:28:48 +0200
  • 7ed84f5537
    Make interface Table setting optional in wg.conf Ioannis Dressos 2023-10-29 16:22:45 +0200
  • bf1d660443
    Include FwMark option when applying config Ioannis Dressos 2023-10-29 16:21:01 +0200
  • c35093fe2b
    Make interface PostUp & PostDown settings optional in wg.conf Ioannis Dressos 2023-10-29 16:10:45 +0200
  • acae8479a1
    Hide about page from sidebar for non-admins Ioannis Dressos 2023-10-22 15:44:46 +0300
  • fd8c201659
    Rename 'WireGuard Clients' page to 'Clients' Ioannis Dressos 2023-10-22 15:37:57 +0300
  • 09b9976016
    Show only connected peers of relevant device in status page Ioannis Dressos 2023-10-22 15:36:14 +0300
  • 5b88f8f566
    Additional configuration env variables Ioannis Dressos 2023-10-22 14:29:26 +0300
  • a3529a9ef1
    Oidc retry Günter Grodotzki 2026-05-22 21:53:33 +0200
  • fceb94000d
    Enhance README with additional images Skyline-core 2026-05-16 04:55:22 -0600
  • bcc0da615c feat(setup): install binary to /usr/local/bin and enable systemd by default Skyline 2026-05-16 04:07:05 -0600
  • cf2cc63a67 docs: reorganize README index and setup sections Skyline 2026-05-16 03:53:55 -0600
  • bbe37e08b4 feat: persist traffic history in jsondb across restarts Skyline 2026-05-16 03:23:59 -0600
  • d5a984f173 ci: tighten Go checks, fix buildTime vet, bump Echo and JWT Skyline 2026-05-06 15:06:07 -0600
  • 246eb1bb10 feat(api,web): passkeys_enabled on profile API, peer VPN connected in UI Skyline 2026-05-05 14:02:31 -0600
  • 644f027756 Document HTTP API; align Android session idle with companion app Skyline 2026-05-03 21:35:41 -0600
  • ce6cd0d47e Add README table of contents and HTTP API reference Skyline 2026-05-03 17:54:00 -0600
  • cdb4a1a764 Add Android client integration on the server Skyline 2026-05-03 17:45:28 -0600
  • 8183b0756d chore(gitignore): ignore agent skills dir and local tooling Skyline 2026-05-02 20:46:32 +0000
  • ee0399b26c Improve WireGuard apply flow and shell UI Skyline 2026-05-01 16:56:06 -0600
  • 1b07fe442d WireGuard UI v2: shell UI, i18n, passkeys, traffic, dashboard, logs Skyline 2026-04-30 20:51:42 -0600
  • 859f51b3d6
    De-dupe same client names (#22) Günter Grodotzki 2026-04-24 21:08:56 +0200
  • 8e996878ac
    Remove remember-me (#21) Günter Grodotzki 2026-04-23 23:45:33 +0200
  • 2b36d33b89
    Fix admin (#20) Günter Grodotzki 2026-04-23 23:24:24 +0200
  • cae3dabf1e
    Fix status page bugs (#19) Günter Grodotzki 2026-04-23 22:45:38 +0200
  • 95e767a85d
    Some minor fixes (#18) Günter Grodotzki 2026-04-23 22:17:19 +0200
  • f27863d4b9
    Fix migrations (#17) Günter Grodotzki 2026-04-23 21:28:58 +0200
  • dcf5c0fd45
    Fix auth (#16) Günter Grodotzki 2026-04-23 21:05:54 +0200
  • 0c50253d1b
    Fix build (#15) Günter Grodotzki 2026-04-23 17:44:35 +0200
  • 19354ce72d
    Remove provenance (#14) Günter Grodotzki 2026-04-23 17:29:19 +0200
  • bd4a0a0880
    Remove telegram completely (#13) Günter Grodotzki 2026-04-23 17:15:03 +0200
  • 067715f48a
    Release fixes (#12) Günter Grodotzki 2026-04-23 16:13:25 +0200
  • 929034a0b1
    Bump alpine from 3.21 to 3.23 (#6) dependabot[bot] 2026-04-23 15:03:41 +0200
  • 5af5973b11
    Bump the actions group with 10 updates (#7) dependabot[bot] 2026-04-23 15:02:41 +0200
  • 826353bb58
    Fixes (#11) Günter Grodotzki 2026-04-23 14:55:12 +0200
  • 74711d7b94
    Add auditlogs (#1) Günter Grodotzki 2026-04-22 18:50:40 +0200
  • 7f9f8dc674
    Add auditlogs Günter Grodotzki 2026-04-22 15:54:46 +0200
  • ef4f4a7cca docs: wire GitHub auth mode into UI devcxl 2026-04-04 07:34:59 +0800
  • 97f6ada0e0 feat: add GitHub OAuth handlers and wiring devcxl 2026-04-04 07:34:52 +0800
  • bdbb9250b8 feat: add GitHub auth configuration and session foundation devcxl 2026-04-04 07:34:17 +0800
  • de0a921666
    Merge 698e910466 into 2fdafd34ca RemoteToHome 2026-02-05 07:39:32 +0000
  • 698e910466 Fix IP sorting: use multiplication to avoid signed integer overflow remotetohome 2026-02-05 01:39:19 -0600
  • 5ea1393a16 Fix IP sorting: push empty/invalid IPs to bottom remotetohome 2026-02-05 01:35:54 -0600
  • 1ccdf70bdf Fix IP address sorting to use numeric comparison remotetohome 2026-02-05 01:27:45 -0600
  • f2746a375e Redirect support/donations to upstream repository remotetohome 2026-02-05 01:07:09 -0600
  • e7841f4d70 Merge branch 'feature/status-page-sortable-columns' remotetohome 2026-02-05 01:05:58 -0600
  • 768ca4b5ab Add fork notice to README with feature summary and Docker image remotetohome 2026-02-05 01:05:33 -0600
  • d7d168cb57 Status page: add sortable columns with reset functionality remotetohome 2026-02-04 23:44:15 -0600
  • 83a71eba0d Status page: add sortable columns with reset functionality remotetohome 2026-02-04 23:44:15 -0600
  • 9d7948417b update local translate devcxl 2026-01-11 22:07:51 +0800
  • 0f26cf6bf7 feat: 移除Telegram功能支持 devcxl 2026-01-11 21:16:01 +0800
  • f1383a9043 docs(README): chinese ssupport devcxl 2026-01-11 17:15:19 +0800
  • 54544e340d branding: add OliveVPN logo asset olivevpn-ci 2025-10-28 23:54:00 -0600
  • b04a109749 branding: use OliveVPN logo image in sidebar and login (templates) olivevpn-ci 2025-10-28 17:50:02 -0600
  • 7402a5f5df Brand: OliveVPN - change title and default email name olivevpn-ci 2025-10-28 17:33:22 -0600
  • c108ab17a4
    Merge 29232c6b36 into 2fdafd34ca kr1ptonec 2025-10-22 14:27:56 +0000
  • 29232c6b36
    Fix AllowedIPs from ui to server config kr1ptonec 2025-10-22 21:27:08 +0700
  • a6ff07bc37
    Merge 19c031c7ae into 2fdafd34ca Rainbowbreeze 2025-07-04 15:15:12 +0200
  • 19c031c7ae
    Fix error in linuxserver.yml docker compose file Rainbowbreeze 2025-07-04 15:13:48 +0200
  • 5d553d1eb8
    Merge f007d20a11 into 2fdafd34ca kadet77rus 2025-06-10 13:58:54 +0000
  • f007d20a11 revert to my dockerhub kadet77rus 2025-06-10 16:58:49 +0300
  • 1a93d6c2b8 fix friendly name kadet77rus 2025-06-10 16:56:03 +0300
  • 4bc95564ce fix kadet77rus 2025-06-10 16:35:12 +0300
  • 6ca24cab77
    Merge 0035475214 into 2fdafd34ca Sam Gleske 2025-05-22 03:27:52 +0000
  • 0035475214 Remove unnecessary file Sam Gleske 2025-05-21 23:27:45 -0400
  • 3593e7b6f0
    Merge 9b0ad60808 into 2fdafd34ca Sam Gleske 2025-05-22 01:43:25 +0000
  • 9b0ad60808 White text is better Sam Gleske 2025-05-21 21:43:18 -0400
  • 508eb2c280 Fix tagsinput styles for darkmode Sam Gleske 2025-05-21 19:54:54 -0400
  • 2084a81297 Fix PreUp, PostUp, PreDown, and PostDown Sam Gleske 2025-05-20 18:33:08 -0400
  • 906c2d47b6 Disable dangerous function Hoang Nguyen 2025-05-11 22:00:00 +0700
  • f367cc6a2b Fix color instead of background-color Sam Gleske 2025-05-08 21:20:32 -0400
  • af96be4bfd Fix active connection Sam Gleske 2025-05-08 20:57:47 -0400
  • 0e513d2f90 Update style sheet Sam Gleske 2025-05-08 16:23:49 -0400
  • 8e4147ed20 Dark mode Sam Gleske 2025-05-07 16:50:03 -0400
  • c429177450
    Merge 36be3a7ac9 into 2fdafd34ca Sam Gleske 2025-05-06 21:09:01 -0400
  • 36be3a7ac9 Rename session tokens to have wgui prefix Sam Gleske 2025-05-06 21:06:07 -0400
  • fd7c7b45fd
    Merge b3ff328afc into 2fdafd34ca Lenny 2025-01-08 08:37:05 +0100
  • b3ff328afc
    Fix default MTU to 1420 as it has Wireguard kernel module set by default. Jakub Lansky 2025-01-08 08:33:55 +0100