Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-12 | federator: hook up Publisher.publish() | William Pitcock | |
2019-05-12 | federator: remove no longer used :publish_single_ap | William Pitcock | |
2019-05-12 | federator: publisher: add publish() wrapper | William Pitcock | |
2019-05-12 | federator: publisher: integrate job queue, simplify publish_one logic | William Pitcock | |
2019-05-12 | activitypub: split out outgoing federation into a federation module | William Pitcock | |
2019-05-12 | federator: add publisher module defining a contract for publishing behaviours | William Pitcock | |
2019-05-12 | Normalize the object only after ensuring the activity type is Create | rinpatch | |
2019-05-11 | Merge 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-11 | Search: Use RUM index. | lain | |
2019-05-11 | make url uniform in admin api | Sachin Joshi | |
2019-05-11 | Initial bundle of basic AdminFE | feld | |
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-10 | Remove get_in_reply_to calls in some functions because the result is unused ↵ | rinpatch | |
and it does not have any side-effects | |||
2019-05-09 | Use "repeated" instead of "retweeted" for repeated statuses in Twitter API | Francis 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 | |||
2019-05-09 | Fix get_in_reply_to in OStatus' activity representer depending on embedded ↵ | rinpatch | |
objects | |||
2019-05-09 | Conversations: Import order, import as read. | lain | |
2019-05-08 | Credo fixes. | lain | |
2019-05-08 | Conversations: Add mix task to 'import' old DMs. | lain | |
2019-05-08 | Visibility: Make it more resilient. | lain | |
2019-05-08 | ActivityPub: Remove leftover printf debugging. | lain | |
2019-05-08 | Conversations: Add a function to 'import' old DMs. | lain | |
2019-05-08 | Merge develop | Alexander Strizhakov | |
Merge conflict in lib/pleroma/activity.ex | |||
2019-05-08 | emoji dowload follow redirects | Alex S | |
2019-05-08 | Refactoring functions for dealing with oauth scopes. | Maksim | |
2019-05-07 | Merge branch 'refactor/preload-bookmarks-with-activities' into 'develop' | kaniini | |
Optimize bookmarks by preloading them with activities Closes #861 See merge request pleroma/pleroma!1121 | |||
2019-05-07 | twitterapi: use order constraint to force descending order | William Pitcock | |
2019-05-07 | activitypub: add optional order constraint to timeline query builder | William Pitcock | |
2019-05-07 | Remove `bookmarks` assoc and add a fake `bookmark` assoc instead | rinpatch | |
2019-05-07 | Use with_preloaded_bookmark in create_by_object_ap_id_with_object | rinpatch | |
2019-05-07 | - Actually use preloaded bookmarks in views | rinpatch | |
- Preload bookmarks in bookmark timeline - Rework bookmark preload tests | |||
2019-05-07 | Preload bookmarks wherever the object is preloaded | rinpatch | |
2019-05-07 | Remove bookmarks assoc | rinpatch | |
2019-05-07 | Merge branch 'docs/MRF-modules' into 'develop' | kaniini | |
Documentation: MRF Modules See merge request pleroma/pleroma!1122 | |||
2019-05-07 | containment: remove pointless moduledoc line | William Pitcock | |
2019-05-07 | Merge branch 'conversations_three' into 'develop' | lambda | |
Conversations once more. See merge request pleroma/pleroma!1119 | |||
2019-05-07 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-05-06 | fix format | Maksim | |
Modified-by: Maksim Pechnikov <parallel588@gmail.com> | |||
2019-05-06 | Merge branch 'feature/bbs' into 'develop' | lambda | |
BBS / SSH See merge request pleroma/pleroma!997 | |||
2019-05-06 | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into ↵ | Alexander Strizhakov | |
feature/845-improve-status-deletion | |||
2019-05-06 | Remove H1 in @moduledoc | Haelwenn (lanodan) Monnier | |
2019-05-06 | mrf/tag_policy.ex: Add some documentation | Haelwenn (lanodan) Monnier | |
mrf_tag:disable-remote-subscription exact way of working is quite unclear to me. Is it the requester that is denied if they have a tag, or is it the requestee if they have one? | |||
2019-05-06 | Add short documentation on every MRF Policy | Haelwenn (lanodan) Monnier | |
2019-05-04 | BBS: Credo fixes. | lain | |
2019-05-04 | BBS: Use cached user fetcher. | lain | |
2019-05-04 | BBS: small fixes. | lain | |
2019-05-04 | Merge remote-tracking branch 'origin/develop' into feature/bbs | lain | |
2019-05-03 | Merge branch 'fix/embeded-relationship-in-follows' into 'develop' | rinpatch | |
Fix embeded relationships in Mastodon API See merge request pleroma/pleroma!1118 | |||
2019-05-03 | Merge branch 'fix-search-speed' into 'develop' | rinpatch | |
Search: Add fts index on objects table. See merge request pleroma/pleroma!1120 | |||
2019-05-03 | Search: Add fts index on objects table. | lain | |
2019-05-03 | MastoAPI: profile update with emoji_map | Haelwenn (lanodan) Monnier | |
2019-05-03 | TwitterAPI: profile update with emoji_map | Haelwenn (lanodan) Monnier | |