Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Suggestions #99

Closed
gxgani opened this issue Aug 8, 2016 · 1 comment
Closed

Feature Suggestions #99

gxgani opened this issue Aug 8, 2016 · 1 comment

Comments

@gxgani
Copy link

gxgani commented Aug 8, 2016

  • Autolock Ignore Window Flag/Switch?
    I have a blank window opened and minimized to tray so Firefox responds quickly upon launching (ublock+other extensions cause delay)
  • Possible to lock if the Windows User account is logged out?
@vanowm
Copy link
Owner

vanowm commented Dec 10, 2016

The ignore flag can be added, how should I name the option for this? (it's going to be as a menu item with a checkbox in toolbar button)
"Disable lock of this window"?

As of windows user logout, not possible with current API without using js-ctypes which is way beyond my knowledge

P.S.
next time please split suggestions/issues as separate topics it would make it easier to track.

vanowm added a commit that referenced this issue Dec 17, 2016
(2016-12-16)

+ MP prompt inside locked window (issue #83)
+ new options to disable password field in locked windows after NN failed attempts for NN seconds.
+ new option to lock/logout when computer goes to sleep (not all systems supported https://bugzilla.mozilla.org/show_bug.cgi?id=758848) (issue #68)
+ ability prevent individual window from getting locked when global lock initiated (it doesn't affect locking as individual windows) extensions.masterPasswordPlus.nolockpersist hidden setting controls if such flag restored after restart (issue #99)
+ help tab in options
! incorrect default action used on toollbar button (issue #100)
! MP prompt buttons didn't fit into window (issue #102)
! window minimize/maximize/exit buttons are not visible when window is locked and browser.tabs.drawInTitlebar enabled
! window size changed when lock on minimize enabled and window minimized
- extensions.masterPasswordPlus.lockignorefirstkey setting (issue #90)
- dropped support for FF 14 and older
* user activity is now detected globally - even when FF/TB not in focus (issue #95)
* optimized handling of preferences changes
* submitting empty password no longer considered as incorrect
vanowm added a commit that referenced this issue Dec 20, 2016
(2016-12-20)

+ MP prompt inside locked window (issue #83)
+ new options to disable password field in locked windows after NN failed attempts for NN seconds.
+ new option to lock/logout when computer goes to sleep (not all systems supported https://bugzilla.mozilla.org/show_bug.cgi?id=758848) (issue #68)
+ ability prevent individual window from getting locked when global lock initiated (it still allows use "lock this window") extensions.masterPasswordPlus.nolockpersist hidden setting controls if such flag restored after restart (issue #99)
+ help tab in options
+ debug options (when activated debug, browser console automatically opens)
! incorrect default action used on toollbar button (issue #100)
! MP prompt buttons didn't fit into window (issue #102)
! window minimize/maximize/exit buttons are not visible when window is locked and browser.tabs.drawInTitlebar enabled
! window size changed when lock on minimize enabled and window minimized
! Window title not restored after locked window unlocked (issue #91)
! postbox v5.x support (issue #101)
- extensions.masterPasswordPlus.lockignorefirstkey setting (issue #90)
* user activity is now detected globally - even when FF/TB not in focus (issue #95)
* optimized handling of changes in preferences via about:config
* submitting empty password no longer considered as incorrect and doesn't count towards failed attempts.
@vanowm vanowm closed this as completed in a2058dd Dec 20, 2016
vanowm added a commit that referenced this issue Dec 24, 2016
(2016-12-20)

+ MP prompt inside locked window (issue #83)
+ new options to disable password field in locked windows after NN failed attempts for NN seconds.
+ new option to lock/logout when computer goes to sleep (not all systems supported https://bugzilla.mozilla.org/show_bug.cgi?id=758848) (issue #68)
+ ability prevent individual window from getting locked when global lock initiated (it still allows use "lock this window") extensions.masterPasswordPlus.nolockpersist hidden setting controls if such flag restored after restart (issue #99)
+ help tab in options
+ debug options (when activated debug, browser console automatically opens)
! incorrect default action used on toollbar button (issue #100)
! MP prompt buttons didn't fit into window (issue #102)
! window minimize/maximize/exit buttons are not visible when window is locked and browser.tabs.drawInTitlebar enabled
! window size changed when lock on minimize enabled and window minimized
! Window title not restored after locked window unlocked (issue #91)
! postbox v5.x support (issue #101)
! changes log popup shows incorrect changes preview when more then one window opened on startup
! Unable unlock when enabled Lock on minimize all windows and a window still minimized (closed #105)
- extensions.masterPasswordPlus.lockignorefirstkey setting (issue #90)
* user activity is now detected globally - even when FF/TB not in focus (issue #95)
* optimized handling of changes in preferences via about:config
* submitting empty password no longer considered as incorrect and doesn't count towards failed attempts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants