aboutsummaryrefslogtreecommitdiff
path: root/src/modules/statuses.js
Commit message (Collapse)AuthorAge
* improve performance by caching pinned status ids into user objecttaehoon2019-05-15
|
* show immediately pinned statusestaehoon2019-05-15
|
* revert removeStatus changestaehoon2019-05-15
|
* refactor error handling of pinStatustaehoon2019-05-15
|
* refactor pin/unpin status logictaehoon2019-05-15
|
* filter pinned statuses based on pinned entity instead of a separate user entitytaehoon2019-05-15
|
* remove pinned timeline, instead, use simple entity of user objecttaehoon2019-05-15
|
* #468 - clean updave2019-05-15
|
* #468 - update pinned status after actions(remove, add)dave2019-05-15
|
* #468 - remove unpinned status from timelinedave2019-05-15
|
* #468 - show pinned timeline and add pinned label to the statusdave2019-05-15
|
* #468 - pin/unpin statusdave2019-05-15
|
* use backendInteractortaehoon2019-05-07
|
* clean uptaehoon2019-05-07
|
* update favorite number earliertaehoon2019-05-07
|
* update status interaction upon retweet action responsetaehoon2019-05-07
|
* sync up favoritedBy with favorite/unfavorite actiontaehoon2019-05-07
|
* do not regenerate status objecttaehoon2019-05-07
|
* filter outside of componentshpuld2019-04-29
|
* refactor showing favs and repeats logicBrenden Bice2019-04-11
|
* display favs & reblogged users on expanded post in timeline viewBrenden Bice2019-04-11
|
* rename favourite to favoriteBrenden Bice2019-04-11
|
* improve code qualityBrenden Bice2019-04-11
|
* fetch reblogged usersBrenden Bice2019-04-11
|
* fetch favorited usersBrenden Bice2019-04-11
|
* maintain conversationsObject storagetaehoon2019-04-11
|
* Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵dave2019-04-09
|\ | | | | | | issue-436-mastoapi-notifications
| * Merge branch 'fix/notification-bugs' into 'develop'Shpuld Shpludson2019-04-09
| |\ | | | | | | | | | | | | | | | | | | #474 Fix notification bugs Closes #474 See merge request pleroma/pleroma-fe!728
| | * Remove useless codesjasper2019-04-03
| | |
| | * Fix notification bugsjasper2019-04-03
| | |
* | | #436 - merge developdave2019-04-08
|\| |
| * | Added moderation menueugenijm2019-04-01
| |/
* | #436 - revert stripe html for notificationdave2019-04-03
| |
* | #436 - notification html to text contentdave2019-04-03
| |
* | #436 - revert notification silience configdave2019-04-03
| |
* | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵dave2019-04-02
|\| | | | | | | issue-436-mastoapi-notifications
| * #471 - fix timeline fetch with since_idjared2019-04-01
| |
* | #436 - apply patch and clean updave2019-03-31
| |
* | #436 - update notificationdave2019-03-31
|/
* Merge branch 'issues/#465' into 'develop'Shpuld Shpludson2019-03-29
|\ | | | | | | | | | | | | update store according to retweeted status Closes #465 See merge request pleroma/pleroma-fe!713
| * update store according to retweeted statusBrenden Bice2019-03-28
| |
* | Merge remote-tracking branch 'upstream/develop' into mastoapi/actionsHenry Jameson2019-03-25
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (87 commits) review Update attachment normalizer Add fallback for attachments uploaded via the other platforms Get correct mimetype through entity_normalizer Set default parameter Switch to mastoapi for posting status and uploading media Revert changes prevent text pasting if image is pasted remove border radius of suggested emojis #450 - dispatch login after saved state is loaded #448 - fix timeline fetch error when status text is null #451 - add class to username span No need to fetch mutes on load anymore 🙌 switch to mastoapi switch to mastoapi masto api sends muted property now No need to fetch user data using old api anymore 🎉 Switch to mastoapi reactivity fixes less hackery, more direct usage of mastoapi ...
| * reactivity fixesHenry Jameson2019-03-22
| |
| * Merge branch 'mastoapi/user-stuff' into 'develop'HJ2019-03-15
| |\ | | | | | | | | | | | | Transition to MastoAPI: user data See merge request pleroma/pleroma-fe!655
| | * fixed tests, review fixes, now storing local users with downcase screen name forHenry Jameson2019-03-11
| | | | | | | | | | | | better compatibility
| | * fix reply-to marker, also whoops console logHenry Jameson2019-03-09
| | |
| | * Since BE doesn't support fetching user by screen name over MastoAPI we'll gonnaHenry Jameson2019-03-08
| | | | | | | | | | | | just fetching it over QvitterAPI real quick :DDDDDDDDD
| | * Partially transitioned user data to MastoAPI. Added support for fetchingHenry Jameson2019-03-08
| | | | | | | | | | | | | | | relationship data. Upgraded code to be more resilient to nulls caused by missing data in either APIs
| * | Make minId reset with minVisibleId to prevent gaps when showing newshpuld2019-03-10
| |/
* / basic user and status actions implementedHenry Jameson2019-03-10
|/