aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2019-06-14Fix hashtags being picked up by rich media parserrinpatch
Closes #989
2019-06-14Add copyright info to containment.exEgor
2019-06-14MastodonAPI: Add a way to update the background image.lain
2019-06-14Improve rate limiter documentationEgor Kislitsyn
Documents how to disable rate limiting
2019-06-13Prometheus: Remove flaky process collection NIF.lain
2019-06-13AccountView: Add user background.lain
2019-06-13Merge branch 'fix/ogp-title' into 'develop'lain
Rich Media Parser: Attempt to use <title> from HTML as a fallback Closes #979 See merge request pleroma/pleroma!1277
2019-06-13Handle HTTP 404 responseEgor Kislitsyn
2019-06-13Handle HTTP "410 Gone" responseEgor Kislitsyn
2019-06-13Improve <title> fallback; Add a testEgor Kislitsyn
2019-06-12Revert "Only run Floki if title is missing from the map"Mark Felder
This reverts commit 97d2b1a45ab12c530dd730518b9d8ca546bbc9f2.
2019-06-12Only run Floki if title is missing from the mapMark Felder
2019-06-12Attempt to use <title> from HTML as a fallbackMark Felder
2019-06-12[#963] No redirect on OOB OAuth authorize request with existing ↵Ivan Tashkinov
authorization. OAuth-related refactoring.
2019-06-12MastodonAPI Controller: Band-Aid double vote problem.lain
2019-06-12Merge branch 'update_auto_linker' into 'develop'lain
Update `auto_linker` dependency See merge request pleroma/pleroma!1272
2019-06-12Remove search result order for non-RUM indexesEgor Kislitsyn
2019-06-12Update `auto_linker` dependencyEgor Kislitsyn
2019-06-11Add option to restrict all users to local contentEgor Kislitsyn
2019-06-11Merge branch 'feature/rate-limiter' into 'develop'lain
Feature/Rate Limiter Closes #943 See merge request pleroma/pleroma!1266
2019-06-11Replace `MastodonAPIController.account_register/2` rate limiterEgor Kislitsyn
2019-06-11Add rate limiting for search endpointsEgor Kislitsyn
2019-06-11Add RateLimiterEgor Kislitsyn
2019-06-11Merge branch 'preload-changes' into 'develop'kaniini
Conversations: Fetch users in one query. See merge request pleroma/pleroma!1258
2019-06-09Merge branch 'develop' into feature/releasesrinpatch
2019-06-09Add migrate/rollback to release tasksrinpatch
2019-06-08Use Mix.shell().yes? if availablerinpatch
2019-06-08Make mix tasks work in a releaserinpatch
2019-06-08Merge branch 'fix/transmogrifier-inReplyTo' into 'develop'lain
Transmogrifier: Do not crash if inReplyTo does not exist and can't be fetched See merge request pleroma/pleroma!1259
2019-06-07Transmogrifier: Do not crash if inReplyTo does not exist and can't be fetchedrinpatch
2019-06-07Conversations: Fetch users in one query.lain
2019-06-07Emoji: Use full path to check if a file is a directory.lain
2019-06-07Merge branch 'fix/replace-mix-env' into 'develop'kaniini
Replace Mix.env with Pleroma.Config.get(:env) See merge request pleroma/pleroma!1254
2019-06-07Mix Tasks: Switch to Application.ensure_all_started instead ofrinpatch
Mix.Task.run and ensure serve_endpoints is set to false In release environments there is no Mix.Task.run and serve_endpoints must be set to true for the endpoints to start, so we need to ensure it is set to false before starting Pleroma for executing a mix task.
2019-06-06Replace Mix.env with Pleroma.Config.get(:env)rinpatch
Mix.env/0 is not availible in release environments such as distillery or elixir's built-in releases.
2019-06-06Merge branch 'fix/elixir-master-deprecation-warnings' into 'develop'kaniini
Switch to manual Supervisor child specifications instead of Supervisor.Spec See merge request pleroma/pleroma!1252
2019-06-06User Search: Boost friends more strongly.lain
2019-06-06Switch to manual Supervisor child specifications instead of Supervisor.Specrinpatch
Supervisor.Spec is deprecated and causes warnings on Elixir master, see https://hexdocs.pm/elixir/Supervisor.Spec.html
2019-06-06[#943] Make the unauthenticated users limitation optionalEgor
2019-06-05Merge branch 'bugfix/377-stuck-follow-request' into 'develop'kaniini
Bugfix/377 stuck follow request Closes #377 See merge request pleroma/pleroma!1250
2019-06-05Merge branch 'improve-search' into 'develop'kaniini
[#943] Contain search for unauthenticated users See merge request pleroma/pleroma!1220
2019-06-05Utils: Use update_follow_state_for_all when appropriate.lain
2019-06-05Utils: Split update_follow_state and update_follow_state_for_all.lain
2019-06-05User: Remove superfluous `maybe_follow`.lain
2019-06-05Transmogrifier: Add tests for incoming follows to locked accounts.lain
2019-06-05Merge branch 'fix-stuck-follows' into 'develop'rinpatch
User: Don't error out when following a user that's already followed. See merge request pleroma/pleroma!1249
2019-06-05Typo + Linting.lain
2019-06-05User: Don't error out when following a user that's already followed.lain
This leads to a few situations where it is impossible to follow a user.
2019-06-05OAuth consumer: tests fix, comments, Keycloak config notes.Ivan Tashkinov
2019-06-05Fix formattingEgor Kislitsyn