Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | [#477] User search tests. Normalized search rank in User.search. | Ivan Tashkinov | |
2019-01-15 | add a fallback function | rinpatch | |
2019-01-15 | [#477] Added FTS index for `users`. Fixed failing test. | Ivan Tashkinov | |
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 | Merge branch 'fix/elixir-1-8-type-annotation' into 'develop' | lambda | |
Fix Elixir 1.8 type annotation issue Closes #523 See merge request pleroma/pleroma!668 | |||
2019-01-15 | Move metadata.ex out of ostatus | rinpatch | |
2019-01-15 | Merge branch 'bugfix/upload_with_question_mark' into 'develop' | rinpatch | |
Upload: Fix uploading with a ? in the filename See merge request pleroma/pleroma!669 | |||
2019-01-15 | Upload: Fix uploading with a : in the filename | Haelwenn (lanodan) Monnier | |
2019-01-15 | Upload: Fix uploading with a ? in the filename | Haelwenn (lanodan) Monnier | |
2019-01-15 | Fix Elixir 1.8 type annotation issue | Maxim Filippov | |
2019-01-14 | Merge branch 'media-url-escape' into 'develop' | rinpatch | |
URI escape file upload URLs See merge request pleroma/pleroma!665 | |||
2019-01-14 | Merge branch 'load-all-dms' into 'develop' | lambda | |
Remove recent activity restriction. See merge request pleroma/pleroma!644 | |||
2019-01-14 | Add attachment escaping test | Shadowfacts | |
2019-01-14 | [#477] User search improvements: tsquery search with field weights, friends ↵ | Ivan Tashkinov | |
& followers boosting. | |||
2019-01-14 | URI escape file upload URLs | Shadowfacts | |
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 | 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 | |