Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-12 | MastoAPI followers/following endpoints | eugenijm | |
2019-03-11 | Merge branch 'add-local-field-to-status' into 'develop' | lambda | |
MastoAPI StatusView: Add locality indicator. See merge request pleroma/pleroma!920 | |||
2019-03-11 | Merge 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-11 | Remove chromium input hilight that clashes with our own | Shpuld Shpuldson | |
2019-03-11 | Style again the login page to fit pleroma more | Shpuld Shpuldson | |
2019-03-11 | MastoAPI StatusView: Add locality indicator. | lain | |
2019-03-11 | Broadcast deleted activity id on deletion to conform to MastoAPI streamig spec | eugenijm | |
2019-03-08 | http: connection: unify adapter configuration and defaults | William Pitcock | |
2019-03-08 | http: connection: relax the timeouts a little | William Pitcock | |
2019-03-08 | http: rework connection timeouts to match hackney docs, enforce 1 second max ↵ | William Pitcock | |
TCP connection timeout | |||
2019-03-08 | http: actually pass the options list to the Connection factory | William Pitcock | |
2019-03-08 | http: connection: merge hackney option lists instead of concatenating them | William Pitcock | |
this ensures the right pools are used | |||
2019-03-08 | http: safely catch erlang exits and elixir errors from hackney (ref #672) | William Pitcock | |
2019-03-08 | Merge 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-08 | Merge branch 'delete-status' into 'develop' | kaniini | |
Allow an admin to delete a user status #721 (MastoAPI) See merge request pleroma/pleroma!914 | |||
2019-03-08 | Merge 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-08 | Allow an admin to delete a user status | eugenijm | |
2019-03-08 | Fetch user's outbox posts on first federation with that user | Ekaterina Vaartis | |
2019-03-07 | MRF: anti followbot: gracefully handle accounts without a display name | William Pitcock | |
2019-03-07 | Merge 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-07 | Adjust delete activity audience to match the deleted object | Karen Konou | |
2019-03-07 | Revert existing object check | Karen Konou | |
2019-03-07 | Preserve parameters in link headers (Mastodon API) | eugenijm | |
2019-03-06 | Merge branch 'chore/merge-search-into-list-users' into 'develop' | kaniini | |
Merge search endpoint into /users See merge request pleroma/pleroma!898 | |||
2019-03-06 | Merge 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-06 | Merge 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 push | Maksim | |
2019-03-06 | Merge 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-05 | Add handling of objects not in database | Karen Konou | |
2019-03-05 | Properly escape reserved URI charachters in upload urls | rinpatch | |
2019-03-05 | Merge branch 'add-admin-to-node-info' into 'develop' | rinpatch | |
Include admins in nodeinfo Closes #689 See merge request pleroma/pleroma!899 | |||
2019-03-05 | Web.RelMe: Fix having other values in rel attr | Haelwenn (lanodan) Monnier | |
One example of this is Github which puts a rel="nofollow me" on the profile link. | |||
2019-03-05 | Plugs.HTTPSecurityPlug: Add static_url to CSP's connect-src | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/merge_requests/469 | |||
2019-03-05 | Include admins in nodeinfo | eugenijm | |
2019-03-05 | Typo | Maxim Filippov | |
2019-03-04 | rich media: helpers: rework validate_page_url() | William Pitcock | |
2019-03-04 | helpers: use AutoLinker to validate URIs as well as the other tests | William Pitcock | |
2019-03-04 | rich media: don't crawl bogus URIs | William Pitcock | |
2019-03-04 | Merge 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-04 | Merge search endpoint into /users | Maxim Filippov | |
2019-03-04 | Remove unused code | Maxim Filippov | |
2019-03-04 | Add status text to notifications (mentions and reposts) | Maxim Filippov | |
2019-03-04 | Merge 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-04 | Stop adresssing like activities to actor's follower collection on non-public ↵ | rinpatch | |
posts | |||
2019-03-04 | Merge branch 'unify-follow' into 'develop' | kaniini | |
Unify follow code with CommonAPI Closes #690 See merge request pleroma/pleroma!889 | |||
2019-03-04 | Fix supported TLS versions as TLS 1.3 support seems buggy. | KokaKiwi | |
2019-03-04 | fix format | Karen Konou | |
2019-03-04 | Expand "to" of delete activities | Karen Konou | |
2019-03-04 | Fix DM visibility for blocking users | eugenijm | |
2019-03-04 | Unify Mastodon and Twitter follow implementations using CommonAPI | eugenijm | |