aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets/js (follow)
Commit message (Collapse)AuthorAge
* replace text in buttons with iconsEgor Tensin2022-03-17
|
* add "Edit" & "Download" buttonsEgor Tensin2022-03-17
|
* switch from ipaddr.js to ip-addressEgor Tensin2022-03-04
|
* bundle ip-address (to be used instead of ipaddr.js)Egor Tensin2022-03-04
| | | | | | This fucking sucks ass, but ipaddr.js is buggy: https://github.com/whitequark/ipaddr.js/issues/160
* main.js: refactor IP address parsingEgor Tensin2022-03-04
| | | | | This is preparation for switching the parsing library, this one is buggy.
* main.js: tired of bracesEgor Tensin2022-03-04
|
* implement PersistentKeepalive as a parameterEgor Tensin2022-03-04
| | | | | | | It's a unique parameter in many ways compared to the others. First, it's optional, and has a default value. Second, I don't want it to be visible at all times, which is why I hid it under the "Show advanced parameters" checkbox. Hence a lot of changes.
* rename "Manual" to "ip & wg"Egor Tensin2021-11-02
|
* shorten permanent URLsEgor Tensin2021-11-01
|
* add permanent URL supportEgor Tensin2021-10-26
|
* instructor/instruction -> guideEgor Tensin2021-10-26
|
* manual: tweak output a bitEgor Tensin2021-10-03
|
* fix wg-quick imports on AndroidEgor Tensin2021-10-03
|
* add QR codes to wg-quick instructionsEgor Tensin2021-10-03
|
* tweak systemd output a bitEgor Tensin2021-10-03
|
* fix NetworkManager instructionsEgor Tensin2021-10-03
|
* fix systemd instructionsEgor Tensin2021-10-03
|
* fix wg-quick instructionsEgor Tensin2021-10-03
|
* expand about the manual methodEgor Tensin2021-10-03
|
* more input validationEgor Tensin2021-10-03
|
* make config descriptions narrowerEgor Tensin2021-10-03
|
* fix typosEgor Tensin2021-10-03
|
* add basic JavaScript functionalityEgor Tensin2021-10-03
This was the point of this little project: generating a bunch of config files. That's what main.js does. Also, rework the layout in index.html a bit. form-horizontal is not used that way.