aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/ostatus
AgeCommit message (Collapse)Author
2020-05-22OStatusController: Add Mastodon activity compat route.lain
2020-05-22ActivityPubController: Add Mastodon activity compat route.lain
2020-05-22OStatusController: Add Mastodon compatibility route for objects.lain
2020-05-22ActivityPubController: Add Mastodon compatibility route.lain
2020-04-30Refactoring of :if_func / :unless_func plug options (general availability). ↵Ivan Tashkinov
Added tests for Pleroma.Web.Plug.
2020-03-09[#1560] Ensured authentication or enabled federation for federation-related ↵Ivan Tashkinov
routes. New tests + tests refactoring.
2020-03-06Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
1560-non-federating-instances-routes-restrictions
2020-03-03Update CopyrightsMark Felder
2020-02-22[#1560] Restricted AP- & OStatus-related routes for non-federating instances.Ivan Tashkinov
2019-11-25OStatus controller: don't serve json at /notice/, redirect insteadrinpatch
2019-11-11New rate limiterSteven Fuchs
2019-10-18kill almost all of the OStatus moduleAriadne Conill
2019-10-18remove Salmon moduleAriadne Conill
2019-10-18websub: remove entirelyAriadne Conill
2019-10-11Ostatus DeleteHandler: Fix for new option format.lain
2019-10-07Extract RSS Feed functionality from OStatusSergey Suprunenko
2019-09-23Clean up viewsSteven Fuchs
2019-09-12added test for OstatusMaksim Pechnikov
2019-08-25Log admin/moderator actionsMaxim Filippov
2019-08-22Improve AP routes rate limitEgor Kislitsyn
2019-08-20Add `:ap_routes` rate limitEgor Kislitsyn
2019-08-07OStatus Announce Representer: Do not depend on the object being embeddedrinpatch
in the Create activity
2019-07-31Disallow following locked accounts over OStatusrinpatch
2019-07-31ostatus: explicitly disallow protocol downgrade from activitypubAriadne Conill
This closes embargoed bug #1135.
2019-07-29Merge branch 'refactor/use-constants' into 'develop'lain
refactoring: begin to use constants See merge request pleroma/pleroma!1500
2019-07-29added tests for OstatusControllerMaksim
2019-07-29constants: add as_public constant and use it everywhereAriadne Conill
2019-07-10Wrap error messages into gettext helpersEgor Kislitsyn
2019-06-30[#161] Refactoring, documentation.Ivan Tashkinov
2019-06-29[#161] Limited replies depth on incoming federation in order to prevent ↵Ivan Tashkinov
memory leaks on recursive replies fetching.
2019-05-25kill @httpoisonWilliam Pitcock
2019-05-12ostatus: only as:Public activities are representableWilliam Pitcock
2019-05-10Remove get_in_reply_to calls in some functions because the result is unused ↵rinpatch
and it does not have any side-effects
2019-05-09Fix get_in_reply_to in OStatus' activity representer depending on embedded ↵rinpatch
objects
2019-04-22Replace Object.normalize(activity.data[object] with ↵rinpatch
Object.normalize(acitivty) to benefit from preloading
2019-04-22Use `User.get_cached*` everywhereEgor
2019-04-17Merge branch 'develop' into feature/database-compactionrinpatch
2019-03-23ostatus: use preload objects with Object.normalize() when opportunisticWilliam Pitcock
2019-03-23ostatus: fetch preloaded object in note handler for testsuiteWilliam Pitcock
2019-03-13[Credo] make all variables use snake_caseHaelwenn (lanodan) Monnier
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-02-22Move visibility into own module.lain
2019-02-22Merge branch 'fix/twittercards' into 'develop'kaniini
Fix Twitter Cards See merge request pleroma/pleroma!815
2019-02-20fix fetching AP objects with application/jsonWilliam Pitcock
2019-02-19Player: allow styles on CSP, loop videoshref
2019-02-19CSP: Allow iframes on embed playerhref
2019-02-19Merge branch 'develop' into fix/twittercardsMark Felder
2019-02-19Embed player suitable for Twitter Cardshref
2019-02-11Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/jobsEgor Kislitsyn
# Conflicts: # lib/pleroma/web/federator/federator.ex # lib/pleroma/web/websub/websub.ex
2019-02-09de-group alias/esHaelwenn (lanodan) Monnier