about summary refs log tree commit diff
path: root/app/controllers/settings/profiles_controller.rb
AgeCommit message (Expand)Author
2020-02-21port tootsuite#12748 to monsterfork: Fix base64-encoded file uploads not bein...Eugen Rochko
2020-02-18move defang toggle to preferences instead of profilemultiple creatures
2020-02-18switch to irc-like oper behavior; require mods & admins to explicitly oper up...multiple creatures
2019-11-18Get rid of the `Formatter` cache. It isn't worth the admin headaches.multiple creatures
2019-11-18Add a new profile option to filter posts with undescribed media. At some poi...multiple creatures
2019-11-06clear formatter cache when profile is changedmultiple creatures
2019-10-27add profile option to (locally) block anonymous views of public postsmultiple creatures
2019-07-28fix `adult content` setting & remove old `supports chat` settingmultiple creatures
2019-07-15add `supports_chat` property, rename `adults_only` to `adult_content`, federa...multiple creatures
2019-05-21Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ad...multiple creatures
2019-05-21Privacy: add options to make interaction lists private and to not be included...multiple creatures
2019-05-21Add option to hide public replies from profilemultiple creatures
2019-05-21hidden accounts + stats hidingmultiple creatures
2019-02-10Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-02-04Add featured hashtags to profiles (#9755)Eugen Rochko
2018-12-12Create Settings::BaseController (#9507)ysksn
2018-12-09Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2018-12-06Add profile directory (#9427)Eugen Rochko
2018-10-25Set @body_classes to admin layout (#9081)Yamagishi Kazutoshi
2018-05-17Merge remote-tracking branch 'tootsuite/master' into glitchsoc/masterJenkins
2018-05-17Ensure unfilled fields are shown when errors are shown (#7523)Eugen Rochko
2018-05-10Merge branch 'master' into glitch-soc/masterThibaut Girka
2018-05-07Bot nameplates (#7391)Eugen Rochko
2018-04-14Merge remote-tracking branch 'origin/master' into gs-masterDavid Yip
2018-04-14Add bio fields (#6645)Eugen Rochko
2017-11-20Finalized theme loading and stuffkibigo!
2017-08-26authorize-follow-requests-after-unlocking (#4658)masarakki
2017-08-13ActivityPub delivery (#4566)Eugen Rochko
2017-04-19Simplify render in controllers (#2144)Matt Jankowski
2017-01-28Update settings to re-use admin layout, one big navigation tree, improve sett...Eugen Rochko
2016-12-22Add "locked" flag to accounts, prevent blocked users from following, force-un...Eugen Rochko
2016-12-06Add filters for suspended accountsEugen Rochko
2016-11-30Per-status control for unlisted mode, also federation for unlisted modeEugen Rochko
2016-11-24Extract filename obfuscation into moduleAlyssa Ross
2016-11-23Rename media to avoid exposing filename (fixes #207)Andrea Faulds
2016-11-21Local accounts can control "silenced" attribute which removes them from publi...Eugen Rochko
2016-11-15Adding some localizationsEugen Rochko
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-10-14E-mail preferences pageEugen Rochko