Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-09 | Add migrate/rollback to release tasks | rinpatch | |
2019-06-08 | Use Mix.shell().yes? if available | rinpatch | |
2019-06-08 | Make mix tasks work in a release | rinpatch | |
2019-06-07 | Merge branch 'fix/replace-mix-env' into 'develop' | kaniini | |
Replace Mix.env with Pleroma.Config.get(:env) See merge request pleroma/pleroma!1254 | |||
2019-06-07 | Mix Tasks: Switch to Application.ensure_all_started instead of | rinpatch | |
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-06 | Replace 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-06 | Merge 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-06 | User Search: Boost friends more strongly. | lain | |
2019-06-06 | Switch to manual Supervisor child specifications instead of Supervisor.Spec | rinpatch | |
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 optional | Egor | |
2019-06-05 | Merge branch 'bugfix/377-stuck-follow-request' into 'develop' | kaniini | |
Bugfix/377 stuck follow request Closes #377 See merge request pleroma/pleroma!1250 | |||
2019-06-05 | Merge branch 'improve-search' into 'develop' | kaniini | |
[#943] Contain search for unauthenticated users See merge request pleroma/pleroma!1220 | |||
2019-06-05 | Utils: Use update_follow_state_for_all when appropriate. | lain | |
2019-06-05 | Utils: Split update_follow_state and update_follow_state_for_all. | lain | |
2019-06-05 | User: Remove superfluous `maybe_follow`. | lain | |
2019-06-05 | Transmogrifier: Add tests for incoming follows to locked accounts. | lain | |
2019-06-05 | Merge 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-05 | Typo + Linting. | lain | |
2019-06-05 | User: 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-05 | OAuth consumer: tests fix, comments, Keycloak config notes. | Ivan Tashkinov | |
2019-06-05 | Fix formatting | Egor Kislitsyn | |
2019-06-05 | Limit search for unauthenticated users to local users only | Egor Kislitsyn | |
2019-06-05 | Update benchmark mix task | Egor Kislitsyn | |
2019-06-05 | Contain search for unauthenticated users | Egor Kislitsyn | |
2019-06-05 | Merge branch 'explicit-addressing' into 'develop' | kaniini | |
Explicit addressing See merge request pleroma/pleroma!1239 | |||
2019-06-04 | Merge branch 'bugfix/956-activity-id-nil-conversations' into 'develop' | Haelwenn | |
Participations: Filter out participations without activities. Closes #956 and #953 See merge request pleroma/pleroma!1246 | |||
2019-06-04 | NodeInfo: Add explicit addressing to nodeinfo. | lain | |
2019-06-04 | update ActivityPub#fetch_activities_query | Maksim Pechnikov | |
2019-06-04 | Merge branch 'develop' into issue/941 | Maksim Pechnikov | |
2019-06-04 | update ActivityPub#fetch_activities_query | Maksim Pechnikov | |
2019-06-04 | Participations: Filter out participations without activities. | lain | |
2019-06-04 | Merge branch 'emoji-loader-fix' into 'develop' | Haelwenn | |
Emoji: Don't die when files are present in the emoji folder. Closes #957 See merge request pleroma/pleroma!1245 | |||
2019-06-04 | Fix CommonAPI.vote returning tuples inside of the activity array instead of ↵ | rinpatch | |
just activities | |||
2019-06-04 | Emoji: Don't die when files are present in the emoji folder. | lain | |
2019-06-04 | Restrict `get_existing_votes` to only get Create activities | rinpatch | |
2019-06-04 | Merge remote-tracking branch 'origin/develop' into explicit-addressing | lain | |
2019-06-04 | utils: access inReplyTo as an explicit string when fetching poll results` | William Pitcock | |
2019-06-04 | Merge branch 'develop' into issue/941 | Maksim Pechnikov | |
2019-06-04 | nodeinfo: add pollLimits to metadata | William Pitcock | |
2019-06-04 | Merge branch 'feature/mrf-subchain' into 'develop' | kaniini | |
MRF: subchain policy See merge request pleroma/pleroma!1233 | |||
2019-06-04 | Merge branch 'generic-fe-settings' into 'develop' | kaniini | |
Generic settings store for frontend user settings See merge request pleroma/pleroma!1221 | |||
2019-06-03 | update api to set skip_thread_containment | Maksim Pechnikov | |
2019-06-03 | Remove repeated scope lists | eugenijm | |
2019-06-03 | CommonAPI: Add explicit addressing. | lain | |
2019-06-03 | User: Add function to get AP ids from nicknames. | lain | |
2019-06-03 | Use workaround for the heavy checkmark symbol in iOS | eugenijm | |
2019-06-03 | Merge branch 'develop' into update-oauth-template | Mark Felder | |
2019-06-03 | add option skip_thread_containment | Maksim Pechnikov | |
2019-06-03 | Merge branch 'develop' into feature/polls-2-electric-boogalo | rinpatch | |
2019-06-03 | Merge branch 'align-mastodon-conversations' into 'develop' | lambda | |
Mastodon Conversations API: Align to Mastodon behavior See merge request pleroma/pleroma!1215 |