- May 01, 2019
-
-
rinpatch authored
It is never used as handling for fake and non-fake activities was merged into one function above it
-
lain authored
installation/download-mastofe-build.sh: Add mastofe CI-artifacts download See merge request pleroma/pleroma!1052
-
lain authored
fix the web push notification with special char for status created See merge request pleroma/pleroma!1092
-
lain authored
Harmonize return types in user module Closes #718 See merge request pleroma/pleroma!1112
-
rinpatch authored
[docs/config.md]Fix syntax highlighting + clarify :frontend_configuration See merge request pleroma/pleroma!1110
-
rinpatch authored
Update `auto_linker` See merge request pleroma/pleroma!1111
-
Alexander Strizhakov authored
-
minibikini authored
-
Alexander Strizhakov authored
Conflicts: lib/pleroma/web/activity_pub/transmogrifier.ex lib/pleroma/user.ex
-
- Apr 30, 2019
-
-
xse authored
-
Sachin Joshi authored
-
Sachin Joshi authored
-
rinpatch authored
Do not normalize objects in stream_out unless the activity type is Create See merge request pleroma/pleroma!1109
-
rinpatch authored
Create Saves quite a bit of time with delete activities because they would always query the db
-
- Apr 29, 2019
-
-
rinpatch authored
Fix MigrateOldBookmarks migration crashing on deleted activities See merge request pleroma/pleroma!1106
-
rinpatch authored
-
rinpatch authored
WebPush: Use Object.normalize, rewrite tests so they test reality. See merge request pleroma/pleroma!1105
-
lain authored
-
rinpatch authored
Add default_scope to /api/v1/update_credentials See merge request pleroma/pleroma!1100
-
- Apr 28, 2019
-
-
kaniini authored
fix issues with the uploads directory See merge request pleroma/pleroma!1101
-
kaniini authored
Fix `rights` in TwitterAPI's user entity being present only for Admins/Moderators See merge request pleroma/pleroma!1102
-
rinpatch authored
Admins/Moderators In !1093 I reused `maybe_with_role` for `rights` object, however I missed that `maybe_with_role` is called only for admins/moderators.
-
xse authored
-
kaniini authored
Fix bookmarks depending on embeded object and move checking if the status is bookmarked to SQL See merge request pleroma/pleroma!1099
-
- Apr 27, 2019
-
-
rinpatch authored
-
rinpatch authored
status is bookmarked to SQL
-
kaniini authored
BBCode support (backend) See merge request pleroma/pleroma!1097
-
kaniini authored
update pleroma frontend See merge request pleroma/pleroma!1098
-
kaniini authored
-
- Apr 26, 2019
-
-
kaniini authored
-
kaniini authored
-
kaniini authored
-
lain authored
Feature/807 bookmark endpoint extension Closes #807 See merge request pleroma/pleroma!1059
-
kaniini authored
Fix leaking private configuration parameters in Mastodon and Twitter APIs, and add new configuration parameters to Mastodon API This patch: - Fixes `rights` in TwitterAPI ignoring `show_role` - Fixes exposing default scope of the user to anyone in Mastodon API - Extends Mastodon API to be able to show and set `no_rich_text`, `default_scope`, `hide_follows`, `hide_followers`, `hide_favorites` (requested by the FE in #674) Sorry in advance for 500 line one commit diff, I should have split it up to separate MRs See merge request pleroma/pleroma!1093
-
- Apr 25, 2019
-
-
kaniini authored
update Changelog See merge request pleroma/pleroma!1096
-
kaniini authored
-
feld authored
-
Haelwenn authored
activitypub: transmogrifier: send reject follow if following does not succeed See merge request pleroma/pleroma!1094
-
rinpatch authored
-