1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-25 07:37:46 +02:00
Commit Graph

443 Commits

Author SHA1 Message Date
antelle
0dd4fa666a moved a lib 2019-09-28 15:44:46 +02:00
antelle
8b2df9e1c8 about 2019-09-28 13:37:52 +02:00
antelle
85b89a2d80 fixed layout issues on the import screen 2019-09-28 10:18:00 +02:00
antelle
8fb8a9d096 #1125: field actions: copy, reveal, auto-type 2019-09-26 23:43:07 +02:00
antelle
26d0cbf2b2 group selector in csv import 2019-09-26 07:19:20 +02:00
antelle
bcee01cdd1 CSV import. fix #498, fix #453 2019-09-25 23:24:38 +02:00
antelle
2b8dca7748 added some ids 2019-09-20 22:57:36 +02:00
antelle
4d7cef70d2 menu models 2019-09-18 23:37:57 +02:00
antelle
15518a4ce0 removed underscore, added lodash 2019-09-18 20:42:17 +02:00
antelle
b405ca970c file model 2019-09-17 21:39:06 +02:00
antelle
9859e921d2 exports 2019-09-16 22:01:59 +02:00
antelle
de2443eb5a auto-type-select view 2019-09-15 23:02:51 +02:00
antelle
c9ac7f2fa3 drag view 2019-09-15 21:22:23 +02:00
antelle
92d4a40228 about 2019-09-14 22:32:35 +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
56d84e1d18 fix #348: configurable system-wide shortcuts 2019-09-14 16:36:30 +02:00
antelle
ba122e786c fix #1255: file format version and kdf selection in settings 2019-09-14 09:34:23 +02:00
antelle
79dd95facd fix #1243: auto-type any field 2019-09-12 19:59:35 +02:00
antelle
31b0097afb fixed links 2019-09-09 16:54:14 +02:00
antelle
5703dceb0c HTML export 2019-09-08 20:28:02 +02:00
antelle
ba56444a6e fixed paddings 2019-09-08 11:46:03 +02:00
antelle
bebb9a88eb fixed field editing styles 2019-09-08 08:25:15 +02:00
antelle
8df70602c0 Merge branch 'master' into develop 2019-09-07 21:16:57 +02:00
antelle
ef39b5c79c donation link changed 2019-09-07 21:15:20 +02:00
antelle
b689c96870 xml files can be now opened as regular files 2019-08-25 12:46:53 +02:00
antelle
ba122bd9d0 fix #1241: config option to disable xml export (canExportXml) 2019-08-24 06:56:25 +02:00
antelle
74a005d0e3 removed an unused field 2019-08-17 20:09:24 +02:00
antelle
32b4e99c12 merge GrantMoyer-develop: option to hide password in the generator 2019-08-15 22:08:26 +02:00
Grant Moyer
d96f458a1b Easy requested changes 2019-08-14 22:59:53 -04:00
Grant Moyer
93b05e448e Remove hide button from copy mode of password generator
Also fix a regression I had introduced
2019-08-07 19:49:27 -04:00
Grant Moyer
065ca2dad4 Remove extraneous change and fix indentation 2019-08-06 22:25:57 -04:00
Grant Moyer
9c8ebde19d Move hide button to top of dialog 2019-08-06 18:48:21 -04:00
Grant Moyer
ebcbe6496a Add tooltip to password hiding button 2019-08-05 22:24:26 -04:00
Grant Moyer
276afa42da Add option to hide generated password 2019-08-05 19:22:29 -04:00
antelle
2437ae575c fix #1221: added '30 min' lock option 2019-08-05 18:47:01 +02:00
antelle
4e3b0b73b4 fix 1127: auto-type markup 2019-03-31 14:34:55 +02:00
antelle
6a9640ec29 mobile improvements 2019-03-31 13:55:00 +02:00
Dennis Ploeger
9f845c4eb8 Optimized settings template 2019-03-04 21:59:21 +01:00
Dennis Ploeger
a955fcf12f New Feature: Disable direct autotype 2019-03-03 12:53:47 +01:00
Dennis Ploeger
e89eac9a32 Merge branch 'develop' into issue-814 2019-02-04 21:53:09 +01:00
antelle
46ea0ac03e removed filesaver 2019-01-06 16:50:13 +01:00
Dennis Ploeger
1b896f3218 Rank calculation when searching and a new sorter based on that rank.
Rank is calculated as requested in #814.
String rank calculation was taken from the auto type filter and
moved into a mixin.
Fixes #814
2019-01-04 09:05:44 +01:00
antelle
3ee3ca89a4
Merge pull request #1057 from dploeger/issue-880
Use "Sync" instead of "Save" on cloud storage. Fixes #880
2019-01-03 19:19:14 +01:00
Dennis Ploeger
3b3baf1c27 Introduced a new verb form of "Sync" as setFileSync was already used as a noun 2019-01-03 08:13:08 +01:00
Dennis Ploeger
425389051a Implemented an auto save feature that periodically saves all files
Changed the label for the old "auto save feature" to make it more distinct from the new feature
Removed the setting from view for non-desktop users, because it wasn't supported there anyway
Fixes #745
2019-01-02 15:19:19 +01:00
Dennis Ploeger
81aafce72b Use "Sync" instead of "Save" on cloud storage. Fixes #880 2018-12-28 08:24:26 +01:00
Dennis Ploeger
3bde78d9f2 Added name field. fixes #975 2018-12-21 08:24:25 +01:00
Dennis Ploeger
06b3e80880 Nasty typo fix, added shortcut information in the autotype selector 2018-10-13 15:21:55 +02:00
antelle
4a070bbc57 Removed autocapitalization from WebDav fields, fix #1014 2018-10-11 22:52:11 +02:00
sahal.sahal
00d12b96db #646 Change confirm password message. 2018-08-31 02:31:39 +08:00
sahal.sahal
dbbf759aaa #646 Fix switch to another tab bug. 2018-08-31 01:26:16 +08:00
sahal.sahal
50b7df3c45 #646 Update confirm password ux. 2018-08-29 07:10:54 +08:00
sahal.sahal
3e55478f4b #646 Implement confirm master password 2018-08-28 00:15:23 +08: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
90aaf45282 removed old libs 2018-03-03 11:04:33 +01:00
antelle
8561756335 fix #795: inputs validation in file settings 2017-12-26 09:54:42 +01:00
antelle
0779620a66 fix #815: disabled autocomplete for empty file passwords 2017-12-23 21:08:23 +01:00
Gregory
ea9875db38 add tabindex to labels on open screen and listen to keydown event to trigger same functionality as onclick.
add handlebar helper for addition to use with iteration to set tabindex from index plus some starting number.
add dev script to package.json
2017-12-23 13:00:55 -06:00
antelle
40c3b0b5bd fixed google drive files listing 2017-12-09 22:06:36 +01:00
antelle
f390b690a7 fix #353: WebDAV file creation 2017-11-27 22:11:00 +01:00
antelle
db36cbaebb fix #686: disable click to open for canOpen=false 2017-11-26 19:21:16 +01:00
antelle
7d13b49093 redesigned Dropbox chooser 2017-11-26 17:26:58 +01:00
antelle
954a38b8d8 Merge branch 'master' into develop 2017-08-31 21:30:20 +02:00
antelle
9defd2476d fixed autocompletes in new chrome 2017-08-31 19:10:59 +02:00
antelle
6163fa4ba8 fix #422: lock on mac lock 2017-06-12 21:02:16 +02:00
antelle
d02a4671cb fix #656: prevent master password autocomplete 2017-06-07 19:31:06 +02:00
antelle
e5bfa59c50 fix #422: better lock or sleep message 2017-06-03 21:09:03 +02:00
antelle
65a47a8fe4 lock on computer sleep 2017-06-02 20:16:09 +02:00
antelle
196bb3385b fix #644: plugin gallery load button 2017-05-28 17:03:10 +02:00
antelle
bacb65b584 fix #641: fixed mac app layout issues with custom titlebar styles 2017-05-26 18:57:45 +02:00
antelle
a219d4254c auto-update plugins checkbox 2017-05-20 11:27:28 +02:00
antelle
5bfce6c871 plugin settings 2017-05-19 22:05:35 +02:00
antelle
7c7e8f5900 removed utility from libraries 2017-05-17 22:41:12 +02:00
antelle
a006b0f5fc plugin link 2017-05-17 20:06:44 +02:00
antelle
f59c4970c9 plugin dev and translation links 2017-05-17 19:25:08 +02:00
antelle
cb0f81840a better plugin install page 2017-05-16 22:28:29 +02:00
antelle
d01e06349f don't show backups if there's no suitable provider 2017-05-15 22:27:01 +02:00
antelle
aabd460bf5 hide unicode flags on windows 2017-05-14 21:23:49 +02:00
antelle
af2de71e5d check plugins public keys 2017-05-14 17:14:21 +02:00
antelle
05c92b2266 plugin search 2017-05-14 13:13:09 +02:00
antelle
70dc9a64ce plugin styles 2017-05-13 22:57:06 +02:00
antelle
14755294b2 plugin install progress button 2017-05-13 22:53:45 +02:00
antelle
4664979e8d plugin gallery 2017-05-13 22:36:07 +02:00
antelle
9275c7802e print plugin update date 2017-05-13 14:00:03 +02:00
antelle
06dcfcb2cb fix donation link 2017-05-12 18:43:04 +02:00
antelle
fac7c41275 fix 559: show all entries on auto-type 2017-05-07 19:45:53 +02:00
antelle
56a07ad0e7 open plugins from languages 2017-05-05 20:41:45 +02:00
antelle
1195408b1d button in settings 2017-04-29 18:57:18 +02:00
antelle
fd96ecfd43 plugins page 2017-04-27 14:50:36 +02:00
antelle
4433654686 fix #609: enable/disable plugins 2017-04-26 22:06:07 +02:00
antelle
8cac1b8cdd Dropbox V2 API endpoints 2017-04-16 17:00:35 +02:00
antelle
67520a35ba fix #583: reduced mobile footer icons density 2017-04-16 00:01:07 +02:00
antelle
87549c0d13 Merge branch 'lock-after-auto-type' of https://github.com/lawrencium/keeweb into lawrencium-lock-after-auto-type 2017-04-11 18:41:03 +02:00
lawrencium
1ffdf2b438 code changes per @antelle's review 2017-04-09 01:31:05 -07:00
lawrencium
b0288b8815 added option to auto-lock database after an auto-type action is performed 2017-04-08 15:53:12 -07:00
antelle
c084746b3e updating plugins 2017-04-08 23:35:26 +02:00
antelle
70cbcb5c36 desktop plugins 2017-04-08 17:34:27 +02:00
antelle
c8fa6a7ac5 Merge branch 'EnricoMonese-ui' into develop 2017-03-28 20:08:14 +02:00
antelle
2b7e007199 Merge branch 'ui' of https://github.com/EnricoMonese/keeweb into EnricoMonese-ui 2017-03-28 19:28:11 +02:00
Enrico Monese
aec6129041 Move platform check to FeatureDetector 2017-03-26 16:46:26 +02:00
Enrico Monese
ff65ef6cc6 Only display titlebar style setting on macOS 2017-03-26 16:36:07 +02:00
Enrico Monese
978c9e06ce Change draggable regions depending on titlebar style 2017-03-26 16:14:28 +02:00
Enrico Monese
165efc1192 Fix menu layout for title styles 2017-03-26 03:42:21 +02:00
Enrico Monese
7330d87b6b Move up titlebar style setting 2017-03-26 01:59:26 +01:00
Enrico Monese
91286fd7a9 Finalize titlebar style setting 2017-03-26 01:57:52 +01:00
Enrico Monese
b4a5b24ef2 Add dropdown for titlebar style in general settings 2017-03-25 21:31:12 +01:00
Enrico Monese
d8c522fadd Fix layout to not overlap with inset title bar 2017-03-25 18:57:03 +01:00
antelle
e459b8ef7b theme plugins 2017-02-21 22:05:18 +01:00
antelle
b78457f356 plugin load times display 2017-02-19 19:30:59 +01:00
antelle
6dfcfdc9d4 deps info 2017-02-19 12:50:59 +01:00
antelle
9c30035381 plugin management page 2017-02-19 12:40:21 +01:00
antelle
624a1c10c7 locale plugins 2017-02-19 10:29:18 +01:00
antelle
20cc765fb5 plugins first implementation 2017-02-18 23:46:59 +01:00
antelle
b24d49dd93 file path hint in recent files list 2017-02-04 23:48:27 +01:00
antelle
ab46c0d08b argon2 kdf settings editor 2017-01-31 23:18:58 +01:00
antelle
de1dc22fd2 fix #429: option to disable latest file removal 2017-01-29 12:03:33 +01:00
antelle
19b3a16c5f fix #408: auto-lock in 12 hours or day 2017-01-29 11:35:07 +01:00
arantir
c2d4037c24 Added a setting to store key files path only 2016-12-11 15:39:59 +02:00
antelle
1fa8759fdb replaced ie icon with edge 2016-09-18 22:29:03 +03:00
antelle
289a463c3f translate advanced search options 2016-09-05 00:51:01 +03:00
antelle
427c57cfc6 apply locale to menu 2016-08-24 22:18:18 +03:00
antelle
4dfcc89988 cleanup locale 2016-08-23 23:20:13 +03:00
antelle
749b417e93 import locale 2016-08-22 21:51:52 +03:00
antelle
67b8e43cbc cleanup locale 2016-08-22 19:58:14 +03:00
antelle
3332914a0f locale support 2016-08-22 00:12:49 +03:00
antelle
7eef501d88 fix #292: option to disable open, new and demo buttons 2016-08-21 21:23:09 +03:00
antelle
603a7ab66a scheduled backups 2016-08-21 19:46:44 +03:00
antelle
c12fa8ffdb backup to file 2016-08-21 19:07:59 +03:00
antelle
ece562c343 allow backup to self 2016-08-20 11:58:03 +03:00
antelle
8a89de6b80 backup view 2016-08-16 23:55:17 +03:00
antelle
57b677dcc7 backups ui 2016-08-16 23:11:54 +03:00
antelle
969e60212c fix label 2016-08-15 21:38:43 +03:00
antelle
f94493a82c generator presets 2016-08-14 19:18:51 +03:00
antelle
285f74d55e presets selection 2016-08-13 23:19:15 +03:00
antelle
2ca03401e4 generator presets view 2016-08-13 22:13:16 +03:00
antelle
fa02e6d5b5 fix #260: confirmation in password change dialog 2016-08-13 19:22:55 +03:00
antelle
cc7d9fab73 group reorder 2016-07-30 21:41:15 +03:00
antelle
76ccaa6c23 auto-type select 2016-07-26 23:21:20 +03:00
antelle
c490243685 auto-type select view 2016-07-25 21:27:22 +03:00
antelle
cb28c0cb37 auto-type filter 2016-07-25 00:53:42 +03:00
antelle
d9a6de570f show auto-type view inside app window 2016-07-24 23:57:12 +03:00
antelle
6a4c6594a7 auto-type popup 2016-07-24 20:11:25 +03:00
antelle
e84551a081 hide minimize lock on web 2016-07-17 16:01:06 +03:00
antelle
dd0e01a89f fix #271: option to skip lock on minimize under mac 2016-07-17 15:31:11 +03:00
antelle
27982cc6a6
hide global auto-type shortcut 2016-07-04 23:16:26 +03:00
antelle
f0139c93e2
Change master password if it's expired 2016-07-03 19:46:43 +03:00
antelle
303ea5ac24
better advanced search icon 2016-06-12 10:53:30 +03:00
antelle
b09e504e9e
customizable table view 2016-06-11 17:18:11 +03:00
antelle
8990058bca
table columns list ui 2016-06-10 22:08:28 +03:00
antelle
172bd0eefb repo links 2016-06-04 23:34:49 +03:00
antelle
466c0a24d1 option to show app logs 2016-06-04 11:31:06 +03:00
Steven MacLeod
3fd7e9de9f fix #113: increased max password length
0198828ca7 missed a couple places to increase the max password length
2016-05-21 14:17:29 -04:00
antelle
0198828ca7 fix #113: increased max password length 2016-05-21 20:55:20 +03:00
antelle
8788e67cf8 fix #217: ability to increase font size 2016-05-15 10:57:29 +03:00
antelle
46f3d76380 auto-type hint 2016-04-26 22:40:18 +03:00
antelle
b16f07b72c fix auto-type layout 2016-04-23 18:19:48 +03:00
antelle
48f10ca4a7 entry auto-type ui 2016-04-23 17:50:40 +03:00
antelle
b00e1196a1 fix add attachment button 2016-04-23 01:11:36 +03:00
antelle
1456cff1b9 fix #198: always show add attachment icon 2016-04-21 22:37:54 +03:00
antelle
4e64c87485 removed xmldom 2016-04-21 21:34:23 +03:00
antelle
111182458d edit and remove tags 2016-04-17 23:02:39 +03:00
antelle
7e205e6958 fix #33: save groups collapsed/expanded state 2016-04-17 19:16:51 +03:00
antelle
3de0836c85 auto-type group ui 2016-04-17 15:31:08 +03:00
antelle
a5da669a3b fix #190: allow selecting attachments with click 2016-04-17 13:17:07 +03:00
antelle
d7e2dd81a4 Merge branch 'release-1.1' into develop 2016-04-10 11:26:52 +03:00
antelle
64a6124b86 option to try beta version in desktop app 2016-04-10 11:26:40 +03:00
antelle
ba1624e631 auto-type shortcuts 2016-04-10 10:02:32 +03:00
antelle
98ebff0534 enter otp manually 2016-04-04 21:45:17 +03:00
antelle
5eec337e75 fix #89: disallow protected fields value selection 2016-04-03 12:48:37 +03:00
antelle
2dbc350b53 reading otp qr codes 2016-03-31 23:52:04 +03:00
antelle
9c9abaae80 svg icons in last open files list 2016-03-27 09:14:15 +03:00
antelle
c33031dd57 save to... in file settings 2016-03-26 11:57:58 +03:00
Antelle
fff01ce091 fix #57: support custom Dropbox apps and folders 2016-03-18 00:10:49 +03:00
Antelle
c18539833b fix #157: option to disable storage providers 2016-03-13 20:33:25 +03:00
Antelle
4d4b0b3fab dropbox provider settings config 2016-03-13 19:45:55 +03:00
Antelle
0eda512479 unified storage providers creation 2016-03-13 19:08:25 +03:00
Antelle
b6c09dc0c0 fix #155: show dropbox chooser only if it's working 2016-03-13 16:41:55 +03:00
Antelle
5185434b97 move demo up 2016-03-13 13:41:08 +03:00
Antelle
f75f936bd3 fix #53: hide demo once opened 2016-03-13 12:54:16 +03:00
Antelle
7303119b4e not implemeted stubs 2016-03-12 20:20:20 +03:00
Antelle
4a13d4f130 webdav settings ui 2016-03-12 14:22:35 +03:00
Antelle
4a9a61168a more open options icons 2016-03-09 23:52:19 +03:00
Antelle
b99c6a46b3 Merge branch 'baumhoto-missing_settings_shortcut' into develop
Conflicts:
	app/scripts/util/locale.js
	app/templates/settings/settings-shortcuts.hbs
2016-03-08 10:38:33 +03:00
Tobias Baumhöver
1a4c4a7862 - added missing shortcut description for Lock (Cmd/Ctrl+L) 2016-03-06 19:33:28 +01:00
Antelle
5cc080b565 more spacing 2016-03-05 16:36:43 +03:00
Antelle
32eaa38b30 disallow select system fields 2016-03-05 12:10:38 +03:00
Antelle
ebf8baac94 fix #58: hide empty fields 2016-03-05 11:35:22 +03:00
Antelle
e432fd9748 hide global shortcuts for webapp 2016-02-28 20:18:11 +03:00
Antelle
12cb153939 Merge branch 'baumhoto-globalshortcut' into develop 2016-02-28 20:13:23 +03:00
Tobias Baumhöver
a7d00f8cfa - refactored 3 copyKeyPress functions into one
- added additional shortcut keys to settings-shortcuts.hbs
- added locales for new shortcut keys
- fixed code formatting issue
2016-02-28 15:08:49 +01:00
Antelle
90fdfd5f68 fix #120: settings shortcut description 2016-02-26 20:20:08 +03:00
Antelle
191de578a5 Merge branch 'pathway27-patch-1' into develop 2016-02-26 07:47:50 +03:00
Sree
793660f810 typo(settings-about): normalize.css 2016-02-26 11:53:41 +11:00
Antelle
9595cee273 fix #99: option to search in title 2016-02-25 22:50:31 +03:00
Antelle
6f929ffd5b fix #96: regenerate password button 2016-02-23 09:43:43 +03:00
Antelle
11ab09d641 fix #92: shortcut to copy username 2016-02-22 10:09:23 +03:00
Antelle
ab76e3f90d generator presets 2016-02-16 00:06:11 +03:00
Antelle
8fc4fec3c2 fix #75: option to lock on password copy 2016-02-14 15:05:31 +03:00
Antelle
4eb5eb39e9 option to remember keyfiles 2016-02-14 14:20:21 +03:00