summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-11Broadcast deleted activity id on deletion to conform to MastoAPI streamig speceugenijm
2019-03-11Change order of source code to align with platformsrinpatch
2019-03-11Update homepages and provide source code links for Roma apps in Clients.mdrinpatch
2019-03-11Merge branch 'patch-2' into 'develop'rinpatch
[Doc] Rename Mastalab -> Fedilab in Clients.md See merge request pleroma/pleroma!918
2019-03-11Rename Mastalab -> Fedilab in Clients.mdHakaba Hitoyo
2019-03-08Merge branch 'bugfix/tesla-safety' into 'develop'kaniini
tesla hardening Closes #712 and #672 See merge request pleroma/pleroma!912
2019-03-08http: connection: unify adapter configuration and defaultsWilliam Pitcock
2019-03-08http: connection: relax the timeouts a littleWilliam Pitcock
2019-03-08http: rework connection timeouts to match hackney docs, enforce 1 second max ↵William Pitcock
TCP connection timeout
2019-03-08http: actually pass the options list to the Connection factoryWilliam Pitcock
2019-03-08http: connection: merge hackney option lists instead of concatenating themWilliam Pitcock
this ensures the right pools are used
2019-03-08http: safely catch erlang exits and elixir errors from hackney (ref #672)William Pitcock
2019-03-08Merge branch 'fix-tlsv1.3' into 'develop'kaniini
Fix supported TLS versions as TLS 1.3 support seems buggy. Closes #708 See merge request pleroma/pleroma!892
2019-03-08Merge branch 'delete-status' into 'develop'kaniini
Allow an admin to delete a user status #721 (MastoAPI) See merge request pleroma/pleroma!914
2019-03-08Merge branch 'fetch-posts-on-first-federation' into 'develop'kaniini
Fetch user's outbox posts on first federation with that user Closes #131 See merge request pleroma/pleroma!907
2019-03-08Allow an admin to delete a user statuseugenijm
2019-03-08Add tests for fetch_ordered_collectionEkaterina Vaartis
2019-03-08Fetch user's outbox posts on first federation with that userEkaterina Vaartis
2019-03-08priv/static/images: Add pleroma-tanHaelwenn (lanodan) Monnier
Source: https://shitposter.club/objects/9be7c3f4-5a29-45a9-ac40-301312578a02 pleroma-fox-tan-smol.png is pleroma-fox-tan.png but the width got divided by two in The GIMP. All the pleroma*.png got optimised with mat2 and optipng/pngcrush, depending on their best results. [ci skip]
2019-03-08Merge branch 'update-mastofe/glitch-soc-2019-03-07' into 'develop'kaniini
Update Mastodon Frontend to 2019-03-07 bundle See merge request pleroma/pleroma!911
2019-03-08Update Mastodon Frontend to 2019-03-07 bundleHaelwenn (lanodan) Monnier
See: https://git.pleroma.social/pleroma/mastofe/tags/bundle-2019-03-07 [ci skip]
2019-03-07Merge branch 'bugfix/mrf-antifollowbot-nil-bio' into 'develop'rinpatch
MRF: anti followbot: gracefully handle nil display names See merge request pleroma/pleroma!909
2019-03-07Merge branch 'update/pleroma-fe-20190307' into 'develop'kaniini
update pleroma frontend See merge request pleroma/pleroma!910
2019-03-07update pleroma frontendWilliam Pitcock
2019-03-07tests: add regression testWilliam Pitcock
2019-03-07MRF: anti followbot: gracefully handle accounts without a display nameWilliam Pitcock
2019-03-07Merge branch 'bugfix/delete-activity-audience' into 'develop'rinpatch
expand the audience of delete activities to all recipients of the deleted object Closes #682 See merge request pleroma/pleroma!891
2019-03-07Adjust delete activity audience to match the deleted objectKaren Konou
2019-03-07Revert existing object checkKaren Konou
2019-03-07Merge branch 'preserve-link-headers' into 'develop'lambda
Preserves parameters in link headers Closes #716 See merge request pleroma/pleroma!908
2019-03-07Preserve parameters in link headers (Mastodon API)eugenijm
2019-03-06Merge branch 'chore/merge-search-into-list-users' into 'develop'kaniini
Merge search endpoint into /users See merge request pleroma/pleroma!898
2019-03-06Merge branch 'bugfix/connect-src-https' into 'develop'kaniini
Plugs.HTTPSecurityPlug: Add static_url to CSP's connect-src See merge request pleroma/pleroma!900
2019-03-06Merge branch 'bugfix/rel-me_list' into 'develop'kaniini
Web.RelMe: Fix having other values in rel attr See merge request pleroma/pleroma!901
2019-03-06Merge branch 'feature/647' into 'develop'kaniini
[#647] tests for web push See merge request pleroma/pleroma!904
2019-03-06[#647] tests for web pushMaksim
2019-03-06Merge branch 'features/masto_fe-config' into 'develop'kaniini
Add default config for masto_fe See merge request pleroma/pleroma!906
2019-03-06Keep heading shortMaxim Filippov
2019-03-06Merge branch 'fix/escape-reserved-chars-in-filenames' into 'develop'Haelwenn
Properly escape reserved URI charachters in upload urls Closes #700 See merge request pleroma/pleroma!905
2019-03-06Add default config for masto_feHaelwenn (lanodan) Monnier
Related to: https://git.pleroma.social/pleroma/mastofe/merge_requests/22
2019-03-05Add handling of objects not in databaseKaren Konou
2019-03-05Add tests for reserved char escaping in uploadrinpatch
2019-03-05Properly escape reserved URI charachters in upload urlsrinpatch
2019-03-05Merge branch 'add-admin-to-node-info' into 'develop'rinpatch
Include admins in nodeinfo Closes #689 See merge request pleroma/pleroma!899
2019-03-05Web.RelMe: Fix having other values in rel attrHaelwenn (lanodan) Monnier
One example of this is Github which puts a rel="nofollow me" on the profile link.
2019-03-05Plugs.HTTPSecurityPlug: Add static_url to CSP's connect-srcHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/merge_requests/469
2019-03-05Merge branch 'bugfix/rich-media-uri-validation' into 'develop'Haelwenn
rich media: don't crawl bogus URIs See merge request pleroma/pleroma!864
2019-03-05Include admins in nodeinfoeugenijm
2019-03-05TypoMaxim Filippov
2019-03-04rich media: helpers: rework validate_page_url()William Pitcock