Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-09 | TwitterAPI: Add follower/following pagination. | lain | |
2019-01-09 | Merge branch 'scarlett/pleroma-summary-html-api' into 'develop' | lambda | |
Scarlett/pleroma summary html api See merge request pleroma/pleroma!647 | |||
2019-01-09 | Add test for summary_html | lain | |
2019-01-09 | Add activity visibility index. | lain | |
2019-01-09 | improve tests | Egor Kislitsyn | |
2019-01-09 | Add Twitter API for the pinned statuses | Egor Kislitsyn | |
``` # Only return statuses that have been pinned GET /api/statuses/user_timeline.json?pinned=true # Pin POST /api/statuses/pin/:id # Unpin POST /api/statuses/unpin/:id ``` | |||
2019-01-09 | only non-reblogs, self-authored, public statuses can be pinned | Egor Kislitsyn | |
2019-01-09 | Add User mass following function. | lain | |
2019-01-09 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Egor Kislitsyn | |
feature/pinned-posts # Conflicts: # docs/config.md | |||
2019-01-09 | Support activity+json request for activity | sxsdv1 | |
2019-01-09 | Merge branch 'hotfix/media-proxy-uri' into 'develop' | kaniini | |
user: fix local vs remote determination in remote_or_auth_active?/1 See merge request pleroma/pleroma!640 | |||
2019-01-09 | test: user: add tests for visible_for?/2 | William Pitcock | |
2019-01-09 | tests: user: add tests for superuser?/1 | William Pitcock | |
2019-01-09 | user: remove entirely redundant remote_or_auth_active?/1. | William Pitcock | |
auth_active?/1 can check remote users and return true directly. | |||
2019-01-09 | tests: user: add regression test for remote_or_auth_active?/1 | William Pitcock | |
2019-01-08 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Egor Kislitsyn | |
feature/pinned-posts | |||
2019-01-08 | improve test readability | Egor Kislitsyn | |
2019-01-08 | Add a setting for users to autofollow on sign up. | lain | |
2019-01-08 | fix test | Egor Kislitsyn | |
2019-01-08 | add `pinned` property to `StatusView` | Egor Kislitsyn | |
2019-01-08 | rename `post` to `status` | Egor Kislitsyn | |
2019-01-07 | Actually put some onformation in the error user, make it actually properly parse | lain | |
in conversations. | |||
2019-01-07 | Merge branch 'resilient-user-view' into 'develop' | kaniini | |
Make TwAPI UserView more resilient to issues. See merge request pleroma/pleroma!634 | |||
2019-01-07 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Egor Kislitsyn | |
feature/pinned-posts | |||
2019-01-07 | add pinned posts | Egor Kislitsyn | |
2019-01-07 | MastoAPI: Add test. | lain | |
2019-01-07 | Make TwAPI UserView more resilient to issues. | lain | |
Will work for missing users and badly migrated users. | |||
2019-01-06 | Twitter API: Add a summary_html field. | scarlett | |
The intention here is to allow proper subject copying when it contains emoji, obviously this will require minor frontend changes, though. | |||
2019-01-05 | Add check to prevent multiple follow notifications from the same user | Sadposter | |
2019-01-05 | Merge branch 'fix/user-search-null-name' into 'develop' | kaniini | |
fix user search results for users with unset display name Closes #499 See merge request pleroma/pleroma!625 | |||
2019-01-05 | Merge branch 'activitypub-tombstone-fix' into 'develop' | kaniini | |
Don't crash on AP request for tombstone See merge request pleroma/pleroma!630 | |||
2019-01-05 | Merge branch 'emoji-in-summary' into 'develop' | scarlett | |
Strip HTML in and allow emoji in summaries. See merge request pleroma/pleroma!631 | |||
2019-01-05 | Add tests for emoji and lack of HTML in summaries. | scarlett | |
2019-01-05 | Remove redundant comma. | scarlett | |
2019-01-05 | Resolve some test failures. | scarlett | |
2019-01-05 | Don't crash on AP request for tombstone | sxsdv1 | |
Because tombstone objects has no addressing the is_public?-predicate would cause an error that propagated as a 500 error in the api | |||
2019-01-04 | Merge branch 'develop' of git.pleroma.social:cascode/pleroma into ↵ | cascode | |
fix/user-search-null-name | |||
2019-01-04 | Merge branch 'feature/rich-media' into 'develop' | kaniini | |
URL previews in posts Closes #402 See merge request pleroma/pleroma!617 | |||
2019-01-04 | Merge branch 'activitypub-c2s-delete-activity' into 'develop' | kaniini | |
Activitypub c2s delete activity See merge request pleroma/pleroma!618 | |||
2019-01-04 | formatted | cascode | |
2019-01-04 | added test for #499 | cascode | |
2019-01-03 | Merge branch 'captcha' into 'develop' | rinpatch | |
Make captcha (kocaptcha) stateless See merge request pleroma/pleroma!585 | |||
2019-01-02 | Add RichMediaController and tests | Maxim Filippov | |
2019-01-01 | Implement delete activity | sxsdv1 | |
2019-01-01 | Split create activity specifics from update_outbox | sxsdv1 | |
2019-01-01 | Add OGP parser | Maxim Filippov | |
2018-12-31 | Merge branch 'features/admin-api-user-views' into 'develop' | kaniini | |
User/Account views: Add rights.admin Closes #472 See merge request pleroma/pleroma!589 | |||
2018-12-31 | Merge branch 'fix/scrubber-cache' into 'develop' | lambda | |
[#481] Store scrubbed posts in Cachex Closes #481 See merge request pleroma/pleroma!610 | |||
2018-12-31 | Fix a typo in user_test.ex | Rin Toshaka | |
2018-12-30 | Merge branch 'mr/retry-queue' into 'develop' | kaniini | |
Improves RetryQueue behavior See merge request pleroma/pleroma!609 |