summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2019-03-24mrf/keyword_policy.ex: Fix when summary == nil, do not whitelist content == nilHaelwenn (lanodan) Monnier
2019-03-23activity: use left join instead of inner join when fetching activities that ↵William Pitcock
may or may not have a child object
2019-03-23user: use preloads when deleting accountsWilliam Pitcock
2019-03-23ostatus: use preload objects with Object.normalize() when opportunisticWilliam Pitcock
2019-03-23object: downgrade normalize warning to debug severityWilliam Pitcock
2019-03-23activitypub: object view: use preloaded object when possibleWilliam Pitcock
2019-03-23activity: add get_by_ap_id_with_object()William Pitcock
2019-03-23activitypub: when fetching objects, use the preloaded object from the ↵William Pitcock
synthesized activity
2019-03-23notification: formattingWilliam Pitcock
2019-03-23streamer: use the preloaded object if possibleWilliam Pitcock
2019-03-23rich media: helpers: only crawl Create activitiesWilliam Pitcock
2019-03-23notification: preload child objectsWilliam Pitcock
2019-03-23relay: use preloaded object since we always have itWilliam Pitcock
2019-03-23ostatus: fetch preloaded object in note handler for testsuiteWilliam Pitcock
2019-03-23activitypub: allow skipping preload in some cases (like certain tests where ↵William Pitcock
the preload is obnoxious)
2019-03-23activitypub: add missing with_preloaded_object()William Pitcock
2019-03-23activitypub: splice in the child object if we have oneWilliam Pitcock
2019-03-23formattingWilliam Pitcock
2019-03-23activity: fix credo nitpickWilliam Pitcock
2019-03-23rich media: use optimized Object.normalize()William Pitcock
2019-03-23common api: use the optimized Object.normalize whenever possibleWilliam Pitcock
2019-03-23activitypub: preload child objects when fetching timelinesWilliam Pitcock
2019-03-23activity: add with_preloaded_object() convenienceWilliam Pitcock
2019-03-22object: add support for preloading objects when walking an activity graph in ↵William Pitcock
normal form
2019-03-23Fix text being nullable in TwitterAPIrinpatch
2019-03-22Merge branch 'safe-mentions' into 'develop'lambda
NodeInfo: Return safe_dm_mentions feature flag. See merge request pleroma/pleroma!964
2019-03-22NodeInfo: Return safe_dm_mentions feature flag.lain
2019-03-22Ensure fts is prefered over trigram and use union_all instead of union in ↵rinpatch
user search query
2019-03-22reports: fix up email generation for remote reportsWilliam Pitcock
2019-03-22Merge branch 'safe-mentions' into 'develop'kaniini
Add safe dm mode option. See merge request pleroma/pleroma!958
2019-03-21mastodon api: add conversation_id extension (ref #674)William Pitcock
2019-03-21common api: move context functions from twitterapiWilliam Pitcock
2019-03-21Merge branch 'feature/move-search-to-db' into 'develop'kaniini
Move gluing search results from application to database and get mutuals a higher score multiplier See merge request pleroma/pleroma!960
2019-03-21Move gluing search results from application to database and get mutualsrinpatch
a higher score multiplier
2019-03-21Add a gopher url port config optionQuentin Rameau
This lets the user advertise a different port in the gopher urls, for example listening locally on port 7070 but telling clients to connect to the regular port 70.
2019-03-21Merge branch 'ecto-3-migration' into 'develop'rinpatch
Ecto 3.0.7 (ecto_sql 3.0.5) migration See merge request pleroma/pleroma!957
2019-03-21UtilController: Return state of safe dm mentions.lain
2019-03-20Add safe dm mode option.lain
2019-03-20[#923] Support for multiple OAuth consumer strategies.Ivan Tashkinov
2019-03-20Fix migration timestamp typerinpatch
2019-03-20Ecto 3.0.5 migrationrinpatch
kms
2019-03-20[#923] Nickname & email selection for external registrations, option to ↵Ivan Tashkinov
connect to existing account.
2019-03-20FormatMaxim Filippov
2019-03-20Use ILIKE to search usersMaxim Filippov
2019-03-19transmogrifier: upgrade: when upgrading OStatus users to AP, ensure we ↵William Pitcock
always use the fake collection
2019-03-19user: properly cope with actors which do not declare a followers collectionWilliam Pitcock
2019-03-19transmogrifier: when determining followers collection URI, we may need to ↵William Pitcock
fetch the actor
2019-03-19activitypub: transmogrifier: do not allow missing lists to be interpreted as nilWilliam Pitcock
2019-03-19activitypub: transmogrifier: ensure as:Public activities are delivered to ↵William Pitcock
followers
2019-03-18Merge branch 'feature/order-users-by-nickname-admin-api' into 'develop'kaniini
Order users by nickname See merge request pleroma/pleroma!945