Commit Graph

146 Commits

Author SHA1 Message Date
Gregory Soutade
4cfd61d077 Server: If we have a current URL in add form and we have a password entry that match this URL, go to the last when all is deciphered 2020-09-21 17:29:41 +02:00
Gregory Soutade
d2fe770463 Add clear form button for "Add new password" div 2020-09-21 17:29:41 +02:00
76c7797ee2 Force copy password into clipboard for @_ request from popup even if we can fill it 2020-08-30 12:03:20 +02:00
90e9862982 Remove block_url feature to increase websites compatibility 2020-08-29 17:57:39 +02:00
630a3f9cb9 Remove old firefox addon code 2020-08-29 17:12:47 +02:00
4e7f5bc75c Remove old v1 crypto functions & compatibility 2020-08-29 17:10:47 +02:00
5b9640e8cb Update README 2020-03-17 08:25:11 +01:00
85fa47037d Update PrivacyPolicy.md 2020-02-26 16:09:22 +01:00
32f36a1100 Update ChangeLog 2020-02-26 16:04:33 +01:00
Gregory Soutade
9d528aeaa0 Update server:
* Check that $db variable is OK before processing database requests
	* Don't close $db before calling lastErrorMsg()
	* Add support for user & url parameters from gPass popup
2020-02-26 16:00:24 +01:00
6f1e2a814d Update README.md 2020-02-26 15:48:22 +01:00
4b307fd776 Add gpass_activated and gpass_disabled icons 2020-02-26 15:48:22 +01:00
5d65b863f6 Update usage picture 2020-02-26 15:48:22 +01:00
8d39bd8ed0 Update Apache2 sample configuration to allow disable password asking when we're on a private network 2020-02-26 15:48:22 +01:00
898e0b9e42 Big update:
* Move all core functions from mains.js to background.js
    * Use message interface for IPCs between main.js, background.js and popup.js
    * Add popup interface :
      	  * safest method to compute masterkey
	  * Direct access to our own gPass server with auto URL and username fill
    * Add some specific menus :
      	  * Access to gPass settings
	  * Allow to disable extension
    * Update gPass icon when a password field has focus and gPass is ready to work
2020-02-26 15:48:07 +01:00
81385fbf88 Update ChangeLog 2017-12-05 21:02:50 +01:00
4cb4b44690 Merge branch 'master' of soutade.fr:gpass 2017-12-05 18:34:23 +01:00
2f12a09a1b Update ChangeLog 2017-12-05 18:33:43 +01:00
Gregory Soutade
b216ec9928 Add Privacy Policy information 2017-12-05 08:06:48 +01:00
Gregory Soutade
da4a99a6ef Scroll to page bottom when user adds a new password 2017-12-05 08:05:47 +01:00
f98cc4a863 Do simpler things to create wildcard domains 2017-09-14 20:20:42 +02:00
5a1d6c7390 Update README with full information and add a ChangeLog 2017-07-23 09:40:29 +02:00
c511e49725 Server: update random password generation and add a "simple password" button 2017-07-19 19:22:49 +02:00
8469c01b13 Fix minor error : crypto_v2_logins_size must be always updated 2017-07-19 19:22:49 +02:00
7162129220 Put firefox background.js has persistent 2017-07-19 19:22:49 +02:00
017bda025e Some comment and copyright updates 2017-07-19 19:22:49 +02:00
39582e0f26 CLI: Use printf return to compute string size instead of hardcoded values 2017-07-19 19:22:49 +02:00
86e926e268 Deactivate DEBUG mode 2017-07-18 21:00:02 +02:00
e341963675 Block URL request if masterkey is present in parameters 2017-07-08 08:43:26 +02:00
7a7d2fd724 Try to raise onChange event and "enter" key before submit form 2017-07-08 08:42:34 +02:00
65821a4e47 Index for new crypto scheme was badly computed in webextension 2017-07-08 08:39:22 +02:00
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
09e0d85d97 Merge branch 'master' of soutade.fr:gpass 2017-04-17 20:42:08 +02:00
416a4d9581 Use old passwords decryption for protocols < 4 2017-04-17 20:39:53 +02:00
6dfcab813d Update options.js of firefox webextension 2017-04-17 20:39:53 +02:00
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
36db5056a3 Add new encryption scheme in chrome addon/firefox webextension 2017-04-17 20:39:53 +02:00
c3fab882f2 Add compat.js for getPref and setPref 2017-04-17 20:39:53 +02:00
74b1010881 Add icons to icon path when displaying notifications 2017-04-17 20:39:53 +02:00
562a84d984 Rename compat.js in misc.js and remove old crypto libraries 2017-04-17 20:39:53 +02:00
7800eadfaa Move icons into a single directory 2017-04-17 20:39:53 +02:00
c64f886188 Add Firefox WebExtension 2017-04-17 20:39:53 +02:00
e759c13d64 First merge with Chrome et Firefox web extension (not tested in chrome) 2017-04-17 20:39:53 +02:00
1d71ca6861 Change protocol version (3 -> 4) in CLI : PKDBF2 is renamed in PBKDF2 2017-04-17 20:39:53 +02:00
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
136920404d Add (QUnit) server tests 2017-04-17 20:37:26 +02:00
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
65f8f0f21e Fix a bug : shadow logins passwords were not deleted 2017-04-17 20:37:26 +02:00
a180cb62d7 Use a variable (server_url) instead of document.documentURI 2017-04-17 20:37:26 +02:00