Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-19 | Merge branch 'develop' into oembed_provider | raeno | |
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 | Cowboy handler for Mastodon WebSocket | href | |
2018-12-16 | Change minutes_retained config to seconds_retained | Ekaterina Vaartis | |
2018-12-16 | Make the hosted kocaptcha the default value | Ekaterina Vaartis | |
2018-12-16 | Add a configurable auto-cleanup for captchas | Ekaterina Vaartis | |
2018-12-15 | Add captcha documentation to config.md | Ekaterina Vaartis | |
2018-12-15 | Formatting fixes | Ekaterina Vaartis | |
2018-12-15 | config/config.exs: Add application/jrd+json => jrd+json to fix webfinger | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/merge_requests/551 | |||
2018-12-15 | Add an ability to disabled captcha | Ekaterina Vaartis | |
2018-12-15 | Add base CAPTCHA support (currently only kocaptcha) | Ekaterina Vaartis | |
2018-12-13 | Remove oembed for now, will submit it in another MR. Fix warnings | raeno | |