aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/twitter_api
AgeCommit message (Collapse)Author
2019-02-13Add OAuth tokens endpointMaxim Filippov
2019-02-11Revert "Merge branch 'object-creation' into 'develop'"lambda
This reverts merge request !802
2019-02-10Merge branch 'fix/credo-issues' into 'develop'kaniini
Fix credo issues See merge request pleroma/pleroma!786
2019-02-09Do object insertion through Cachexlain
So we don't flood our postgres logs with errors. Should also make things slightly faster.
2019-02-09de-group alias/esHaelwenn (lanodan) Monnier
2019-02-09Credo fixes: alias grouping/orderingHaelwenn (lanodan) Monnier
2019-02-06hide_followings was renamed to hide_followers in the FE, but never synced up ↵Mark Felder
in the BE This was a dirty regex replace which worked on my server
2019-02-06Allow to configure visibility for admin and moderator badgeseugenijm
2019-02-06Add is_admin and is_moderator boolean fields to the user vieweugenijm
2019-02-03Split hide_network into hide_followers & hide_followings (fixed)Maxim Filippov
2019-02-01Revert "Merge branch 'feature/split-hide-network' into 'develop'"kaniini
This reverts merge request !733
2019-02-01Merge branch 'feature/split-hide-network' into 'develop'kaniini
Split hide_network into hide_followers & hide_followings See merge request pleroma/pleroma!733
2019-01-29Merge branch 'hj-happiness-improvement' into 'develop'kaniini
New frontend configuration mechanism. Closes #445 See merge request pleroma/pleroma!700
2019-01-28Split hide_network into hide_followers & hide_followingsMaxim Filippov
2019-01-28Return new-style config if old-style config is set to false.lain
This is in preparation for 1.0. We'll be able to switch the config to the new mechanism on PleromaFE then as well.
2019-01-28rich media: add helpers module, use instead of MastodonAPI moduleWilliam Pitcock
2019-01-28twitter api: fix up activity representerWilliam Pitcock
2019-01-28twitter api: embed card in twitterapi postsWilliam Pitcock
2019-01-27Views: wrap activity rendering in a rescuehref
this avoids complete timeline breakage when an activity fucks up rendering.
2019-01-25Merge branch 'fix/tusky-dm' into 'develop'kaniini
Add actor to recipients list Closes #390 See merge request pleroma/pleroma!683
2019-01-25Merge branch 'classic-flakeids' into 'develop'kaniini
Flake Ids for Users and Activities Closes #450 See merge request pleroma/pleroma!645
2019-01-24Use correct logic to determine "attentions" listMaxim Filippov
2019-01-23Send "hide_network" in user_viewMaxim Filippov
2019-01-23New frontend configuration mechanism.lain
2019-01-23Treat User.Info pinned ids as stringshref
2019-01-23Flake Ids for Users and Activitieshref
2019-01-21Activity: get_create_activity_by_object_ap_id/1 → get_create_by_object_ap_id/1Haelwenn (lanodan) Monnier
2019-01-20Merge branch 'i1t/pleroma-477_user_search_improvements' into 'develop'lambda
I1t/pleroma 477 user search improvements See merge request pleroma/pleroma!685
2019-01-19Add current user to mentionedMaxim Filippov
2019-01-16MastoAPI: Don't break on missing users.lain
2019-01-14[#477] User search improvements: tsquery search with field weights, friends ↵Ivan Tashkinov
& followers boosting.
2019-01-10Merge branch 'twapi-follower-pagination' into 'develop'kaniini
Twapi follower pagination See merge request pleroma/pleroma!648
2019-01-10Merge branch 'feature/pinned-posts' into 'develop'kaniini
Pinned Statuses Closes #440 See merge request pleroma/pleroma!636
2019-01-09Add integer casts.lain
2019-01-09TwitterAPI: Add follower/following pagination.lain
2019-01-09Merge branch 'scarlett/pleroma-summary-html-api' into 'develop'lambda
Scarlett/pleroma summary html api See merge request pleroma/pleroma!647
2019-01-09Add Twitter API for the pinned statusesEgor 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-07Actually put some onformation in the error user, make it actually properly parselain
in conversations.
2019-01-07Make TwAPI UserView more resilient to issues.lain
Will work for missing users and badly migrated users.
2019-01-06Twitter 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-05Merge branch 'emoji-in-summary' into 'develop'scarlett
Strip HTML in and allow emoji in summaries. See merge request pleroma/pleroma!631
2019-01-05Resolve some test failures.scarlett
2019-01-05Strip HTML in and allow emoji in summaries.scarlett
2019-01-04Merge branch 'fix/html-cache-content-collision' into 'develop'kaniini
Different caches based on the module. Remove scrubber version since it is not relevant anymore See merge request pleroma/pleroma!628
2019-01-05Different caches based on the module. Remove scrubber version since it is ↵Rin Toshaka
not relevant anymore
2019-01-03Merge branch 'captcha' into 'develop'rinpatch
Make captcha (kocaptcha) stateless See merge request pleroma/pleroma!585
2018-12-31Merge 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-31update copyright years to 2019William Pitcock
2018-12-31Move scrubber cache-related functions to Pleroma.HTMLRin Toshaka
2018-12-30Resolve merge conflictRin Toshaka