akkoma-fe/src/components
Henry Jameson b619477573 Merge remote-tracking branch 'upstream/develop' into streaming
* upstream/develop: (51 commits)
  toggle_activation api is also deprecated
  use vuex action
  refactor toggleActivationStatus
  replace setActivationStatus api with new one
  use flex for stickers
  i18n/update-ja_easy
  Use a centralized fallback for missing values and use instance.federating instead of instance.federation.enabled
  Add fallback in case BE does not report federating status in nodeinfo
  The value we are looking for is federationPolicy.enabled, not federationPolicy.federating
  Logic should be to hide TWKN if not federating OR if instance is not public
  Finally trust eslint
  More lint
  More lint
  Lint
  mfa: removed unused code
  increase icon width a little bit in the nav panel
  add icons to nav panel
  Revert "Merge branch 'revert-96cab6d8' into 'develop'"
  Support "native" captcha
  Revert "Merge branch 'oauth-extra-scopes' into 'develop'"
  ...
2019-12-26 12:47:51 +02:00
..
about about: add MRF transparency panel 2019-11-09 00:09:32 -06:00
account_actions move mention button right next to mute button 2019-11-26 19:57:27 -05:00
attachment Merge remote-tracking branch 'upstream/develop' into settings-refactor 2019-10-29 09:36:16 +02:00
auth_form Revert "add TOTP/Recovery Form for mobile version" 2019-06-12 20:16:55 +00:00
autosuggest eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
avatar_list eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
basic_user_card fix user card overflow bug 2019-08-12 13:59:39 -04:00
block_card eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
chat_panel all the manual fixes 2019-07-07 00:54:17 +03:00
checkbox eslint fix 2019-11-08 21:35:58 +02:00
color_input eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
contrast_ratio eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
conversation restore muted users collapsing logic on other user’s profiles 2019-11-25 12:25:01 -05:00
conversation-page update prop name 2019-09-06 11:17:05 -04:00
dialog_modal eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
dm_timeline eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
emoji_input Merge remote-tracking branch 'upstream/develop' into emoji-optimizations 2019-11-08 19:48:31 +02:00
emoji_picker Revert "fix sticker picker height in emojo picker" 2019-12-09 22:15:38 +01:00
export_import eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
exporter eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
extra_buttons set different trigger event in desktop and mobile by default 2019-10-24 15:15:33 -04:00
favorite_button created mergedConfig getter to avoid obnoxious checks for undefined everywhere 2019-09-29 22:33:15 +03:00
features_panel Initialize chat only if user is logged in and it wasn't initialized before 2019-08-17 08:18:42 +00:00
follow_button clear code 2019-10-17 20:29:18 +03:00
follow_card clear code 2019-10-17 20:29:18 +03:00
follow_request_card Backend Interactor service overhaul, removed the need for copypasting 2019-11-24 13:57:46 +02:00
follow_requests eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
font_control all the manual fixes 2019-07-07 00:54:17 +03:00
friends_timeline eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
gallery Merge remote-tracking branch 'upstream/develop' into settings-refactor 2019-10-29 09:36:16 +02:00
image_cropper eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
importer eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
instance_specific_panel hide ISP if the panel content is empty 2019-08-12 14:29:11 -04:00
interactions use key prop instead of dataset to identify active tab 2019-08-15 13:25:38 -04:00
interface_language_switcher Use kana+kanji as default for Japanese translation 2019-11-17 01:11:19 +09:00
link-preview hide rich media preview image in case of broken image 2019-08-06 20:52:42 -04:00
list eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
login_form mfa: removed unused code 2019-12-12 21:19:13 +03:00
media_modal close image modal by clicking image 2019-11-14 14:07:05 -05:00
media_upload achieve the perfect speeeeen in media-upload 2019-11-11 21:45:40 +02:00
mentions eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
mfa_form mfa: removed unused code 2019-12-12 21:19:13 +03:00
mobile_nav hide instance url/link/text in header using hideSitename option 2019-12-11 10:14:30 -05:00
mobile_post_status_button Fix tests, more replacing with mergedConfig 2019-10-06 23:28:30 +03:00
modal clean up 2019-10-21 20:53:34 -04:00
moderation_tools Merge remote-tracking branch 'upstream/develop' into streaming 2019-12-26 12:47:51 +02:00
mrf_transparency_panel fix "can't find property of undefined" errors in mrf transparency panel 2019-12-02 12:20:24 +00:00
mute_card eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
nav_panel Use a centralized fallback for missing values and use instance.federating instead of 2019-12-12 15:29:50 -06:00
notification Fix tests, more replacing with mergedConfig 2019-10-06 23:28:30 +03:00
notifications improved initial notifications fetching 2019-11-24 22:01:12 +02:00
oauth_callback use clientSecret in login flow 2019-06-20 11:48:30 -04:00
opacity_input eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
password_reset Require password reset 2019-10-16 10:00:26 +00:00
poll all the manual fixes 2019-07-07 00:54:17 +03:00
popper migrate Popper to v-popover 2019-10-24 15:15:33 -04:00
post_status_form Remove whitespace hack on empty post content 2019-12-08 02:05:50 +03:00
post_status_modal update event name 2019-10-21 20:52:31 -04:00
progress_button eslint —fix 2019-07-10 21:01:08 -04:00
public_and_external_timeline Updated streaming and improved error-handling, some more refactoring to api 2019-12-08 16:05:41 +02:00
public_timeline Updated streaming and improved error-handling, some more refactoring to api 2019-12-08 16:05:41 +02:00
range_input eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
registration Support "native" captcha 2019-12-12 18:19:46 +07:00
remote_follow eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
remote_user_resolver redirect /remote-users/:username@:hostname -> /users/:id, /remote-users/:hostname/:username -> /users/:id 2019-11-08 22:27:25 +00:00
retweet_button created mergedConfig getter to avoid obnoxious checks for undefined everywhere 2019-09-29 22:33:15 +03:00
scope_selector eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
search use better name of controlled prop 2019-08-15 13:25:38 -04:00
search_bar Focus on the search input when the search icon is clicked 2019-07-31 17:39:35 +00:00
selectable_list eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
settings Option to enable streaming 2019-12-10 21:30:27 +02:00
shadow_control all the manual fixes 2019-07-07 00:54:17 +03:00
side_drawer Use a centralized fallback for missing values and use instance.federating instead of 2019-12-12 15:29:50 -06:00
staff_panel lint 2019-11-09 00:23:22 -06:00
status restore muted users collapsing logic on other user’s profiles 2019-11-25 12:25:01 -05:00
status_popover remove needless ref 2019-10-24 23:50:50 -04:00
sticker_picker use flex for stickers 2019-12-15 17:58:37 +01:00
still-image Merge remote-tracking branch 'upstream/develop' into settings-refactor 2019-10-29 09:36:16 +02:00
style_switcher Merge remote-tracking branch 'upstream/develop' into emoji-optimizations 2019-11-08 19:48:31 +02:00
tab_switcher fix eslint warnings 2019-11-08 11:14:01 -05:00
tag_timeline Updated streaming and improved error-handling, some more refactoring to api 2019-12-08 16:05:41 +02:00
terms_of_service_panel all the manual fixes 2019-07-07 00:54:17 +03:00
timeago eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
timeline Merge branch 'issue_124' into 'develop' 2019-12-13 17:02:09 +00:00
user_avatar fix user avatar fallback logic 2019-08-28 14:02:04 -04:00
user_card move mention button right next to mute button 2019-11-26 19:57:27 -05:00
user_panel Merge remote-tracking branch 'upstream/develop' into emoji-selector-update 2019-09-25 20:26:49 +03:00
user_profile Updated streaming and improved error-handling, some more refactoring to api 2019-12-08 16:05:41 +02:00
user_reporting_modal Backend Interactor service overhaul, removed the need for copypasting 2019-11-24 13:57:46 +02:00
user_settings Backend Interactor service overhaul, removed the need for copypasting 2019-11-24 13:57:46 +02:00
video_attachment Fix tests, more replacing with mergedConfig 2019-10-06 23:28:30 +03:00
who_to_follow Small refactoring in who to follow page 2019-09-26 22:32:39 +00:00
who_to_follow_panel Replace /api/externalprofile/show.json with a MastoAPI equialent 2019-09-03 19:59:28 +03:00