aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2019-03-26Comments split.Ivan Tashkinov
2019-03-26Mastodon-based auth error messages. Defaulted User#auth_active?/1 to `true`.Ivan Tashkinov
2019-03-25Try sending an empty mapMark Felder
2019-03-25Attempt to fix incorrect federation of default instance avatarsMark Felder
2019-03-25Merge branch 'bugfix/missing-announces' into 'develop'rinpatch
fix up missing announcements with preloads See merge request pleroma/pleroma!972
2019-03-25fix up missing announcements with preloadsWilliam Pitcock
2019-03-25Merge branch 'features/s3-uploader-digital-ocean' into 'develop'kaniini
add overriding truncated_namespace condition for truncating paths for digital ocean See merge request pleroma/pleroma!969
2019-03-25Merge branch 'fix/mastoapi-liked' into 'develop'kaniini
Serve non-public activities in /api/v1/favourites Closes #648 See merge request pleroma/pleroma!970
2019-03-25Serve non-public activities in /api/v1/favouritesrinpatch
Fixes #648
2019-03-24add overriding truncated_namespace condition for truncating paths for ↵Austin Lanari
digital ocean
2019-03-24Merge branch 'features/mrf-keyword-nil-summary' into 'develop'rinpatch
mrf/keyword_policy.ex: Fix when summary == nil, do not whitelist content == nil See merge request pleroma/pleroma!968
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-20Fix migration timestamp typerinpatch