Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-08 | improve test readability | Egor Kislitsyn | |
2019-01-08 | Add a setting for users to autofollow on sign up. | lain | |
2019-01-08 | fix test | Egor Kislitsyn | |
2019-01-08 | add `pinned` property to `StatusView` | Egor Kislitsyn | |
2019-01-08 | rename `post` to `status` | Egor Kislitsyn | |
2019-01-07 | Merge branch 'features/syslog_logger' into 'develop' | kaniini | |
Add logging to syslog See merge request pleroma/pleroma!622 | |||
2019-01-07 | Merge branch 'spc-fix-2' into 'develop' | kaniini | |
Actually put some onformation in the error user, make it actually properly parse in conversations. See merge request pleroma/pleroma!638 | |||
2019-01-07 | Actually put some onformation in the error user, make it actually properly parse | lain | |
in conversations. | |||
2019-01-07 | Merge branch 'resilient-user-view' into 'develop' | kaniini | |
Make TwAPI UserView more resilient to issues. See merge request pleroma/pleroma!634 | |||
2019-01-07 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Egor Kislitsyn | |
feature/pinned-posts | |||
2019-01-07 | add pinned posts | Egor Kislitsyn | |
2019-01-07 | Merge branch 'scarlett/pleroma-search-visibility-check' into 'develop' | lambda | |
Scarlett/pleroma search visibility check See merge request pleroma/pleroma!635 | |||
2019-01-07 | MastoAPI: Add test. | lain | |
2019-01-07 | Make TwAPI UserView more resilient to issues. | lain | |
Will work for missing users and badly migrated users. | |||
2019-01-07 | Check visible_for_user when performing a search using a direct link. | scarlett | |
2019-01-06 | Twitter API: Add a summary_html field. | scarlett | |
The intention here is to allow proper subject copying when it contains emoji, obviously this will require minor frontend changes, though. | |||
2019-01-06 | config/config.exs: Add syslog backends | Haelwenn (lanodan) Monnier | |
2019-01-06 | Install ex_syslogger | Haelwenn (lanodan) Monnier | |
2019-01-05 | Merge branch 'fix/multiple-follow-notifications-from-same-user' into 'develop' | kaniini | |
Add check to prevent multiple follow notifications from the same user Closes #397 See merge request pleroma/pleroma!591 | |||
2019-01-05 | Add check to prevent multiple follow notifications from the same user | Sadposter | |
2019-01-05 | Merge branch 'fix/user-search-null-name' into 'develop' | kaniini | |
fix user search results for users with unset display name Closes #499 See merge request pleroma/pleroma!625 | |||
2019-01-05 | Merge branch 'fix_486' into 'develop' | kaniini | |
fix 486: Add option --assume-yes to allow mix pleroma.user to work non-interactive See merge request pleroma/pleroma!627 | |||
2019-01-05 | Merge branch 'activitypub-tombstone-fix' into 'develop' | kaniini | |
Don't crash on AP request for tombstone See merge request pleroma/pleroma!630 | |||
2019-01-05 | Merge branch 'emoji-in-summary' into 'develop' | scarlett | |
Strip HTML in and allow emoji in summaries. See merge request pleroma/pleroma!631 | |||
2019-01-05 | Add tests for emoji and lack of HTML in summaries. | scarlett | |
2019-01-05 | Remove redundant comma. | scarlett | |
2019-01-05 | Resolve some test failures. | scarlett | |
2019-01-05 | add some brakets to the emoji list. | scarlett | |
2019-01-05 | Strip HTML in and allow emoji in summaries. | scarlett | |
2019-01-05 | Don't crash on AP request for tombstone | sxsdv1 | |
Because tombstone objects has no addressing the is_public?-predicate would cause an error that propagated as a 500 error in the api | |||
2019-01-04 | Merge branch 'develop' of git.pleroma.social:cascode/pleroma into ↵ | cascode | |
fix/user-search-null-name | |||
2019-01-04 | Merge branch 'feature/rich-media-cachex' into 'develop' | rinpatch | |
rich media: use cachex to avoid flooding remote servers See merge request pleroma/pleroma!629 | |||
2019-01-04 | rich media: disable cachex in test mode | William Pitcock | |
2019-01-04 | Merge branch 'fix/html-cache-content-collision' into 'develop' | kaniini | |
Different caches based on the module. Remove scrubber version since it is not relevant anymore See merge request pleroma/pleroma!628 | |||
2019-01-04 | rich media: use cachex to avoid flooding remote servers | William Pitcock | |
2019-01-05 | oopsies | Rin Toshaka | |
2019-01-05 | Different caches based on the module. Remove scrubber version since it is ↵ | Rin Toshaka | |
not relevant anymore | |||
2019-01-04 | fix 486: Add option --assume-yes to allow it to work non-interactive | spctrl | |
2019-01-04 | Merge branch 'feature/rich-media' into 'develop' | kaniini | |
URL previews in posts Closes #402 See merge request pleroma/pleroma!617 | |||
2019-01-04 | Merge branch 'activitypub-c2s-delete-activity' into 'develop' | kaniini | |
Activitypub c2s delete activity See merge request pleroma/pleroma!618 | |||
2019-01-04 | formatted | cascode | |
2019-01-04 | added test for #499 | cascode | |
2019-01-04 | handle null | cascode | |
2019-01-03 | Merge branch 'mr/retry-queue-remove-fold' into 'develop' | kaniini | |
rewrites List.foldl to Enum.each in RetryQueue See merge request pleroma/pleroma!621 | |||
2019-01-03 | Merge branch 'media-proxy-remove-empty-conf-defaults' into 'develop' | kaniini | |
Remove media proxy examples in config/config.exs See merge request pleroma/pleroma!624 | |||
2019-01-03 | Remove media proxy examples in config/config.exs | href | |
1. this was overriding the real defaults 2. it's documented in `config/config.md` | |||
2019-01-03 | Merge branch 'fix/follow-requests-deleted-accounts' into 'develop' | kaniini | |
user: check that the follow request actually has an active account associated with it See merge request pleroma/pleroma!623 | |||
2019-01-03 | Merge branch 'captcha' into 'develop' | rinpatch | |
Make captcha (kocaptcha) stateless See merge request pleroma/pleroma!585 | |||
2019-01-03 | Merge branch 'fix-chat' into 'develop' | rinpatch | |
Add handler for Phoenix-style socket. See merge request pleroma/pleroma!619 | |||
2019-01-02 | user: check that the follow request actually has an active account ↵ | William Pitcock | |
associated with it because of user refetch, accounts can stop existing (get_from_ap_id() can fail), accordingly filter the follow requests for these failures. |