Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-10 | Fix captcha time, which was meant to be 5 minutes | Mark Felder | |
2020-01-10 | Update `captcha` dependency | Egor Kislitsyn | |
2020-01-10 | Add Kocaptcha endpoint to config.exs | Egor Kislitsyn | |
2020-01-10 | Merge branch 'fix/captcha-time' into 'develop' | lain | |
Fix captcha time, which was meant to be 5 minutes See merge request pleroma/pleroma!2094 | |||
2020-01-10 | [#1478] OAuth admin tweaks: enforced OAuth admin scopes usage by default, ↵ | Ivan Tashkinov | |
migrated existing OAuth records. Adjusted tests. | |||
2020-01-09 | Fix captcha time, which was meant to be 5 minutes | Mark Felder | |
2020-01-09 | Merge branch 'update/adminfe-20201019' into 'develop' | feld | |
Update AdminFE build See merge request pleroma/pleroma!2093 | |||
2020-01-09 | Update AdminFE build | Mark Felder | |
2020-01-08 | fix create service actor | Maksim Pechnikov | |
2020-01-07 | Merge branch 'bugfix/smtp-config-examples' into 'develop' | rinpatch | |
Fix SMTP mailer example See merge request pleroma/pleroma!2091 | |||
2020-01-06 | Update CHANGELOG.md | lain | |
2020-01-05 | Fix SMTP mailer example | RX14 | |
`ssl: true` and `tls: :always` tries to use both TLS and STARTTLS on the same SMTP connection, causing it to fail. | |||
2020-01-05 | Fix mark-as-read (`POST /api/v1/conversations/:id/read`) refreshing ↵ | eugenijm | |
updated_at and bringing conversation to the top in the user's direct conversation list | |||
2020-01-03 | fixed Metadata.Utils.scrub_html_and_truncate | Maksim Pechnikov | |
2020-01-02 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
oauth-scopes-tweaks-and-tests | |||
2019-12-28 | Merge branch 'update-captcha' into 'develop' | rinpatch | |
Update `captcha` dependency Closes #1492 See merge request pleroma/pleroma!2088 | |||
2019-12-28 | Update `captcha` dependency | Egor Kislitsyn | |
2019-12-25 | added code of mr#2067 | Maksim Pechnikov | |
2019-12-24 | Merge branch 'feat/doc-improvements' into 'develop' | Haelwenn | |
Documentation imrpovements See merge request pleroma/pleroma!2084 | |||
2019-12-24 | fix oauth scopes for AdminApi#reports_update | Maksim Pechnikov | |
2019-12-23 | Merge branch 'increase-captcha-expiry-time' into 'develop' | lain | |
Increase CAPTCHA expiration time to 5 minutes Closes #1491 See merge request pleroma/pleroma!2086 | |||
2019-12-23 | update tests | Maksim Pechnikov | |
2019-12-23 | Increase CAPTCHA expiration time to 5 minutes | Egor Kislitsyn | |
2019-12-22 | update test | Maksim Pechnikov | |
2019-12-22 | Apply suggestion to lib/pleroma/web/twitter_api/views/remote_follow_view.ex | Maksim | |
2019-12-22 | Apply suggestion to ↵ | Maksim | |
lib/pleroma/web/twitter_api/controllers/remote_follow_controller.ex | |||
2019-12-21 | moved remote follow in separate controller | Maksim Pechnikov | |
2019-12-21 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-21 | Merge branch 'feature/custom-runtime-modules' into 'develop' | rinpatch | |
Add support for custom modules at runtime Closes #1448 See merge request pleroma/pleroma!2039 | |||
2019-12-21 | Merge branch 'revert-a54aa5af' into 'develop' | rinpatch | |
Revert "Merge branch 'feature/status-counts-by-scope' into 'develop'" Closes #1488 See merge request pleroma/pleroma!2083 | |||
2019-12-21 | Revert "Merge branch 'feature/status-counts-by-scope' into 'develop'" | Maxim Filippov | |
This reverts merge request !2076 | |||
2019-12-20 | Merge branch 'fix/twitter-card-without-attachments' into 'develop' | feld | |
Posts without media attachments should get the Summary TwitterCard See merge request pleroma/pleroma!2082 | |||
2019-12-20 | Posts without media attachments should get the Summary TwitterCard | Mark Felder | |
2019-12-20 | Merge branch 'feature/status-counts-by-scope' into 'develop' | feld | |
Stats: return status counts by scope See merge request pleroma/pleroma!2076 | |||
2019-12-20 | Merge branch 'fix/remote-user-no-follower-counter' into 'develop' | feld | |
Do not crash when remote user follower and following counters are hidden See merge request pleroma/pleroma!2077 | |||
2019-12-20 | fixed remote follow | Maksim Pechnikov | |
2019-12-20 | Merge branch 'remove-outdated-doc' into 'develop' | Haelwenn | |
Remove `/api/account/register` documentation from pleroma_api.md Closes #1486 See merge request pleroma/pleroma!2078 | |||
2019-12-20 | Remove `/api/account/register` documentation from pleroma_api.md | Egor Kislitsyn | |
2019-12-19 | Instead allow a dedicated benchmark config | Mark Felder | |
2019-12-19 | Merge branch 'develop' into config/benchmark | Mark Felder | |
2019-12-19 | Fix all count | Maxim Filippov | |
2019-12-19 | Expose issue via failing test | Maxim Filippov | |
2019-12-19 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
oauth-scopes-tweaks-and-tests | |||
2019-12-19 | [#2068] Introduced proper OAuth tokens usage to controller tests. | Ivan Tashkinov | |
2019-12-19 | Return 404 if account to filter notifications from is not found | Egor Kislitsyn | |
2019-12-19 | Verify HTTP signatures only when request accepts "activity+json" type | Egor Kislitsyn | |
2019-12-19 | Do not crash when remote user follower and following counters are hidden | Egor Kislitsyn | |
2019-12-18 | Stats: return status counts by scope | Maxim Filippov | |
2019-12-18 | add tag feeds | Maksim Pechnikov | |
2019-12-17 | Merge branch 'feature/add-event-support' into 'develop' | rinpatch | |
Add ActivityPub Object Event type support See merge request pleroma/pleroma!2075 |