taehoon
|
a601337a20
|
clean up
|
2019-05-15 12:04:26 -04:00 |
|
taehoon
|
93e9bc019e
|
clean up fetchPinnedStatuses api service
|
2019-05-15 12:04:26 -04:00 |
|
taehoon
|
1229622fed
|
refactor error handling of pinStatus
|
2019-05-15 12:04:25 -04:00 |
|
taehoon
|
e8abe1273b
|
filter pinned statuses based on pinned entity instead of a separate user entity
|
2019-05-15 12:04:25 -04:00 |
|
taehoon
|
cd0a7afa06
|
remove pinned timeline, instead, use simple entity of user object
|
2019-05-15 12:04:25 -04:00 |
|
taehoon
|
9e22d6212a
|
revert pinned timeline polling logic
|
2019-05-15 12:04:25 -04:00 |
|
dave
|
2c89d49a3d
|
#468 - show pinned timeline and add pinned label to the status
|
2019-05-15 12:04:24 -04:00 |
|
dave
|
1aa0e8d7e0
|
#468 - pin/unpin status
|
2019-05-15 12:04:24 -04:00 |
|
dave
|
affbe8700e
|
#468 - integrate endpoints
|
2019-05-15 12:04:24 -04:00 |
|
taehoon
|
7d60ab322e
|
use backendInteractor
|
2019-05-07 23:36:35 -04:00 |
|
taehoon
|
26131266a9
|
refactor api service functions using new helper
|
2019-05-07 23:27:22 -04:00 |
|
taehoon
|
a27a2f78ac
|
fix conversationId comparision bug using integer format
|
2019-05-06 13:24:11 -04:00 |
|
taehoon
|
9787d99672
|
update api services
|
2019-05-03 11:40:06 -04:00 |
|
taehoon
|
19a0476985
|
update api endpoint url
|
2019-05-03 11:40:06 -04:00 |
|
taehoon
|
2e6eab51b8
|
Update promisedRequest helper to support json payload
|
2019-05-03 11:40:06 -04:00 |
|
taehoon
|
02d169b92c
|
add promisedRequest helper
|
2019-05-03 11:40:05 -04:00 |
|
taehoon
|
cea6ea42f0
|
add api service function
|
2019-05-03 11:40:05 -04:00 |
|
shpuld
|
c44c048356
|
add title and alt for avatars, fix console errors in avatarlist
|
2019-05-01 17:33:56 +03:00 |
|
Shpuld Shpludson
|
b1bd5bd08e
|
Merge branch 'develop' into 'brendenbice1222/pleroma-fe-issues/pleroma-fe-202-show-boosted-users'
# Conflicts:
# src/services/api/api.service.js
|
2019-04-30 15:11:30 +00:00 |
|
HJ
|
0f7f685c5e
|
Merge branch '437-user-profile-settings' into 'develop'
Transition to MastoAPI: user profile settings
Closes #437
See merge request pleroma/pleroma-fe!682
|
2019-04-30 06:05:52 +00:00 |
|
taehoon
|
904a64de89
|
use json content type
|
2019-04-27 14:20:32 -04:00 |
|
taehoon
|
0ab2f9dfa5
|
add “block import” feature
|
2019-04-27 08:31:06 -04:00 |
|
taehoon
|
6ea4154084
|
change api function name
|
2019-04-27 08:31:06 -04:00 |
|
taehoon
|
903bce40c3
|
move formData generating logic to api.service
|
2019-04-27 08:31:06 -04:00 |
|
taehoon
|
e14720419f
|
Switch to mastoapi for updating user profile
|
2019-04-27 08:30:08 -04:00 |
|
taehoon
|
909d11825d
|
Switch to mastoapi for updating banner
|
2019-04-27 08:30:08 -04:00 |
|
taehoon
|
808e1ac11c
|
Switch to mastoapi for updating avatar
# Conflicts:
# src/services/api/api.service.js
|
2019-04-27 08:30:08 -04:00 |
|
William Pitcock
|
f4420cbf9f
|
entity normalizer: hook up in_reply_to_account_acct
|
2019-04-27 04:52:11 +00:00 |
|
taehoon
|
445b54c553
|
fix follow button not updating bug in follow-card
|
2019-04-22 11:17:01 -04:00 |
|
shpuld
|
d417945427
|
Merge branch 'develop' into brendenbice1222/pleroma-fe-issues/pleroma-fe-202-show-boosted-users
|
2019-04-22 17:24:35 +03:00 |
|
taehoon
|
3565b18712
|
fetch all friends using pagination
|
2019-04-19 00:27:06 -04:00 |
|
taehoon
|
e7010d73ac
|
store friends/followers in the global user repository
|
2019-04-14 23:41:38 -04:00 |
|
Brenden Bice
|
8ed4eb8a7f
|
refactor showing favs and repeats logic
|
2019-04-11 23:26:13 -04:00 |
|
Brenden Bice
|
8c9bcdc6c1
|
rename favourite to favorite
|
2019-04-11 23:26:12 -04:00 |
|
Brenden Bice
|
0c3a922341
|
use promisedRequest for api call
|
2019-04-11 23:26:12 -04:00 |
|
Brenden Bice
|
85457fc917
|
fetch reblogged users
|
2019-04-11 23:26:12 -04:00 |
|
Brenden Bice
|
2d339cd3b8
|
fetch favorited users
|
2019-04-11 23:26:12 -04:00 |
|
dave
|
40e9eebf91
|
#436 - merge develop
|
2019-04-10 12:54:33 -04:00 |
|
Henry Jameson
|
18cb97a2bd
|
Fix wrong local
|
2019-04-10 15:02:14 +03:00 |
|
dave
|
d498a26af5
|
Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into issue-436-mastoapi-notifications
|
2019-04-09 15:42:05 -04:00 |
|
Henry Jameson
|
dfd89b0bbc
|
revert, it's still missing
|
2019-04-09 22:28:36 +03:00 |
|
Henry Jameson
|
d95fc02810
|
add support for pleroma-specific fields
|
2019-04-09 22:26:57 +03:00 |
|
Shpuld Shpludson
|
1e9ddcb0da
|
Merge branch 'fix/notification-bugs' into 'develop'
#474 Fix notification bugs
Closes #474
See merge request pleroma/pleroma-fe!728
|
2019-04-09 15:24:33 +00:00 |
|
dave
|
d3218807b4
|
#436 - merge develop
|
2019-04-08 21:04:59 -04:00 |
|
jasper
|
a1275be4c0
|
Separate timeline and notification
|
2019-04-04 09:03:56 -07:00 |
|
jasper
|
ea27483f27
|
Fix notification bugs
|
2019-04-03 09:04:46 -07:00 |
|
dave
|
8b3f037f87
|
Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into issue-436-mastoapi-notifications
|
2019-04-02 10:07:36 -04:00 |
|
eugenijm
|
6b6878bde0
|
Added moderation menu
|
2019-04-01 23:30:06 +03:00 |
|
shpuld
|
46de457f50
|
Merge branch 'develop' into feature/mobile-improvements-3
|
2019-04-01 22:42:06 +03:00 |
|
shpuld
|
2879495b8a
|
remove window width copypasta
|
2019-04-01 22:41:34 +03:00 |
|