about summary refs log tree commit diff
path: root/app/models
AgeCommit message (Expand)Author
2017-07-13Web Push Notifications (#3243)Sorin Davidoi
2017-07-13Make tag search case insensitive again (#4184)unarist
2017-07-13Fix boolean columns sometimes having a null value (#4162)Eugen Rochko
2017-07-13Fix #1010 - When spoiler text is set, enforce sensitivity too (#4176)Eugen Rochko
2017-07-12Improve UI of admin site settings (#4163)Eugen Rochko
2017-07-11Fix #2848 - Rake task to redownload avatars/headers (#4156)Eugen Rochko
2017-07-10Add setting a always mark media as sensitive (#4136)Yamagishi Kazutoshi
2017-07-07Refactor JSON templates to be generated with ActiveModelSerializers instead o...Eugen Rochko
2017-07-06Add a setting allowing the use of system's default font in Web UI (#4033)Damien Erambert
2017-07-05Explicitly require MIME::Types (#4083)Akihiko Odaki (@fn_aki@pawoo.net)
2017-07-03Remove sort in Feed (#4050)Akihiko Odaki (@fn_aki@pawoo.net)
2017-07-03Rescue exceptions caused by FetchLinkCardService (#4045)abcang
2017-06-30Rescue Addressable::URI::InvalidURIError at Remotable (#4017)abcang
2017-06-28Do not fail to create access token if superapp was never created (#3986)Eugen Rochko
2017-06-25Bind web UI access tokens to sessions (#3940)Eugen Rochko
2017-06-25Add overview of active sessions (#3929)Eugen Rochko
2017-06-23Revocable sessions (#3616)Sorin Davidoi
2017-06-22Some minor change and spec for Account (#3813)Akihiko Odaki (@fn_aki@pawoo.net)
2017-06-22Fix regression from #3842 (#3892)Eugen Rochko
2017-06-20Filter direct statuses in Status.as_home_timeline (#3842)Akihiko Odaki (@fn_aki@pawoo.net)
2017-06-20Fix RemoteFollow behavior (#3868)unarist
2017-06-14Account deletion (#3728)Eugen Rochko
2017-06-14Fix #2619 - When redis feed is empty, fall back to database (#3721)Eugen Rochko
2017-06-13Fix #3675 - Adjust quality settings of converted GIFs to reduce filesize (#3723)Eugen Rochko
2017-06-11Fix Account model deprecation warnings (#3689)René Klačan
2017-06-11Refactor UpdateRemoteProfileService (#3690)Yamagishi Kazutoshi
2017-06-09Correct validators so that existing error messages would look correct (#3668)Eugen Rochko
2017-06-09Language detection defaults to nil (#3666)Matt Jankowski
2017-06-09Add includes to Report#statuses (#3655)Yamagishi Kazutoshi
2017-06-08Fix regression from #3592 - validation condition nesting (#3644)Eugen Rochko
2017-06-08Fix db:seed - only run some validations when the field was changed (#3592)Eugen Rochko
2017-06-08Improve RuboCop rules (compatibility to Code Climate) (#3636)Yamagishi Kazutoshi
2017-06-06Fix tag search order and not to use tsvector (#3611)unarist
2017-06-05Introduce StatusThreadingConcern (#3490)Matt Jankowski
2017-06-05Added support for configurable reserved usernames (fix of #1382) (#3566)Eugen Rochko
2017-06-04Remove Targetable (#3548)Akihiko Odaki (@fn_aki@pawoo.net)
2017-06-01Update Rails to version 5.1.1 (#3121)Matt Jankowski
2017-06-01Handle nil and blank cases in Account finders (#3500)Matt Jankowski
2017-05-31Add Instance class to list admin records (#3443)Matt Jankowski
2017-05-31Misc tidying and clean ups (#3445)Matt Jankowski
2017-05-31Expand spec coverage and refactor the `Account.find_` methods (#3485)Matt Jankowski
2017-05-31Account.find_remote should be raise ActiveRecord::RecordNotFound (#3476)alpaca-tc
2017-05-30Refactor User and spec (#3431)Akihiko Odaki
2017-05-29Extract authorization policy for viewing statuses (#3150)Jack Jennings
2017-05-29Add preference setting for delete toot modal (#3368)Atsushi Yamamoto
2017-05-25Remove arguments in association reader (#3305)Yamagishi Kazutoshi
2017-05-25Refactor Setting (#3302)alpaca-tc
2017-05-25fix-cache-returns-nil (#3213)masarakki
2017-05-23Introduce recent to Follow (#3247)Akihiko Odaki
2017-05-23Cover AccountsController more in spec (#3229)Akihiko Odaki