0e8144b82c
Don't allow configuration of dbFile path or name; use the DATADIR and a hardcoded path
2024-02-17 08:41:39 -06:00
dbe5cb2985
Update environment variables to support custom data directory
2024-02-17 08:23:10 -06:00
5484699565
Remove Dhall dependency and ReaderT; use dotenv; create encryption key on startup if it doesn't exist
2024-02-17 07:46:09 -06:00
9ad3d1ee7a
Working saltine encryption and decryption
2024-02-16 18:30:06 -06:00
cb45c4ce1d
Start formatting with stylish-haskell. Start refactoring for clearer types.
2023-01-10 21:53:10 -06:00
2a4787fc84
Refactor excessive do notation. Complete oldschool and gibberish generators. Add frontend functionality for selecting from multiple generator styles. Add config requirement for admin email. Add admin email to header.
2022-08-07 16:22:09 -05:00
ca73ed7982
Read encrypted secret entries from the database and decode/unencrypt appropriately, add max duration/view count entries for the database and frontend interface, update README to remove graceful JS degradation goal, remove a few wordlist entries
2022-07-31 17:41:54 -05:00
478384aae9
Secrets are now stored as AES encrypted -> Base64 encoded strings, retrieval is still plaintext and will need to be updated to reflect the required unencoding and decryption process
2022-07-29 20:31:58 -05:00
b1a4251d95
Started building generation functionality, added useful haddock-style comments for several functions
2022-07-22 12:27:35 -05:00
1718e69533
Squashed commit of the following:
...
commit 9aaa5307e7671bc8bcc444733a6e38999f346772
Author: James Eversole <james@eversole.co>
Date: Mon Jul 18 16:03:43 2022 -0500
Completed migration to SQLite, full feature parity with original Mongo/Couch implementations. Added ability to submit new passwords with full frontend functionality. Generation of random links now functions as expected and Unix Epoch Timestamps are now included in DB entries.
2022-07-18 16:04:10 -05:00