summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-15robots.txtWilliam Pearson
Add default robots.txt that allows bots access to all paths. Add mix task to generate robots.txt taht allows bots access to no paths. Document custom emojis, MRF and static_dir static_dir documentation includes docs for the robots.txt Mix task.
2019-03-13Merge branch 'mastofe-content-types' into 'develop'kaniini
Set content types settings on mastofe endpoint. See merge request pleroma/pleroma!894
2019-03-13Merge 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-13Unify unfollow, accept and reject follow requests using CommonAPIeugenijm
2019-03-13Merge branch 'features/add-credo-to-ci' into 'develop'lambda
Add credo to CI See merge request pleroma/pleroma!902
2019-03-13Pleroma.Web.TwitterAPI.Controller: Remove duplicated alias/esHaelwenn (lanodan) Monnier
2019-03-13.gitlab-ci.yml: Use --strict instead of listHaelwenn (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 fixedHaelwenn (lanodan) Monnier
2019-03-13[Credo] Change quoted string with 3+ quotes to sigilsHaelwenn (lanodan) Monnier
2019-03-13[Credo] fix Credo.Check.Readability.MaxLineLengthHaelwenn (lanodan) Monnier
2019-03-13[Credo] write large numbers with underscore separationHaelwenn (lanodan) Monnier
2019-03-13[Credo] make all variables use snake_caseHaelwenn (lanodan) Monnier
2019-03-13[Credo] Remove parentesis on argument-less functionsHaelwenn (lanodan) Monnier
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-03-13[Credo] Fix the consistencyHaelwenn (lanodan) Monnier
2019-03-13.credo.exs: Clear removed testsHaelwenn (lanodan) Monnier
2019-03-13[Credo][CI] Do not make TODO/FIXME failHaelwenn (lanodan) Monnier
2019-03-13[Credo] Fix the warningsHaelwenn (lanodan) Monnier
2019-03-13.gitlab-ci.yml: Adds credo to the chainHaelwenn (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-12Merge 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-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-11Merge 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-11Merge 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-11Switch the CI to Elixir 1.8.1rinpatch
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-11Update Differences-in-MastodonAPI-Responses.mdlambda
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-11Merge 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
2019-03-11Merge branch 'fix/roma-links-clients-md' into 'develop'lambda
Update homepages and provide source code links for Roma apps in Clients.md See merge request pleroma/pleroma!919
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-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