Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
[#114] Email confirmation
See merge request pleroma/pleroma!546
|
|
security.
Added tests for `confirm_email` action.
|
|
|
|
|
|
|
|
for registration, authentication, email confirmation, confirmation resending.
Made admin methods create confirmed users.
|
|
(config-based), auth prevention for unconfirmed.
|
|
|
|
|
|
This allows to set-up an arbitrary directory which overrides most of the
static files: index.html static/ emoji/ packs/ sounds/ images/ instance/
favicon.png.
If the files are not present in the directory, the bundled ones in
priv/static will be used.
|
|
|
|
|
|
|
|
|
|
MRs.
|
|
|
|
itself. Set 'html' as default type for ostatus links
|
|
|
|
|
|
|
|
config examples.
|
|
|
|
[#394] User tags
Closes #394
See merge request pleroma/pleroma!508
|
|
|
|
|
|
# Conflicts:
# lib/pleroma/application.ex
# lib/pleroma/plugs/oauth_plug.ex
|
|
# Conflicts:
# lib/mix/tasks/sample_config.eex
# lib/pleroma/web/twitter_api/controllers/util_controller.ex
# mix.exs
# mix.lock
|
|
to allow uploads description (alt text) setting.
|
|
|
|
|
|
Add a admin API
See merge request pleroma/pleroma!366
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Twitter api direct messages
See merge request pleroma/pleroma!449
|
|
|
|
* Adds CSP headers to the media proxy endpoint
* Sends `content-disposition: attachment; …` for non-image/video/audio
content types
The default list can be overwritten with `:media_proxy,
:safe_content_types` in the configuration.
* Also now appends the filename to the proxy URL (fixes some mobile apps,
it was requested a while ago)
|
|
|
|
|
|
|
|
|
|
|
|
Return 204 response on options request
See merge request pleroma/pleroma!347
|