Commit Graph

66 Commits

Author SHA1 Message Date
vx3r 4a6cc6dea8 update node modules 2020-06-10 16:55:20 +09:00
vx3r 6049ba8089 go fmt and golint 2020-06-10 16:52:44 +09:00
vx3r 172551dcab implement feature requests #43 and #44 2020-06-10 16:44:15 +09:00
vx3r 34a06ad258
Merge pull request #42 from TheLD6978/master
Add tags to clients
2020-05-28 15:42:16 +09:00
TheLD 9cd9f3e018 add ui for tags 2020-05-26 18:22:35 +02:00
TheLD ce7e90e034 add tags to clients 2020-05-26 16:42:37 +02:00
vx3r 7e2146a229 change auth header name, make auth basic work 2020-05-18 15:25:05 +09:00
vx3r 6e08b2818d document auth, update screen 2020-05-11 15:59:28 +09:00
vx3r c829995a42 force Default AllowedIPs for all existing clients issue #37 2020-04-30 19:35:18 +09:00
vx3r e5ca62018c accidentally removed Add new client button 2020-04-30 19:19:14 +09:00
vx3r 6fcd70bf80 implement github oauth, set demo to github auth 2020-04-30 18:14:46 +09:00
vx3r dd99358f8f issue #27 #38 clients list view and search 2020-04-30 17:11:23 +09:00
vx3r 125ddaef0f oauth2 oidc, vuex store 2020-04-28 20:11:49 +09:00
vx3r f90124afbf refactor, remove dirty migration, npm update 2020-04-19 14:20:59 +09:00
vx3r a765dead02 refactor, remove dirty migration, npm update 2020-04-19 14:13:44 +09:00
vx3r 9e4b22d0ef
Merge pull request #34 from sphen13/client_allowed_ips
default client allowed ips in server config
2020-04-15 12:19:58 +09:00
Stephen Boyle 260f73336f default client allowed ips in server config 2020-04-14 12:47:56 -04:00
vx3r eecea63d18
Merge pull request #30 from aniston/master
mixed-up links for Backend and Frontend artifacts
2020-04-01 10:04:24 +09:00
Aniston 3f2e7f7968
mixed-up links for Backend and Frontend artifacts 2020-04-01 01:03:16 +02:00
vx3r 9b61a22aa3
Merge pull request #29 from jrester/readme
Add development instruction to README
2020-03-31 19:29:23 +09:00
Jrester 32636d48d2 Add development instruction to README
modified:   README.md
2020-03-31 11:34:15 +02:00
vx3r 867d79ef9c go version to 1.14 2020-03-31 15:35:02 +09:00
vx3r 1fd83bb398 fixed footer for small devices 2020-03-31 14:17:51 +09:00
vx3r 205e3ef21a
Merge pull request #28 from jrester/responsive
Make client cards more responsive
2020-03-31 01:41:12 +09:00
Jrester 8335dcf6b6 Add tooltips to client card actions
modified:   ui/src/components/Clients.vue
2020-03-30 18:12:55 +02:00
Jrester 664d8c2b0e Make client cards more responsive
modified:   ui/src/components/Clients.vue
2020-03-30 17:41:28 +02:00
vx3r 86a112f399 changed timezone to Monday, 02 January 06 15:04:05 MST 2020-03-25 16:18:43 +09:00
vx3r 5a81e485dc update back and front dependencies 2020-03-24 16:03:47 +09:00
vx3r 8a79426e2f bug, IgnorePersistentKeepalive may be absent 2020-03-18 16:16:14 +09:00
vx3r 200e47b708 issue #23 peer client preshared key, update dependencies 2020-03-18 15:57:15 +09:00
vx3r 38a284c7c8 update npm packages, issue #21, wg conf creation first run 2020-03-17 10:31:44 +09:00
vx3r 0e3aef75b8 version link commit / download server wg conf 2020-03-06 11:43:32 +01:00
vx3r 8985021065 add version in back and front #16 / client can ignore global PK #17 / #18 email is now optional 2020-02-25 17:57:41 +09:00
vx3r d69c1696c5 add version in back and front #16 / client can ignore global PK #17 / #18 email is now optional 2020-02-25 17:49:03 +09:00
vx3r ccfa79d1f4 add version in back and front #16 / client can ignore global PK #17 / #18 email is now optional 2020-02-25 17:47:52 +09:00
vx3r 3e1cd8389d add version in back and front #16 / client can ignore global PK #17 / #18 email is now optional 2020-02-25 17:45:44 +09:00
vx3r a98c39ad04 add version in back and front #16 / client can ignore global PK #17 / #18 email is now optional 2020-02-25 16:19:00 +09:00
vx3r 1a35c22d59 git-describe needs .git 2020-02-25 16:07:44 +09:00
vx3r 1d599c401b add version in back and front #16 / client can ignore global PK #17 / #18 email is now optional 2020-02-25 15:56:04 +09:00
vx3r 2f2b27c499 discord channel, app stack and issue #15 2020-02-25 12:42:37 +09:00
vx3r 755cc6adf6 split frontend into 2 pages, server and client 2020-02-20 12:07:13 +09:00
vx3r fe2ee45032 issue #11 bug, introduced earlier 0aad10cb63 2020-02-20 11:08:47 +09:00
vx3r 27ac668c0b bug sorry 2020-02-19 16:38:16 +09:00
vx3r 0aad10cb63 refactor backend and frontend, migrate structs, organize front view, add mtu 2020-02-19 16:19:16 +09:00
vx3r 6cafb97e31 issue #8, find available IP on the fly, not from complete list 2020-02-17 13:12:22 +09:00
vx3r 8d6a05e2d9 Github workflow to build multi arch docker image, thx to zmingxie 2020-02-07 15:15:39 +09:00
vx3r 14660f487d DockerFile best practices 2020-02-06 15:07:15 +09:00
vx3r b7c88b747b specify ip address / proper error validation in backend / refactor 2020-02-06 13:30:36 +09:00
vx3r 4edd5cb44e cd/cd docker build from Dockerfile 2020-02-05 13:01:17 +09:00
vx3r 26dec5ce7a PreUp, PostUp, PreDown, PostDown added 2020-02-05 11:57:43 +09:00