aboutsummaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2019-08-03Create docker.exs and docker-entrypoint + round out DockerfileAshlynn Anderson
At this point, the implementation is completely working and has been tested running live and federating with other instances.
2019-08-02Merge branch 'develop' into feature/digest-emailRoman Chvanikov
2019-08-01[#1149] Replaced RetryQueue with oban-based retries.Ivan Tashkinov
2019-08-01Add configurable length limits for `User.bio` and `User.name`Egor Kislitsyn
2019-07-31Merge branch 'develop' into feature/hide-follows-remoterinpatch
2019-07-28add account confirmation email resend in mastodon apiSachin Joshi
2019-07-24Add activity expiration workerMike Verdone
This is a worker that runs every minute and deletes expired activities. It's based heavily on the scheduled activities worker.
2019-07-24Make test.exs read config in the same way as dev.exsMike Verdone
This way, if your test.secret.exs has an error, you'll actually see it.
2019-07-20Resolve merge conflictsrinpatch
2019-07-20Merge developRoman Chvanikov
2019-07-19Merge 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-17tests: add tests for signed object fetchesAriadne Conill
2019-07-17config: add sign_object_fetches optionAriadne Conill
2019-07-16mastoapi password resetAlexander Strizhakov
added rate limit to password reset configure rate limit in runtime
2019-07-17add the rich media ttl based on image exp timeSachin Joshi
2019-07-16[#1094] Rate-limited follow & unfollow actions.Ivan Tashkinov
2019-07-14Merge branch 'develop' into feature/digest-emailRoman Chvanikov
2019-07-14parsers configurableAlex S
2019-07-13nodeinfo: implement MRF transparency exclusionsAriadne Conill
2019-07-13Refactor Follows/Followers counter syncronizationrinpatch
- 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-13Merge 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-12Workaround for remote server certificate chain issuesrinpatch
2019-07-12merge developRoman Chvanikov
2019-07-11Extend Pleroma.Pagination to support offset-based pagination, use ↵Eugenij
async/await to execute status and account search in parallel
2019-07-10enable synchronization by defaultAlex S
2019-07-10removing synchronization workerAlex S
2019-07-10[#1062] added option to disable send emailMaksim
2019-07-09Merge developRoman Chvanikov
2019-07-09Fix/1019 correct count remote usersAlexander Strizhakov
2019-07-09reverse proxy testsAlexander Strizhakov
2019-07-09Merge 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-09Merge branch 'test-speedup' into 'develop'Haelwenn
Testing: Don't federate in testing. See merge request pleroma/pleroma!1391
2019-07-09Testing: Don't federate in testing.lain
2019-07-08Enable OpenGraph and TwitterCard by defaultrinpatch
Closes #1034
2019-06-30[#161] Refactoring, documentation.Ivan Tashkinov
2019-06-29Resolve conflictsRoman Chvanikov
2019-06-27In my experience syslog tags are usually lowercaseMark Felder
2019-06-26Merge 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-26Make default pack extensions configurable and default to png and gifrinpatch
2019-06-25add ignore hosts and TLDs for rich_mediaMaksim Pechnikov
2019-06-23Bind to 127.0.0.1 instead of 0.0.0.0 by defaultrinpatch
2019-06-20Fixes for dynamic configurationAlexander Strizhakov
2019-06-18Deps: Update auto_linkerrinpatch
2019-06-14it is changed in compile timeAlexander Strizhakov
we can't change module attributes and endpoint settings in runtime
2019-06-14Fix rate limit testEgor Kislitsyn
2019-06-14Set 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-12Merge 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-11Import release config from env variable or /etc/pleroma/config.exs andrinpatch
warn if the file is missing
2019-06-11Add option to restrict all users to local contentEgor Kislitsyn