Age | Commit message (Collapse) | Author |
|
This is in preparation for 1.0. We'll be able to switch the config to the new
mechanism on PleromaFE then as well.
|
|
|
|
|
|
|
|
|
|
|
|
(config-based), auth prevention for unconfirmed.
|
|
|
|
[#114] Email invites
See merge request pleroma/pleroma!541
|
|
Improve web push
Closes #393, #422, and #452
See merge request pleroma/pleroma!524
|
|
[#36] Add warnings when file upload fails
See merge request pleroma/pleroma!523
|
|
|
|
|
|
|
|
|
|
backgrounds, general content
|
|
|
|
# Conflicts:
# lib/mix/tasks/sample_config.eex
# lib/pleroma/web/twitter_api/controllers/util_controller.ex
# mix.exs
# mix.lock
|
|
|
|
|
|
Related to #85
Everything should now be configured at runtime, with the exception of
the `Pleroma.HTML` scrubbers (the scrubbers used can be
changed at runtime, but their configuration is compile-time) because
it's building a module with a macro.
|
|
The changes are a bit heavy since the emojis were loaded into module
attributes from filesystem.
This introduces a GenServer using an ETS table to cache in memory the
emojis, and allows a runtime-reload with `Pleroma.Emoji.reload()`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit b259b4e4d1dc27528b99744fffabfb05c676ec3f.
|
|
This reverts commit 47e8c8db05dbe1f9d0ad7790be9ae9ed40f4e909.
|
|
|
|
Mistakes were made.
|
|
|
|
|
|
|
|
|
|
|