about summary refs log tree commit diff
path: root/app/models/user.rb
AgeCommit message (Expand)Author
2018-08-26Fix low-hanging rubocop gripes (#8458)Quint Guvernator
2018-08-23Allow mods to disable login, improve message when login disabled (#8329)Eugen Rochko
2018-08-19Reduce user active duration from 7 days to 2 days (#8282)Eugen Rochko
2018-06-17Allow selecting default posting language instead of auto-detect (#7828)Eugen Rochko
2018-06-17Change language opt-out to language opt-in (#7823)Eugen Rochko
2018-05-27Validate that e-mail resolves with MX and it's not blacklisted (#7631)Eugen Rochko
2018-05-18Add preference to hide following/followers lists (#7532)Eugen Rochko
2018-05-11Add REST API for Web Push Notifications subscriptions (#7445)Eugen Rochko
2018-05-05Store home feeds for 7 days instead of 14 (#7354)Eugen Rochko
2018-04-23Update dependencies for Ruby (2018-04-23) (#7237)Yamagishi Kazutoshi
2018-03-19bugfixes and gem update (#6831)Alexander
2018-03-04Provide default OTP_SECRET value for development environment (#6617)Akihiko Odaki
2018-02-28Fix #942: Seamless LDAP login (#6556)Eugen Rochko
2018-02-26Ensure the app does not even start if OTP_SECRET is not set (#6557)Eugen Rochko
2018-02-21Account archive download (#6460)Eugen Rochko
2018-02-09Add preference to always display sensitive media (#6448)Eugen Rochko
2018-02-04Make PAM gem optional, allow configuration over environment (#6415)Eugen Rochko
2018-02-04CAS + SAML authentication feature (#6425)Eugen Rochko
2018-02-02pam authentication (#5303)Alexander
2018-01-23Fix #6331 (#6341)Eugen Rochko
2018-01-19Change belongs_to_required_by_default to true (#5888)Yamagishi Kazutoshi
2018-01-18Replace tutorial modal with welcome e-mail (#6273)Eugen Rochko
2018-01-15Move e-mail digest task to sidekiq, reduce workload, improve hint (#6252)Eugen Rochko
2018-01-05Fix email confirmation link not updating email (#6187)Patrick Figel
2018-01-02Add confirmation step for email changes (#6071)Patrick Figel
2017-12-29Add more instance stats APIs (#6125)Eugen Rochko
2017-11-27Add consumable invites (#5814)Eugen Rochko
2017-11-18Lists (#5703)Eugen Rochko
2017-11-15Delegate some methods of User to @settings (#5706)ysksn
2017-11-12Update model annotations to use BIGINT for IDs (#5461)Daniel Hunsaker
2017-11-11Add moderator role and add pundit policies for admin actions (#5635)Eugen Rochko
2017-11-07Add ability to disable login and mark accounts as memorial (#5615)Eugen Rochko
2017-10-16Add option to reduce motion (#5393)Nolan Lawson
2017-09-19Add support for multiple themes (#4959)Andrew
2017-08-30Use request.remote_ip instead of request.ip (#4744)nullkal
2017-08-22Application prefs section (#2758)Colin Mitchell
2017-07-23Add rake task mastodon:feeds:build to regenerate all active users' feeds (#4303)Eugen Rochko
2017-07-18Add unfollow modal (optional) (#4246)Yamagishi Kazutoshi
2017-07-14Add option to opt out of search engines on public profile/status pages (#4199)Eugen Rochko
2017-07-13Web Push Notifications (#3243)Sorin Davidoi
2017-07-13Fix boolean columns sometimes having a null value (#4162)Eugen Rochko
2017-07-10Add setting a always mark media as sensitive (#4136)Yamagishi Kazutoshi
2017-07-06Add a setting allowing the use of system's default font in Web UI (#4033)Damien Erambert
2017-06-25Add overview of active sessions (#3929)Eugen Rochko
2017-06-23Revocable sessions (#3616)Sorin Davidoi
2017-06-09Correct validators so that existing error messages would look correct (#3668)Eugen Rochko
2017-06-08Fix db:seed - only run some validations when the field was changed (#3592)Eugen Rochko
2017-06-01Update Rails to version 5.1.1 (#3121)Matt Jankowski
2017-05-30Refactor User and spec (#3431)Akihiko Odaki
2017-05-29Add preference setting for delete toot modal (#3368)Atsushi Yamamoto