aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* #433 - Fix conversation page highlight, fetch conversation on converation pagedave2019-03-25
|
* Resolve merge conflict,dave2019-03-25
|\ | | | | | | Fix few issues (conversation page highlight, fetch conversation, ...)
| * reviewHenry 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 ...
| | * Merge branch 'issue-450-user-data-populate' into 'develop'Shpuld Shpludson2019-03-25
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | #450 - dispatch login after saved state is loaded Closes #450 See merge request pleroma/pleroma-fe!701
| | | * #450 - dispatch login after saved state is loadeddave2019-03-22
| | | |
| | * | Merge branch 'file-paste' into 'develop'Shpuld Shpludson2019-03-25
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #455 - prevent text pasting if image is pasted Closes #455 See merge request pleroma/pleroma-fe!705
| | | * | prevent text pasting if image is pastednik2019-03-23
| | | | |
| | * | | Merge branch 'develop' into 'develop'Shpuld Shpludson2019-03-25
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove border radius of suggested emojis See merge request pleroma/pleroma-fe!704
| | | * | | remove border radius of suggested emojisnik2019-03-23
| | | |/ /
| | * | | Update attachment normalizertaehoon2019-03-25
| | | | |
| | * | | Add fallback for attachments uploaded via the other platformstaehoon2019-03-24
| | | | |
| | * | | Get correct mimetype through entity_normalizertaehoon2019-03-24
| | | | |
| | * | | Set default parametertaehoon2019-03-24
| | | | |
| | * | | Switch to mastoapi for posting status and uploading mediataehoon2019-03-24
| | | | |
| * | | | reactivity fixesHenry Jameson2019-03-22
| | | | |
| * | | | less hackery, more direct usage of mastoapiHenry Jameson2019-03-21
| | | | |
| * | | | minor UI improvements - keep current behavior of showing originating post ↵Henry Jameson2019-03-21
| | | | | | | | | | | | | | | | | | | | initially
| * | | | why did i do thatHenry Jameson2019-03-21
| | | | |
| * | | | Merge remote-tracking branch 'upstream/develop' into mastoapi/convosHenry Jameson2019-03-21
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (47 commits) #449 - fix auth token fetch issue Make select tag use --inputText as text color #444 - remote follow clean up #444 - show `remote follow` button when logged out Add button to save without cropping post-merge fixes [i18n] Update oc.json after store: fix setting postFormats field fix user-card avatar falling into permament failed state fix flake id users not fetching correctly fix console error afterStoreSetup: Move log in and theme load to afterStoreSetup. afterStoreSetup: Handle 404 cases. afterStoreSetup: Emoji and nodeinfo refactor. afterStoreSetup: refactor TOS and panel fetching, handle 404s. afterStoreSetup: refactor. Load persistedStated with async/await. whoops レインせんぱいにサンキュー fix embedded relationship card parsing ...
| * | | | Fetching convos via MastoAPI. Had to change conversation component a bit forHenry Jameson2019-03-09
| | | | | | | | | | | | | | | | | | | | better support, since MastoAPI doesn't have coversation ids
* | | | | #433 - fix broken conversation pagedave2019-03-25
| | | | |
* | | | | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵dave2019-03-25
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | issue-433-status-reply-form
| * | | | Merge branch '227-manage-blocks-mutes' into 'develop'HJ2019-03-24
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | Transition to MastoAPI: Mute & Block and Add Mutes management tab See merge request pleroma/pleroma-fe!611
| | * | | 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
| | | | |
| | * | | Switch to mastoapitaehoon2019-03-21
| | | | |
| | * | | Add commenttaehoon2019-03-21
| | | | |
| | * | | Reset statusnet_blocking of all fetched users first while refreshing block listtaehoon2019-03-21
| | | | |
| | * | | Add hideMutedPosts setting and wire up to post-returning endpointstaehoon2019-03-21
| | | | |
| | * | | Add todo commenttaehoon2019-03-21
| | | | |
| | * | | Minor code refactoringtaehoon2019-03-21
| | | | |
| | * | | Improve fetch error handling using a utiltaehoon2019-03-21
| | | | |
| | * | | Reset old mutes state after fetching new mutes datataehoon2019-03-21
| | | | |
| | * | | Remove old muting logictaehoon2019-03-21
| | | | |
| | * | | Update MuteCard uitaehoon2019-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 'issue-448-status-text-null' into 'develop'Shpuld Shpludson2019-03-23
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #448 - fix timeline fetch error when status text is null Closes #448 See merge request pleroma/pleroma-fe!700
| | * | | #448 - fix timeline fetch error when status text is nulldave2019-03-22
| | |/ /
| * | | Merge branch 'issue-452-unfollow-button' into 'develop'Shpuld Shpludson2019-03-23
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #452 - unfollow button issue Closes #452 See merge request pleroma/pleroma-fe!698
| | * | | #452 - update button class namedave2019-03-21
| | | | |
| | * | | #452 - unfollow button issuedave2019-03-21
| | |/ /
| * | | Merge branch 'issue-451-long-user-name' into 'develop'Shpuld Shpludson2019-03-23
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #451 - long username on follow/follower tabs Closes #451 See merge request pleroma/pleroma-fe!697
| | * | | #451 - add class to username spandave2019-03-22
| | | | |