Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-17 | Optimize user setting page for mobile browser (#1924) | Yuki Nakagawa | |
* Remove overflow because it blocks scrolling on mobile safari. * Add “-webkit-overflow-scrolling: touch;” to enable smooth scroll on mobile safari and other webkit browsers. * Use radio buttons in user setting page. Because select tags with long text are not fit in the width of mobile devices. * Add flex property to fit labels to devise width. * Change font size of select. It causes auto zooming on mobile safari. | |||
2017-04-16 | Use local vars in partials (#1935) | Matt Jankowski | |
* Use local vars in accounts/header partial * Use local variable in 2fa recovery codes partial | |||
2017-04-16 | Fix up recovery codes design a little (#1866) | Eugen | |
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 | Allow user to disable the boost confirm dialog in preferences | blackle | |
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-26 | Fix up some localizations | Eugen Rochko | |
2017-03-21 | Don't list "direct" under default post privacy settings | Eugen Rochko | |
2017-03-21 | Improved landing page | 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-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-15 | Add a textual 'Back to Mastodon' link in footer of settings pages | Effy Elden | |
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-26 | Replacing follow requests in the settings area with in-UI column | Eugen Rochko | |
2016-12-23 | Add page for authorizing/rejecting follow requests | Eugen Rochko | |
2016-12-22 | Follow call on locked account creates follow request instead | Eugen Rochko | |
Reflect "requested" relationship in API and UI Reflect inability of private posts to be reblogged in the UI Disable Webfinger for locked accounts | |||
2016-12-22 | Add "locked" flag to accounts, prevent blocked users from following, ↵ | Eugen Rochko | |
force-unfollow blocked users | |||
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-21 | Local accounts can control "silenced" attribute which removes them from ↵ | Eugen Rochko | |
public timeline | |||
2016-11-19 | Display human names of locales in dropdown | Eugen Rochko | |
2016-11-16 | Add user locale setting | Eugen Rochko | |
2016-11-15 | Adding some localizations | Eugen Rochko | |
2016-10-18 | Improving all forms | Eugen Rochko | |
2016-10-14 | E-mail preferences page | Eugen Rochko | |
2016-09-25 | Improved style of settings page | Eugen Rochko | |
2016-03-14 | Customizing the last of doorkeeper views, adding CSS for dashboard forms | Eugen Rochko | |
2016-03-12 | Adding simple_form, adding profile settings, header image | Eugen Rochko | |