IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
* create a new sensitive input type to replace password
* added a new input configuration for the sensitive type called hasShowInputButton (this shows a button to the left of the field that toggles the display of plain text)
* updated the credentials form configuration
* removed confirm password boxes for *entering* sensitve information
* updated the Keyphrase label
* fixed a bug in the credentials controller's ask function, which did not check to see if a confirmation input was defined or not
the UI was trying to reconnect to the socket server using the previous session's auth token. I'm forcing a disconnect now when the session times out and i added 'force new conection' to true in the socket configuration so that when a new session starts it doesn't use the old auth token.
* upstream_master: (70 commits)
Automate cleanup of old dist directory
Don't import modules that don't export anything
Include ui template in manifest
Lock dependency version until tests are fixed
Add script to lookup locations based on a sourcemap
Allow all static files to be loaded from dist
Remove stray console log
[beautify] disable requiretty for root
Keep git URLs in SCP format for project updates. Fixes https://trello.com/c/xUL2FZyu
Adding a --noinput flag.
"source" for apt
Update license writer for Matt's comments.
Update package fact format after discussions with core team
Move code under lib/ansible to js/shared
forgot to call super
Remove docs for scheme parameter.
Replace ansi2html (GPL) with ansiconv (MIT).
Final socket fix
Update source location of socket.io-client
Revert accidental socket.io upgrade
...