Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-14 | Merge branch 'activitypub-likes' into 'develop' | kaniini | |
Activitypub c2s likes See merge request pleroma/pleroma!658 | |||
2019-01-14 | Merge branch 'fix-nginx-caching' into 'develop' | kaniini | |
Fix nginx caching issues See merge request pleroma/pleroma!654 | |||
2019-01-14 | Merge branch 'feature/mrf-no-placeholder-text-policy' into 'develop' | kaniini | |
mrf: add no placeholder-text policy, strips pointless "." content from posts with images See merge request pleroma/pleroma!662 | |||
2019-01-14 | Prefer ids to usernames | rinpatch | |
2019-01-14 | mrf: add no placeholder-text policy, strips pointless "." content from posts ↵ | William Pitcock | |
with images | |||
2019-01-13 | Merge branch 'bugfix/favourites-link-header' into 'develop' | lambda | |
Add link headers and honour parameters on Mastodon API /favourites See merge request pleroma/pleroma!659 | |||
2019-01-13 | Add test for mastodon API /favourites endpoint | Sadposter | |
2019-01-13 | Resolve merge conflict | rinpatch | |
2019-01-13 | Reset index.html to develop | rinpatch | |
2019-01-13 | Remove .idea | 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 | Merge branch 'bugfix/pinned-statuses' into 'develop' | kaniini | |
Unpin when deleting a status See merge request pleroma/pleroma!655 | |||
2019-01-11 | Merge branch 'fix-spellign' into 'develop' | scarlett | |
Fix spellign. See merge request pleroma/pleroma!656 | |||
2019-01-11 | Fix spellign. | scarlett | |
2019-01-11 | typo | Egor Kislitsyn | |
2019-01-11 | unpin when deleting a status | Egor Kislitsyn | |
2019-01-10 | Fix nginx caching issues | Mark Felder | |
Nginx is currently not caching data because proxy_buffering needs to be enabled for caching to work at all, and we are receiving a Cache-Control header from Pleroma that states "max-age=0, private, must-revalidate" Even disregarding the Cache-Control header that should actually be set to "public, max-age=1209600" as defined in the reverse_proxy code, we don't want to obey this header at all as it overrides our Nginx caching rules. | |||
2019-01-10 | Merge branch 'fix-varnish-chunked' into 'develop' | kaniini | |
Fix varnish chunked and general improvements See merge request pleroma/pleroma!653 | |||
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 | Consistent intentation | Mark Felder | |
2019-01-10 | Cache partial objects for 10 minutes | Mark Felder | |
This enables caching/streaming of chunked responses | |||
2019-01-10 | Streaming is enabled by default | Mark Felder | |
Support more filetypes for caching static media | |||
2019-01-10 | Merge branch 'feature/add-twitter-card-parser' into 'develop' | kaniini | |
Add Twitter Card parser See merge request pleroma/pleroma!643 | |||
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 | test: common api: add tests for format_input/4 | William Pitcock | |
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-10 | Merge branch 'fix-alphasort' into 'develop' | kaniini | |
Alpha sort the restricted nicknames See merge request pleroma/pleroma!650 | |||
2019-01-10 | Alpha sort the restricted nicknames | Mark Felder | |
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 test for summary_html | lain | |
2019-01-09 | Build the index concurrently. | lain | |
2019-01-09 | Add activity visibility index. | lain | |
2019-01-09 | improve tests | Egor Kislitsyn | |
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 ``` |