Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-27 | Treat any present value in "no_attachment_links" as true | Maxim Filippov | |
2018-12-27 | Up captcha timer to 60 secs again, save used captchas in cachex | Ekaterina Vaartis | |
2018-12-26 | Merge branch 'fix/ci-set-mix-env-globally' into 'develop' | Haelwenn | |
[CI] Set MIX_ENV to test in `variables` section instead of specifying it before the command. Fix `mix compile` compiling in dev env. See merge request pleroma/pleroma!596 | |||
2018-12-26 | [CI] Set MIX_ENV to test in `variables` section instead of specifying it ↵ | Rin Toshaka | |
before the command. Fix `mix compile` compiling in the dev env. | |||
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 | Expose restricted names in nodeinfo. | lain | |
2018-12-26 | Add some hard limits on inserted activities. | lain | |
2018-12-25 | Add test to check /object/:id does not leak the tombstone itself | Maxim Filippov | |
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-25 | Merge branch 'legal-boilerplate' into 'develop' | lambda | |
Legal boilerplate See merge request pleroma/pleroma!592 | |||
2018-12-25 | Format | Maxim Filippov | |
2018-12-25 | Revert unneeded changes | Maxim Filippov | |
2018-12-25 | Fix Activity test | Maxim Filippov | |
2018-12-25 | Remove unused test | Maxim Filippov | |
2018-12-25 | Revert Activity tombstones, add ObjectTombstone struct | Maxim Filippov | |
2018-12-25 | Fix failing tests | Maxim Filippov | |
2018-12-24 | Capitalize "tombstone" | Maxim Filippov | |
2018-12-24 | Create tombstone instead of object deletion | Maxim Filippov | |
2018-12-23 | tests: add legal boilerplate | William Pitcock | |
2018-12-23 | mix tasks: add legal boilerplate | William Pitcock | |
2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
2018-12-23 | Merge branch 'bugfix/trans_fix_url_videos' into 'develop' | lambda | |
Fix "url" of Videos in transmogrifier Closes #367 See merge request pleroma/pleroma!459 | |||
2018-12-23 | tests: twitter api: add test proving that peertube videos are correctly handled | William Pitcock | |
2018-12-23 | twitter api: add "Video" to supported activity types list | William Pitcock | |
2018-12-23 | tests: twitter api: activity view test: enable tesla mock | William Pitcock | |
2018-12-23 | twitter api: activity representer: remove peertube hack | William Pitcock | |
2018-12-23 | tests: mastodon api: add test verifying that peertube videos are correctly ↵ | William Pitcock | |
rendered | |||
2018-12-23 | mastodon api: status view: remove obsolete peertube hack | William Pitcock | |
2018-12-23 | transmogrifier: significantly rework handling of peertube videos, add test | William Pitcock | |
2018-12-23 | Merge branch 'hotfix/activity-without-content' into 'develop' | lambda | |
Twitter ActivityView: fix crash with activity without content See merge request pleroma/pleroma!572 | |||
2018-12-23 | transmogrifier: When it’s a Video move "url" to "attachment" | Haelwenn (lanodan) Monnier | |
2018-12-23 | Merge branch 'feature/hellthread-mitigation' into 'develop' | kaniini | |
implement hellthread mitigation Closes #474 See merge request pleroma/pleroma!588 | |||
2018-12-23 | Implement kaniini's tweaks | Karen Konou | |
2018-12-23 | Renamed the things | Karen Konou | |
2018-12-23 | Add documentation | Karen Konou | |
2018-12-22 | Fix formatting | Karen Konou | |
2018-12-22 | Implement large thread filter | Karen Konou | |
2018-12-22 | Specifically disable captcha for automatic tests, it makes them fail | Ekaterina Vaartis | |
2018-12-22 | Move the encryption out of kocaptcha into general captcha module | Ekaterina Vaartis | |
That way there won't be a need to reimplement it for other captcha services | |||
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-20 | Merge branch 'ci-test-fix' into 'develop' | lambda | |
SetUserSessionIdPlugTest: try again to fix random ci failures See merge request pleroma/pleroma!579 | |||
2018-12-20 | Merge branch '114_email_confirmation' into 'develop' | kaniini | |
[#114] Email confirmation See merge request pleroma/pleroma!546 | |||
2018-12-20 | [#114] Fixed test. | Ivan Tashkinov | |
2018-12-20 | [#114] Allowed unconfirmed users to authenticate if ↵ | Ivan Tashkinov | |
:account_activation_required is disabled prior to confirmation. Ensured that no confirmation emails are sent if :account_activation_required is not true. Adjusted tests. | |||
2018-12-20 | [#114] Added :user_id component to email confirmation path to improve the ↵ | Ivan Tashkinov | |
security. Added tests for `confirm_email` action. | |||
2018-12-20 | [#114] Removed flash messages rendering on redirects. | Ivan Tashkinov | |
2018-12-20 | [#114] Stylistic adjustments. | Ivan Tashkinov | |
2018-12-20 | Merge branch 'support/issue_413' into 'develop' | kaniini | |
[#413] fix parse mentions See merge request pleroma/pleroma!577 | |||
2018-12-20 | [#413] fix parse mentions | Maksim | |