Commit Graph

127 Commits

Author SHA1 Message Date
soutade 2f12a09a1b Update ChangeLog 2017-12-05 18:33:43 +01:00
soutade f98cc4a863 Do simpler things to create wildcard domains 2017-09-14 20:20:42 +02:00
soutade 5a1d6c7390 Update README with full information and add a ChangeLog 2017-07-23 09:40:29 +02:00
soutade c511e49725 Server: update random password generation and add a "simple password" button v0.8 2017-07-19 19:22:49 +02:00
soutade 8469c01b13 Fix minor error : crypto_v2_logins_size must be always updated 2017-07-19 19:22:49 +02:00
soutade 7162129220 Put firefox background.js has persistent 2017-07-19 19:22:49 +02:00
soutade 017bda025e Some comment and copyright updates 2017-07-19 19:22:49 +02:00
soutade 39582e0f26 CLI: Use printf return to compute string size instead of hardcoded values 2017-07-19 19:22:49 +02:00
soutade 86e926e268 Deactivate DEBUG mode 2017-07-18 21:00:02 +02:00
soutade e341963675 Block URL request if masterkey is present in parameters 2017-07-08 08:43:26 +02:00
soutade 7a7d2fd724 Try to raise onChange event and "enter" key before submit form 2017-07-08 08:42:34 +02:00
soutade 65821a4e47 Index for new crypto scheme was badly computed in webextension 2017-07-08 08:39:22 +02:00
soutade 0caa8a66e1 Handle Ctrl+C and Ctrl+Z in gpass_cli 2017-07-08 08:37:16 +02:00
Gregory Soutade 35f49d24b3 CLI: Clear displayed password after 30 seconds (if found) 2017-05-06 18:13:36 +02:00
soutade 09e0d85d97 Merge branch 'master' of soutade.fr:gpass 2017-04-17 20:42:08 +02:00
soutade 416a4d9581 Use old passwords decryption for protocols < 4 2017-04-17 20:39:53 +02:00
soutade 6dfcab813d Update options.js of firefox webextension 2017-04-17 20:39:53 +02:00
soutade da72cb46eb Add new encryption scheme in CLI. Fix a bug : encrypt_domain doesn't add \0 on message returns leading to malformed server requests 2017-04-17 20:39:53 +02:00
soutade 36db5056a3 Add new encryption scheme in chrome addon/firefox webextension 2017-04-17 20:39:53 +02:00
soutade c3fab882f2 Add compat.js for getPref and setPref 2017-04-17 20:39:53 +02:00
soutade 74b1010881 Add icons to icon path when displaying notifications 2017-04-17 20:39:53 +02:00
soutade 562a84d984 Rename compat.js in misc.js and remove old crypto libraries 2017-04-17 20:39:53 +02:00
soutade 7800eadfaa Move icons into a single directory 2017-04-17 20:39:53 +02:00
soutade c64f886188 Add Firefox WebExtension 2017-04-17 20:39:53 +02:00
soutade e759c13d64 First merge with Chrome et Firefox web extension (not tested in chrome) 2017-04-17 20:39:53 +02:00
soutade 1d71ca6861 Change protocol version (3 -> 4) in CLI : PKDBF2 is renamed in PBKDF2 2017-04-17 20:39:53 +02:00
soutade 65ca3a3d3d Change protocol version (3 -> 4) : PKDBF2 is renamed in PBKDF2. This also avoid mismatch with new encryption system 2017-04-17 20:39:53 +02:00
soutade 136920404d Add (QUnit) server tests 2017-04-17 20:37:26 +02:00
soutade ef82f2640f Fix a bug : update_masterkey generates a token from only one master key and not for the corresponding masterkey 2017-04-17 20:37:26 +02:00
soutade 65f8f0f21e Fix a bug : shadow logins passwords were not deleted 2017-04-17 20:37:26 +02:00
soutade a180cb62d7 Use a variable (server_url) instead of document.documentURI 2017-04-17 20:37:26 +02:00
soutade b4b54ec57c Checks for right shadow login when adding an entry
Use exec() instead of query() when it's necessary for SQL queries
2017-04-17 20:37:26 +02:00
soutade 48571b31c1 Set shadow logins ON by default 2017-04-17 20:37:26 +02:00
soutade bc2a510b8d Automatically come back to top when timeout is raised and clear keys are cleaned 2017-04-17 20:37:26 +02:00
soutade 82cef032eb Reduce scroll top arrow 2017-04-17 20:37:26 +02:00
soutade d48d1e94a9 Add scrollToTop javascript function 2017-04-17 20:37:26 +02:00
soutade cef1194ad0 Add new encryption scheme in server part. 2017-04-17 20:37:26 +02:00
soutade 89465f4c68 Don't use shadow if the flag is not defined 2017-04-17 20:37:26 +02:00
soutade 6fa296ebc4 Use native crypto functions from misc.js 2017-04-17 20:37:26 +02:00
soutade 241867e93c Database access optimization if there is no shadow logins 2017-04-17 20:37:26 +02:00
soutade 6d2e202aff Create a password is now on top of web page. Remove old javascript libraries. 2017-04-17 20:37:26 +02:00
soutade 32fd8355e1 New protocol (fix mispelled PKBDF2) 2017-04-17 20:37:26 +02:00
Gregory Soutade 527fc52539 Forgot startClearTimer() when adding a password 2016-09-25 20:35:11 +02:00
soutade 29e2c8337c Clear master keys and reset passwords after 15 minutes of inactivity 2016-08-20 13:23:36 +02:00
soutade 9b9c36070b Fix a bug in gpass_cli : sprintf needs final 0 while we must not add it for encryption 2016-08-20 10:47:54 +02:00
soutade 0cc706d260 Add command line interface (cli) 2016-08-14 11:37:39 +02:00
soutade 89ccd0575f Forgot to update reference database 2016-05-21 09:58:30 +02:00
Gregory Soutade ba75b73503 Merge branch 'master' of soutade.fr:gpass v0.7 2015-12-04 17:03:16 +01:00
Gregory Soutade 487283626f Remove \ character from password generation to avoid confusions 2015-12-04 17:03:12 +01:00
Gregory Soutade 6604fbb6e1 Add two new protections : REQUESTS_MIN_DELAY and MAX_PASSWORDS_PER_REQUEST (see conf.php) 2015-12-04 17:02:31 +01:00