Commit Graph

167 Commits

Author SHA1 Message Date
Gregory Soutade b8223a87ad Server: Improve URL match 2023-12-03 10:11:07 +01:00
Grégory Soutadé 129335dc2d Update manifest to v3 (Chrome only) 2022-10-01 14:33:42 +02:00
Gregory Soutade 2cb26d6d40 Remove alert() after password update. Replace it by button name update (2 seconds) 2022-09-26 20:28:22 +02:00
Gregory Soutade 54565f90b6 Remove alert() after password copy. Replace it by button name update (2 seconds) 2022-06-18 14:31:10 +02:00
Gregory Soutade 42142cbca9 Some enhancements in server interface :
* Display PHP parsed URL in new URL case, not raw URL
	* Add a filter for unciphered passwords (supports regular expressions)
	* Add a button to copy unciphered password into clipboard
	* Don't clear URL and login when adding a new password
2022-02-09 21:10:13 +01:00
Gregory Soutade 2def010612 Server: Underline current item 2022-01-23 09:48:18 +01:00
Gregory Soutade daa7c3b44c Rework CSS 2021-12-23 21:25:44 +01:00
Grégory Soutadé 422178bc9d Update ChangeLog 2021-03-05 10:54:01 +01:00
Grégory Soutadé 736d717676 Server: Remove old v1 crypto functions & compatibility 2021-03-05 10:54:01 +01:00
Grégory Soutadé 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
Grégory Soutadé 354ddbbba9 Update README 2021-03-03 14:53:52 +01:00
Grégory Soutadé d25436f597 Update manifest 2021-03-03 14:53:52 +01:00
Grégory Soutadé b79000accb Synchronize firefox webextension code 2021-03-03 14:53:48 +01:00
Grégory Soutadé 0e48a34d71 Add always_disabled feature 2021-03-03 14:53:19 +01:00
Grégory Soutadé 96b378695e Fix bug in gpass icon management. Don't call on_blur before unblock forms 2021-03-03 10:52:00 +01:00
Grégory Soutadé a485267da8 Set activated icon only when a username is filled 2021-03-03 10:52:00 +01:00
Grégory Soutadé 267a809019 Merge branch 'master' of soutade.fr:gpass into master 2020-09-22 11:43:01 +02:00
Grégory Soutadé 6611641534 Update README and Changelog 2020-09-22 11:22:15 +02:00
Grégory Soutadé 12d49fab4e Fix a bug: wait for promise before displaying message for clipboard pasted password 2020-09-21 18:05:00 +02:00
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
Gregory Soutade 0f74943e92 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:25:14 +02:00
Gregory Soutade 4271551fed Add clear form button for "Add new password" div 2020-09-21 17:25:14 +02:00
Grégory Soutadé 76c7797ee2 Force copy password into clipboard for @_ request from popup even if we can fill it 2020-08-30 12:03:20 +02:00
Grégory Soutadé 90e9862982 Remove block_url feature to increase websites compatibility 2020-08-29 17:57:39 +02:00
Grégory Soutadé 630a3f9cb9 Remove old firefox addon code 2020-08-29 17:12:47 +02:00
Grégory Soutadé 4e7f5bc75c Remove old v1 crypto functions & compatibility 2020-08-29 17:10:47 +02:00
Grégory Soutadé 5b9640e8cb Update README 2020-03-17 08:25:11 +01:00
Grégory Soutadé 85fa47037d Update PrivacyPolicy.md 2020-02-26 16:09:22 +01:00
Grégory Soutadé 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
Grégory Soutadé 6f1e2a814d Update README.md 2020-02-26 15:48:22 +01:00
Grégory Soutadé 4b307fd776 Add gpass_activated and gpass_disabled icons 2020-02-26 15:48:22 +01:00
Grégory Soutadé 5d65b863f6 Update usage picture 2020-02-26 15:48:22 +01:00
Grégory Soutadé 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
Grégory Soutadé 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
Grégory Soutadé 81385fbf88 Update ChangeLog 2017-12-05 21:02:50 +01:00
Grégory Soutadé 4cb4b44690 Merge branch 'master' of soutade.fr:gpass 2017-12-05 18:34:23 +01:00
Grégory Soutadé 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
Grégory Soutadé f98cc4a863 Do simpler things to create wildcard domains 2017-09-14 20:20:42 +02:00
Grégory Soutadé 5a1d6c7390 Update README with full information and add a ChangeLog 2017-07-23 09:40:29 +02:00
Grégory Soutadé c511e49725 Server: update random password generation and add a "simple password" button 2017-07-19 19:22:49 +02:00
Grégory Soutadé 8469c01b13 Fix minor error : crypto_v2_logins_size must be always updated 2017-07-19 19:22:49 +02:00
Grégory Soutadé 7162129220 Put firefox background.js has persistent 2017-07-19 19:22:49 +02:00
Grégory Soutadé 017bda025e Some comment and copyright updates 2017-07-19 19:22:49 +02:00
Grégory Soutadé 39582e0f26 CLI: Use printf return to compute string size instead of hardcoded values 2017-07-19 19:22:49 +02:00
Grégory Soutadé 86e926e268 Deactivate DEBUG mode 2017-07-18 21:00:02 +02:00
Grégory Soutadé e341963675 Block URL request if masterkey is present in parameters 2017-07-08 08:43:26 +02:00