* Docs: some doc fixes, refactorings and ext clarification
* Further fixes and recovering search
* Only main heading has one # so that navigation works
* remove about
* docs: update TOC
* Adjust release-notes script
* remove authors plugin properly
* corrections & simplifications
* cli_text.py updated
* architecture.md edited
* extensions and some small fixes
* docs: update TOC
Co-authored-by: k9ert <k9ert@users.noreply.github.com>
Co-authored-by: moneymanolis <moneymanolis@protonmail.com>
* Added pictures
* Added text
* wrote more in the guide
* Added links to vendors websites
* Added more links
* Added fingerprints in fig
* added links ot other guides
* Improved arrows
* Added links
* Better sub-bullets
* Changed the Testing part
* typos
* Chore: Adjusted releasing process and adding liquidissuer (#1716)
* refactor build-linux to avoid build-ci.sh
* adding set_setup_py_version to release_helper
* yet another tiny release-helper
* adjusted for win-compatibility
* fix windows build again
* fix directory-change
* part2
* kick
* kick
* kick
* kick
* dependencie for ./utils
* revert before_script
* unix, not linux
* fix buildscript
* restore version.txt
* fix
* fex exe
* bugfix: not exiting directory
* kick
* kick
* kick
* adding liquidissuer
* docstrings
* fix upload locations
* some docs
* ommit external exts in DevelopmentConfig
* simplifying startup for external exts
* macos improvements
* Merge branch 'master' of github.com:cryptoadvance/specter-desktop into liquidissuer
* last build-script adjustements
* fixed params gain
* reapply lost sys changes
* upgrade liquidissuer
* remove unnecessary print statement.
* remove unnecessary EXTENSION_LIST reduction in Development
* Bugfix: disable gunicorn for windows
* fix version.py
* black
* fix build
* last fixes for the macos-script
* Update src/cryptoadvance/specter/util/reflection.py
* Better formatting for cli
* a bit of reformating for cli_ext
* ignoring elements test
* skip test
* fix link to specterext-dice
* Removed link
* Added point about fewer devices
added more details
* Improved link
* Added seed plate comparision link
* Changed list character
* Added link in frint-end
* - changed text to multisig guide
- Replaced FAQ link by a link to the docs
* Added second link to multisig guide.
* Added video plugin to mkdocs
* Added requirement mkdocs-video
* Added mkdocs-video in the script
* reset requirements
* solved https://github.com/cryptoadvance/specter-desktop/issues/1736
* Added link in Readme
* changed video link
* Fixed sublist identation
* Changed video guide text
* Explained fingerprint
* Improved registering multisig setup
* Add picture about registering
* updated pic
* Merged the table from the tradeoff.md into the guide
* typo fix
* Fixed link
* Replaced https://deploy-preview-1731--specter-desktop-docs.netlify.app by https://specter-desktop-docs.netlify.app
Co-authored-by: Kim Neunert <k9ert@gmx.de>
* some typo fixes
consistent capitalization and other.
* typos in connect-your-node.md
* Update continuous-integration.md
* typos in cypress tests
* typos in faq
* typo in security tradeoff
* typo in reverse-proxy
* typos in self-signed-certificate
* typos in tor.md
* -add rate limiting to login and register endpoints
-change otp codes to be harder to guess
* allow user to view/change login and registration rate limiting value
* - add registration link expiry
- make it harder for attackers to discover usernames
- disallow empty usernames
- disallow short passwords
- move "generate registration link" button to the bottom to try and make it clearer that it wont update settings
* create "auth" config subsection
* dont show rate limit and registration timeout inputs unless user is admin
* blackify
* fix mistakes in expiration logic
* fix missed changes to use method field of the auth structure
* fix registration_link_timeout input not present when user is admin
Co-authored-by: benk10 <ben.kaufman10@gmail.com>