Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-14 | Merge branch 'fix/filename-mangling' into 'develop' | kaniini | |
Stop mangling filenames and enable dedupe by default Closes #715 See merge request pleroma/pleroma!927 | |||
2019-03-14 | Merge develop to bump elixir version in the CI so I don't get failing formatting | rinpatch | |
2019-03-14 | Fix uploaded media plug test | 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 | Merge branch 'unify-accept-reject-unfollow' into 'develop' | kaniini | |
Unify unfollow, accept and reject follow requests using CommonAPI See merge request pleroma/pleroma!931 | |||
2019-03-13 | Unify unfollow, accept and reject follow requests using CommonAPI | eugenijm | |
2019-03-13 | Add test when local is false | Maxim Filippov | |
2019-03-13 | Fix test | Maxim Filippov | |
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 | Merge branch 'features/add-credo-to-ci' into 'develop' | lambda | |
Add credo to CI See merge request pleroma/pleroma!902 | |||
2019-03-13 | Pleroma.Web.TwitterAPI.Controller: Remove duplicated alias/es | Haelwenn (lanodan) Monnier | |
2019-03-13 | .gitlab-ci.yml: Use --strict instead of list | Haelwenn (lanodan) Monnier | |
This makes the output to be more compact while not loosing readability --format=flycheck // --format=json could also be used but they are not very human readable | |||
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.exs: Clear removed tests | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo][CI] Do not make TODO/FIXME fail | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] Fix the warnings | Haelwenn (lanodan) Monnier | |
2019-03-13 | .gitlab-ci.yml: Adds credo to the chain | Haelwenn (lanodan) Monnier | |
Not really sure about the order in which this is but it feels right because credo is more about checking if a ~working code could need some improvements.<M-1> | |||
2019-03-12 | Merge branch 'feature/add-roles-to-users-admin-api' into 'develop' | kaniini | |
Add "roles" to users admin API See merge request pleroma/pleroma!928 | |||
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 | Fix upload tests | rinpatch | |
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 | Merge branch 'add-activity-id-to-push-messages' into 'develop' | kaniini | |
WebPush: Add activity id to the push messages. See merge request pleroma/pleroma!925 | |||
2019-03-11 | Merge branch 'ci-switch-to-elixir-1-8-1' into 'develop' | rinpatch | |
Switch the CI to Elixir 1.8.1 See merge request pleroma/pleroma!926 | |||
2019-03-11 | Switch the CI to Elixir 1.8.1 | rinpatch | |
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 | Update Differences-in-MastodonAPI-Responses.md | lambda | |
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 | Merge branch 'broadcast-activity-id-on-deletion' into 'develop' | lambda | |
Broadcast proper deleted activity id to conform to MastoAPI streaming spec See merge request pleroma/pleroma!917 |