Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-30 | Use multiple hackney pools | href | |
* federation (ap, salmon) * media (rich media, media proxy) * upload (uploader proxy) Each "part" will stop fighting others ones -- a huge federation outbound could before make the media proxy fail to checkout a connection in time. splitted media and uploaded media for the good reason than an upload pool will have all connections to the same host (the uploader upstream). it also has a longer default retention period for connections. | |||
2019-01-29 | Merge branch 'hj-happiness-improvement' into 'develop' | kaniini | |
New frontend configuration mechanism. Closes #445 See merge request pleroma/pleroma!700 | |||
2019-01-28 | add a job queue | Egor Kislitsyn | |
2019-01-28 | [#534] Merged `upstream/develop`. | Ivan Tashkinov | |
2019-01-28 | [#534] Various tweaks. Tests for Instances and Instance. | Ivan Tashkinov | |
2019-01-28 | Change default bg image in new config. | lain | |
2019-01-25 | [#534] Configurable outgoing federation reachability timeout. | Ivan Tashkinov | |
2019-01-23 | New frontend configuration mechanism. | lain | |
2019-01-18 | Fix merge conflict | rinpatch | |
2019-01-18 | unfurl_nsfw: false by default | rinpatch | |
2019-01-17 | Also add to default config | Mark Felder | |
2019-01-16 | oops | rinpatch | |
2019-01-15 | Introduce get_by_id in Activity, replace newlines with spaces | rinpatch | |
2019-01-13 | Resolve merge conflict | rinpatch | |
2019-01-10 | Merge branch 'feature/pinned-posts' into 'develop' | kaniini | |
Pinned Statuses Closes #440 See merge request pleroma/pleroma!636 | |||
2019-01-10 | Alpha sort the restricted nicknames | Mark Felder | |
2019-01-09 | move defaults from sample_config.exs to config.exs | Egor Kislitsyn | |
2019-01-08 | Add a setting for users to autofollow on sign up. | lain | |
2019-01-06 | config/config.exs: Add syslog backends | Haelwenn (lanodan) Monnier | |
2019-01-03 | Remove media proxy examples in config/config.exs | href | |
1. this was overriding the real defaults 2. it's documented in `config/config.md` | |||
2019-01-03 | Merge branch 'captcha' into 'develop' | rinpatch | |
Make captcha (kocaptcha) stateless See merge request pleroma/pleroma!585 | |||
2019-01-03 | Merge branch 'fix-chat' into 'develop' | rinpatch | |
Add handler for Phoenix-style socket. See merge request pleroma/pleroma!619 | |||
2019-01-02 | Merge branch 'fix/reserve-media-username' into 'develop' | rinpatch | |
Reserve /media See merge request pleroma/pleroma!620 | |||
2019-01-02 | reserve /media | Rin Toshaka | |
2019-01-02 | Add handler for Phoenix-style socket. | lain | |
2019-01-01 | Make Federator options configurable. | lain | |
2018-12-29 | Merge branch 'carrot-bullying' into 'develop' | kaniini | |
Add some hard limits on inserted activities. See merge request pleroma/pleroma!595 | |||
2018-12-28 | Raise remote limit | lambda | |
2018-12-27 | Up captcha timer to 60 secs again, save used captchas in cachex | Ekaterina Vaartis | |
2018-12-26 | Add 'about' to restricted list. | lain | |
And correct pleromaFE config. | |||
2018-12-26 | Add ~ to the list of restricted names. | lain | |
2018-12-26 | Add some hard limits on inserted activities. | lain | |
2018-12-25 | Reserve a few user names | lain | |
These are all names that are used for domain.com/:route routes or projected to be. | |||
2018-12-23 | Renamed the things | Karen Konou | |
2018-12-22 | Fix formatting | Karen Konou | |
2018-12-22 | Implement large thread filter | Karen Konou | |
2018-12-22 | Specifically disable captcha for automatic tests, it makes them fail | Ekaterina Vaartis | |
2018-12-21 | Make captcha (kocaptcha) stateless | Ekaterina Vaartis | |
Also rename seconds_retained to seconds_valid since that's how it is now. Put it down from 180 to 20 seconds. The answer data is now stored in an encrypted text transfered to the client and back, so no ETS is needed | |||
2018-12-20 | Merge branch 'documentation/copy-pleroma-api' into 'develop' | kaniini | |
Pleroma-API.md: Import from /wikis/Pleroma-only-api-endpoints See merge request pleroma/pleroma!571 | |||
2018-12-19 | Merge branch 'develop' into oembed_provider | raeno | |
2018-12-18 | Add a way to use the admin api without a user. | lain | |
2018-12-18 | Move to docs | Haelwenn (lanodan) Monnier | |
2018-12-18 | Merge branch 'feature/new-user-routes' into 'develop' | lambda | |
Use "~" as a route namespace symbol on FE See merge request pleroma/pleroma!530 | |||
2018-12-18 | Merge branch 'develop' into oembed_provider | raeno | |
2018-12-17 | Instance/Static runtime plug | href | |
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. | |||
2018-12-17 | Merge branch 'captcha' into 'develop' | lambda | |
Captcha See merge request pleroma/pleroma!550 | |||
2018-12-17 | Integration tests for mastodon websocket | href | |
2018-12-17 | Cowboy handler for Mastodon WebSocket | href | |
2018-12-17 | minutes->seconds_retained in config.md | vaartis | |
2018-12-16 | Change minutes_retained config to seconds_retained | Ekaterina Vaartis | |