Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | Fix all count | Maxim Filippov | |
2019-12-19 | Expose issue via failing test | Maxim Filippov | |
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-17 | Merge branch 'feature/add-event-support' into 'develop' | rinpatch | |
Add ActivityPub Object Event type support See merge request pleroma/pleroma!2075 | |||
2019-12-17 | Merge branch 'ci/rum-testing-no-recompilation' into 'develop' | rinpatch | |
CI: Add a cache policy for test jobs and fix rum tests recompiling everything See merge request pleroma/pleroma!2074 | |||
2019-12-17 | CI: Add a cache policy for test jobs and fix rum tests recompiling | rinpatch | |
everything | |||
2019-12-17 | Add ActivityPub Object Event type support | Thomas Citharel | |
Adds Event support in the same way Video objects are handled, with the name of the object as message header. Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||
2019-12-17 | Merge branch 'hide-followers-count' into 'develop' | Haelwenn | |
Hide follower counter when hiding is activated Closes #1450 See merge request pleroma/pleroma!2072 | |||
2019-12-17 | Hide follower counter when hiding is activated | Egor Kislitsyn | |
2019-12-16 | Merge branch 'fix/remove-useless-sleep' into 'develop' | lain | |
Remove useless sleeping/reduce it See merge request pleroma/pleroma!2069 | |||
2019-12-16 | Merge branch 'kocaptcha-default-endpoint' into 'develop' | rinpatch | |
Add default endpoint to Pleroma.Captcha.Kocaptcha See merge request pleroma/pleroma!2070 | |||
2019-12-16 | Add Kocaptcha endpoint to config.exs | Egor Kislitsyn | |
2019-12-16 | Revert "Add default endpoint to Pleroma.Captcha.Kocaptcha" | Egor Kislitsyn | |
This reverts commit 82c62c5028f517ded121b46b9806053989defdc2. | |||
2019-12-16 | Add default endpoint to Pleroma.Captcha.Kocaptcha | Egor Kislitsyn | |
2019-12-16 | formatting | rinpatch | |
2019-12-16 | tests: significantly reduce streamer timeout | rinpatch | |
there is no reason IPC between two processes on the same node should take 4 seconds | |||
2019-12-16 | tests: remove a useless sleep in rate limiter tests | rinpatch | |
It was used to check that authenticated and unauthenticated users have different limits. Instead of sleeping a super low limit for unauthenticated users was set, preventing them from doing 5 requests in the first place. | |||
2019-12-16 | tests: remove a useless 1 second sleep | rinpatch | |
there is no need to wait for the task to finish, it will be deleted when the transaction is aborted anyway. | |||
2019-12-16 | tests: remove a useless 3 second sleep | rinpatch | |
the ids favs use are accurate down to a microsecond, there is no need for it | |||
2019-12-16 | tests: Replace 2 second sleep with offseting updated_at | rinpatch | |
2019-12-13 | Merge branch 'feature/federation-job-insert-connection-checkout' into 'develop' | Haelwenn | |
Publisher: check out a connection for inserting publish_one jobs See merge request pleroma/pleroma!2063 | |||
2019-12-13 | Publisher: check out a connection for inserting publish_one jobs | rinpatch | |
Related to #1474, federation of one post on my istance creates in best-case 360 jobs, so if they for some reason take a while to insert, it will exhaust the connection pool. This fixes it by checking out one dedicated connection for inserting them. | |||
2019-12-12 | Merge branch 'feature/native-captcha' into 'develop' | lain | |
Add native captcha and enable it by default. Closes #1017 and #1405 See merge request pleroma/pleroma!2060 | |||
2019-12-12 | Merge branch 'uguu' into 'develop' | lain | |
Update frontend See merge request pleroma/pleroma!2062 | |||
2019-12-12 | Update frontend | lain | |
2019-12-12 | Merge branch '1427-oauth-graceful-admin-scope' into 'develop' | lain | |
[#1427] Graceful clearance of OAuth admin scopes for non-admin users Closes #1427 See merge request pleroma/pleroma!2061 | |||
2019-12-12 | [#1427] Graceful clearance of OAuth admin scopes for non-admin users (no ↵ | Ivan Tashkinov | |
error raised). PleromaFE and other clients may safely request admin scope(s): if user isn't an admin, request is successful but only non-admin scopes from request are granted. | |||
2019-12-12 | Add Kocaptcha endpoint to the test config | Egor Kislitsyn | |
2019-12-12 | Add native captcha and enable it by default. | Egor Kislitsyn | |
2019-12-12 | Merge branch 'revert-bca1512d' into 'develop' | lain | |
Revert "Merge branch 'admin-scope-support-code' into 'develop'" See merge request pleroma/pleroma!2059 | |||
2019-12-12 | Revert "Merge branch 'admin-scope-support-code' into 'develop'" | lain | |
This reverts merge request !2055 | |||
2019-12-12 | Merge branch 'test-timeout' into 'develop' | lain | |
Fix intermittent failures in federated testing See merge request pleroma/pleroma!2058 | |||
2019-12-12 | Merge branch 'feature/merge-acc-views-for-statuses' into 'develop' | lain | |
AdminAPI: Merge account views for list instance statuses See merge request pleroma/pleroma!2054 | |||
2019-12-11 | Merge branch 'feature/report-notes' into 'develop' | feld | |
AdminAPI: Add report notes See merge request pleroma/pleroma!2031 | |||
2019-12-12 | Merge branch 'develop' into feature/report-notes | Maxim Filippov | |
2019-12-11 | Merge branch 'issue/1411' into 'develop' | feld | |
[#1411] /api/v1/favourites: added sorting for activites by adds to favorites See merge request pleroma/pleroma!1991 | |||
2019-12-11 | Document the favorites timeline order change | Mark Felder | |
2019-12-11 | Merge branch 'develop' into issue/1411 | Mark Felder | |
2019-12-11 | try local sheduling | stwf | |
2019-12-11 | Merge branch 'chore/fast_sanitize_bump' into 'develop' | rinpatch | |
mix.lock: update fast_sanitize See merge request pleroma/pleroma!2056 | |||
2019-12-11 | mix.lock: update fast_sanitize | rinpatch | |
the new version uses html-spec compliant fragment parsing instead of just wrapping the fragment in the <body> tag. | |||
2019-12-11 | Merge branch 'admin-scope-support-code' into 'develop' | rinpatch | |
FE bundle updates: admin-fe and pleroma-fe See merge request pleroma/pleroma!2055 | |||
2019-12-11 | Updated admin-fe bundle to 14cdc4a, pleroma-fe bundle to abb6747f. | Ivan Tashkinov | |
2019-12-11 | AdminAPI: Merge account views for list instance statuses | Maxim Filippov | |