Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-22 | Merge branch 'develop' into release-docs | rinpatch | |
2019-06-21 | Merge branch 'feature/mrf-anti-link-spam' into 'develop' | kaniini | |
implement anti link spam MRF See merge request pleroma/pleroma!1307 | |||
2019-06-21 | Merge branch 'oauth_secure_redirect' into 'develop' | kaniini | |
OAuth security improvements (`redirect_uri` listing enforcement) See merge request pleroma/pleroma!1302 | |||
2019-06-21 | Merge branch 'revert-6f5a0cc1' into 'develop' | kaniini | |
Revert "Merge branch 'fix/ogp-title' into 'develop'" See merge request pleroma/pleroma!1317 | |||
2019-06-21 | change the anti-link-spam MRF implementation to use old_user? instead of the ↵ | William Pitcock | |
previous name | |||
2019-06-21 | Move config templates to priv so they can be found in releases | rinpatch | |
2019-06-21 | Revert "Merge branch 'fix/ogp-title' into 'develop'" | feld | |
This reverts merge request !1277 | |||
2019-06-21 | Default DB configuration to false and set the default database name to | rinpatch | |
`pleroma` instead of `pleroma_dev` | |||
2019-06-20 | Merge branch 'fix/config-gen-releases' into 'develop' | rinpatch | |
Refactor mix tasks a bit and make config generator work with releases See merge request pleroma/pleroma!1312 | |||
2019-06-20 | Fixes for dynamic configuration | Alexander Strizhakov | |
2019-06-20 | Allow setting upload/static directories in the config generator | rinpatch | |
2019-06-20 | Remove deprecated dedupe_media from the config template | rinpatch | |
2019-06-20 | Remove a useless binding from config template call | rinpatch | |
2019-06-20 | Release Tasks: Ensure the application is loaded before getting the | rinpatch | |
modules Needed for non-rpc tasks to work | |||
2019-06-20 | Rename Pleroma.Mix.Tasks.Common -> Mix.Pleroma and import it's functions | rinpatch | |
instead of aliasing This seems to be the convention for functions that can be reused between different mix tasks in all Elixir projects I've seen and it gets rid on an error message when someone runs mix pleroma.common Also in this commit by accident: - Move benchmark task under a proper namespace - Insert a space after the prompt | |||
2019-06-19 | Apply suggestion to lib/mix/tasks/pleroma/user.ex | Ivan Tashkinov | |
2019-06-19 | User sign out mix task. | Ivan Tashkinov | |
2019-06-19 | unbreak polls | William Pitcock | |
2019-06-19 | implement anti link spam MRF | William Pitcock | |
2019-06-19 | aliases for mix tasks | Alexander Strizhakov | |
ecto.migrate ecto.rollback | |||
2019-06-19 | Merge branch 'begone-the-dot-hack' into 'develop' | rinpatch | |
Remove the dot hack when posting from Mastodon API and add proper errors when the post exceeds character limits See merge request pleroma/pleroma!1298 | |||
2019-06-19 | Merge branch 'fix/rich-media-hashtags-again' into 'develop' | lain | |
Rich Media: Skip Microformats hashtags See merge request pleroma/pleroma!1304 | |||
2019-06-19 | Rich Media: Skip Microformats hashtags | rinpatch | |
When fixing this problem I incorrectly assumed a.hashtag is the proper way for detecting hashtags, but it is just something Pleroma and Mastodon add. Per microformats it should be detected by the presense of rel=tag. This MR adds a check for rel=tag, but I still left a.hashtag just in case | |||
2019-06-18 | Merge branch 'deps/update-auto-linker' into 'develop' | lain | |
Deps: Update auto_linker See merge request pleroma/pleroma!1300 | |||
2019-06-18 | Minor edit (comment). | Ivan Tashkinov | |
2019-06-18 | Added more `redirect_uri` checks to prevent redirect to not explicitly ↵ | Ivan Tashkinov | |
listed URI. | |||
2019-06-18 | Deps: Update auto_linker | rinpatch | |
2019-06-18 | Mastodon API: Sanitize display names | rinpatch | |
Closes #1000 | |||
2019-06-18 | Add proper error handling for when the post exceeds character limits | rinpatch | |
2019-06-18 | Mastodon API: Remove the dot hack | rinpatch | |
2019-06-17 | Merge branch 'removing-test-errors' into 'develop' | rinpatch | |
Removing test errors See merge request pleroma/pleroma!1296 | |||
2019-06-16 | Merge branch 'fix/sanitize-report-content' into 'develop' | Haelwenn | |
Sanitize HTML in ReportView Closes #990 See merge request pleroma/pleroma!1293 | |||
2019-06-16 | salmon fix | Alex S | |
removed some ownership sandbox error | |||
2019-06-16 | [#570] add user:notification stream | Maksim | |
2019-06-16 | Fix report content stopping to be nullable | rinpatch | |
2019-06-16 | fix for new instances | Alexander Strizhakov | |
2019-06-16 | Credo fixes | rinpatch | |
2019-06-16 | Sanitize HTML in ReportView | rinpatch | |
Closes #990 | |||
2019-06-15 | Merge branch 'bugfix/980-polls-double-vote' into 'develop' | lain | |
MastodonAPI Controller: Band-Aid double vote problem. See merge request pleroma/pleroma!1275 | |||
2019-06-15 | Merge branch 'update/phoenix-and-plug' into 'develop' | lain | |
Update Phoenix See merge request pleroma/pleroma!1290 | |||
2019-06-15 | Merge branch '963_oob_oauth_redirect_fix' into 'develop' | kaniini | |
[#963] No redirect on OOB OAuth authorize request with existing authorization See merge request pleroma/pleroma!1276 | |||
2019-06-15 | OEmbed.OEmbedController does not exist in the Pleroma codebase. It was ↵ | Mark Felder | |
removed in commit 92c5640f and this leftover artifact breaks compiling now. | |||
2019-06-15 | Mastodon API: Return the token needed for the chat. | lain | |
2019-06-14 | Merge branch 'feature/add-background-image-to-mastoapi' into 'develop' | rinpatch | |
AccountView: Add user background. See merge request pleroma/pleroma!1280 | |||
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime | |||
2019-06-14 | Merge branch 'fix/hashtag-rich-media' into 'develop' | lain | |
Fix hashtags being picked up by rich media parser Closes #989 See merge request pleroma/pleroma!1288 | |||
2019-06-14 | [#948] /api/v1/account_search added optional parameters (limit, offset, ↵ | Maksim | |
following) | |||
2019-06-14 | Fix hashtags being picked up by rich media parser | rinpatch | |
Closes #989 | |||
2019-06-14 | Add copyright info to containment.ex | Egor | |
2019-06-14 | MastodonAPI: Add a way to update the background image. | lain | |