mastodon/app
Akihiko Odaki (@fn_aki@pawoo.net) f85dbe83c8 Remove sort in Feed (#4050)
In from_redis method, statuses retrieved from the database was mapped to
the IDs retrieved from Redis. It was equivalent to order from high to low
because those IDs are sorted in the same order.
Statuses are ordered with the ID by default, so we do not have to reorder.
Sorting statuses in the database is even faster since the IDs are indexed
with B-tree.
2017-07-03 13:17:27 +02:00
..
controllers Fix #1624 - Send e-mail notifications to admins about new reports (#3949) 2017-06-27 00:04:00 +02:00
helpers Add fa-fw class to user agent icon (#4047) 2017-07-03 11:04:35 +02:00
javascript Faster emojify() by avoiding str.replace() entirely (#4049) 2017-07-03 11:02:36 +02:00
lib Reduce number of commands in FeedManager#trim (#3989) 2017-06-29 01:17:26 +02:00
mailers Fix that AdminMailer does not send (#4012) 2017-06-30 13:40:43 +02:00
models Remove sort in Feed (#4050) 2017-07-03 13:17:27 +02:00
policies Add status destroy authorization to policy (#3453) 2017-05-30 22:56:31 +02:00
presenters Bump version, improve how version is stored for better commit history (#2526) 2017-04-27 15:22:19 +02:00
services Rescue exceptions caused by FetchLinkCardService (#4045) 2017-07-03 11:03:34 +02:00
validators Fix character/grapheme count stuff (#3839) 2017-06-19 11:31:14 +02:00
views Add fa-fw class to user agent icon (#4047) 2017-07-03 11:04:35 +02:00
workers Bind web UI access tokens to sessions (#3940) 2017-06-25 23:51:32 +02:00