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-13 | Reset index.html to develop | rinpatch | |
2019-01-13 | Remove .idea | rinpatch | |
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 | 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 ``` | |||
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 |