| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | | * | Fix notification bugs | jasper | 2019-04-03 | |
| | | | | ||||
| * | | | #436 - merge develop | dave | 2019-04-08 | |
| |\| | | ||||
| | * | | Added moderation menu | eugenijm | 2019-04-01 | |
| | |/ | ||||
| * | | #436 - apply patch and clean up | dave | 2019-03-31 | |
| | | | ||||
| * | | #436 - apply patch | dave | 2019-03-31 | |
| |/ | ||||
| * | errata | Henry Jameson | 2019-03-27 | |
| | | ||||
| * | review | Henry Jameson | 2019-03-27 | |
| | | ||||
| * | correctly paginate on MastoAPI | Henry Jameson | 2019-03-25 | |
| | | ||||
| * | Merge remote-tracking branch 'upstream/develop' into mastoapi/convos | Henry Jameson | 2019-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 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 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 | |
| | | | ||||
| * | | reactivity fixes | Henry Jameson | 2019-03-22 | |
| |/ | ||||
| * | 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 | |||
| | * | 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 | |||
| * | | 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. | |||
| * | 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: stale data served to new user account | dave | 2019-02-28 | |
| | | | ||||
| * | | Rewrite FollowList using hocs | taehoon | 2019-02-28 | |
| | | | ||||
| * | | Clean up addFollowers action | taehoon | 2019-02-28 | |
| | | | ||||
| * | | Show error message when visit profile page of invalid user | taehoon | 2019-02-26 | |
| |/ | ||||
| * | Just save blocks/mutes instead of adding | taehoon | 2019-02-20 | |
| | | ||||
| * | Set blockIds and muteIds to the currentUser state only | taehoon | 2019-02-20 | |
| | | ||||
| * | Add mutes tab | taehoon | 2019-02-20 | |
| | | ||||
| * | Remove pagination support from block-list | taehoon | 2019-02-20 | |
| | | ||||
| * | Complete functionality of BlockCard | taehoon | 2019-02-20 | |
| | | ||||
| * | Wire up ui to real blocks api data | taehoon | 2019-02-20 | |
| | | ||||
| * | #364: update ap_id error with username | dave | 2019-02-19 | |
| | | ||||
| * | Code refactoring | Edijs | 2019-02-07 | |
| | | ||||
| * | follows/followers pagination ready for review | shpuld | 2019-02-02 | |
| | | ||||
| * | initial draft for follows/following pagination | shpuld | 2019-01-31 | |
| | | ||||
