Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-23 | Admin UI for confirming users (#2245) | Ash Furrow | |
* Shows confirmed status in list. * Adds ability to confirm users in admin UI. * Added new english translations. * Addresses feedback from #2245. * More feedback. | |||
2017-04-18 | Merge branch 'pause-gif' of git://github.com/patf/mastodon into patf-pause-gif | Eugen Rochko | |
2017-04-18 | Remove unused methods (#1730) | Matt Jankowski | |
* Remove unused method #set_counters_maps from api controller * Remove unused method #set_account_counters_maps from api controller * Remove unused method Account#followers_domains * Remove unused User.prolific scope * Add mastodon:users:admins task to list all admin emails * Use interpolated query style in Account.triadic_closures * Coverage for Account.triadic_closures | |||
2017-04-17 | Required foreign keys (#2003) | alpaca-tc | |
* Add `required: true` option to foreign column * Fixes NoMethodError ``` > Favourite.new.valid? NoMethodError: undefined method `reblog?' for nil:NilClass ``` | |||
2017-04-17 | Add gif auto-play/pause preference | Patrick Figel | |
This introduces a new per-user preference called "Auto-play animated GIFs", which is enabled by default. When a user disables this setting, gifs in toots become click-to-play. Previews of animated gifs were changed to display the video play button so that users can distinguish them from regular images. This setting also affects account avatars in the detailed account view, which was changed to use the same hover-to-play mechanism that is used for animated avatars in timelines. Fixes #1652 | |||
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-11 | Allow user to disable the boost confirm dialog in preferences | blackle | |
2017-03-04 | Add digest e-mails | 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-27 | Added optional two-factor authentication | Eugen Rochko | |
2017-01-13 | Extend rails-settings-cached to merge db-saved hash values with defaults | 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 | Follow requests send e-mail notifications, but are excluded from ↵ | Eugen Rochko | |
notifications API Better initial state for unlisted/nsfw toggles | |||
2016-12-04 | Adding configurable e-mail blacklist | Eugen Rochko | |
2016-11-25 | Fix #65 - Options to block notifications from people you don't follow/who ↵ | Eugen Rochko | |
don't follow you | |||
2016-11-23 | Fix #168 - Turn off e-mail notifications by default | Eugen Rochko | |
2016-11-22 | Remove unneeded indices, improve error handling in background workers, don't ↵ | Eugen Rochko | |
needlessly reload reblogged status, send Devise e-mails asynchronously | |||
2016-11-16 | Add user locale setting | Eugen Rochko | |
2016-11-15 | Fix rubocop issues, introduce usage of frozen literal to improve performance | Eugen Rochko | |
2016-11-04 | Adding hashtag model | Eugen Rochko | |
2016-10-07 | Adding user settings (model and mailer), no form yet | Eugen Rochko | |
2016-10-03 | Adding e-mail confirmations | Eugen Rochko | |
2016-10-03 | Fix most pages on small screens | Eugen Rochko | |
2016-10-03 | Making public pages responsive, removing reblogs/favs counts from them | Eugen Rochko | |
2016-09-29 | Improve code style | Eugen Rochko | |
2016-09-25 | Better styling for selected status in detailed view | Eugen Rochko | |
2016-09-24 | Some extra scopes for user sorting | Eugen Rochko | |
2016-08-17 | Upgrade to Rails 5.0.0.1 | Eugen Rochko | |
2016-03-28 | Remember me enabled by default | Eugen Rochko | |
2016-03-26 | Fix favourite handling in ProcessInteractionService | Eugen Rochko | |
2016-03-25 | Fixing FanOutOnWriteService, fixing Sidekiq not having enough DB connections | Eugen Rochko | |
in the pool, adding a throttle of 60rpm per IP, adding mini profiler, adding admin status to users | |||
2016-03-14 | Bind oauth applications to users | Eugen Rochko | |
2016-03-05 | Customizing devise views and controllers | Eugen Rochko | |
2016-03-05 | Removing grape and adding devise | Eugen Rochko | |
2016-02-29 | Refactoring Grape API methods into normal controllers & other things | Eugen Rochko | |
2016-02-26 | Adding views for the profile and entry pages | Eugen Rochko | |
2016-02-22 | Fixes and general progress | Eugen Rochko | |
2016-02-22 | Made some progress | Eugen Rochko | |