| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Revert changes | taehoon | 2019-03-24 |
| | | |||
| * | No need to fetch mutes on load anymore 🙌 | taehoon | 2019-03-21 |
| | | |||
| * | switch to mastoapi | taehoon | 2019-03-21 |
| | | |||
| * | switch to mastoapi | taehoon | 2019-03-21 |
| | | |||
| * | masto api sends muted property now | taehoon | 2019-03-21 |
| | | |||
| * | No need to fetch user data using old api anymore 🎉 | taehoon | 2019-03-21 |
| | | |||
| * | Add comment | taehoon | 2019-03-21 |
| | | |||
| * | Reset statusnet_blocking of all fetched users first while refreshing block list | taehoon | 2019-03-21 |
| | | |||
| * | Add hideMutedPosts setting and wire up to post-returning endpoints | taehoon | 2019-03-21 |
| | | |||
| * | Add todo comment | taehoon | 2019-03-21 |
| | | |||
| * | Reset old mutes state after fetching new mutes data | taehoon | 2019-03-21 |
| | | |||
| * | Remove old muting logic | taehoon | 2019-03-21 |
| | | |||
| * | Fetct full data of muted users after fetchMutes api call | taehoon | 2019-03-21 |
| | | |||
| * | Add mute/unmute mutations | taehoon | 2019-03-21 |
| | | |||
| * | Add mute/unmute featrue and mutes management tab | taehoon | 2019-03-21 |
| | | |||
| * | Merge branch 'feature/version-info' into 'develop' | Shpuld Shpludson | 2019-03-21 |
| |\ | | | | | | | | | | | | | Added new tab to display versions of BE/FE Closes #397 See merge request pleroma/pleroma-fe!671 | ||
| | * | Merge branch 'develop' into feature/version-info | Edijs | 2019-03-13 |
| | |\ | |||
| | * | | Added new tab to display versions of BE/FE | Edijs | 2019-03-10 |
| | | | | |||
| * | | | Merge branch 'mastoapi/user-stuff' into 'develop' | HJ | 2019-03-15 |
| |\ \ \ | |_|/ |/| | | | | | | | | Transition to MastoAPI: user data See merge request pleroma/pleroma-fe!655 | ||
| | * | | fix flake id users not fetching correctly | Henry Jameson | 2019-03-14 |
| | | | | |||
| | * | | fix console error | Henry Jameson | 2019-03-14 |
| | | | | |||
| | * | | レインせんぱいにサンキュー | Henry Jameson | 2019-03-12 |
| | | | | |||
| | * | | instead of filtering nulls, let's just not have them in the first place | Henry Jameson | 2019-03-11 |
| | | | | |||
| | * | | fixed tests, review fixes, now storing local users with downcase screen name for | Henry Jameson | 2019-03-11 |
| | | | | | | | | | | | | | better compatibility | ||
| | * | | fix reply-to marker, also whoops console log | Henry Jameson | 2019-03-09 |
| | | | | |||
| | * | | revert some stuff, turns out it's actually breaking. Fixed some local user ↵ | Henry Jameson | 2019-03-09 |
| | | | | | | | | | | | | | things | ||
| | * | | Since BE doesn't support fetching user by screen name over MastoAPI we'll gonna | Henry Jameson | 2019-03-08 |
| | | | | | | | | | | | | | just fetching it over QvitterAPI real quick :DDDDDDDDD | ||
| | * | | Partially transitioned user data to MastoAPI. Added support for fetching | Henry Jameson | 2019-03-08 |
| | |/ | | | | | | | | | relationship data. Upgraded code to be more resilient to nulls caused by missing data in either APIs | ||
| * | | Merge branch 'develop' into 'develop' | lambda | 2019-03-11 |
| |\ \ | | | | | | | | | | | | | | | | | | | Only connect to chat upon authenticating Closes #403 See merge request pleroma/pleroma-fe!666 | ||
| | * | | Only connect to chat when authenticating in the first place | slice | 2019-03-10 |
| | | | | | | | | | | | | | | | | To avoid duplication of the connection, the chat socket is destroyed upon logging out. | ||
| | * | | Check for websocket token before connecting to chat | slice | 2019-03-10 |
| | |/ | | | | | | | | | | | | | Closes #403. Previously, a socket to the chat channel would be opened if chat is enabled, regardless if the user is logged in or not. This patch only allows a connection to be opened if a wsToken (websocket token) is present, which prevents websocket errors from unauthenticated users. | ||
| * / | Make minId reset with minVisibleId to prevent gaps when showing new | shpuld | 2019-03-10 |
| |/ | |||
| * | Merge branch 'issue-392-other-user-stale-data' into 'develop' | Shpuld Shpludson | 2019-03-07 |
| |\ | | | | | | | | | | | | | #392: stale data served to new user account Closes #392 See merge request pleroma/pleroma-fe!625 | ||
| | * | #392: clean up notification stopping section | dave | 2019-03-01 |
| | | | |||
| | * | #392: update object.entries | dave | 2019-02-28 |
| | | | |||
| | * | #392: update defaultState into a function | dave | 2019-02-28 |
| | | | |||
| | * | #392: stale data served to new user account | dave | 2019-02-28 |
| | | | |||
| * | | Merge branch 'fix/remove-posts-immediately-by-blocking-someone' into 'develop' | Shpuld Shpludson | 2019-03-07 |
| |\ \ | | | | | | | | | | | | | #330 Remove posts immediately by blocking someone See merge request pleroma/pleroma-fe!589 | ||
| | * | | Remove posts by blocking or unfollowing | jasper | 2019-02-25 |
| | | | | |||
| | * | | Remove posts by blocking or following | jasper | 2019-02-18 |
| | | | | |||
| * | | | Merge branch 'fix/post-content-type' into 'develop' | Shpuld Shpludson | 2019-03-07 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | #327: Load post status content type from instance config Closes #327 See merge request pleroma/pleroma-fe!641 | ||
| | * | | | Load post status content type from instance config | Edijs | 2019-03-04 |
| | | | | | |||
| * | | | | Merge branch 'fix/fetch-activities-by-last-id' into 'develop' | Shpuld Shpludson | 2019-03-07 |
| |\ \ \ \ | |/ / / |/| | | | | | | | | | | | #406 Fetch activities by last id See merge request pleroma/pleroma-fe!621 | ||
| | * | | | Fetch activites by last id | jasper | 2019-03-01 |
| | | | | | |||
| | * | | | Fetch activites by last id | jasper | 2019-02-27 |
| | | | | | |||
| * | | | | Rewrite FollowList using hocs | taehoon | 2019-02-28 |
| | | | | | |||
| * | | | | Clean up addFollowers action | taehoon | 2019-02-28 |
| | | | | | |||
| * | | | | Merge branch '386-display-invalid-user-profile' into 'develop' | Shpuld Shpludson | 2019-02-28 |
| |\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | Show error message when visit profile page of invalid user Closes #386 See merge request pleroma/pleroma-fe!606 | ||
| | * | | | Show error message when visit profile page of invalid user | taehoon | 2019-02-26 |
| | |/ / | |||
| * | | | Add OAuth Tokens management to settings | Maxim Filippov | 2019-02-28 |
| | | | | |||
