aboutsummaryrefslogtreecommitdiff
path: root/src/modules/users.js
Commit message (Collapse)AuthorAge
* Proper clientId/secret/token caching, MastoAPI registrationHenry Jameson2019-05-22
|
* improve performance by caching pinned status ids into user objecttaehoon2019-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
|
* refer searched user objects from the global user reptaehoon2019-04-22
|
* stop fetching user relationship when user is unauthorizedtaehoon2019-04-17
|
* add bulk mute/unmute buttons and wire up to vuextaehoon2019-04-17
|
* wire up bulk action buttons to vuextaehoon2019-04-17
|
* Merge branch '489' into 'develop'Shpuld Shpludson2019-04-15
|\ | | | | | | | | | | | | Fix Blocked status inconsistency between Blocks setting tab and Following profile tab Closes #489 See merge request pleroma/pleroma-fe!751
| * store friends/followers in the global user repositorytaehoon2019-04-14
| |
* | add muted user to the mutes list in real timetaehoon2019-04-14
| |
* | add blocked user to the blocked list on real timetaehoon2019-04-14
| |
* | make blocking functional in the search resultstaehoon2019-04-14
|/
* display no message on empty data fetched from apiBrenden Bice2019-04-12
|
* remove error message on no more followingBrenden Bice2019-04-12
|
* 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
| | * Separate timeline and notificationjasper2019-04-04
| | |
| | * Fix notification bugsjasper2019-04-03
| | |
* | | #436 - merge developdave2019-04-08
|\| |
| * | Added moderation menueugenijm2019-04-01
| |/
* | #436 - apply patch and clean updave2019-03-31
| |
* | #436 - apply patchdave2019-03-31
|/
* errataHenry Jameson2019-03-27
|
* reviewHenry Jameson2019-03-27
|
* correctly paginate on MastoAPIHenry Jameson2019-03-25
|
* Merge remote-tracking branch 'upstream/develop' into mastoapi/convosHenry Jameson2019-03-25
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (34 commits) 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 Add comment Reset statusnet_blocking of all fetched users first while refreshing block list Add hideMutedPosts setting and wire up to post-returning endpoints ...
| * 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
| |
* | 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
| * 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