aboutsummaryrefslogtreecommitdiff
path: root/src/modules/statuses.js
Commit message (Collapse)AuthorAge
* 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
|
* Refactor follower/friends out of statuses/timeline into user_profile where itHenry Jameson2018-12-17
| | | | belongs. Changed display of profile to single panel with tabs.
* Merge branch 'ss-read' into 'develop'lambda2018-12-03
|\ | | | | | | | | Server-side read marking See merge request pleroma/pleroma-fe!386
| * removes hacks from notifications storage, adds api call to let server updateHenry Jameson2018-12-02
| | | | | | | | is_seen attribute
* | Add userId property to timelines so that we don't overwrite user timeline meantHenry Jameson2018-12-03
|/ | | | for another user
* DM timeline: stream new statuseseal2018-11-25
|
* Add direct message tab.Roger Braun2018-11-13
|
* fixup! Added logic to process reply to favorite request and update likes ↵Henry Jameson2018-08-30
| | | | counter accordingly. Should fix some of cases of doubled likes and likes counter not decrementing.
* Added ability to hide certain types of notificationsHenry Jameson2018-08-28
|
* Added logic to process reply to favorite request and update likes counterHenry Jameson2018-08-27
| | | | accordingly. Should fix some of cases of doubled likes and likes counter not decrementing.
* Revert "Drop the entire thing about hidden "own" timeline since it doesn't ↵Henry Jameson2018-08-21
| | | | | | necessarily" This reverts commit 612aa56c8b2d6bae75bd47ff1846dfcfb012d525.
* error displayHenry Jameson2018-08-20
|
* Hide initial desktop notifications spam when FE is opened and there's a lot ofHenry Jameson2018-08-20
| | | | unseen notifications.
* Drop the entire thing about hidden "own" timeline since it doesn't necessarilyHenry Jameson2018-08-20
| | | | | | contain all of the users posts (it doesn't contain DMs) even though it's "us". Since this is a workaround anyway just fetch home timeline instead. It could end up making more queries if user doesn't post that often.
* fixHenry Jameson2018-08-18
|
* fixed favoriting from notification columnHenry Jameson2018-08-16
|
* added workaround for broken favoritesHenry Jameson2018-08-16
|
* undo test conditionHenry Jameson2018-08-12
|
* Added support for qvitter api fetching of notificationsHenry Jameson2018-08-12
|
* add unretweet action to statuses.jsFrancis Dinh2018-06-14
|
* Fix nsfw in notifications again.Roger Braun2018-04-23
|
* Fix repeat nsfw hiding.Roger Braun2018-04-23
|
* Copy parent status nsfw into retweeted_statusshpuld2018-04-16
|
* Additional check to make console shut upshpuld2018-04-15
|