Commit Graph

29 Commits

Author SHA1 Message Date
Gregory Soutade
b8223a87ad Server: Improve URL match 2023-12-03 10:11:07 +01: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
daa7c3b44c Rework CSS 2021-12-23 21:25:44 +01:00
736d717676 Server: Remove old v1 crypto functions & compatibility 2021-03-05 10:54:01 +01: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
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
Gregory Soutade
da4a99a6ef Scroll to page bottom when user adds a new password 2017-12-05 08:05:47 +01:00
c511e49725 Server: update random password generation and add a "simple password" button 2017-07-19 19:22:49 +02:00
09e0d85d97 Merge branch 'master' of soutade.fr:gpass 2017-04-17 20:42:08 +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
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
bc2a510b8d Automatically come back to top when timeout is raised and clear keys are cleaned 2017-04-17 20:37:26 +02:00
82cef032eb Reduce scroll top arrow 2017-04-17 20:37:26 +02:00
d48d1e94a9 Add scrollToTop javascript function 2017-04-17 20:37:26 +02:00
cef1194ad0 Add new encryption scheme in server part. 2017-04-17 20:37:26 +02:00
6fa296ebc4 Use native crypto functions from misc.js 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
29e2c8337c Clear master keys and reset passwords after 15 minutes of inactivity 2016-08-20 13:23:36 +02:00
Gregory Soutade
487283626f Remove \ character from password generation to avoid confusions 2015-12-04 17:03:12 +01:00
Gregory Soutade
1d22f425e9 Add export function 2015-09-17 20:32:29 +02:00
Gregory Soutade
b330af258f Move code to encrypt into PasswordEntry function
Add Update Masterkey feature
2015-04-23 21:36:50 +02:00
root
e16fa0c218 Remove default parameters (Chrome...) 2015-03-27 18:23:26 +01:00
Gregory Soutade
e9c6208b54 Introduce shadow logins 2015-02-09 18:57:49 +01:00
2757b81e64 Rename resSources directories into resources 2015-01-27 21:10:09 +01:00