Commit Graph

6 Commits

Author SHA1 Message Date
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
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