- Jan 10, 2019
-
-
feld authored
Nginx is currently not caching data because proxy_buffering needs to be enabled for caching to work at all, and we are receiving a Cache-Control header from Pleroma that states "max-age=0, private, must-revalidate" Even disregarding the Cache-Control header that should actually be set to "public, max-age=1209600" as defined in the reverse_proxy code, we don't want to obey this header at all as it overrides our Nginx caching rules.
-
kaniini authored
Add Twitter Card parser See merge request pleroma/pleroma!643
-
Maxim Filippov authored
-
kaniini authored
Twapi follower pagination See merge request pleroma/pleroma!648
-
Haelwenn authored
common api: fix newlines in markdown code blocks See merge request pleroma/pleroma!651
-
kaniini authored
-
kaniini authored
-
kaniini authored
Pinned Statuses Closes #440 See merge request pleroma/pleroma!636
-
kaniini authored
Mass follow See merge request pleroma/pleroma!642
-
kaniini authored
Add activity visibility index. See merge request pleroma/pleroma!646
-
kaniini authored
Alpha sort the restricted nicknames See merge request pleroma/pleroma!650
-
feld authored
-
- Jan 09, 2019
-
-
rinpatch authored
Rich media: Remove :commit since a tuple is already returned See merge request pleroma/pleroma!649
-
rinpatch authored
-
lain authored
-
lain authored
-
lain authored
Scarlett/pleroma summary html api See merge request pleroma/pleroma!647
-
lain authored
-
lain authored
-
lain authored
-
minibikini authored
-
minibikini authored
``` # 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 ```
-
minibikini authored
-
lain authored
-
lain authored
-
minibikini authored
-
minibikini authored
# Conflicts: # docs/config.md
-
kaniini authored
user: fix local vs remote determination in remote_or_auth_active?/1 See merge request pleroma/pleroma!640
-
kaniini authored
-
kaniini authored
-
kaniini authored
-
kaniini authored
any actual callee will be dealing with a User struct to begin with, so just check the child struct inside User.superuser?/1 with pattern matching.
-
kaniini authored
auth_active?/1 can check remote users and return true directly.
-
kaniini authored
-
kaniini authored
-
kaniini authored
user: use pattern matching to determine if user is local or remote instead of the previous hairy logic
-
- Jan 08, 2019
-
-
rinpatch authored
Add a setting for users to autofollow on sign up. See merge request pleroma/pleroma!639
-
minibikini authored
-
minibikini authored
-