aboutsummaryrefslogtreecommitdiff
path: root/src/modules/users.js
Commit message (Collapse)AuthorAge
* Revert changestaehoon2019-03-24
|
* No need to fetch mutes on load anymore 🙌taehoon2019-03-21
|
* switch to mastoapitaehoon2019-03-21
|
* switch to mastoapitaehoon2019-03-21
|
* masto api sends muted property nowtaehoon2019-03-21
|
* No need to fetch user data using old api anymore 🎉taehoon2019-03-21
|
* Add commenttaehoon2019-03-21
|
* Reset statusnet_blocking of all fetched users first while refreshing block listtaehoon2019-03-21
|
* Add todo commenttaehoon2019-03-21
|
* Reset old mutes state after fetching new mutes datataehoon2019-03-21
|
* Remove old muting logictaehoon2019-03-21
|
* Fetct full data of muted users after fetchMutes api calltaehoon2019-03-21
|
* Add mute/unmute mutationstaehoon2019-03-21
|
* Add mute/unmute featrue and mutes management tabtaehoon2019-03-21
|
* Merge branch 'mastoapi/user-stuff' into 'develop'HJ2019-03-15
|\ | | | | | | | | Transition to MastoAPI: user data See merge request pleroma/pleroma-fe!655
| * fix flake id users not fetching correctlyHenry Jameson2019-03-14
| |
| * fix console errorHenry Jameson2019-03-14
| |
| * レインせんぱいにサンキューHenry Jameson2019-03-12
| |
| * instead of filtering nulls, let's just not have them in the first placeHenry Jameson2019-03-11
| |
| * fixed tests, review fixes, now storing local users with downcase screen name forHenry Jameson2019-03-11
| | | | | | | | better compatibility
| * revert some stuff, turns out it's actually breaking. Fixed some local user ↵Henry Jameson2019-03-09
| | | | | | | | things
| * 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
* | Only connect to chat when authenticating in the first placeslice2019-03-10
|/ | | | | To avoid duplication of the connection, the chat socket is destroyed upon logging out.
* 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: stale data served to new user accountdave2019-02-28
| |
* | Rewrite FollowList using hocstaehoon2019-02-28
| |
* | Clean up addFollowers actiontaehoon2019-02-28
| |
* | Show error message when visit profile page of invalid usertaehoon2019-02-26
|/
* Just save blocks/mutes instead of addingtaehoon2019-02-20
|
* Set blockIds and muteIds to the currentUser state onlytaehoon2019-02-20
|
* Add mutes tabtaehoon2019-02-20
|
* Remove pagination support from block-listtaehoon2019-02-20
|
* Complete functionality of BlockCardtaehoon2019-02-20
|
* Wire up ui to real blocks api datataehoon2019-02-20
|
* #364: update ap_id error with usernamedave2019-02-19
|
* Code refactoringEdijs2019-02-07
|
* follows/followers pagination ready for reviewshpuld2019-02-02
|
* initial draft for follows/following paginationshpuld2019-01-31
|
* Merge branch 'fix/dont-connect-ws-when-chat-disabled' into 'develop'lambda2019-01-29
|\ | | | | | | | | | | | | fix #288 - Don't connect WS when chat is disabled Closes #288 See merge request pleroma/pleroma-fe!492
| * Connect only after-store instead of when user gets tokenshpuld2019-01-29
| |
* | Fix TypeError crash when using url of an invalid usershpuld2019-01-29
|/
* Make userByName case-insensitiveshpuld2019-01-28
|
* removing unnecessary conversions since it should already be converted in ↵Henry Jameson2019-01-17
| | | | normalizer
* some consistencyHenry Jameson2019-01-17
|
* fix login and favorites tab...Henry Jameson2019-01-17
|
* notifications now also undergo some parsing, hypothetically could use MastoAPIHenry Jameson2019-01-14
| | | | notifications, maybe.
* Fix profiles without statuses not loadingShpuld Shpludson2018-12-31
|
* Merge branch 'improve_push' into 'develop'HJ2018-12-26
|\ | | | | | | | | | | | | Improve web push notifications Closes #231 See merge request pleroma/pleroma-fe!438