Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-16 | No need to use activity in the key | rinpatch | |
2019-01-16 | add caching | rinpatch | |
2019-01-16 | Disable previews for any activity, but create | rinpatch | |
2019-01-16 | cache HTML in OGP | rinpatch | |
2019-01-15 | Add behaviours to TwitterCard, remove some dumb stuff in Formatter.truncate | rinpatch | |
2019-01-15 | Add twitter card, filter nsfw | rinpatch | |
2019-01-15 | Add space between name and nickname | rinpatch | |
2019-01-15 | Formating | rinpatch | |
2019-01-15 | Attach attachments | rinpatch | |
2019-01-15 | websub: improve error handling | William Pitcock | |
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 | Fix some edge cases [nervous laughter] | rinpatch | |
2019-01-15 | Move metadata.ex out of ostatus | rinpatch | |
2019-01-14 | Merge branch 'load-all-dms' into 'develop' | lambda | |
Remove recent activity restriction. See merge request pleroma/pleroma!644 | |||
2019-01-14 | [#477] User search improvements: tsquery search with field weights, friends ↵ | Ivan Tashkinov | |
& followers boosting. | |||
2019-01-14 | Merge branch 'feature/add-oembed-parser' into 'develop' | kaniini | |
Add OEmbed parser See merge request pleroma/pleroma!661 | |||
2019-01-14 | Merge branch 'activitypub-likes' into 'develop' | kaniini | |
Activitypub c2s likes See merge request pleroma/pleroma!658 | |||
2019-01-14 | mrf: add no placeholder-text policy, strips pointless "." content from posts ↵ | William Pitcock | |
with images | |||
2019-01-13 | Resolve merge conflict | rinpatch | |
2019-01-13 | Add OEmbed parser | Maxim Filippov | |
2019-01-12 | Add likes to activitypub object representation | sxsdv1 | |
Top level of the likes OrderedCollection is inlined to get immediate access to totalItems. Because the count can be returned without scanning the database for like activities the extra query is saved when the client only wants to display the total. | |||
2019-01-12 | Add route to get object like activities | sxsdv1 | |
2019-01-12 | Handle client submitted activitypub like activity | sxsdv1 | |
2019-01-12 | Prepare all types objects before serialising | sxsdv1 | |
Activities returned from inbox can include other types of objects like Article | |||
2019-01-12 | Honour parameters on MastoAPI /favourites | Sadposter | |
2019-01-12 | Add link headers to MastoAPI /favourites | Sadposter | |
As documented at https://docs.joinmastodon.org/api/rest/favourites/ | |||
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 '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 | Remove recent activity restriction. | lain | |
This should be fine now, everything should be covered by indices. | |||
2019-01-09 | only non-reblogs, self-authored, public statuses can be pinned | Egor Kislitsyn | |
2019-01-09 | Support activity+json request for activity | sxsdv1 | |
2019-01-08 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Egor Kislitsyn | |
feature/pinned-posts | |||
2019-01-08 | add `pinned` property to `StatusView` | Egor Kislitsyn | |