1
0
Fork 0

Commit graph

  • 8841ff02c7 Add tsx syntax to TransitDecrypt. Kitteh 2021-05-23 15:23:40 +0100
  • beeba8cb87 Add tsx syntax to TransitViewSecret. Kitteh 2021-05-23 15:06:17 +0100
  • 17a45e6c76 Add tsx syntax to TransitView.tsx. Kitteh 2021-05-23 14:55:17 +0100
  • 36a5da4ff6 Port some elements to tsx. Kitteh 2021-05-23 14:33:41 +0100
  • f002004c79 Add tsx syntax to NewTransitKey. Kitteh 2021-05-23 14:04:19 +0100
  • dd0bf90197 Add tsx syntax to AccessHome. Kitteh 2021-05-23 13:54:01 +0100
  • 7672eaa32a Remove some elements that are no longer in use. Kitteh 2021-05-23 13:46:35 +0100
  • c86b5f9f61 Add tsx syntax to AuthViewConfig. Kitteh 2021-05-23 13:43:08 +0100
  • dfbfcea253 Add tsx syntax to AuthHome. Kitteh 2021-05-23 13:36:18 +0100
  • 9db9630187 Add tsx syntax in UserPassUserView. Kitteh 2021-05-23 13:20:56 +0100
  • c2d8be3f09 Add tsx syntax to UserPassUsersList. Kitteh 2021-05-23 13:05:06 +0100
  • bd262b53e7 Add tsx syntax to UserPassUserNew. Kitteh 2021-05-23 12:58:04 +0100
  • 0041c18a61 Add tsx syntax to UserPassUserEdit. Kitteh 2021-05-23 12:53:45 +0100
  • 1c9713a7fd Add tsx syntax to UserPassUserDelete. Kitteh 2021-05-23 12:34:20 +0100
  • 351ad5bbfe Add tsx syntax to all engine creation screens. Kitteh 2021-05-23 12:28:31 +0100
  • 7568bc6d8e Add tsx syntax to TOTPNew and rename TOTP page IDs. Kitteh 2021-05-23 12:12:25 +0100
  • 1ccb432cbc Implement deleting of TOTP codes. Closes #2. Kitteh 2021-05-22 15:40:03 +0100
  • 4d04070446 Use tsx syntax in NavBar. Kitteh 2021-05-22 14:26:02 +0100
  • a7acb3bd23 Run linter. Kitteh 2021-05-22 13:54:30 +0100
  • 331d8c9e81 Make TOTPView load data right away. Kitteh 2021-05-22 13:40:12 +0100
  • 8f2e91bf6b Rework TOTPView.tsx. Kitteh 2021-05-22 13:31:22 +0100
  • 23cc9b60c9 Use tsx syntax in TOTPView. Kitteh 2021-05-22 13:06:50 +0100
  • e4d749cce0 Add tsx syntax to KeyValueSecret. Kitteh 2021-05-22 12:22:00 +0100
  • 0309dac899 Add tsx syntax to KeyValueView.tsx. Kitteh 2021-05-22 11:12:55 +0100
  • eae3598611 Add tsx syntax to KeyValueNew. Kitteh 2021-05-22 10:51:06 +0100
  • 2944a68af2 Add tsx syntax to KeyValueDelete. Kitteh 2021-05-22 10:06:07 +0100
  • bc78661c49 Make KeyValueVersions use tsx syntax. Kitteh 2021-05-22 10:00:36 +0100
  • a95c6d250f Start working on using preact and TSX. Kitteh 2021-05-22 09:50:55 +0100
  • 40bb264107 Merge branch 'main' of https://github.com/purringChaos/VaultUI Kitteh 2021-05-21 11:19:38 +0100
  • 8cb98c37eb Update package versions. Kitteh 2021-05-21 11:19:27 +0100
  • 4c13c9e73e
    Create dependabot.yml purringChaos 2021-05-21 11:18:19 +0100
  • e22ee5a5dc Add userpass user deletion. Kitteh 2021-05-21 11:13:13 +0100
  • e63a5f1736 Add the ability to create new users. Kitteh 2021-05-21 10:59:31 +0100
  • 462bbcbb88 Add working userpass user edit page. Kitteh 2021-05-21 10:52:34 +0100
  • ee2b1f8411 Add non-working userpass edit screen. Kitteh 2021-05-21 10:19:17 +0100
  • 5e82683f6c Make a Form element to make creating Forms easier. Kitteh 2021-05-20 16:17:05 +0100
  • 5a2b22f7fa add UserPassUserViewPage. Kitteh 2021-05-20 15:15:02 +0100
  • 70f26da106 Add i18n in auth view. Kitteh 2021-05-20 14:35:16 +0100
  • 7180edf2a3 Lint code. Kitteh 2021-05-20 14:25:06 +0100
  • 0273793569 Rename some pageState things. Kitteh 2021-05-20 14:12:12 +0100
  • 555825787c Add UserPassUsersListPage. Kitteh 2021-05-19 10:45:52 +0100
  • 2cad885975 Add listing to AuthViewConfigPage. Kitteh 2021-05-19 10:27:00 +0100
  • f72801a687 Use normalize.css. Kitteh 2021-05-18 18:21:26 +0100
  • b3ca37fab0 Update depends versions. Kitteh 2021-05-18 14:23:32 +0100
  • a6e26c6d72 Add list to auth home page. Kitteh 2021-05-18 12:32:13 +0100
  • b66da7bd9d Add auth home. Kitteh 2021-05-18 11:42:11 +0100
  • ec3ebe3356 Add access home page. Kitteh 2021-05-18 11:28:05 +0100
  • db02e0e91b Move Secrets home to its own page and move secrets pages into their own folder. Kitteh 2021-05-18 11:10:47 +0100
  • c71e530f3f Move makeElement to z-makeelement library. Kitteh 2021-05-16 18:17:12 +0100
  • c71f3f26a8 Remove support on IE8. Kitteh 2021-05-16 13:47:28 +0100
  • 26c5bd0467 Remove global pageContent. Kitteh 2021-05-16 13:40:39 +0100
  • 499dabea24 Always use babel. Kitteh 2021-05-16 13:30:31 +0100
  • f4ab8f212e Use babel to transpile. Kitteh 2021-05-16 13:21:54 +0100
  • 6edd037f8d Stop using "void " on async methods. Kitteh 2021-05-16 12:37:23 +0100
  • d658f468a5 Revert "Trial using lazy loading imports." Kitteh 2021-05-16 12:04:47 +0100
  • 718dd762cf Trial using lazy loading imports. Kitteh 2021-05-16 11:40:31 +0100
  • 2d0733bfc7 Lint code. Kitteh 2021-05-16 10:35:35 +0100
  • 3b251ee46f Move to z-pagerouter library! Kitteh 2021-05-16 10:27:21 +0100
  • 615de8e5d4 Make a PageListType. Kitteh 2021-05-16 09:59:35 +0100
  • 5c6e21f349 Move Page to Types. Kitteh 2021-05-16 09:47:53 +0100
  • 364679d4e4 Remove PageState rom PageRouter. Kitteh 2021-05-16 09:42:43 +0100
  • 1e95a2af87 Make PageType seporate rom Page. Kitteh 2021-05-16 09:38:19 +0100
  • 4e390d3e96 Remove pageState in formatDistance.ts. Kitteh 2021-05-15 10:58:54 +0100
  • 89bedc8be5 Run linter. Kitteh 2021-05-15 10:56:08 +0100
  • 67bd89db1a Rework PageRouter, Page, pageContent and SecretTitleElement. Kitteh 2021-05-15 10:54:39 +0100
  • 8f448b80fc Decouple the page routing system from pageState. Kitteh 2021-05-14 13:38:29 +0100
  • 67d8d982c6 Merge branch 'main' of https://github.com/purringChaos/VaultUI Kitteh 2021-05-13 11:57:57 +0100
  • f3060ae507 Make totp new a button instead o a link. Kitteh 2021-05-13 11:56:15 +0100
  • 029fd11f42
    Merge pull request #29 from SapphicCode/patch-1 purringChaos 2021-05-13 08:14:39 +0100
  • 6bfc242f12
    Fix your CI badge Cassandra 2021-05-13 09:13:38 +0200
  • f4cf50bb27 Add the ability to create new transit keys. Kitteh 2021-05-13 07:11:11 +0100
  • 31c99a7fdb fix form select option colour. Kitteh 2021-05-13 06:33:59 +0100
  • 66a67ca7cf Add the ability to create new Transit engines. Kitteh 2021-05-13 06:28:51 +0100
  • ceaa2e8783 Add the ability to create new TOTP engines. Kitteh 2021-05-13 06:22:54 +0100
  • 004b7b291f Add ability to create new KV secrets engines. Kitteh 2021-05-13 06:13:39 +0100
  • c29dbfd766 Use async more. Kitteh 2021-05-12 18:26:32 +0100
  • b3470be6f1 Make changePage async. Kitteh 2021-05-12 17:37:09 +0100
  • 9c50ca2432 Run prettier when using eslint to make code consistantly formatted. Kitteh 2021-05-12 16:01:04 +0100
  • 2d0c1d7689 Allow changing language without reloading page. Kitteh 2021-05-12 15:32:21 +0100
  • 6914edbeb7 Make code compile again due to broken imports sorting. Kitteh 2021-05-12 15:25:25 +0100
  • 9aef234ff3 Broken commit but moved TitleBar to seporate module. Kitteh 2021-05-12 15:22:08 +0100
  • 74aabc5d74 Redo some async things. Kitteh 2021-05-12 14:54:25 +0100
  • 799931f31a Add more @type packages. Kitteh 2021-05-10 12:07:19 +0100
  • a347939896 Lint code harder. Kitteh 2021-05-10 11:35:14 +0100
  • f4aa14f968 Change runLinter script. Kitteh 2021-05-10 08:42:40 +0100
  • e4b7d5619c
    Merge pull request #28 from slashdevslashurandom/main purringChaos 2021-05-09 18:05:13 +0100
  • ad7e3bc35e even more new strings /dev/urandom 2021-05-09 20:03:38 +0300
  • b534a7083c Typo in markdown. Kitteh 2021-05-09 17:13:40 +0100
  • 9e776cfc2f Update readme to include CI status. Kitteh 2021-05-09 17:13:17 +0100
  • a59d66e881 Update node modules. Kitteh 2021-05-09 16:39:24 +0100
  • 74092cf62d Improve BUILD_STRING. Kitteh 2021-05-09 16:31:01 +0100
  • 67f9703a33 Make main.ts print the commit short hash. Kitteh 2021-05-09 16:15:51 +0100
  • c635c2c5c7 Add TransitRewrap page. Kitteh 2021-05-09 16:02:04 +0100
  • 562ced442e Tidy up api and TransitEncrypt/Decrypt pages. Kitteh 2021-05-09 15:04:20 +0100
  • c1ce81ba0d Make TransitViewSecret page look prettyer. Kitteh 2021-05-09 14:48:47 +0100
  • ba3df3af78 Move makeTile to Tile.ts Kitteh 2021-05-09 14:21:40 +0100
  • 66217ccadf Remove debug log. Kitteh 2021-05-09 12:44:49 +0100
  • 71eee5d31a Make onclick work again on TransitViewSecret. Kitteh 2021-05-09 12:42:31 +0100
  • a7d415a074 Accidentally broke CopyableInputBox style. Kitteh 2021-05-09 12:39:31 +0100
  • e16ef675cb Expand TokenInfo type. Kitteh 2021-05-09 12:35:40 +0100