Commit Graph

16 Commits

Author SHA1 Message Date
7f95b19264 Add a checkbox to only copy password into clipboard from popup (and a default behaviour from options) 2021-03-03 14:53:52 +01:00
b79000accb Synchronize firefox webextension code 2021-03-03 14:53:48 +01:00
12d49fab4e Fix a bug: wait for promise before displaying message for clipboard pasted password 2020-09-21 18:05:00 +02:00
90e9862982 Remove block_url feature to increase websites compatibility 2020-08-29 17:57:39 +02:00
4e7f5bc75c Remove old v1 crypto functions & compatibility 2020-08-29 17:10:47 +02: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
Gregory Soutade
b216ec9928 Add Privacy Policy information 2017-12-05 08:06:48 +01: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
e341963675 Block URL request if masterkey is present in parameters 2017-07-08 08:43:26 +02:00
6dfcab813d Update options.js of 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