Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-04 | Merge branch 'develop' into issue/941 | Maksim Pechnikov | |
2019-06-03 | fix tests | Maksim Pechnikov | |
2019-05-25 | twitter api: user view: expose user notification settings under pleroma object | William Pitcock | |
2019-05-09 | Use "repeated" instead of "retweeted" for repeated statuses in Twitter API | Francis Dinh | |
This makes it consistent with the language used in Pleroma FE (at least in English). Resolves https://git.pleroma.social/pleroma/pleroma-fe/issues/533 | |||
2019-05-03 | Pleroma.Formatter: width/height to class=emoji | Haelwenn (lanodan) Monnier | |
2019-05-01 | Merge branch 'develop' into bugfix/web-notification-special-char | Sachin Joshi | |
2019-04-28 | Fix `rights` in TwitterAPI's user entity being present only for | rinpatch | |
Admins/Moderators In !1093 I reused `maybe_with_role` for `rights` object, however I missed that `maybe_with_role` is called only for admins/moderators. | |||
2019-04-24 | Fix leaking private configuration parameters in Mastodon and Twitter APIs, ↵ | rinpatch | |
and add new configuration parameters to Mastodon API This patch: - Fixes `rights` in twitterapi ignoring `show_role` - Fixes exposing default scope of the user to anyone in Mastodon API - Extends Mastodon API to be able to show and set `no_rich_text`, `default_scope`, `hide_follows`, `hide_followers`, `hide_favorites` (requested by the FE in #674) Sorry in advance for 500 line one commit diff, I should have split it up to separate MRs | |||
2019-04-24 | fix the status notification with special char | Sachin Joshi | |
2019-04-22 | Use `User.get_cached*` everywhere | Egor | |
2019-04-20 | Fix tests that used finmoji | Ekaterina Vaartis | |
2019-04-17 | Update functions in object fetcher for tesla and set up a proper mock for tests | rinpatch | |
2019-04-17 | Merge branch 'develop' into feature/database-compaction | rinpatch | |
2019-04-02 | change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` in tests | Egor Kislitsyn | |
2019-04-02 | change `Repo.get(User, id)` => `User.get_by_id(id)` | Egor Kislitsyn | |
2019-03-21 | tests: fixup | William Pitcock | |
2019-03-21 | common api: move context functions from twitterapi | William Pitcock | |
2019-03-17 | Allow 'rel' attribute on `<a>` link with specific values (for hashtag ↵ | Fong-Wan Chau | |
recognition). | |||
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-02-28 | Merge branch 'with-mutes' into 'develop' | kaniini | |
Add `with_muted` param. Closes #683 See merge request pleroma/pleroma!872 | |||
2019-02-28 | Added deactivated to the user view | eugenijm | |
2019-02-27 | Add user muted status info to twitterapi. | lain | |
2019-02-11 | test: de-group alias/es | Haelwenn (lanodan) Monnier | |
2019-02-06 | hide_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-06 | Allow to configure visibility for admin and moderator badges | eugenijm | |
2019-02-06 | Add is_admin and is_moderator boolean fields to the user view | eugenijm | |
2019-02-03 | Split hide_network into hide_followers & hide_followings (fixed) | Maxim Filippov | |
2019-02-01 | Revert "Merge branch 'feature/split-hide-network' into 'develop'" | kaniini | |
This reverts merge request !733 | |||
2019-02-01 | Merge branch 'feature/split-hide-network' into 'develop' | kaniini | |
Split hide_network into hide_followers & hide_followings See merge request pleroma/pleroma!733 | |||
2019-01-28 | Split hide_network into hide_followers & hide_followings | Maxim Filippov | |
2019-01-28 | test: update twitterapi tests | William Pitcock | |
2019-01-23 | Send "hide_network" in user_view | Maxim Filippov | |
2019-01-21 | Activity: get_create_activity_by_object_ap_id/1 → get_create_by_object_ap_id/1 | Haelwenn (lanodan) Monnier | |
2019-01-16 | tests: fixup | William Pitcock | |
2019-01-10 | Merge branch 'feature/pinned-posts' into 'develop' | kaniini | |
Pinned Statuses Closes #440 See merge request pleroma/pleroma!636 | |||
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 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-07 | Actually put some onformation in the error user, make it actually properly parse | lain | |
in conversations. | |||
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 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 | |
2018-12-28 | Web.TwitterAPI.UserView: Add rights.admin | Haelwenn (lanodan) Monnier | |
2018-12-23 | tests: add legal boilerplate | William Pitcock | |
2018-12-23 | tests: twitter api: add test proving that peertube videos are correctly handled | William Pitcock | |
2018-12-23 | tests: twitter api: activity view test: enable tesla mock | William Pitcock | |
2018-12-18 | [#114] Added `pleroma.confirmation_pending` to user views, adjusted view tests. | Ivan Tashkinov | |
2018-12-17 | fix text field | Maksim Pechnikov | |
2018-12-14 | TwitterAPI: Include favorited post in json | eal | |