Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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 | |
2018-12-20 | Merge branch 'fix/readme-md-config-typo' into 'develop' | kaniini | |
Fix config.md path in README See merge request pleroma/pleroma!581 | |||
2018-12-20 | Fix config.md path in README | rinpatch | |
2018-12-20 | Fix config.md path in README | rinpatch | |
2018-12-20 | Merge branch 'readme' into 'develop' | kaniini | |
Improve systemd service documentation See merge request pleroma/pleroma!580 | |||
2018-12-20 | Merge 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-19 | Improve systemd service documentation | Francis Dinh | |
Use `systemctl` instead of `service` since it's not guaranteed the latter will be on the system (e.g. Arch does not have it). | |||
2018-12-19 | daaa8cd6 take two | href | |
2018-12-19 | [#114] `mix format` | Ivan Tashkinov | |
2018-12-19 | [#114] Made MastodonAPI and TwitterAPI user show actions return 404 for ↵ | Ivan Tashkinov | |
auth-inactive users unless requested by admin or moderator. | |||
2018-12-19 | [#114] User.register/1 tweak. | Ivan Tashkinov | |
2018-12-19 | [#114] User.Info: renamed `confirmation_update` to `confirmation_changeset`. | Ivan Tashkinov | |
2018-12-19 | [#114] User.Info: renamed `confirmation_update` to `confirmation_change`. | Ivan Tashkinov | |
2018-12-19 | Merge branch 'userless-admin' into 'develop' | kaniini | |
Add a way to use the admin api without a user. See merge request pleroma/pleroma!576 | |||
2018-12-18 | Merge branch 'fix/ci-cache-improved' into 'develop' | lambda | |
Per-branch CI cache with force-recompilation of Pleroma See merge request pleroma/pleroma!574 | |||
2018-12-18 | Merge branch 'fix/formatter-ignore-html-chars' into 'develop' | lambda | |
[#441] Fix characters converted to HTML being picked up by hashtag parser See merge request pleroma/pleroma!575 | |||
2018-12-18 | Compile pleroma before ecto migrate | Rin Toshaka | |
2018-12-18 | Add a way to use the admin api without a user. | lain | |
2018-12-18 | Improve CI cache | Rin Toshaka | |
2018-12-18 | Fix tests | Rin Toshaka | |
2018-12-18 | Add test | rinpatch | |
2018-12-18 | Merge branch 'develop' into fix/formatter-ignore-html-chars | rinpatch | |
2018-12-18 | Ignore HTML characters in formatter.ex | rinpatch | |
2018-12-18 | Pleroma-API.md: Additionnal endpoints | rinpatch | |
2018-12-18 | Move to docs | Haelwenn (lanodan) Monnier | |
2018-12-18 | Documentation: Move generated files to priv/static/doc, add it to endpoint.ex | Haelwenn (lanodan) Monnier | |
2018-12-18 | Merge branch 'feature/new-user-routes' into 'develop' | lambda | |
Use "~" as a route namespace symbol on FE See merge request pleroma/pleroma!530 | |||
2018-12-18 | Merge branch 'new-routes-integration' into 'develop' | lambda | |
update frontend See merge request pleroma/pleroma!573 | |||
2018-12-18 | update frontend | lain | |
2018-12-18 | Merge branch 'ci-test-fix' into 'develop' | lambda | |
SetUserSessionIdPlugTest: try to fix random ci failures See merge request pleroma/pleroma!570 | |||
2018-12-18 | [#114] Added info on `account_activation_required` setting to config readme. | Ivan Tashkinov | |