aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-18Update AdminFE for 1.1 branchMark Felder
Latest build of AdminFE with Settings disabled as the feature is not stable yet
2019-09-18Do not refetch local objectsrinpatch
2019-09-18Preserve internal fields when reinjectingrinpatch
2019-09-18Move object internal fields to a constantrinpatch
2019-09-18Set updated_at even if the object stayed the samerinpatch
2019-09-18Fix wrong argument order when calling NaiveDateTime.diffrinpatch
2019-09-18Capture log in object refetch testsrinpatch
2019-09-18Merge branch 'bugfix/docs-formatting' into 'develop'Haelwenn
Improve generated docs formatting See merge request pleroma/pleroma!1688
2019-09-18Initial poll refresh supportrinpatch
Implement refreshing the object with an interval and call the function when getting the poll.
2019-09-18Fix responseMaxim Filippov
2019-09-18Merge branch 'develop' into feature/return-link-for-password-resetMaxim Filippov
2019-09-18Apply suggestion to lib/pleroma/plugs/oauth_scopes_plug.exIvan Tashkinov
2019-09-18Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
1234-mastodon-2-4-3-oauth-scopes
2019-09-18[#1234] Added changelog entry, removed admin OAuth scopes.Ivan Tashkinov
2019-09-18Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
1260-rate-limited-auth-actions
2019-09-18[#1260] Added changelog entry.Ivan Tashkinov
2019-09-18namingsAlex S
2019-09-18docs fixAlex S
2019-09-18little fixesAlex S
2019-09-18post for creating invite tokens in admin apiAlex S
2019-09-17Merge branch 'chore/changelog-separate-1.1' into 'develop'Haelwenn
Sync develop changelog with master and create a new section for post-1.1 changes See merge request pleroma/pleroma!1689
2019-09-17Apply suggestion to CHANGELOG.mdrinpatch
2019-09-17markdown.ex: put two-spaces before the description-newlineHaelwenn (lanodan) Monnier
2019-09-17markdown.ex: end suggestions list with a newlineHaelwenn (lanodan) Monnier
Otherwise we end up with suggestion on the same level as the childs Markdown is a fuck…
2019-09-17markdown.ex: \n\n on >1 suggestions, 2-spaces on oneHaelwenn (lanodan) Monnier
2019-09-17markdown.ex: Make suggestion(s) plural only if on >1Haelwenn (lanodan) Monnier
2019-09-17description.exs: uncomment type for email logoHaelwenn (lanodan) Monnier
2019-09-17description.exs: remove empty strings on descriptionsHaelwenn (lanodan) Monnier
2019-09-17markdown.ex: do not fail if there is no childrenHaelwenn (lanodan) Monnier
2019-09-17docs/markdown.ex: do no print empty suggestionsHaelwenn (lanodan) Monnier
2019-09-17description.exs: remove empty strings and arraysHaelwenn (lanodan) Monnier
2019-09-18Sync develop changelog with master and create a new section for post-1.1rinpatch
changes
2019-09-17[#1234] Addressed code analysis issue.Ivan Tashkinov
2019-09-17[#1234] Undone reordering-related changes in router.ex.Ivan Tashkinov
2019-09-17Merge branch 'feature/bump-elixir-verstion' into 'develop'rinpatch
Bump elixir version to ~> 1.8 See merge request pleroma/pleroma!1686
2019-09-17Admin API: Return link alongside with token on password resetMaxim Filippov
2019-09-17Apply suggestion to CHANGELOG.mdMaxim Filippov
2019-09-17[#1234] Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
1234-mastodon-2-4-3-oauth-scopes # Conflicts: # lib/pleroma/web/activity_pub/activity_pub_controller.ex
2019-09-17Merge branch 'cherry-pick-764931fc' into 'maint/1.1'rinpatch
Cherry pick tesla update to 1.1 See merge request pleroma/pleroma!1687
2019-09-17docs/markdown.ex: child header as "- key (type): description"Haelwenn (lanodan) Monnier
2019-09-17Remove [true,false] for booleans, it is implicitHaelwenn (lanodan) Monnier
2019-09-17Merge branch 'deps/update-tesla' into 'develop'feld
Update Tesla to 1.3 Closes #1262 See merge request pleroma/pleroma!1684 (cherry picked from commit 764931fc9f5eecc30c1ccb3b5bacf6338fcdf706) 8d812c28 Update Tesla to 1.3
2019-09-17Merge branch 'deps/update-tesla' into 'develop'feld
Update Tesla to 1.3 Closes #1262 See merge request pleroma/pleroma!1684
2019-09-17Bump elixir version to ~> 1.8Maxim Filippov
2019-09-17Merge branch 'develop' into issue/733Maksim Pechnikov
2019-09-17[#1234] Defined admin OAuth scopes, refined other scopes. Added tests.Ivan Tashkinov
2019-09-17Merge branch 'support/package_versions' into 'develop'rinpatch
[#1263] fixed ecto version See merge request pleroma/pleroma!1685
2019-09-17Merge branch 'feature/return-total-for-reports' into 'develop'rinpatch
Admin API: Return total for reports See merge request pleroma/pleroma!1628
2019-09-17fixed ecto versionMaksim Pechnikov
2019-09-17Update Tesla to 1.3rinpatch
This version includes a couple of fixes, adds Gun and Mint adapters and removes 0.x -> 1.0 config migrator, which for some reason fails under certain conditions. I had to set `override: true` because Quack pins Tesla to `1.2.0`, but I have looked through the source code and verified that updating Tesla doesn't break anything there.