Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-03 | Create docker.exs and docker-entrypoint + round out Dockerfile | Ashlynn Anderson | |
At this point, the implementation is completely working and has been tested running live and federating with other instances. | |||
2019-08-02 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-08-01 | [#1149] Replaced RetryQueue with oban-based retries. | Ivan Tashkinov | |
2019-08-01 | Add configurable length limits for `User.bio` and `User.name` | Egor Kislitsyn | |
2019-07-31 | Merge branch 'develop' into feature/hide-follows-remote | rinpatch | |
2019-07-28 | add account confirmation email resend in mastodon api | Sachin Joshi | |
2019-07-24 | Add activity expiration worker | Mike Verdone | |
This is a worker that runs every minute and deletes expired activities. It's based heavily on the scheduled activities worker. | |||
2019-07-24 | Make test.exs read config in the same way as dev.exs | Mike Verdone | |
This way, if your test.secret.exs has an error, you'll actually see it. | |||
2019-07-20 | Resolve merge conflicts | rinpatch | |
2019-07-20 | Merge develop | Roman Chvanikov | |
2019-07-19 | Merge branch 'feature/richmedia-ttl' into 'develop' | kaniini | |
add the rich media ttl based on image exp time See merge request pleroma/pleroma!1438 | |||
2019-07-17 | tests: add tests for signed object fetches | Ariadne Conill | |
2019-07-17 | config: add sign_object_fetches option | Ariadne Conill | |
2019-07-16 | mastoapi password reset | Alexander Strizhakov | |
added rate limit to password reset configure rate limit in runtime | |||
2019-07-17 | add the rich media ttl based on image exp time | Sachin Joshi | |
2019-07-16 | [#1094] Rate-limited follow & unfollow actions. | Ivan Tashkinov | |
2019-07-14 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-07-14 | parsers configurable | Alex S | |
2019-07-13 | nodeinfo: implement MRF transparency exclusions | Ariadne Conill | |
2019-07-13 | Refactor Follows/Followers counter syncronization | rinpatch | |
- Actually sync counters in the database instead of info cache (which got overriden after user update was finished anyway) - Add following count field to user info - Set hide_followers/hide_follows for remote users based on http status codes for the first collection page | |||
2019-07-13 | Merge branch '1041-status-actions-rate-limit' into 'develop' | kaniini | |
Rate-limited status actions (per user and per user+status). Closes #1041 See merge request pleroma/pleroma!1410 | |||
2019-07-13 | [#1041] Rate-limited status actions (per user and per user+status). | Ivan Tashkinov | |
2019-07-12 | Workaround for remote server certificate chain issues | rinpatch | |
2019-07-12 | merge develop | Roman Chvanikov | |
2019-07-11 | Extend Pleroma.Pagination to support offset-based pagination, use ↵ | Eugenij | |
async/await to execute status and account search in parallel | |||
2019-07-10 | enable synchronization by default | Alex S | |
2019-07-10 | removing synchronization worker | Alex S | |
2019-07-10 | [#1062] added option to disable send email | Maksim | |
2019-07-09 | Merge develop | Roman Chvanikov | |
2019-07-09 | Fix/1019 correct count remote users | Alexander Strizhakov | |
2019-07-09 | reverse proxy tests | Alexander Strizhakov | |
2019-07-09 | Merge branch 'enable-ogp-by-default' into 'develop' | Haelwenn | |
Do not crash if metadata fails to render and enable OGP and TwitterCard by default Closes #1034 See merge request pleroma/pleroma!1388 | |||
2019-07-09 | Merge branch 'test-speedup' into 'develop' | Haelwenn | |
Testing: Don't federate in testing. See merge request pleroma/pleroma!1391 | |||
2019-07-09 | Testing: Don't federate in testing. | lain | |
2019-07-08 | Enable OpenGraph and TwitterCard by default | rinpatch | |
Closes #1034 | |||
2019-06-30 | [#161] Refactoring, documentation. | Ivan Tashkinov | |
2019-06-29 | Resolve conflicts | Roman Chvanikov | |
2019-06-27 | In my experience syslog tags are usually lowercase | Mark Felder | |
2019-06-26 | Merge branch 'feature/configurable-pack-extensions' into 'develop' | kaniini | |
Make default pack extensions configurable and default to png and gif See merge request pleroma/pleroma!1338 | |||
2019-06-26 | Make default pack extensions configurable and default to png and gif | rinpatch | |
2019-06-25 | add ignore hosts and TLDs for rich_media | Maksim Pechnikov | |
2019-06-23 | Bind to 127.0.0.1 instead of 0.0.0.0 by default | rinpatch | |
2019-06-20 | Fixes for dynamic configuration | Alexander Strizhakov | |
2019-06-18 | Deps: Update auto_linker | rinpatch | |
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime | |||
2019-06-14 | Fix rate limit test | Egor Kislitsyn | |
2019-06-14 | Set instance static/uploads to be outside of application directory in ↵ | rinpatch | |
release config In case of releases the application directory changes with each version so the contents will not be accessible | |||
2019-06-12 | Merge branch 'release-config-import' into 'develop' | lain | |
Import release config from env variable or /etc/pleroma/config.exs and warn if the file is missing See merge request pleroma/pleroma!1269 | |||
2019-06-11 | Import release config from env variable or /etc/pleroma/config.exs and | rinpatch | |
warn if the file is missing | |||
2019-06-11 | Add option to restrict all users to local content | Egor Kislitsyn | |