aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAge
* change emoji reactions to use new formatShpuld Shpuldson2020-01-26
|
* clean up code, fix prediction bugShpuld Shpuldson2020-01-14
|
* fix merge conflictsShpuld Shpuldson2020-01-13
|\
| * Merge branch 'develop' into 'fix-move-type-notification'HJ2020-01-03
| |\ | | | | | | | | | # Conflicts: # static/fontello.json
| | * unify showimmideatelyHenry Jameson2019-12-26
| | |
| | * Some error handlingHenry Jameson2019-12-26
| | |
| | * Merge remote-tracking branch 'upstream/develop' into streamingHenry Jameson2019-12-26
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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'" ...
| | | * toggle_activation api is also deprecatedtaehoon2019-12-15
| | | |
| | | * use vuex actiontaehoon2019-12-15
| | | |
| | | * Merge branch 'issue_124' into 'develop'feld2019-12-13
| | | |\ | | | | | | | | | | | | | | | | | | | | Change 403 messaging See merge request pleroma/pleroma-fe!1020
| | | | * Set error dataWyatt Benno2019-12-09
| | | | |
| | | | * Change naming, make more generalWyatt Benno2019-12-09
| | | | |
| | | | * Change 403 messagingWyatt Benno2019-12-05
| | | | |
| | | * | mfa: removed unused codeMaksim Pechnikov2019-12-12
| | | | |
| | | * | hide instance url/link/text in header using hideSitename optiontaehoon2019-12-11
| | | |/
| | * | fix desktop notifications not working with streamingHenry Jameson2019-12-12
| | | |
| | * | Option to enable streamingHenry Jameson2019-12-10
| | | |
| | * | better wrapper for websocketHenry Jameson2019-12-08
| | | |
| | * | Updated streaming and improved error-handling, some more refactoring to apiHenry Jameson2019-12-08
| | | |
| | * | improved initial notifications fetchingHenry Jameson2019-11-24
| | | |
| | * | initial streaming workHenry Jameson2019-11-24
| | | |
| | * | Backend Interactor service overhaul, removed the need for copypastingHenry Jameson2019-11-24
| | |/
| * | remove unused fallbackkPherox2019-12-11
| | |
| * | change the expression of `move`kPherox2019-12-11
| | |
| * | Add view for moves notificationskPherox2019-12-11
| | |
| * | fix parse for move type notificationskPherox2019-12-11
| |/
| * Merge branch 'greentext-strikes-back' into 'develop'HJ2019-11-19
| |\ | | | | | | | | | | | | | | | | | | ⑨ Added greentext support ⑨ Closes #9 See merge request pleroma/pleroma-fe!994
| | * Made it optionalHenry Jameson2019-11-14
| | |
| * | backend interactor service: implement startFetchingFollowRequestkPherox2019-11-19
| |/ | | | | | | backend interactor service: remove unused fetchFollowRequests
* | usable-but-buggy: picker, adding/removing reaction on click, search, stylesShpuld Shpuldson2020-01-13
| |
* | add fetching for emoji reactions, draft designShpuld Shpuldson2019-11-15
|/
* add hideISP to defaultState of config moduletaehoon2019-11-10
|
* Merge remote-tracking branch 'upstream/develop' into emoji-optimizationsHenry Jameson2019-11-08
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (95 commits) Lightbox/modal multi image improvements - #381 '/api/pleroma/profile/mfa' -> '/api/pleroma/accounts/mfa' Add ability to change user's email translations-de-batch-1 eu-translate update profile-banner rounding css, fixes #690 fix indentation remove needless ref show preview popover when hover numbered replies refactor conditions do not make too many nested div add fetchStatus action refactor status loading logic split status preview popover into a separate component uninstall mobile-detect library listen both events minor css fix restrict distance at top side only set different trigger event in desktop and mobile by default fix eslint warnings ...
| * Merge remote-tracking branch 'upstream/develop' into settings-refactorHenry Jameson2019-10-29
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (89 commits) remove needless ref show preview popover when hover numbered replies refactor conditions do not make too many nested div add fetchStatus action refactor status loading logic split status preview popover into a separate component uninstall mobile-detect library listen both events minor css fix restrict distance at top side only set different trigger event in desktop and mobile by default fix eslint warnings fix popper go behind the top bar migrate Popper to v-popover fix popper go behind the top bar fix eslint warnings reset font-size to normal text size using rem use top placement by default hide status preview popper when hover popper content ...
| | * add fetchStatus actiontaehoon2019-10-24
| | |
| | * Merge branch 'develop' into feature/following_reblogsMaksim Pechnikov2019-09-26
| | |\
| | * | added support hide\show reblogs from a specific userMaksim Pechnikov2019-09-21
| | | |
| * | | Removed all whole mess of manual watch/data declaration, now fully automaticHenry Jameson2019-09-29
| | | |
| * | | created mergedConfig getter to avoid obnoxious checks for undefined everywhereHenry Jameson2019-09-29
| | |/ | |/|
* | | moved emoji fetching from user to instance since it's its state anywayHenry Jameson2019-10-09
| | |
* | | moved emoji stuff away from after-store and into users module since we only needHenry Jameson2019-10-08
|/ / | | | | | | emoji after login
* | Merge remote-tracking branch 'upstream/develop' into emoji-selector-updateHenry Jameson2019-09-25
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (42 commits) Fix formatting in oc.json avoid using global class fix logo moving bug when lightbox is open Reserve scrollbar gap when body scroll is locked setting display: initial makes trouble, instead, toggle display: none using classname lock body scroll add body-scroll-lock directive install body-scroll-lock wire up props with PostStatusModal rename component recover autofocusing behavior refactor MobilePostStatusModal using new PostStatusModal add new module and modal to post new status remove needless condition add mention button wire up user state with global store collapse fav/repeat notifications from muted users do not collapse thread muted posts in conversation detect thread-muted posts do not change word based muting logic ...
| * | add new module and modal to post new statustaehoon2019-09-20
| | |
| * | Avoid iterating over statuses to set thread_muted if the backend doesrinpatch2019-09-04
| | | | | | | | | | | | not support the extension
| * | Set thread_muted for all statuses with the same conversation id onrinpatch2019-09-04
| |/ | | | | | | status mute/unmute
* / split spam mode into two separate options (one in settings page)Henry Jameson2019-09-23
|/
* fix pin/unpin status logictaehoon2019-09-01
|
* rename a mutationtaehoon2019-09-01
|
* Initialize chat only if user is logged in and it wasn't initialized beforeSergey Suprunenko2019-08-17
|
* Merge branch 'feat/conversation-muting' into 'develop'Shpuld Shpludson2019-08-08
|\ | | | | | | | | Add Conversation/Thread Muting See merge request pleroma/pleroma-fe!876