Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-15 | Attach attachments | rinpatch | |
2019-01-15 | Introduce get_by_id in Activity, replace newlines with spaces | rinpatch | |
2019-01-15 | refactor opengraph to a different module with a behaviour | rinpatch | |
2019-01-15 | remove useless newlines after every tag. Make domain.com/username provide ↵ | rinpatch | |
opengraph too | |||
2019-01-15 | add a fallback function | rinpatch | |
2019-01-15 | please don't bully me for this | rinpatch | |
2019-01-15 | cringe | rinpatch | |
2019-01-15 | Fix some edge cases [nervous laughter] | rinpatch | |
2019-01-15 | Move metadata.ex out of ostatus | rinpatch | |
2019-01-14 | Prefer ids to usernames | rinpatch | |
2019-01-13 | Resolve merge conflict | rinpatch | |
2019-01-11 | unpin when deleting a status | Egor Kislitsyn | |
2019-01-10 | Merge branch 'activitypub-dereference-activity-id' into 'develop' | kaniini | |
Support activity+json request for activity See merge request pleroma/pleroma!641 | |||
2019-01-10 | Add Twitter Card parser | Maxim Filippov | |
2019-01-10 | Merge branch 'twapi-follower-pagination' into 'develop' | kaniini | |
Twapi follower pagination See merge request pleroma/pleroma!648 | |||
2019-01-10 | Merge branch 'bugfix/markdown-newline-codeblocks' into 'develop' | Haelwenn | |
common api: fix newlines in markdown code blocks See merge request pleroma/pleroma!651 | |||
2019-01-10 | common api: utils: remove newline to <br> conversion from bare HTML to be ↵ | William Pitcock | |
consistent with markdown ok @lanodan | |||
2019-01-10 | common api: fix newlines in markdown code blocks | William Pitcock | |
2019-01-10 | Merge branch 'feature/pinned-posts' into 'develop' | kaniini | |
Pinned Statuses Closes #440 See merge request pleroma/pleroma!636 | |||
2019-01-10 | Merge branch 'mass-follow' into 'develop' | kaniini | |
Mass follow See merge request pleroma/pleroma!642 | |||
2019-01-10 | Merge branch 'dm-optimizations' into 'develop' | kaniini | |
Add activity visibility index. See merge request pleroma/pleroma!646 | |||
2019-01-09 | Merge branch 'hotfix/ogp-cachex-fix' into 'develop' | rinpatch | |
Rich media: Remove :commit since a tuple is already returned See merge request pleroma/pleroma!649 | |||
2019-01-09 | Remove :commit since a tuple is already returned | rinpatch | |
2019-01-09 | Add integer casts. | lain | |
2019-01-09 | TwitterAPI: Add follower/following pagination. | lain | |
2019-01-09 | Merge branch 'scarlett/pleroma-summary-html-api' into 'develop' | lambda | |
Scarlett/pleroma summary html api See merge request pleroma/pleroma!647 | |||
2019-01-09 | Add activity visibility index. | lain | |
2019-01-09 | Add Twitter API for the pinned statuses | Egor Kislitsyn | |
``` # Only return statuses that have been pinned GET /api/statuses/user_timeline.json?pinned=true # Pin POST /api/statuses/pin/:id # Unpin POST /api/statuses/unpin/:id ``` | |||
2019-01-09 | only non-reblogs, self-authored, public statuses can be pinned | Egor Kislitsyn | |
2019-01-09 | Use follow_all in autofollow. | lain | |
2019-01-09 | Add User mass following function. | lain | |
2019-01-09 | move defaults from sample_config.exs to config.exs | Egor Kislitsyn | |
2019-01-09 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Egor Kislitsyn | |
feature/pinned-posts # Conflicts: # docs/config.md | |||
2019-01-09 | Support activity+json request for activity | sxsdv1 | |
2019-01-09 | Merge branch 'hotfix/media-proxy-uri' into 'develop' | kaniini | |
user: fix local vs remote determination in remote_or_auth_active?/1 See merge request pleroma/pleroma!640 | |||
2019-01-09 | user: fix auth_active?/1 for remote users | William Pitcock | |
2019-01-09 | user: factor out illogical User.Info.superuser?/1. | William Pitcock | |
any actual callee will be dealing with a User struct to begin with, so just check the child struct inside User.superuser?/1 with pattern matching. | |||
2019-01-09 | user: remove entirely redundant remote_or_auth_active?/1. | William Pitcock | |
auth_active?/1 can check remote users and return true directly. | |||
2019-01-09 | user: harden auth_active?/1, superuser?/1, visible_for?/1 | William Pitcock | |
2019-01-09 | user: use pattern matching to determine if user is local or remote instead ↵ | William Pitcock | |
of the previous hairy logic | |||
2019-01-08 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Egor Kislitsyn | |
feature/pinned-posts | |||
2019-01-08 | add default configuration for the pinned statuses and some doc | Egor Kislitsyn | |
2019-01-08 | Add a setting for users to autofollow on sign up. | lain | |
2019-01-08 | add `pinned` property to `StatusView` | Egor Kislitsyn | |
2019-01-08 | rename `post` to `status` | Egor Kislitsyn | |
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 | Make TwAPI UserView more resilient to issues. | lain | |
Will work for missing users and badly migrated users. |