padloc/packages/core/src
Martin Kleinschrodt 3736fac4c5 Forgot to generate id for log events 2022-07-29 17:58:49 +02:00
..
auth Use maildev for catching and parsing verification emails in e2e tests 2022-02-18 12:28:36 +01:00
spec Fix tests 2022-01-19 16:13:30 +00:00
account.ts Limit input field length for email, name, and org name (#477) 2022-06-22 12:30:54 +01:00
api.ts Update signup flow to include check for and automatic migration of legacy (v2) accounts. 2022-06-08 13:29:19 +02:00
app.ts Support better fuzzy-matching, with subdomains (#492) 2022-07-18 12:27:30 +01:00
attachment.ts A few improvements, requested from the review: 2021-12-20 15:01:25 +00:00
auth.ts Add flag to completely disable multi-factor authentication for a given account 2022-07-28 09:45:15 +02:00
base32.ts Add missing modules 2019-05-28 17:22:08 +02:00
base64.ts Add first batch of tests to core and ui 2018-12-06 10:43:26 +01:00
client.ts A few improvements, requested from the review: 2021-12-20 15:01:25 +00:00
collection.ts A few improvements, requested from the review: 2021-12-20 15:01:25 +00:00
config.ts Implement Stripe Integration for v4 (#417) 2022-04-01 14:08:25 +02:00
container.ts WIP 2022-07-15 18:58:26 +02:00
crypto.ts Replace @padloc/core/util/equalCT with true timing-safe comparison method as part of CryptoProvider. 2022-04-08 10:16:36 +02:00
diceware.ts diceware.generatePassphrase: Fall back to english if no wordlists were found for any of the requested languages 2019-11-09 11:02:41 +01:00
directory.ts Fix type error 2022-05-15 18:18:34 +02:00
encoding.ts Replace @padloc/core/util/equalCT with true timing-safe comparison method as part of CryptoProvider. 2022-04-08 10:16:36 +02:00
error.ts Apparently prettier doesn't like <pre></pre> inside <p></p> 2022-07-29 16:49:40 +02:00
event-target.ts Major refactor: 2019-02-21 15:28:33 +01:00
invite.ts Fix accountId and role not being set correctly when adding org members 2022-06-20 08:09:38 +02:00
item.ts Update naming of notes and totp features 2022-07-18 14:58:48 +02:00
key-store.ts - Optionally store device info with authenticator 2021-08-26 09:49:19 +02:00
legacy.ts A few improvements, requested from the review: 2021-12-20 15:01:25 +00:00
logging.ts Add Mixpanel logger 2021-10-19 17:15:59 +02:00
messenger.ts Provide better information in error reports by printing the stack trace and message of the original error instead of the Err wrapper 2022-07-29 16:36:32 +02:00
migrations.ts Some general UX improvements and bug fixes 2022-06-18 13:28:25 +02:00
org.ts Limit input field length for email, name, and org name (#477) 2022-06-22 12:30:54 +01:00
otp.ts Replace @padloc/core/util/equalCT with true timing-safe comparison method as part of CryptoProvider. 2022-04-08 10:16:36 +02:00
platform.ts Allow selectively disabling all billing functionality on certain platforms (#505) 2022-07-26 10:41:30 +01:00
provisioning.ts Allow selectively disabling all billing functionality on certain platforms (#505) 2022-07-26 10:41:30 +01:00
quota.ts Use decorators for defining property serialisation options instead of overwriting _toRaw and _fromRaw methods 2020-05-27 18:47:50 +02:00
randomart.ts A few improvements, requested from the review: 2021-12-20 15:01:25 +00:00
server.ts Provide better information in error reports by printing the stack trace and message of the original error instead of the Err wrapper 2022-07-29 16:36:32 +02:00
session.ts Add session management to app 2021-08-21 09:06:35 +02:00
sjcl.ts A few improvements, requested from the review: 2021-12-20 15:01:25 +00:00
srp.ts Rename anything "MFA"-related to more generic "Auth" or "Authentication" 2021-09-23 17:02:44 +02:00
storage.ts Implement more flexible configuration system; refactor server init script and directory structure 2021-09-08 09:50:59 +02:00
stub-crypto-provider.ts Add "fake" timingSafeEqual implementation to StubCryptoProvider 2022-04-08 10:22:39 +02:00
transport.ts Add session management to app 2021-08-21 09:06:35 +02:00
util.ts Forgot to generate id for log events 2022-07-29 17:58:49 +02:00
v3-compat.ts Mark v3 compatibility layer ad deprecated from the start, to remind us that it should be removed eventually 2022-02-10 13:13:14 +01:00
vault.ts Some general UX improvements and bug fixes 2022-06-18 13:28:25 +02:00