Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-15 | Merge remote-tracking branch 'origin/develop' into live-dashboard | Alex Gleason | |
2021-12-15 | Add Phoenix LiveDashboard | Alex Gleason | |
Co-authored-by: Egor Kislitsyn <egor@kislitsyn.com> | |||
2021-12-06 | Merge branch 'benchmark' into 'develop' | lain | |
Fix benchmarks See merge request pleroma/pleroma!3551 | |||
2021-12-03 | Fix benchmarks | Alex Gleason | |
2021-11-15 | Merge branch 'block-behavior' into 'develop' | lain | |
Configurable block visibility, fixes #2123 Closes #2123 See merge request pleroma/pleroma!3242 | |||
2021-09-07 | Merge branch 'remove/mastofe' into 'develop' | Haelwenn | |
Remove MastoFE from Pleroma, fixes #2625 Closes #2625 See merge request pleroma/pleroma!3392 | |||
2021-08-13 | Merge branch 'dkuku-develop-patch-66061' into 'develop' | rinpatch | |
Update dev.exs error message to write to stderr. See merge request pleroma/pleroma!3492 | |||
2021-08-09 | Merge branch 'poll-notification' into 'develop' | Haelwenn | |
MastodonAPI: Support poll notification See merge request pleroma/pleroma!3484 | |||
2021-08-06 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remove/mastofe | Sean King | |
2021-08-06 | Quarantine placeholders | Ilja | |
* kePlaceholder and valuePlaceholder of quarantined_instances where in wrong case, should be snake_case * The mrf simple and transparency exclusion were already OK | |||
2021-08-06 | Add key- and valuePlaceholders for quarantined_instances and mrf_simple | Ilja | |
* I also added for keywordpolicy as well now. It was done in the admin-fe, but is better to be done here * I also added comments to explain why we did the _info keys (backwards compatibility) | |||
2021-08-06 | config/description.exs: Update quarantine settings to tuples | Ilja | |
2021-07-27 | use puts instead warn | Daniel | |
2021-07-27 | Update dev.exs error message to write to stderr. Currently it dumps this ↵ | Daniel | |
message at the beginnig of the file when using vim-autoformat with mix format | |||
2021-07-27 | Merge remote-tracking branch 'pleroma/develop' into errorview-json-fix | Alex Gleason | |
2021-07-27 | Add activity+json to Phoenix :format_encoders | Alex Gleason | |
Fixes ErrorView rendering | |||
2021-07-18 | Merge remote-tracking branch 'pleroma/develop' into poll-notification-fixes | Alex Gleason | |
2021-07-17 | MastodonAPI: Support poll notification | Alex Gleason | |
2021-06-04 | Fix merge conflicts with upstream | Sean King | |
2021-06-03 | Merge branch 'chore/rename-chat' into 'develop' | Haelwenn | |
Rename the non-federating Chat feature to Shout See merge request pleroma/pleroma!2842 | |||
2021-06-02 | Update wording for relays in docs and config description | Mark Felder | |
2021-06-02 | Formatting | Mark Felder | |
2021-06-01 | disableChat / disableShout didn't actually do anything for PleromaFE | Mark Felder | |
2021-06-01 | Update description file for new shout config setting location | Mark Felder | |
2021-06-01 | Move shout configuration from :instance, update docs and changelog | Mark Felder | |
2021-06-01 | Update PleromaFE settings for the old chat box | Mark Felder | |
2021-06-01 | Just call it shout | Mark Felder | |
2021-06-01 | Rename the non-federating Chat feature to Shout | Mark Felder | |
2021-05-29 | Adding description | Snow | |
2021-05-28 | Merge branch 'plug-runtime-dev' into 'develop' | feld | |
Put Plugs in runtime mode in :dev, :test to speed up recompilation See merge request pleroma/pleroma!3411 | |||
2021-05-20 | Switch from the deprecated "use Mix.config" to "import Config" | Mark Felder | |
2021-05-19 | Merge remote-tracking branch 'pleroma/develop' into plug-runtime-dev | Alex Gleason | |
2021-05-19 | Put Plugs in runtime mode in :dev, :test to speed up recompilation | Alex Gleason | |
2021-05-16 | Merge remote-tracking branch 'pleroma/develop' into optional-config | Alex Gleason | |
2021-05-16 | Make prod.secret.exs optional (with warning) | Alex Gleason | |
2021-04-29 | Merge remote-tracking branch 'upstream/develop' into block-behavior | Alex Gleason | |
2021-04-15 | Remove MastoFE configuration stuff | Sean King | |
2021-03-30 | Support for configuration via AdminFE | Mark Felder | |
2021-03-30 | Upstream original followbot implementation | Mark Felder | |
2021-03-19 | Merge branch 'fix/remove_auto_nsfw' into 'develop' | rinpatch | |
Remove sensitive setting #nsfw See merge request pleroma/pleroma!3223 | |||
2021-03-02 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2021-02-27 | Remove sensitive-property setting #nsfw, create HashtagPolicy | Haelwenn (lanodan) Monnier | |
2021-02-23 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework # Conflicts: # lib/pleroma/application.ex # lib/pleroma/config.ex | |||
2021-02-23 | [#3213] Misc. tweaks: proper upsert in Hashtag, better feature toggle ↵ | Ivan Tashkinov | |
management. | |||
2021-02-22 | Apply i1t's suggestion(s) to 1 file(s) | Ivan Tashkinov | |
2021-02-19 | Avoid unnecessary 500ms sleeps from CommonAPI.follow when the target user is ↵ | Mark Felder | |
remote | |||
2021-02-18 | [#3213] HashtagsTableMigrator: fault rate allowance to enable the feature ↵ | Ivan Tashkinov | |
(defaults to 1%), counting of affected objects, misc. tweaks. | |||
2021-02-17 | Remove `:auth, :enforce_oauth_admin_scope_usage` | rinpatch | |
`admin` scope has been required by default for more than a year now and all apps that use the API seems to request a proper scope by now. | |||
2021-02-13 | [#3213] `rescue` around potentially-raising `Repo.insert_all/_` calls. Misc. ↵ | Ivan Tashkinov | |
improvements (docs etc.). | |||
2021-02-11 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework # Conflicts: # CHANGELOG.md # lib/mix/tasks/pleroma/database.ex # lib/pleroma/web/templates/feed/feed/_activity.rss.eex |