aboutsummaryrefslogtreecommitdiff
path: root/src/modules/statuses.js
Commit message (Collapse)AuthorAge
* 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
|/
* Merge branch 'issue-392-other-user-stale-data' into 'develop'Shpuld Shpludson2019-03-07
|\ | | | | | | | | | | | | #392: stale data served to new user account Closes #392 See merge request pleroma/pleroma-fe!625
| * #392: clean up notification stopping sectiondave2019-03-01
| |
| * #392: update object.entriesdave2019-02-28
| |
| * #392: update defaultState into a functiondave2019-02-28
| |
| * #392: stale data served to new user accountdave2019-02-28
| |
* | Merge branch 'fix/remove-posts-immediately-by-blocking-someone' into 'develop'Shpuld Shpludson2019-03-07
|\ \ | | | | | | | | | | | | #330 Remove posts immediately by blocking someone See merge request pleroma/pleroma-fe!589
| * | Remove posts by blocking or unfollowingjasper2019-02-25
| | |
| * | Remove posts by blocking or followingjasper2019-02-18
| | |
* | | Fetch activites by last idjasper2019-03-01
| | |
* | | Fetch activites by last idjasper2019-02-27
| |/ |/|
* | Merge branch 'issue-380-noification-unread' into 'develop'HJ2019-02-25
|\ \ | | | | | | | | | | | | | | | | | | #380: fix false alarm for unread notifications Closes #380 See merge request pleroma/pleroma-fe!614
| * | #380: simply and remove redundancydave2019-02-25
| | |
| * | #380: fix false alarm for unread notificationsdave2019-02-25
| |/
* / #390: fixed the problem loading other user's media datadave2019-02-25
|/
* fix notificationsHenry Jameson2019-02-14
|
* Add loading indicator for notifications, make timelines indicate bottoming ↵shpuld2019-01-29
| | | | out when no more statuses
* fix user tl clearing and give it a testshpuld2019-01-28
|
* user profile: add media timelineWilliam Pitcock2019-01-26
|
* quickfixHenry Jameson2019-01-25
|
* this attempts converting id to number to sort them numerically, since "99" >Henry Jameson2019-01-25
| | | | "100" while 99 < 100
* removing unnecessary conversions since it should already be converted in ↵Henry Jameson2019-01-17
| | | | normalizer
* Revert "some initial work to make it possible to use "unregistered" ↵Henry Jameson2019-01-17
| | | | | | | | timelines, i.e. not" and some stuff to make favorites still work This reverts commit 039a4074006fb91ac9031b41b4e9af4a15766dfa.
* Merge branch 'switch-to-string-ids' into favoritesHenry Jameson2019-01-17
|\ | | | | | | | | | | | | | | | | | | | | | | with some changes/merge conflicts resolution * switch-to-string-ids: fixx????? fix notifications? fix lint fix tests, removed one unused function, fix real problem that tests helped to surface added some more explicit to string conversion since BE seem to be sending numbers and it could cause an issue. Remove all explicit and implicit conversions of statusId to number, changed explicit ones so that they convert them to string
| * fixx?????Henry Jameson2019-01-16
| |
| * fix notifications?Henry Jameson2019-01-16
| |
| * fix lintHenry Jameson2019-01-11
| |
| * fix tests, removed one unused function, fix real problem that tests helped toHenry Jameson2019-01-11
| | | | | | | | surface
| * added some more explicit to string conversion since BE seem to be sendingHenry Jameson2019-01-11
| | | | | | | | numbers and it could cause an issue.
| * Remove all explicit and implicit conversions of statusId to number, changedHenry Jameson2019-01-11
| | | | | | | | explicit ones so that they convert them to string
* | migrated some tests to normalizer, fixed some potential bug, fixed tests to useHenry Jameson2019-01-15
| | | | | | | | normalized naming instead of raw qvitter api objects. needs more tests tho.
* | cleanupHenry Jameson2019-01-14
| |
* | fixes, guardsHenry Jameson2019-01-14
| |
* | notifications now also undergo some parsing, hypothetically could use MastoAPIHenry Jameson2019-01-14
| | | | | | | | notifications, maybe.
* | post-merge fixHenry Jameson2019-01-13
| |
* | Merge remote-tracking branch 'upstream/develop' into favoritesHenry Jameson2019-01-13
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: Add Korean translation Change emptlyTl to take userId better fix fixes #265 and also that thin line below gradient on chrome (UGH) fix #262 part of user profiles not being able to load previous posts Retain userId on clearing user timeline, don't flush when empty timeline
| * | Change emptlyTl to take userIdshpuld2019-01-09
| | |
| * | Retain userId on clearing user timeline, don't flush when empty timelineshpuld2019-01-08
| |/
* | moved some stuff from statuses to api service. added initial adapter (currentlyHenry Jameson2019-01-13
| | | | | | | | | | | | | | mastoapi status -> qvitter status, would change some naming in the future) favorites timeline works somewhat, notifications are broken because they are fetched using same code to fetch usual timeline/using old architechture
* | some initial work to make it possible to use "unregistered" timelines, i.e. notHenry Jameson2019-01-12
|/ | | | reserving a timeline by name, instead just passing timeline object itself.
* User Card Content fixes and updatesHJ2018-12-26
|
* no more "broken favorite"Henry Jameson2018-12-19
|