Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-01 | use Mix.Project.Config for some Application functions | Luna | |
2019-02-01 | use nodeinfo 2.1, add repository field | Luna | |
that is the only change from nodeinfo 2.0 to 2.1 also this makes the nodeinfo tests use 2.1.json instead of 2.0.json | |||
2019-01-30 | Fix 4aff4efa typos | href | |
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 | Put deprecation warnings undre Pleroma.Config. | lain | |
2019-01-28 | Don't run warnings in a task. | lain | |
2019-01-28 | Add deprecation warning mechanism. | lain | |
2019-01-23 | Flake Ids for Users and Activities | href | |
2019-01-04 | rich media: use cachex to avoid flooding remote servers | William Pitcock | |
2019-01-03 | Merge branch 'captcha' into 'develop' | rinpatch | |
Make captcha (kocaptcha) stateless See merge request pleroma/pleroma!585 | |||
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-30 | Friendship ended with Postgresql now Cachex is my best friend | Rin Toshaka | |
2018-12-27 | Set ttl_interval to the seconds_valid time | vaartis | |
2018-12-27 | Up captcha timer to 60 secs again, save used captchas in cachex | Ekaterina Vaartis | |
2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
2018-12-15 | Add base CAPTCHA support (currently only kocaptcha) | Ekaterina Vaartis | |
2018-12-09 | fix compile warnings | Maksim Pechnikov | |
2018-12-06 | Merge branch 'develop' into feature/compat/push-subscriptions | Egor Kislitsyn | |
# Conflicts: # lib/pleroma/application.ex # lib/pleroma/plugs/oauth_plug.ex | |||
2018-12-06 | Merge branch 'develop' into feature/compat/push-subscriptions | Egor Kislitsyn | |
# Conflicts: # lib/mix/tasks/sample_config.eex # lib/pleroma/web/twitter_api/controllers/util_controller.ex # mix.exs # mix.lock | |||
2018-12-06 | Add web push support | Egor Kislitsyn | |
2018-11-30 | Merge branch 'feature/reverse-proxy' into 'develop' | kaniini | |
reverse proxy / uploads See merge request pleroma/pleroma!470 | |||
2018-11-30 | Fix supervisor order | href | |
This starts `Pleroma.Web.Endpoint` after all other processes and may avoid some weird bugs (especially at start/restart). Also properly ignores starting the gopher's gen_server if disabled. | |||
2018-11-30 | reverse proxy / uploads | href | |
2018-11-21 | Merge branch 'feature/improve-version' into 'develop' | kaniini | |
Improved version string See merge request pleroma/pleroma!467 | |||
2018-11-20 | Merge branch 'runtime-fixes' into 'develop' | kaniini | |
Various runtime configuration fixes See merge request pleroma/pleroma!468 | |||
2018-11-20 | Improved version string | href | |
2018-11-19 | Various runtime configuration fixes | href | |
2018-11-18 | Federator: add retry queue. | eal | |
2018-11-06 | Get rid of Pleroma.Config in favor of Application | href | |
Discussed in https://git.pleroma.social/pleroma/pleroma/merge_requests/426#note_7232 | |||
2018-11-05 | revert endpoint position in supervision tree | href | |
2018-11-05 | Runtime configured emojis | href | |
The changes are a bit heavy since the emojis were loaded into module attributes from filesystem. This introduces a GenServer using an ETS table to cache in memory the emojis, and allows a runtime-reload with `Pleroma.Emoji.reload()`. | |||
2018-11-01 | Start configuration manager. | lain | |
2018-11-01 | object: split object_cache from user_cache | William Pitcock | |
2018-05-20 | Migrate to comeonin 4 and Cachex 3 | Thog | |
Also fix some warning in the code and add a missing alias | |||
2018-05-05 | Idempotency: Use special cache, keep for 6 hours. | lain | |
2018-03-31 | Add gopher server. | lain | |
2018-03-30 | Format the code. | lain | |
2018-02-03 | Add config option for enabling/disabling chat. | eal | |
2018-01-13 | Add a stats agent for storing data from expensive queries. | eal | |
2017-12-05 | Add basic channel state. | Roger Braun | |
2017-11-18 | Don't start streamer during tests. | Roger Braun | |
2017-11-11 | MastoAPI: Basic streaming. | Roger Braun | |
2017-05-05 | Basic queue. | Roger Braun | |
2017-04-30 | Make cache bigger and longer lived. | Roger Braun | |
2017-04-17 | Switch cache implementation for size limiting. | Roger Braun | |
2017-04-14 | Add basic user caching. | Roger Braun | |
Expires after 5 seconds. | |||
2017-03-17 | Phoenix skeleton | Roger Braun | |