1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-01-11 09:40:04 +01:00
Commit Graph

69 Commits

Author SHA1 Message Date
Giulio Cesare Solaroli
8608fb4253
Fixed lock/unlock issue and removed console.log 2015-10-27 14:35:39 +01:00
Giulio Cesare Solaroli
b26502d4e3 Merge remote-tracking branch 'gcsolaroli/master' 2015-10-12 10:02:04 +02:00
Dario Chiappetta
e21645028f Implemented Marco's remarks on PIN and Preferences 2015-10-06 15:33:42 +02:00
Giulio Cesare Solaroli
b79ed5b657 Tentative fix for issue #89
Tentative fix for issue #89:
- https://github.com/clipperz/password-manager/issues/89

Also fixed props passing to correctly show ‘offline copy’ header in unlock page.
2015-10-05 09:30:31 +02:00
Giulio Cesare Solaroli
a12479f968 Updated some UI messages 2015-10-02 14:48:22 +02:00
Giulio Cesare Solaroli
313fd48551 Auto hide selection panel when selecting a set of cards 2015-10-01 16:40:35 +02:00
Dario Chiappetta
3dcdcbbe7e Implemented PIN and updated README 2015-09-30 20:09:58 +02:00
Giulio Cesare Solaroli
e32f30f3ba Streamlined MainController 2015-09-23 17:47:55 +02:00
Giulio Cesare Solaroli
376ccf24e9 Updated preferences handling 2015-09-23 13:44:29 +02:00
Giulio Cesare Solaroli
6ad0024600 Cleaned’ up user unlock feature 2015-09-23 13:43:59 +02:00
Giulio Cesare Solaroli
efbccb5304 Set default values for user preferences 2015-09-23 13:41:57 +02:00
Giulio Cesare Solaroli
4218ba33bb Improved lock and registration page UI 2015-09-23 13:39:22 +02:00
Dario Chiappetta
3891ffa476 Implemented lock (to be reviewed) 2015-09-23 10:24:49 +02:00
Giulio Cesare Solaroli
f040418399 Changed the shortcut to select all cards 2015-09-10 14:56:07 +02:00
Dario Chiappetta
86580d8cfa Disabled auto-correction in login from, fixed Offline Copy in IE11 2015-09-01 12:18:27 +02:00
Giulio Cesare Solaroli
dead6b40e3
Cleaned up Dario’s pull-request 2015-08-28 15:13:51 +02:00
Dario Chiappetta
4ed3412cd8 Added support for Direct Login removal 2015-08-26 23:03:41 +02:00
Giulio Cesare Solaroli
337743964c Download all records data for export together, to avoid request-toll issues 2015-08-21 11:42:05 +02:00
Giulio Cesare Solaroli
4cfc1dcb77 Added “Offline copy” banner in the login page 2015-08-20 12:04:31 +02:00
Giulio Cesare Solaroli
3d5c37d9bd Added keyboard cheat sheet 2015-08-20 10:52:49 +02:00
Giulio Cesare Solaroli
6fed029616 Normalized "use strict" quoting and minor fixed to components 2015-08-18 17:31:02 +02:00
Giulio Cesare Solaroli
58e1cdfcf9 Added username/password fields to newly created cards 2015-08-10 16:38:42 +02:00
Giulio Cesare Solaroli
1f9c30cdfb Fixed minor issues reported by user after official release of /delta 2015-07-20 10:27:28 +02:00
Giulio Cesare Solaroli
755df7d360 More fixes before /delta release 2015-07-05 09:09:33 +02:00
Giulio Cesare Solaroli
e6d071a7c1 Final fixed before official /delta release 2015-07-04 18:43:59 +02:00
Giulio Cesare Solaroli
e02ba2c20c Merged all pending work done on the private repository 2015-06-27 19:08:20 +02:00
Giulio Cesare Solaroli
75d5724c8a Merge remote-tracking branch 'clipperz/export' into import
Conflicts:
	frontend/delta/css/clipperz.css
	frontend/delta/js/Clipperz/PM/DataModel/Record.js
	frontend/delta/js/Clipperz/PM/UI/Components/ExtraFeatures/DeleteAccount.js
	frontend/delta/js/Clipperz/PM/UI/Components/Panels/ExtraFeaturesPanel.js
	frontend/delta/js/Clipperz/PM/UI/MainController.js
	frontend/delta/properties/delta.properties.json
	frontend/delta/scss/style/settingsPanel.scss
2015-06-27 18:33:01 +02:00
Dario Chiappetta
0126873868 Merged Import and Export branches, implemented Giulio's remarks on Import feature 2015-05-21 14:34:49 +02:00
Dario Chiappetta
d1d5fae5de Added Import feature 2015-05-14 18:55:18 +02:00
Giulio Cesare Solaroli
e329f6926a Reviewed and improved export feature 2015-05-07 16:23:57 +02:00
Dario Chiappetta
b812ea4efb Added Export feature 2015-04-20 18:18:22 +02:00
Giulio Cesare Solaroli
edeb859746 Merged and cleaned-up features implemented by Dario
- delete account
- change passphrase
2015-04-14 11:07:10 +02:00
Dario Chiappetta
e2781071d0 Added Delete Account feature (no dev backend support yet) - fix 2015-04-14 10:44:23 +02:00
Dario Chiappetta
0863e61631 Added change passphrase logic in MainController 2015-04-03 16:03:17 +02:00
Dario Chiappetta
4dc0a68e0f Added stub form to change passphrase 2015-04-03 14:44:04 +02:00
Giulio Cesare Solaroli
f6c76a24f0
Fixed the addition of new cards in narrow view 2015-03-22 14:17:21 +01:00
Giulio Cesare Solaroli
867666b949 Disabled ’sign in’ link when the proxy does not support creating new accounts 2015-03-11 18:23:52 +01:00
Giulio Cesare Solaroli
187959fd1e Many small overall UI improvements
- proxy are now aware of their respective features;
- updated account status info and added also proxy info (especially to show when using an offline copy)
- conditionally enabled different features across the UI, based on user account / proxy available features
2015-03-10 22:59:24 +01:00
Giulio Cesare Solaroli
a26c59851d updated copyright statements 2015-03-09 15:45:35 +01:00
Giulio Cesare Solaroli
e47cc7f617 Hide current selected card (in *wide view) hitting ‘esc’ 2015-03-03 23:29:37 +01:00
Giulio Cesare Solaroli
2368d471e8 Added HTML native support for auto-completion in tag editor
Not sure on which browser this feature is working; only tested in Chrome for Mac.
2015-03-03 17:42:25 +01:00
Giulio Cesare Solaroli
924f0815a1 Fixed delete card option in narrow view 2015-02-13 08:54:00 +01:00
Giulio Cesare Solaroli
6c021b5772 Added explicit count for all cards 2015-02-06 17:24:31 +01:00
Giulio Cesare Solaroli
dac835b5c6 General improvements to the UI
More work still needed, but still a meaningful step forward.
2015-02-04 23:44:32 +01:00
Giulio Cesare Solaroli
9dec5ece43 Disabled search shortcut when in edit mode 2015-02-03 18:24:49 +01:00
Giulio Cesare Solaroli
34bf41228d Fixed add card behaviour when in ‘compact’ mode 2015-02-03 18:23:30 +01:00
Giulio Cesare Solaroli
98425821ed Added the automatic selection of search text when entering search mode with key bindings 2015-01-31 17:34:31 +01:00
Giulio Cesare Solaroli
43b0239ab8 Added a few feature based on actual subscription options 2015-01-21 18:29:08 +01:00
Giulio Cesare Solaroli
1e333d7e22
Added key navigation also for the ‘narrow’ view 2015-01-09 15:30:16 +01:00
Giulio Cesare Solaroli
2854b9f9c4 Added partial key navigation (desktop version) 2015-01-04 18:50:50 +01:00