Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-15 | Add recovery code support for two-factor auth (#1773) | Patrick Figel | |
* Add recovery code support for two-factor auth When users enable two-factor auth, the app now generates ten single-use recovery codes. Users are encouraged to print the codes and store them in a safe place. The two-factor prompt during login now accepts both OTP codes and recovery codes. The two-factor settings UI allows users to regenerated lost recovery codes. Users who have set up two-factor auth prior to this feature being added can use it to generate recovery codes for the first time. Fixes #563 and fixes #987 * Set OTP_SECRET in test enviroment * add missing .html to view file names | |||
2017-04-13 | Settings export refactor (#1646) | Matt Jankowski | |
* Refactor Export to take an account and know about the export types * Use Export instance in settings/exports#show | |||
2017-04-12 | Allow import/export of mutes list (#1541) | Matt Jankowski | |
* Allow export of mutes list * Allow importing of mutes list * Refactor to use Settings::Exports::BaseController and DRY up exports code | |||
2017-04-11 | Refactor exports controller (#1567) | Matt Jankowski | |
* Add basic coverage for settings/exports controller * Remove unused @account variable from settings/exports controller * Add coverage for download export actions * Remove deprecated `render :text` in favor of `send_data` for csv downloads * Add model to handle exports * Use Export class in settings/exports controller * Simplify settings/exports controller methods * Move settings/export to more restful routes | |||
2017-04-11 | Merge branch 'master' of https://github.com/blackle/mastodon into blackle-master | Eugen Rochko | |
2017-04-11 | Allow user to disable the boost confirm dialog in preferences | blackle | |
2017-04-10 | Clean up generation of account webfinger string (#1477) | Matt Jankowski | |
* Consolidate webfinger string creation under Account#to_webfinger_s * Introduce Account#local_username_and_domain for consolidation | |||
2017-04-08 | Fix #795, fix #704, fix #835 - 2FA requires confirmation to be enabled (#1278) | Eugen | |
* Fix #795, fix #704, fix #835 - 2FA requires confirmation to be enabled TOTP secret is not shown again after 2FA is enabled * Clean up | |||
2017-03-30 | Import feature for following/blocking lists (addresses #62, #177, #201, #454) | Eugen Rochko | |
2017-03-19 | Export follow/block lists as CSV | Eugen Rochko | |
2017-03-04 | Add digest e-mails | Eugen Rochko | |
2017-02-27 | Fix #104 - Style OAuth authorized applications page | Eugen Rochko | |
Add ability to search accounts by display name | |||
2017-02-13 | Fix #587 - Display TOTP secret next to QR code | Eugen Rochko | |
2017-02-07 | Fix preferences save | Eugen Rochko | |
2017-02-06 | Add API modifiers to limit returned toots from public/hashtag timelines | Eugen Rochko | |
to only those from local users; Add link to "extended information" to getting started in the UI; Add defaults for posting privacy; Change how publish button looks depending on posting privacy chosen | |||
2017-01-28 | Update settings to re-use admin layout, one big navigation tree, improve ↵ | Eugen Rochko | |
settings forms | |||
2017-01-27 | Added optional two-factor authentication | Eugen Rochko | |
2017-01-12 | Migrate from ledermann/rails-settings to rails-settings-cached which allows ↵ | Eugen Rochko | |
global settings with YAML-defined defaults. Add admin page for editing global settings. Add "site_description" setting that would show as a paragraph on the frontpage | |||
2016-12-26 | Add preferences for follow request notification e-mails | Eugen Rochko | |
2016-12-22 | Add "locked" flag to accounts, prevent blocked users from following, ↵ | Eugen Rochko | |
force-unfollow blocked users | |||
2016-12-06 | Add filters for suspended accounts | Eugen Rochko | |
2016-11-30 | Per-status control for unlisted mode, also federation for unlisted mode | Eugen Rochko | |
Fix #233, fix #268 | |||
2016-11-25 | Fix #65 - Options to block notifications from people you don't follow/who ↵ | Eugen Rochko | |
don't follow you | |||
2016-11-24 | Extract filename obfuscation into module | Alyssa Ross | |
2016-11-23 | Rename media to avoid exposing filename (fixes #207) | Andrea Faulds | |
2016-11-21 | Local accounts can control "silenced" attribute which removes them from ↵ | Eugen Rochko | |
public timeline | |||
2016-11-16 | Add user locale setting | Eugen Rochko | |
2016-11-15 | Adding some localizations | Eugen Rochko | |
2016-11-15 | Fix rubocop issues, introduce usage of frozen literal to improve performance | Eugen Rochko | |
2016-10-14 | E-mail preferences page | Eugen Rochko | |