aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2019-05-15Merge branch 'chore/extricate-http-signatures' into 'develop'lambda
switch to pleroma/http_signatures library See merge request pleroma/pleroma!1155
2019-05-15CommonAPI: Visibility refactor.lain
2019-05-15CommonAPI: Refactor visibility, forbid public to private replies.lain
2019-05-15Search: Add optional rum indexing / searching.lain
2019-05-15remove deprecated PleromaFE configurationSachin Joshi
2019-05-15Pipe requests to public endpoints through EnsurePublicOrAuthenticatedPlugAaron Tinio
2019-05-15Implement Pleroma.Plugs.EnsurePublicOrAuthenticatedAaron Tinio
2019-05-14switch to pleroma/http_signatures libraryWilliam Pitcock
2019-05-14Group def perform() together to fix the buildMark Felder
2019-05-14Merge branch 'fix/gopher' into 'develop'lambda
gopher: fix rendering of post content (closes #895) Closes #895 See merge request pleroma/pleroma!1150
2019-05-14gopher: fix rendering of post content (closes #895)William Pitcock
2019-05-14Merge branch 'refactor/use-job-queue-everywhere' into 'develop'lambda
use job queue everywhere Closes #862 See merge request pleroma/pleroma!1142
2019-05-14clean up follow/block imports a littleWilliam Pitcock
2019-05-14Merge branch 'fix/pleroma-config-get-when-value-is-false' into 'develop'kaniini
Fix Pleroma.Config.get!/1 raising an error when value is false See merge request pleroma/pleroma!1148
2019-05-14Refactoring oauth response.Maksim
2019-05-14Reuse query from User.restrict_deactivated/1Egor Kislitsyn
2019-05-14Merge remote-tracking branch 'pleroma/develop' into feature/disable-accountEgor Kislitsyn
2019-05-14Fix Pleroma.Config.get!/1 raising an error when value is falseAaron Tinio
2019-05-13Bump Mastodon API levelMark Felder
2019-05-13Switch to Jason over PoisonMark Felder
2019-05-13user: migrate follow/blocks import to job queueWilliam Pitcock
2019-05-13activitypub: move post rich media fetching to job queueWilliam Pitcock
2019-05-13user: move initial post fetching to job queueWilliam Pitcock
2019-05-13Merge branch 'feature/federator-behaviours' into 'develop'lambda
federator modularization (outgoing) See merge request pleroma/pleroma!1140
2019-05-13differences_in_mastoapi_responses.md: fullname & bio are optionnalAlexander Strizhakov
[ci skip]
2019-05-14Make irreversible field default to false in filtersSachin Joshi
2019-05-13Update shortdoc descriptionMark Felder
2019-05-12nodeinfo: gather supported protocol names from federation modulesWilliam Pitcock
2019-05-12webfinger: build the response based on enabled federation modulesWilliam Pitcock
2019-05-12xml builder: properly escape quotesWilliam Pitcock
2019-05-12federator: websub removalWilliam Pitcock
2019-05-12activitypub: publisher: fixupsWilliam Pitcock
2019-05-12websub: adapt to work as a federator publishing moduleWilliam Pitcock
2019-05-12salmon: refactor to work as a federator publishing moduleWilliam Pitcock
2019-05-12federator: publisher: only attempt publishing if we know the activity is ↵William Pitcock
representable
2019-05-12ostatus: only as:Public activities are representableWilliam Pitcock
2019-05-12federator: move activitypub relaying to the AP publisher moduleWilliam Pitcock
2019-05-12federator: hook up Publisher.publish()William Pitcock
2019-05-12federator: remove no longer used :publish_single_apWilliam Pitcock
2019-05-12federator: publisher: add publish() wrapperWilliam Pitcock
2019-05-12federator: publisher: integrate job queue, simplify publish_one logicWilliam Pitcock
2019-05-12activitypub: split out outgoing federation into a federation moduleWilliam Pitcock
2019-05-12federator: add publisher module defining a contract for publishing behavioursWilliam Pitcock
2019-05-12Normalize the object only after ensuring the activity type is Createrinpatch
2019-05-11Merge branch 'fix/ostatus-activity-representer-depends-on-emebeded-objects' ↵kaniini
into 'develop' Fix get_in_reply_to in OStatus' activity representer depending on embedded objects See merge request pleroma/pleroma!1129
2019-05-11Search: Use RUM index.lain
2019-05-11make url uniform in admin apiSachin Joshi
2019-05-11Initial bundle of basic AdminFEfeld
Due to CSP headers we only allow connecting to self. If you want to host AdminFE on a separate domain without CSP headers you will be able to connect to any public Pleroma host.
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-09Use "repeated" instead of "retweeted" for repeated statuses in Twitter APIFrancis Dinh
This makes it consistent with the language used in Pleroma FE (at least in English). Resolves https://git.pleroma.social/pleroma/pleroma-fe/issues/533