Age | Commit message (Collapse) | Author |
|
|
|
|
|
Features/glitch soc frontend
See merge request pleroma/pleroma!192
|
|
New frontend configuration mechanism.
Closes #445
See merge request pleroma/pleroma!700
|
|
|
|
|
|
this allows to open private activities by URL when you are logged in,
and to let the FE display a 404 page
|
|
|
|
# Conflicts:
# lib/pleroma/activity.ex
|
|
|
|
|
|
|
|
in some cases
|
|
|
|
opengraph too
|
|
|
|
|
|
|
|
```
# Only return statuses that have been pinned
GET /api/statuses/user_timeline.json?pinned=true
# Pin
POST /api/statuses/pin/:id
# Unpin
POST /api/statuses/unpin/:id
```
|
|
|
|
|
|
|
|
Code style: remove wrapping function of outbox
|
|
|
|
|
|
|
|
[#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
|
|
|