akkoma/lib/pleroma/web
Roger Braun 4dcbb64f19 Avoid potentially slow count queries for user note count.
For a variety of reasons, posgresql won't use the available actor,
type index to do an index only scan. We now just increase the user
note count, which will lead to slightly wrong counts in some cases,
but it's better than the potentially very slow count query.
2017-10-31 16:37:11 +01:00
..
activity_pub Only search through last 100_000 activities for fetches. 2017-10-31 15:26:37 +01:00
channels Phoenix skeleton 2017-03-17 17:09:58 +01:00
common_api Avoid potentially slow count queries for user note count. 2017-10-31 16:37:11 +01:00
federator Handle subscriptions in queue. 2017-08-02 12:34:48 +02:00
mastodon_api MastoAPI: Return id as string instead of integer. 2017-10-31 14:51:41 +01:00
oauth Fix callback state. 2017-09-16 11:37:55 +02:00
ostatus Avoid potentially slow count queries for user note count. 2017-10-31 16:37:11 +01:00
salmon Ignore padding for salmon public keys. 2017-08-25 15:09:05 +02:00
templates Add password reset. 2017-10-19 17:37:24 +02:00
twitter_api Add an API endpoint for emoji. 2017-10-19 22:51:56 +03:00
views Add very basic oauth and mastodon api support. 2017-09-06 19:06:25 +02:00
web_finger TwitterAPI: Return proper error. 2017-09-17 14:37:00 +02:00
websub Don't reject already accepted subscriptions. 2017-10-05 12:53:16 +02:00
xml More resilient xml parsing. 2017-06-24 14:35:32 +02:00
endpoint.ex Make emoji configurable in files. 2017-09-16 16:49:46 +02:00
gettext.ex Phoenix skeleton 2017-03-17 17:09:58 +01:00
router.ex Move user search to User module. 2017-10-30 19:23:16 +01:00
web.ex Merge branch 'develop' into dtluna/pleroma-refactor/1 2017-05-05 11:46:59 +02:00