aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2019-03-12Add "roles" to users admin APIMaxim Filippov
2019-03-12Merge branch 'masto-api-followers-following' into 'develop'kaniini
MastoAPI followers/following endpoints See merge request pleroma/pleroma!924
2019-03-12MastoAPI followers/following endpointseugenijm
2019-03-11Merge branch 'add-screenname-extension-to-masto-api' into 'develop'kaniini
MastoAPI Accounts: Add fetching by nickname. See merge request pleroma/pleroma!922
2019-03-11Linting.lain
2019-03-11WebPush: Add activity id to the push messages.lain
Makes it easier to relate the push to a given status.
2019-03-11MastoAPI Accounts: Add fetching by nickname.lain
This is to make it easier for the frontends to handle domain.com/users/nickname urls.
2019-03-11Merge branch 'add-local-field-to-status' into 'develop'lambda
MastoAPI StatusView: Add locality indicator. See merge request pleroma/pleroma!920
2019-03-11Merge branch 'feat/style-oauth-login-page' into 'develop'lambda
Style again the OAuth login page to fit pleroma more See merge request pleroma/pleroma!921
2019-03-11Remove chromium input hilight that clashes with our ownShpuld Shpuldson
2019-03-11Style again the login page to fit pleroma moreShpuld Shpuldson
2019-03-11MastoAPI StatusView: Add locality indicator.lain
2019-03-11Broadcast deleted activity id on deletion to conform to MastoAPI streamig speceugenijm
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-08Fetch user's outbox posts on first federation with that userEkaterina Vaartis
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-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-06[#647] tests for web pushMaksim
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-05Add handling of objects not in databaseKaren Konou
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-05Include admins in nodeinfoeugenijm
2019-03-05TypoMaxim Filippov
2019-03-04rich media: helpers: rework validate_page_url()William Pitcock
2019-03-04helpers: use AutoLinker to validate URIs as well as the other testsWilliam Pitcock
2019-03-04rich media: don't crawl bogus URIsWilliam Pitcock
2019-03-04Merge branch 'feature/add-status-text-to-notifications' into 'develop'kaniini
Add status text to notifications (mentions and reposts) Closes #696 See merge request pleroma/pleroma!897
2019-03-04Merge search endpoint into /usersMaxim Filippov
2019-03-04Remove unused codeMaxim Filippov
2019-03-04Add status text to notifications (mentions and reposts)Maxim Filippov
2019-03-04Merge branch 'fix/like-adressing' into 'develop'kaniini
Stop adresssing like activities to actor's follower collection on non-public posts See merge request pleroma/pleroma!896
2019-03-04Stop adresssing like activities to actor's follower collection on non-public ↵rinpatch
posts