aboutsummaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2018-12-26Add 'about' to restricted list.lain
And correct pleromaFE config.
2018-12-26Add ~ to the list of restricted names.lain
2018-12-26Add some hard limits on inserted activities.lain
2018-12-25Reserve a few user nameslain
These are all names that are used for domain.com/:route routes or projected to be.
2018-12-23Renamed the thingsKaren Konou
2018-12-22Fix formattingKaren Konou
2018-12-22Implement large thread filterKaren Konou
2018-12-22Specifically disable captcha for automatic tests, it makes them failEkaterina Vaartis
2018-12-21Make captcha (kocaptcha) statelessEkaterina 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-20Merge 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-19Merge branch 'develop' into oembed_providerraeno
2018-12-18Add a way to use the admin api without a user.lain
2018-12-18Move to docsHaelwenn (lanodan) Monnier
2018-12-18Merge branch 'feature/new-user-routes' into 'develop'lambda
Use "~" as a route namespace symbol on FE See merge request pleroma/pleroma!530
2018-12-18Merge branch 'develop' into oembed_providerraeno
2018-12-17Instance/Static runtime plughref
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-17Merge branch 'captcha' into 'develop'lambda
Captcha See merge request pleroma/pleroma!550
2018-12-17Integration tests for mastodon websockethref
2018-12-17Cowboy handler for Mastodon WebSockethref
2018-12-17minutes->seconds_retained in config.mdvaartis
2018-12-16Change minutes_retained config to seconds_retainedEkaterina Vaartis
2018-12-16Make the hosted kocaptcha the default valueEkaterina Vaartis
2018-12-16Add a configurable auto-cleanup for captchasEkaterina Vaartis
2018-12-16Enable unsecure cookies by default in dev.exsRin Toshaka
2018-12-15Fix styleEkaterina Vaartis
2018-12-15Add a captcha mock for testsEkaterina Vaartis
2018-12-15Add captcha documentation to config.mdEkaterina Vaartis
2018-12-15Formatting fixesEkaterina Vaartis
2018-12-15config/config.exs: Add application/jrd+json => jrd+json to fix webfingerHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/merge_requests/551
2018-12-15Add an ability to disabled captchaEkaterina Vaartis
2018-12-15Add base CAPTCHA support (currently only kocaptcha)Ekaterina Vaartis
2018-12-14Merge branch '114_email_invites' into 'develop'href
[#114] Email invites See merge request pleroma/pleroma!541
2018-12-14Merge branch 'develop' into oembed_providerraeno
2018-12-14Update config.mdHaelwenn
2018-12-14Update config.mdlambda
2018-12-14fix and improve web push; add configuration docsEgor Kislitsyn
2018-12-14[#114] Readded `invites_enabled` config setting, updated readme.Ivan Tashkinov
2018-12-14Merge branch '114_user_registration_emails' into 'develop'href
[#114] User registration emails Closes #114 See merge request pleroma/pleroma!531
2018-12-14[#114] Addressed MR comments. Removed functionality to be extracted to other ↵Ivan Tashkinov
MRs.
2018-12-13Remove oembed for now, will submit it in another MR. Fix warningsraeno
2018-12-13Add opengraph/twitter_card:summary support. Add config to toggle on/off ↵raeno
specific metadata
2018-12-12Extended nicknames: allow dashes.href
2018-12-12Allow underscores in usernames.href
Fixes #429.
2018-12-12[#114] Added tests for "POST /api/account/password_reset".Ivan Tashkinov
2018-12-12[#114] Added /dev/mailbox dev-only route (emails preview). Added mailer ↵Ivan Tashkinov
config examples.
2018-12-12[#114] SMTP deps and config.Ivan Tashkinov
2018-12-10Document the new frontend options.scarlett
2018-12-10Add new frontend options to server-side config.scarlett
2018-12-10Merge branch 'fix/config-md-typos' into 'develop'lambda
config.md: Fix typos and add `federating` option description See merge request pleroma/pleroma!525
2018-12-10Use "~" as a route namespace symbol on FEMaxim Filippov