Commit Graph

87 Commits

Author SHA1 Message Date
Dario Chiappetta
8b7a438039 Tentative fix for SRP problem and improved Attachments UI in card View
and Edit
2015-11-25 10:39:50 +01:00
Dario Chiappetta
8c59393433 Implemented Attachments in client 2015-11-23 16:10:44 +01:00
Dario Chiappetta
e21645028f Implemented Marco's remarks on PIN and Preferences 2015-10-06 15:33:42 +02:00
Giulio Cesare Solaroli
f2b85dd506
Fixed UnlockPage to look like LoginPage 2015-10-02 14:49:43 +02:00
Giulio Cesare Solaroli
73165361d4 Updated edit UI for keeping save/cancel buttons on the bottom of the screen 2015-10-01 16:40:05 +02:00
Giulio Cesare Solaroli
02d4fa0e93 Fixed minor layout issue 2015-10-01 16:39:33 +02:00
Giulio Cesare Solaroli
8bbe3dcfec Updated login and registration page to behave correctly when displayed on devices with small screens 2015-10-01 16:36:00 +02:00
Dario Chiappetta
3dcdcbbe7e Implemented PIN and updated README 2015-09-30 20:09:58 +02:00
Giulio Cesare Solaroli
4710a571e7
Fixed OTP rendering 2015-09-23 17:48:59 +02:00
Giulio Cesare Solaroli
376ccf24e9 Updated preferences handling 2015-09-23 13:44:29 +02:00
Giulio Cesare Solaroli
efbccb5304 Set default values for user preferences 2015-09-23 13:41:57 +02:00
Giulio Cesare Solaroli
7bc16cc649 Fixed OTP rendering 2015-09-23 13:40:20 +02:00
Giulio Cesare Solaroli
4218ba33bb Improved lock and registration page UI 2015-09-23 13:39:22 +02:00
Giulio Cesare Solaroli
df354f1f69 Improved layout of login and registration pages 2015-09-11 18:49:33 +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
4cfc1dcb77 Added “Offline copy” banner in the login page 2015-08-20 12:04:31 +02:00
Giulio Cesare Solaroli
9d9dd1e161 Merge remote-tracking branch 'gcsolaroli/master'
Conflicts:
	frontend/delta/css/clipperz.css.map
2015-08-20 11:22:41 +02:00
Giulio Cesare Solaroli
3d5c37d9bd Added keyboard cheat sheet 2015-08-20 10:52:49 +02:00
Dario Chiappetta
4a869380b0 Fixed #34 (Reorder fields within cards) 2015-08-19 13:23:00 +02:00
Giulio Cesare Solaroli
a2f3ee038e Improved SCSS layout and minor issues 2015-08-18 17:29:29 +02:00
Giulio Cesare Solaroli
00398aa65e Changed length field rendering in password generator 2015-08-12 11:05:11 +02:00
Giulio Cesare Solaroli
feef7e9705 Improved password generator UI 2015-08-12 10:54:13 +02:00
Giulio Cesare Solaroli
c73aee1751 Fixed password generator rendering in Safari 2015-08-11 18:21:59 +02:00
Giulio Cesare Solaroli
cb949d791f Improved rendering for password generator 2015-08-10 15:26:45 +02:00
Giulio Cesare Solaroli
2e6ae458de Added password generator for password fields 2015-08-08 11:51:21 +02:00
Giulio Cesare Solaroli
c99e8bcd71 Improved drag&drop handler rendering as suggested by Roberto Pasini 2015-08-03 17:32:35 +02:00
Giulio Cesare Solaroli
80b82d2524 updated logout icon 2015-07-31 18:28:27 +02:00
Giulio Cesare Solaroli
197bce0d00 Fixed rendering of search form 2015-07-31 09:15:13 +02:00
Giulio Cesare Solaroli
392a8bb3a4 Fixed password fields typography metrics 2015-07-30 15:26:06 +02:00
Giulio Cesare Solaroli
0ed0b33ecd Fixed minor rendering issue when selecting a card 2015-07-27 17:26:59 +02:00
Giulio Cesare Solaroli
1517c52b25 Removed favicons 2015-07-27 17:05:22 +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
cdfd739897 Fixed rendering of Registration page 2015-07-05 09:28:19 +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
83b40aea50 Merge branch 'import'
Conflicts:
	frontend/delta/css/clipperz.css
	frontend/delta/css/clipperz.css.map
	frontend/delta/scss/core/layout.scss
	frontend/delta/scss/core/mixin.scss
2015-06-27 18:38:06 +02:00
Giulio Cesare Solaroli
e329f6926a Reviewed and improved export feature 2015-05-07 16:23:57 +02:00
Giulio Cesare Solaroli
c7a05c9e8a Revisited styles for touch devices
Revisited styles to support/improve the following issues:
- iPhone login rendering
- selection of card fields on touch devices
- scrolling on touch devices (mostly iPad)
2015-04-20 18:02:37 +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
6377fab657 Fixed empty field bug on change passphrase 2015-04-03 19:03:07 +02:00
Dario Chiappetta
f438ee9eab Fixed scroll issues in left panel (again) 2015-04-03 18:32:24 +02:00
Giulio Cesare Solaroli
fcfae5f4a4 Added transition when opening the left panel 2015-04-03 16:57:18 +02:00
Dario Chiappetta
4dc0a68e0f Added stub form to change passphrase 2015-04-03 14:44:04 +02:00
Giulio Cesare Solaroli
b1de7de2c5 Added basic behaviour for extra panel components 2015-04-01 18:28:26 +02:00
Giulio Cesare Solaroli
04e5b7fb02 Small tweak to card list “show details” arrow 2015-03-31 14:54:47 +02:00
Giulio Cesare Solaroli
40d20bb3ac
Added url field action handler 2015-03-23 08:42:31 +01:00
Giulio Cesare Solaroli
bf3ec41e1b Fixed flickering when showing the value of a password field 2015-03-23 00:13:47 +01:00
Giulio Cesare Solaroli
3bc7dbe7db Decreased size of fonts in ‘Selection’ panel 2015-03-23 00:04:38 +01:00