Commit Graph

314 Commits

Author SHA1 Message Date
AkiraFukushima 961f90d606 refs #1096 Reject duplicated status when append statuses in Hashtag 2019-11-13 23:50:02 +09:00
AkiraFukushima b48a877f5d refs #1096 Reject duplicated status when append statuses in Lists 2019-11-13 23:49:55 +09:00
AkiraFukushima 9cdeba0df5 refs #1096 Reject duplicated status when append statuses in Notifications 2019-11-13 23:42:50 +09:00
AkiraFukushima 542eaf2959 refs #1096 Reject duplicated status when append statuses in Mentions 2019-11-13 23:35:00 +09:00
AkiraFukushima a68b34c252 refs #1096 Reject duplicated status when append statuses in Public 2019-11-13 23:29:37 +09:00
AkiraFukushima 46a86f4778 refs #1096 Reject duplicated status when append statuses in Local 2019-11-13 23:27:01 +09:00
AkiraFukushima 414280d284 refs #1096 Reject duplicated status when append statuses in DirectMessages 2019-11-13 23:23:41 +09:00
AkiraFukushima 6f4c90a2cf refs #1096 Reject duplicated status when append statuses in Home 2019-11-13 22:53:38 +09:00
AkiraFukushima 5a25ed42e9 refs #1065 Fix comparison between login user and target account 2019-10-28 22:47:04 +09:00
AkiraFukushima 296ec5c6c2 refs #982 Add proxy configuration for all requests from renderer 2019-10-27 14:41:03 +09:00
AkiraFukushima 0a3701a0ba refs #1035 Add reload method for toot detail in sidebar 2019-09-15 23:18:57 +09:00
AkiraFukushima ad7e93c72a refs #1035 Add reload method for account profile in sidebar 2019-09-15 23:12:49 +09:00
AkiraFukushima ac94f69ba0 refs #1035 refactor: Use enum as component type in sidebar 2019-09-15 22:46:48 +09:00
AkiraFukushima 0579eb337e refs #1035 Re-fetch relationship after mute/block/follow action in sidebar 2019-09-15 22:34:27 +09:00
AkiraFukushima ad4eaae4b4 refs #1002 Cancel requests when suggestion is selected or closed 2019-08-15 23:48:03 +09:00
AkiraFukushima c38d77859e refs #999 Fix API endpoint for direct messages, use conversations 2019-08-12 16:30:10 +09:00
AkiraFukushima 58b88cbcff refs #991 Use acccounts/search API for suggest accounts 2019-08-11 11:53:35 +09:00
AkiraFukushima 9466130cf4 refs #991 Use v2 API for suggest 2019-08-11 11:47:54 +09:00
AkiraFukushima f7d4141e34 refs #985 Fix uniqueness in suggestion 2019-08-11 11:31:39 +09:00
AkiraFukushima 56c2387b8e refs #985 Search accounts from cache and API 2019-08-10 22:22:17 +09:00
AkiraFukushima 93a7ae5148 refs #985 Save account cache when updated 2019-08-10 18:31:50 +09:00
AkiraFukushima be7c891a10 refs #985 Move emoji suggest logic to vuex 2019-08-07 23:02:37 +09:00
AkiraFukushima 2a337dc4cf refs #985 Move close suggest logic to vuex 2019-08-07 22:22:03 +09:00
AkiraFukushima 2c50d0f744 refs #985 Move account suggest logic to vuex 2019-08-07 22:14:37 +09:00
AkiraFukushima b337526e5a refs #985 Search hashtag from cache and API 2019-08-07 00:06:09 +09:00
AkiraFukushima e5778500fe refs #985 Fix cache method for hashtag 2019-08-01 00:40:28 +09:00
AkiraFukushima 3424fdd603 Use websocket as default streaming method for all timelines 2019-07-29 00:56:55 +09:00
AkiraFukushima d44651e9e9 refs #969 Attach poll only specified, and block invalid poll options 2019-07-20 22:21:40 +09:00
AkiraFukushima f71e902463 refs #874 Set expire in poll form 2019-07-17 01:36:19 +09:00
AkiraFukushima b887acc6f4 refs #874 Post status with polls 2019-07-16 23:56:00 +09:00
AkiraFukushima c602bd87a4 refs #921 Change loading only modal is opened in new toot 2019-06-27 23:14:31 +09:00
AkiraFukushima ceefd69b26 refs #209 Add integration tests for FollowRequests 2019-06-17 21:35:32 +09:00
AkiraFukushima 2d1cd99193 refs #209 Add integration tests for Public 2019-06-13 23:42:28 +09:00
AkiraFukushima ab8c74b481 refactor: Use type instead of interface 2019-06-06 23:44:50 +09:00
AkiraFukushima 66db37395e refs #630 Handle delete event for tag streaming 2019-05-30 22:01:45 +09:00
AkiraFukushima 449fb00a74 refs #630 Handle delete event for list streaming 2019-05-30 21:53:38 +09:00
AkiraFukushima 3e12bfbcef refs #630 Handle delete event for public streaming 2019-05-29 23:59:09 +09:00
AkiraFukushima b99cb3b81f refs #630 Handle delete event for local streaming 2019-05-29 23:53:16 +09:00
AkiraFukushima a1a4f581b1 refs #630 Handle delete event for direct message streaming 2019-05-29 23:44:43 +09:00
AkiraFukushima cfb69f4d2e refs #630 Handle delete event for user streaming 2019-05-29 23:32:16 +09:00
AkiraFukushima 070dbef653 refs #630 Fix id type for renderer 2019-05-27 23:04:57 +09:00
AkiraFukushima 25c437c66b refs #872 Update reblogged toot in all timelines 2019-05-18 23:06:44 +09:00
AkiraFukushima a97c5feae6 refs #872 Update favourited toot in all timelines 2019-05-18 22:28:53 +09:00
AkiraFukushima 351be72586 Change loading in order to change channel when loading 2019-05-16 23:43:32 +09:00
AkiraFukushima 582e751fba refs #915 Stop loading after fetch home timeline 2019-05-16 23:02:05 +09:00
AkiraFukushima 50948a03c3
Merge pull request #914 from h3poteto/refactor/new-toot
refactor: Move logics to vuex store in new toot
2019-05-15 22:58:01 +09:00
AkiraFukushima 71464cb683
Merge pull request #912 from h3poteto/iss-895
closes #895 Update pinned hashtags if tags are exist
2019-05-14 23:34:55 +09:00
AkiraFukushima 79bd5bef7f refactor: Catch exception and show message when post toots 2019-05-14 23:33:28 +09:00
AkiraFukushima 252c540829 refactor: Move logics to store in new toot 2019-05-14 00:25:09 +09:00
AkiraFukushima c0b04662d5 refs #895 Update pinned hashtags if tags are exist 2019-05-12 21:44:34 +09:00