Commit Graph

52 Commits

Author SHA1 Message Date
antelle 0cbdd6281a
kdbxweb v2 2021-05-08 11:38:23 +02:00
antelle 5c4cb7ff6d
displaying extra websites as urls 2021-04-26 13:26:27 +02:00
antelle 9b5f5857bb
fix #1734: overlapping generator icon on password inputs 2021-03-21 17:35:06 +01:00
antelle f7e9f725b0
bugfixes 2020-11-29 11:10:34 +01:00
antelle 0b2c722f61
replaced some icons 2020-11-25 20:10:37 +01:00
antelle 63b7b32e9c
fontawesome 5 2020-11-25 18:20:53 +01:00
antelle a2194435e6
fix #1460: auto-type on double-clicking field labels 2020-06-01 10:25:16 +02:00
antelle 8de55c450a
fixed sticky tooltips in settings 2020-05-22 22:44:50 +02:00
antelle 3cd9bf6505
html => empty 2020-05-09 20:15:46 +02:00
antelle 3b05f6267e
escaping fields autocomplete 2020-05-09 17:00:39 +02:00
antelle 280ed45199
fix #1438: content security policy 2020-04-02 16:27:10 +02:00
antelle 0b13c06a09 fix #1293: copying full urls 2020-03-14 21:12:13 +01:00
antelle a5c6180154 fix #1387: fixed drag-drop for otp fields 2020-03-14 21:01:41 +01:00
antelle d6ef6ecdd8 fix #197: mobile actions panel 2019-10-26 20:50:52 +02:00
antelle bfc6d4b3c0 field options fix 2019-09-28 19:30:13 +02:00
antelle 17dedb6b8e obfuscating displayed password values 2019-09-27 07:37:26 +02:00
antelle 8fb8a9d096 #1125: field actions: copy, reveal, auto-type 2019-09-26 23:43:07 +02:00
antelle 15518a4ce0 removed underscore, added lodash 2019-09-18 20:42:17 +02:00
antelle 89ccb99395 less underscore 2019-09-17 22:17:40 +02:00
antelle 0dea89c0de event listeners 2019-09-16 21:49:21 +02:00
antelle f1d9b5c645 moved views 2019-09-16 20:42:33 +02:00
antelle 8869a27ac9 field views 2019-09-16 19:55:06 +02:00
antelle 9bbea458c6 imports 2019-09-15 14:16:32 +02:00
antelle 60dcfbb071 organized files inside comp 2019-09-15 08:47:57 +02:00
antelle 9e7a86a1db organized files inside util 2019-09-15 08:11:11 +02:00
antelle bebb9a88eb fixed field editing styles 2019-09-08 08:25:15 +02:00
antelle f8395f7f38 better eslint 2019-08-18 10:17:09 +02:00
antelle fa4ff0b0c3 prettier 2019-08-18 08:05:38 +02:00
antelle 84a23e4aea prettier 2019-08-16 23:05:39 +02:00
Coises 0f1a248fcc Make field labels in details view draggable
These changes make it possible to drag the value of a field in the
details view by dragging its label. The value dragged is the same
as would be copied by clicking on the label.
2018-08-23 13:45:35 -07:00
antelle 8ee596b067 fix mobile bugs 2017-04-16 12:15:53 +02:00
antelle aa7a7415df hide copy tip on edit 2017-04-16 10:19:46 +02:00
antelle c94cacb14c removed support of devices without clipboard api 2017-04-15 16:57:37 +02:00
antelle 782488f8fa removed 'use script' 2017-04-08 18:31:38 +02:00
antelle a77f61cc5d var => let 2017-01-31 07:50:28 +01:00
antelle c96431c46c eslint 2016-07-17 14:30:38 +03:00
Chris Taylor 7f19d90514 ct: Try to preserve newlines while copying.
- For some reason, copying a multi-line field's value in Chrome does so
  whilst preserving newlines.  In the desktop app on OSX, though,
  multiline values are copied as a single line.

- Although non-standard, the .innerText property of a Node will do
  better at preserving plain-text-formatting (newlines, and such) from
  child elements.  Where it doesn't exist, fallback to whatever JQuery's
  `.text()` uses.
2016-06-10 21:36:58 -04:00
antelle 1c7405ae76
select file for new records 2016-06-05 17:49:00 +03:00
antelle bd3423cec1 fix #224: group info in entry details 2016-06-04 15:47:56 +03:00
antelle 5eec337e75 fix #89: disallow protected fields value selection 2016-04-03 12:48:37 +03:00
Antelle 8fc4fec3c2 fix #75: option to lock on password copy 2016-02-14 15:05:31 +03:00
Antelle d8e3b67d0a fix issues with clipboard clear 2016-01-22 20:51:36 +03:00
Antelle b583f249d7 protected values comparison 2016-01-17 16:12:35 +03:00
Antelle 9bc03634c5 fix unicode password length display 2016-01-16 17:19:33 +03:00
Antelle 5ee7d3800b fix #67: field editing bugs 2016-01-16 15:35:34 +03:00
Antelle fa7c6d6913 handlebars 2015-12-17 00:50:45 +03:00
Antelle 9111d396cd fix #30: clear clipboard password after timeout 2015-11-16 23:36:07 +03:00
Antelle 0c71955726 protected fields support 2015-11-08 21:24:37 +03:00
Antelle 2385be8614 copy on iOS Chrome 2015-10-30 00:13:15 +03:00
Antelle 632e1e420d select text on mobile safari 2015-10-28 00:57:56 +03:00