Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-21 | UtilController: Return state of safe dm mentions. | lain | |
2019-03-17 | Allow 'rel' attribute on `<a>` link with specific values (for hashtag ↵ | Fong-Wan Chau | |
recognition). | |||
2019-03-15 | Allow to mark a single notification as read | eugenijm | |
2019-03-13 | [Credo] Change quoted string with 3+ quotes to sigils | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] fix Credo.Check.Readability.MaxLineLength | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] Fix the warnings | Haelwenn (lanodan) Monnier | |
2019-03-04 | Fix DM visibility for blocking users | eugenijm | |
2019-03-03 | Remove follow_request_count as it's not needed for FE anymore. | eugenijm | |
MastoFE uses `GET /api/v1/follow_requests` and PleromaFE uses `GET /api/pleroma/friend_requests` which they query on the initial page load. | |||
2019-03-03 | Merge branch 'fix/dont-show-dms-in-mentions-timeline' into 'develop' | lambda | |
[#675] Do not show DMs in mentions timeline See merge request pleroma/pleroma!877 | |||
2019-03-01 | use commonapi.post instead of activitybulder | rinpatch | |
2019-03-01 | [#675] Do not show DMs in mentions timeline | rinpatch | |
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 | Remove parts of the old activity view. | lain | |
Not used anymore. | |||
2019-02-27 | Add user muted status info to twitterapi. | lain | |
2019-02-20 | [#468] More OAuth scopes-specific tests. | Ivan Tashkinov | |
2019-02-19 | [#468] Added OAuth scopes-specific tests. | Ivan Tashkinov | |
2019-02-18 | Merge branch 'feature/add-oauth-tokens-endpoint' into 'develop' | kaniini | |
Add OAuth tokens endpoint See merge request pleroma/pleroma!805 | |||
2019-02-18 | Merge branch 'follow-request-count' into 'develop' | kaniini | |
Follow request count See merge request pleroma/pleroma!817 | |||
2019-02-18 | Fix test | Maxim Filippov | |
2019-02-16 | Add option to return all friends in twitter api. | lain | |
Mainly useful for user export. | |||
2019-02-15 | Add logic for keeping follow_request_count up-to-date on the `follow`, | eugenijm | |
`approve_friend_request`, and `deny_friend_request` actions. Add follow_request_count to the user view. | |||
2019-02-13 | Add revoke token | Maxim Filippov | |
2019-02-13 | Add OAuth tokens endpoint | Maxim Filippov | |
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-05 | test: twitterapi: fix another possible test failure case | William Pitcock | |
2019-02-05 | Merge branch 'feature/split-hide-network-v2' into 'develop' | kaniini | |
Split hide_network into hide_followers & hide_followings (fixed) See merge request pleroma/pleroma!765 | |||
2019-02-05 | test: twitterapi: fix the test breakage for real | William Pitcock | |
2019-02-03 | Split hide_network into hide_followers & hide_followings (fixed) | Maxim Filippov | |
2019-02-03 | Still do caching in tests. | lain | |
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-29 | Merge branch 'hj-happiness-improvement' into 'develop' | kaniini | |
New frontend configuration mechanism. Closes #445 See merge request pleroma/pleroma!700 | |||
2019-01-28 | Format | Maxim Filippov | |
2019-01-28 | Split hide_network into hide_followers & hide_followings | Maxim Filippov | |
2019-01-28 | Return 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-28 | test: update twitterapi tests | William Pitcock | |
2019-01-25 | Merge branch 'classic-flakeids' into 'develop' | kaniini | |
Flake Ids for Users and Activities Closes #450 See merge request pleroma/pleroma!645 | |||
2019-01-23 | Send "hide_network" in user_view | Maxim Filippov | |
2019-01-23 | New frontend configuration mechanism. | lain | |
2019-01-23 | Flake Ids for Users and Activities | href | |
2019-01-21 | Activity: get_create_activity_by_object_ap_id/1 → get_create_by_object_ap_id/1 | Haelwenn (lanodan) Monnier | |
2019-01-20 | Merge branch 'i1t/pleroma-477_user_search_improvements' into 'develop' | lambda | |
I1t/pleroma 477 user search improvements See merge request pleroma/pleroma!685 | |||
2019-01-18 | [#477] User: FTS and trigram search results mixing (to handle misspelled ↵ | Ivan Tashkinov | |
requests). | |||
2019-01-16 | tests: fixup | William Pitcock | |
2019-01-15 | [#477] Added FTS index for `users`. Fixed failing test. | Ivan Tashkinov | |