Commit Graph

135 Commits

Author SHA1 Message Date
antelle e0b65bbebf
up modules; prettier 2020-06-01 16:53:51 +02:00
antelle 5d15411d3d
fixed sequential otp generation 2020-05-11 17:44:18 +02:00
antelle c6ce694dfe
displaying matching otp codes in entries 2020-05-11 17:24:06 +02:00
antelle 96ee68dee7
fixed yubikey totp auto-type 2020-05-09 10:37:34 +02:00
antelle cf8aa6f9a4
copying otp from yubikeys 2020-05-08 23:33:57 +02:00
antelle 20e201795e
options for yubikey username field 2020-05-08 23:16:13 +02:00
antelle 13585f5317
splitted detail fields 2020-05-05 17:28:20 +02:00
antelle dd68aa342a
Merge branch 'develop' into usb
# Conflicts:
#	app/scripts/const/default-app-settings.js
#	app/scripts/views/open-view.js
2020-04-23 20:26:52 +02:00
antelle d30c9d9d90
escaping more dangerous places 2020-04-23 19:55:52 +02:00
antelle 035a4485b7
usb 101 2020-04-15 16:50:01 +02:00
antelle 347c8fff73 fix #1309: back button in attachment preview 2020-03-15 12:41:02 +01:00
antelle 0b13c06a09 fix #1293: copying full urls 2020-03-14 21:12:13 +01:00
antelle 769cf19d5c fix #862: downloading attachments on mobile 2019-10-06 12:56:44 +02:00
antelle cc9e369b6f fix #963: keyboard shortcut to copy OTP in background 2019-10-06 08:48:11 +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 08d7261488 less underscore 2019-09-17 23:44:17 +02:00
antelle 89ccb99395 less underscore 2019-09-17 22:17:40 +02:00
antelle b405ca970c file model 2019-09-17 21:39:06 +02:00
antelle 9c3c9d28fa app setting model 2019-09-17 19:50:42 +02:00
antelle 87eb0468a6 events 2019-09-17 19:01:12 +02:00
antelle 2fcc6f2ea3 events 2019-09-16 22:57:56 +02:00
antelle 0dea89c0de event listeners 2019-09-16 21:49:21 +02:00
antelle 12079f6ac6 bugfixes 2019-09-16 20:54:14 +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 ccace95a6c details view 2019-09-16 19:24:15 +02:00
antelle e7d13ff254 details views 2019-09-16 19:09:57 +02:00
antelle b16dd74492 details views 2019-09-16 18:41:06 +02:00
antelle 43b11277ad icon select view 2019-09-15 20:09:28 +02:00
antelle 9bbea458c6 imports 2019-09-15 14:16:32 +02:00
antelle 58b8ed7940 renamed mixins to view-engine 2019-09-15 12:14:53 +02:00
antelle bc808889a1 removed some view methods 2019-09-15 12:12:00 +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 dbc73a73e2 fix #713: markdown notes 2019-09-14 22:12:02 +02:00
antelle b06cb26edc fix #743: copying entry fields to clipboard 2019-09-14 17:06:38 +02:00
antelle 0a9296c6c4 fix #107: multiline custom fields support 2019-09-11 23:50:18 +02:00
antelle 3df178a026 confirmation for deleting an entry on mobile 2019-09-08 14:20:11 +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 51cc550502 fix #1209: copying app information to clipboard 2019-08-17 11:15:23 +02:00
antelle 84a23e4aea prettier 2019-08-16 23:05:39 +02:00
luckyrat 3841148820 Prevent default on details copy keyboard shortcuts 2019-03-12 12:48:44 +00:00
antelle 92678730ca removed file-saver 2019-01-06 15:38:03 +01:00
antelle 3136abc337
Merge pull request #1059 from dploeger/issue-857
Added tooltip when field from history was copied. Fixes #857
2019-01-02 21:22:11 +01:00
Dennis Ploeger 1e58a5419c Moved to a mixin 2019-01-02 10:49:12 +01:00
antelle 72c912d57f typo 2019-01-01 20:18:33 +01:00
antelle 6202de44df fix #848: disabled auto-type shortcut if there's no auto-type 2018-12-28 19:10:25 +01:00
Coises 2450e3a0b6 Avoid spurious drop-target indications
While app-view already prevented the default action for files and urls
in a browser window (navigation), the drag indicator showed that any
drop was possible. These changes cause the drag indicator to show that
nothing can be dropped on areas of the interface that don't contain
a drop target. The addition of dragenter avoids some flickering which
otherwise can occur when dragging a file rapidly across the group
or entry lists.

Accompanying changes to details-view, menu-item-view and open-view are
needed because those views relied on "inheriting" from app-view
the indication that dropping anything was allowed.
2018-08-23 13:45:35 -07:00