Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-14 | Merge develop to bump elixir version in the CI so I don't get failing formatting | rinpatch | |
2019-03-14 | Add some tests | rinpatch | |
2019-03-14 | Merge branch 'hotfix/delete-activities' into 'develop' | rinpatch | |
Fix delete activities not federating See merge request pleroma/pleroma!933 | |||
2019-03-14 | Fix delete activities not federating | rinpatch | |
2019-03-14 | Merge branch 'admin-api-account-view-namespace' into 'develop' | kaniini | |
MastodonAPI.Admin.AccountView → AdminAPI.AccountView See merge request pleroma/pleroma!930 | |||
2019-03-14 | Merge branch 'feature/add-local-to-users-admin-api' into 'develop' | kaniini | |
Add "local" & "tags" to users admin API See merge request pleroma/pleroma!932 | |||
2019-03-14 | Ensure empty array is returned for tags | Maxim Filippov | |
2019-03-14 | Add tags | Maxim Filippov | |
2019-03-13 | Merge branch 'mastofe-content-types' into 'develop' | kaniini | |
Set content types settings on mastofe endpoint. See merge request pleroma/pleroma!894 | |||
2019-03-13 | Unify unfollow, accept and reject follow requests using CommonAPI | eugenijm | |
2019-03-13 | Add "local" to users admin API | Maxim Filippov | |
2019-03-13 | MastodonAPI.Admin.AccountView → AdminAPI.AccountView | Haelwenn (lanodan) Monnier | |
2019-03-13 | Pleroma.Web.TwitterAPI.Controller: Remove duplicated alias/es | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo][CI] Add readability as it’s fixed | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] Change quoted string with 3+ quotes to sigils | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] fix Credo.Check.Readability.MaxLineLength | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] write large numbers with underscore separation | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] make all variables use snake_case | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] Remove parentesis on argument-less functions | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] Fix the consistency | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] Fix the warnings | Haelwenn (lanodan) Monnier | |
2019-03-12 | Add "roles" to users admin API | Maxim Filippov | |
2019-03-12 | Merge branch 'masto-api-followers-following' into 'develop' | kaniini | |
MastoAPI followers/following endpoints See merge request pleroma/pleroma!924 | |||
2019-03-12 | MastoAPI followers/following endpoints | eugenijm | |
2019-03-12 | escape quotation marks in Content-Disposition header | rinpatch | |
2019-03-12 | WIP: Stop mangling filenames | rinpatch | |
2019-03-11 | Merge branch 'add-screenname-extension-to-masto-api' into 'develop' | kaniini | |
MastoAPI Accounts: Add fetching by nickname. See merge request pleroma/pleroma!922 | |||
2019-03-11 | Linting. | lain | |
2019-03-11 | WebPush: Add activity id to the push messages. | lain | |
Makes it easier to relate the push to a given status. | |||
2019-03-11 | MastoAPI Accounts: Add fetching by nickname. | lain | |
This is to make it easier for the frontends to handle domain.com/users/nickname urls. | |||
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 |