Commit Graph

165 Commits

Author SHA1 Message Date
Erayd
bac6d640bf Properly wrap list action (#15) 2018-04-22 12:29:10 +12:00
Maxim Baz
3d4fb25aab Style main popup view (#10) 2018-04-22 02:27:59 +02:00
Erayd
2f6efa0ba4 Sort full list (#13)
* Sort full list
* Make code clearer
2018-04-22 02:34:06 +12:00
Erayd
aab9dc3f5b Allow tab to work normally (#12) 2018-04-22 01:58:13 +12:00
Erayd
9727bea183 Fix URL bugs (#11)
* Handle no-url-in-file case
* Handle null case
* Fix split (use lookbehind)
* Get user from path
2018-04-22 01:48:14 +12:00
Erayd
af96b0309c Track recently used logins & display first in popup (#9)
* Track recently used logins & display first in popup

Results are sorted by:
 - Most recent store first
 - Within each store, login with highest use count first
 - Within same usage count, most recent first

There is a 60-sec debounce on logins, to avoid excessive incrementing of
the counter when a login is used multiple times in rapid succession
(e.g. for copying user / pass etc.).
2018-04-22 00:26:05 +12:00
Erayd
65f6748737 Add copy actions (#8)
* Add copy actions
* Add hotkeys to search box
2018-04-21 22:19:33 +12:00
Erayd
b0d84370a0 Implement basic auth (#6)
* Fix indentation & add permissions for basic auth

* Implement basic auth

* Remove debug statement

* s/browser/chrome/g

* Use one global tab-update listener

* Make webRequest permissions on-demand
2018-04-21 20:58:37 +12:00
Erayd
6efaa5ef36 Add button to remove domain filter (#7)
* Add button to remove domain filter

* Fix removing hint via backspace when search text is present

* Move trim & fuzzy-enabled into search function

* Simplify code

* Use a more descriptive name
2018-04-21 20:46:59 +12:00
Erayd
9c6b7237f5 Port Maxim Baz's form-fill logic (#5)
* Port Maxim Baz's injected form-fill logic
* Add hotkey to manifest
2018-04-20 07:33:16 +12:00
Erayd
9ca48cea41 Implement fetch (#4)
* Implement fetch & launch action
* Fix scroll behavior
* Remove horizontal scrollbar
* Add stubs for filling username / password
* Don't pre-filter for chrome:// URLs
* Add inject.js
2018-04-20 00:40:22 +12:00
Erayd
92f2ecea1b Implement search (#3)
* Handle settings response properly
* Change location of default store settings
* Generate chrome extension
* Move popup into its own folder
* Move distribution javascript into new folder
* Remove checkpoint
* Ignore dist JS files
* Rename background source file
* Update clean rule
* Fix make rule for generated files
* Also tidy CSS files
* Implement searching
* Add icon to search bar
* Add copy-password action
* Add copy-user action
* Add launch action
* Button styling
* Send action to backend
* Set targets to .PHONY
* Highlight the first entry
* Allow disabling fuzzy search by starting search with a space
2018-04-19 23:57:51 +12:00
Erayd
cc6aa2440d Barebones implementation of 'list' action (#2) 2018-04-16 10:58:51 +12:00
Erayd
0f76a9f4e3 Initial structure and settings management (#1) 2018-04-14 22:06:28 +12:00
Erayd
08d44ac641 Create master branch 2018-04-09 09:36:15 +12:00