aboutsummaryrefslogtreecommitdiff
path: root/src/services/entity_normalizer
Commit message (Collapse)AuthorAge
...
* | | | | entity_normalizer: safely check screen_nameMatilde Park2021-04-21
| | | | | | | | | | | | | | | | | | | | Prevents a crash on undefined screen name cases.
* | | | | separate screen_name and screen_name_ui with decoded punycodeShpuld Shpuldson2021-02-26
| |_|_|/ |/| | |
* | | | Apply 1 suggestion(s) to 1 file(s)feld2021-01-20
| | | |
* | | | More robust backwards compatibilityMark Felder2021-01-19
| | | |
* | | | Support old user.deactivated and new user.is_active fieldsMark Felder2021-01-18
| | | |
* | | | Add report button to status ellipsis menuShpuld Shpuldson2021-01-12
| |_|/ |/| |
* | | fix #1036 convert screen name to unicode with punycodeShpuld Shpludson2021-01-05
| | |
* | | use title html for poll options before voteShpuld Shpuldson2020-12-07
| |/ |/|
* | Fix pinned statuses and perhaps some other stuffHenry Jameson2020-11-17
|/
* fix emoji not working in profile field namesShpuld Shpuldson2020-11-11
|
* Optimistic message sending for chateugenijm2020-11-01
|
* EntityNormalizer: Normalize thumbnail url.lain2020-08-19
|
* Merge branch 'features/favicons' into 'develop'Shpuld Shpludson2020-07-20
|\ | | | | | | | | status.vue: Add support for favicons See merge request pleroma/pleroma-fe!1076
| * Merge branch 'develop' into features/faviconsShpuld Shpuldson2020-06-18
| |\
| * | status.vue: Add support for faviconsHaelwenn (lanodan) Monnier2020-03-01
| | | | | | | | | | | | Put in replacement to the external icon when possible
* | | Add Chatseugenijm2020-07-08
| | |
* | | Merge branch 'feat/parent-visible-support' into 'develop'Shpuld Shpludson2020-07-05
|\ \ \ | | | | | | | | | | | | | | | | #874 Add strike-through to "Reply to" when parent_visible is set to false See merge request pleroma/pleroma-fe!1162
| * | | add strikethrough when parent isn't visibleShpuld Shpuldson2020-06-30
| | | |
* | | | Add bookmarksEugenij2020-07-03
|/ / / | | | | | | | | | Co-authored-by: jared <jaredrmain@gmail.com>
* | | Merge branch 'iss-149/profile-fields-display' into 'develop'Shpuld Shpludson2020-06-19
|\ \ \ | | | | | | | | | | | | | | | | Display profile fields See merge request pleroma/pleroma-fe!1004
| * | | restyle the fieldsShpuld Shpuldson2020-06-17
| | | |
| * | | Merge branch 'develop' into kPherox/pleroma-fe-iss-149/profile-fields-displayShpuld Shpuldson2020-06-17
| |\ \ \ | | | |/ | | |/|
| * | | Add fields_text for tooltipkPherox2020-02-19
| | | |
* | | | Apply suggestion to src/services/entity_normalizer/entity_normalizer.service.jslain2020-06-14
| | | |
* | | | Polls: Construct an html field during normalization.lain2020-06-14
| |/ / |/| |
* | | EntityNormalizer: Add colons to emoji alt text.lain2020-06-04
| | | | | | | | | | | | This makes it possible to copy them and still have them work.
* | | Merge branch 'develop' into 'feat/relationship-refactor'Shpuld Shpludson2020-05-08
|\ \ \ | | | | | | | | | | | | # Conflicts: # src/components/notification/notification.js
| * | | Add support for follow request notificationseugenijm2020-04-30
| | |/ | |/|
* | | minor fixesShpuld Shpuldson2020-04-23
| | |
* | | remove unused mutation and test for itShpuld Shpuldson2020-04-23
| | |
* | | fix mistakesShpuld Shpuldson2020-04-21
| | |
* | | make relationships separate from usersShpuld Shpuldson2020-04-21
|/ /
* | Emoji Reactions - fixes and improvementsShpuld Shpludson2020-02-11
| |
* | Merge branch 'move-type-notification' into 'develop'Shpuld Shpludson2020-02-10
|\ \ | | | | | | | | | | | | | | | | | | Add setting for allow following move Closes #732 See merge request pleroma/pleroma-fe!1054
| * | Add setting for allow_following_movekPherox2020-02-04
| | |
* | | Escape HTML from display name and subject fieldsrinpatch2020-01-30
|/ / | | | | | | Closes #724
* | review changesShpuld Shpuldson2020-01-28
| |
* | remove mock dataShpuld Shpuldson2020-01-26
| |
* | change emoji reactions to use new formatShpuld Shpuldson2020-01-26
| |
* | fix parse for move type notificationskPherox2019-12-11
|/
* Normalize profile fieldskPherox2019-11-19
|
* Merge branch 'develop' into feature/following_reblogsMaksim Pechnikov2019-10-08
|\
| * fix regex shortcode problemHenry Jameson2019-09-30
| |
| * Feature/Add _Allow user discovery services_ preferenceHakaba Hitoyo2019-09-26
| |
| * Added a setting to hide follow/follower count from the user profileeugenijm2019-09-23
| |
* | added support hide\show reblogs from a specific userMaksim Pechnikov2019-09-21
|/
* detect thread-muted poststaehoon2019-09-13
|
* Fix sent follow request detectionrinpatch2019-08-09
| | | | | | | This fixes `requestFollow` using the relationship instead of user object, resulting in `sent` always being false for locked users, and also removes assumptions about follow request being sent, instead relying on `requested` from user relationship.
* Merge branch 'feat/conversation-muting' into 'develop'Shpuld Shpludson2019-08-08
|\ | | | | | | | | Add Conversation/Thread Muting See merge request pleroma/pleroma-fe!876
| * Merge branch 'develop' into 'feat/conversation-muting'Shpuld Shpludson2019-07-15
| |\ | | | | | | | | | # Conflicts: # src/services/api/api.service.js