Commit Graph

69 Commits

Author SHA1 Message Date
Martin Kleinschrodt e0834e72cb Update SimpeWebAuthn dependency to latest 2022-08-02 08:11:40 +02:00
Martin Kleinschrodt 30f75294b0 Add support for code blocks 2022-07-18 08:10:53 +02:00
Martin Kleinschrodt 8f64945bdd WIP 3 2022-07-16 19:28:39 +02:00
Martin Kleinschrodt 9450945143 WIP 2 2022-07-16 13:48:28 +02:00
Martin Kleinschrodt be067e5008 WIP 2022-07-15 18:58:26 +02:00
Bruno Bernardino 2ad03bfbe8
Support exporting all vaults (#461)
* Support exporting all vaults

Fixes #253

This basically creates a `.zip` file with all the vault export files inside.

I also updated the dependency version because on 3.8.0 there was an important security fix.

* Show count for all vaults, unduplicate code.
2022-06-07 11:18:52 +01:00
Martin Kleinschrodt e0bb56cd9a Update tauri and other dependencies 2022-03-22 08:01:48 +01:00
Martin Kleinschrodt 64de7ad941 Upgrade lit dependency to v2.0.2 2022-01-04 17:30:16 +01:00
Bruno Bernardino 50ae105b45
A few improvements, requested from the review:
- File reading is now happening later in the process;
- File reading now reuses methods from `core/attachment`;
- Errors thrown in the import now include an error message;
- Adds prettier command to "prettify" all files;
- Adds prettier command to check for files not conforming to prettier's config;
- Makes CI run the prettier:check command;
- Changes `export const method = () => {};` to `export function method() {}` in the `1pux-parser` file;
- Other minor consistency changes/fixes/improvements;
- Actually ran prettier on every file, and it had a lot of things to tweak.
2021-12-20 15:01:25 +00:00
Bruno Bernardino db18adf7fd
Addresses review requests
- Brings 1pux-to-csv important types and functions inline
- Doesn't try to parse 1pux file unless it matches the extension
- Move reading of file to a bit later
- Improves "add dependency" command
- Adds "remove dependency" command
2021-12-18 10:56:28 +00:00
Bruno Bernardino 81343a6188
Import works now, except for 2FA codes which show as invalid.
Other tweaks made to dependencies and types
2021-12-16 16:20:51 +00:00
Bruno Bernardino 2b00ede565
WIP: Feature: 1pux file import
This allows importing 1pux files from 1Password.

It also has some other fixes for dependencies and types that were preventing `npm run start` and `npm run dev` from running. Unfortunately, it's still failing, though.
2021-12-15 20:14:35 +00:00
Bruno Bernardino 9b5f8e3d1e
Lock dependencies' versions
This implements `.nvmrc` and `.npmrc` files, as well as locking `package.json` versions, in order to get us closer to reproducible builds and more stable environment.

Closes #320
2021-12-15 16:16:37 +00:00
Martin Kleinschrodt eb3823e852 First pass at implementing new provisioning system to replace existing billing system 2021-10-01 11:16:45 +02:00
Martin Kleinschrodt 7dfdd3a27b Upgrade typescript version 2021-09-25 10:06:45 +02:00
Martin Kleinschrodt 30cf0995a7 Upgrade SimpleWebAuthn dependency 2021-08-29 13:41:58 +02:00
Martin Kleinschrodt a1cfbbd992 Add support for TOTP as MFA method 2021-08-22 09:48:01 +02:00
Martin Kleinschrodt 63076556d8 Bump npm version to 4.0.0; clean up/fix some dependencies 2021-08-06 15:07:25 +02:00
Martin Kleinschrodt cd17555740 First pass at implementing webauthn mfa provider 2021-06-13 10:46:54 +02:00
Martin Kleinschrodt c52fecf966 WIP 37 2021-05-31 08:54:14 +02:00
Martin Kleinschrodt 3444dc9e7f WIP 35 2021-05-30 15:53:51 +02:00
Martin Kleinschrodt 0a1e44f1b1 WIP 21 2021-02-25 08:14:20 +01:00
Martin Kleinschrodt 00da3cc59d v3.1.3 2020-10-25 15:13:53 +01:00
Martin Kleinschrodt 71578d3f1d Bump version 2020-07-26 17:49:04 +02:00
Martin Kleinschrodt 87e0f52a3f Upgrade various dependencies 2020-07-19 17:44:11 +02:00
Martin Kleinschrodt 2bd3188b11 Bump the rest of the package files to v3.1.1 that were missed before 2020-07-04 16:24:20 +02:00
Martin Kleinschrodt cf78d7321e v3.1.1 2020-07-04 15:32:28 +02:00
Martin Kleinschrodt 82cb762f1f bump version to 3.1.0 2020-05-27 18:47:53 +02:00
Martin Kleinschrodt c722d05203 v3.0.14 2020-03-10 14:57:01 +01:00
Martin Kleinschrodt 9e961e214b v3.0.13 2019-12-13 10:39:02 +01:00
Martin Kleinschrodt cfa167f79f v3.0.12 2019-12-05 15:27:35 +01:00
Martin Kleinschrodt 1839612d23 v3.0.11 2019-12-03 11:06:41 +01:00
Martin Kleinschrodt 1f8d152258 Clean up package files in preparation for publishing @padloc/core and @padloc/locale modules (all other packages will remain private for now) 2019-11-14 16:11:47 +01:00
Martin Kleinschrodt ebc4090f67
v3.0.10 2019-11-14 15:36:32 +01:00
Martin Kleinschrodt ec094c5296
v3.0.9 2019-11-10 17:14:45 +01:00
Martin Kleinschrodt 1c0f5246b8 v3.0.8 2019-11-02 19:02:09 +01:00
Martin Kleinschrodt c1932781ed v3.0.7 2019-11-02 18:25:25 +01:00
Martin Kleinschrodt f2aefb8f7c v3.0.6 2019-11-01 14:39:57 +01:00
Martin Kleinschrodt b5b8b6603f Create new pwa package to separate webpack builds from ui package 2019-10-12 17:12:45 +02:00
Martin Kleinschrodt 62c25dba45 Bump version to 3.0.5 2019-10-08 12:04:41 +02:00
Martin Kleinschrodt cd22b18ff9 Bump version to 3.0.4 2019-09-29 19:18:15 +02:00
Martin Kleinschrodt 2e348dd69b Add csp meta tag 2019-09-26 17:03:58 +02:00
Martin Kleinschrodt 710d2e50c1 Bump version to 3.0.3 2019-09-19 11:32:04 +02:00
Martin Kleinschrodt 0c87fc5dc5 Bump version to 3.0.1 2019-09-15 17:54:29 +02:00
Martin Kleinschrodt 0b72b47472 Use http-server package to serve client app 2019-09-01 14:03:51 +02:00
Martin Kleinschrodt 964dd7c9f9 Fix npm audit warnings in app and server packages 2019-08-25 15:50:47 +02:00
Martin Kleinschrodt 781a10eeeb Move translation function to locale module; load translations from language files 2019-08-13 18:34:22 +02:00
Martin Kleinschrodt 3c2bfede04 Use dynamic imports and code splitting for asynchronously loaded libraries 2019-07-14 22:16:39 +02:00
Martin Kleinschrodt 39ed597a90 Switch to webpack for bundling 2019-07-14 20:57:02 +02:00
Martin Kleinschrodt 51c533e84f Fix build problem 2019-07-11 08:53:40 +02:00