| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | Implement domain mutes v2 | Shpuld Shpludson | 2020-01-15 | |
| | | ||||
| * | Fix #750 , fix error messages and captcha resetting | Shpuld Shpludson | 2020-01-14 | |
| | | ||||
| * | Merge branch 'develop' into 'fix-move-type-notification' | HJ | 2020-01-03 | |
| |\ | | | | | | | # Conflicts: # static/fontello.json | |||
| | * | Merge remote-tracking branch 'upstream/develop' into streaming | Henry Jameson | 2019-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 deprecated | taehoon | 2019-12-15 | |
| | | | | ||||
| | | * | use vuex action | taehoon | 2019-12-15 | |
| | | | | ||||
| | * | | fix desktop notifications not working with streaming | Henry Jameson | 2019-12-12 | |
| | | | | ||||
| | * | | Option to enable streaming | Henry Jameson | 2019-12-10 | |
| | | | | ||||
| | * | | Updated streaming and improved error-handling, some more refactoring to api | Henry Jameson | 2019-12-08 | |
| | | | | ||||
| | * | | improved initial notifications fetching | Henry Jameson | 2019-11-24 | |
| | | | | ||||
| | * | | initial streaming work | Henry Jameson | 2019-11-24 | |
| | | | | ||||
| | * | | Backend Interactor service overhaul, removed the need for copypasting | Henry Jameson | 2019-11-24 | |
| | |/ | ||||
| * / | remove unused fallback | kPherox | 2019-12-11 | |
| |/ | ||||
| * | backend interactor service: implement startFetchingFollowRequest | kPherox | 2019-11-19 | |
| | | | | | backend interactor service: remove unused fetchFollowRequests | |||
| * | Merge remote-tracking branch 'upstream/develop' into emoji-optimizations | Henry Jameson | 2019-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 ... | |||
| | * | added support hide\show reblogs from a specific user | Maksim Pechnikov | 2019-09-21 | |
| | | | ||||
| * | | moved emoji fetching from user to instance since it's its state anyway | Henry Jameson | 2019-10-09 | |
| | | | ||||
| * | | moved emoji stuff away from after-store and into users module since we only need | Henry Jameson | 2019-10-08 | |
| |/ | | | | emoji after login | |||
| * | rename a mutation | taehoon | 2019-09-01 | |
| | | ||||
| * | Initialize chat only if user is logged in and it wasn't initialized before | Sergey Suprunenko | 2019-08-17 | |
| | | ||||
| * | Handle JSONified errors while registering | Lee Starnes | 2019-08-06 | |
| | | | | | Closes #617 | |||
| * | fix typos | taehoon | 2019-07-24 | |
| | | ||||
| * | change subscribing to subscribed | taehoon | 2019-07-10 | |
| | | ||||
| * | mutate updated relationship to the store | taehoon | 2019-07-10 | |
| | | ||||
| * | #482 - add subscribe button | jared | 2019-07-10 | |
| | | ||||
| * | Refactor user search api, better api error response handling | Tae Hoon | 2019-07-10 | |
| | | ||||
| * | Merge branch 'eslint-fix' into 'develop' | Shpuld Shpludson | 2019-07-07 | |
| |\ | | | | | | | | | Fix shitton warning eslint gives See merge request pleroma/pleroma-fe!871 | |||
| | * | all the manual fixes | Henry Jameson | 2019-07-07 | |
| | | | ||||
| | * | npm eslint --fix . | Henry Jameson | 2019-07-05 | |
| | | | ||||
| * | | Revoke oAuth token | Egor Kislitsyn | 2019-07-02 | |
| |/ | ||||
| * | make sure to clear old token when logout | taehoon | 2019-06-20 | |
| | | ||||
| * | fix user search | Henry Jameson | 2019-06-17 | |
| | | ||||
| * | Proper clientId/secret/token caching, MastoAPI registration | Henry Jameson | 2019-05-22 | |
| | | ||||
| * | improve performance by caching pinned status ids into user object | taehoon | 2019-05-15 | |
| | | ||||
| * | filter pinned statuses based on pinned entity instead of a separate user entity | taehoon | 2019-05-15 | |
| | | ||||
| * | remove pinned timeline, instead, use simple entity of user object | taehoon | 2019-05-15 | |
| | | ||||
| * | refer searched user objects from the global user rep | taehoon | 2019-04-22 | |
| | | ||||
| * | stop fetching user relationship when user is unauthorized | taehoon | 2019-04-17 | |
| | | ||||
| * | add bulk mute/unmute buttons and wire up to vuex | taehoon | 2019-04-17 | |
| | | ||||
| * | wire up bulk action buttons to vuex | taehoon | 2019-04-17 | |
| | | ||||
| * | Merge branch '489' into 'develop' | Shpuld Shpludson | 2019-04-15 | |
| |\ | | | | | | | | | | | | | Fix Blocked status inconsistency between Blocks setting tab and Following profile tab Closes #489 See merge request pleroma/pleroma-fe!751 | |||
| | * | store friends/followers in the global user repository | taehoon | 2019-04-14 | |
| | | | ||||
| * | | add muted user to the mutes list in real time | taehoon | 2019-04-14 | |
| | | | ||||
| * | | add blocked user to the blocked list on real time | taehoon | 2019-04-14 | |
| | | | ||||
| * | | make blocking functional in the search results | taehoon | 2019-04-14 | |
| |/ | ||||
| * | display no message on empty data fetched from api | Brenden Bice | 2019-04-12 | |
| | | ||||
| * | remove error message on no more following | Brenden Bice | 2019-04-12 | |
| | | ||||
| * | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵ | dave | 2019-04-09 | |
| |\ | | | | | | | issue-436-mastoapi-notifications | |||
| | * | Merge branch 'fix/notification-bugs' into 'develop' | Shpuld Shpludson | 2019-04-09 | |
| | |\ | | | | | | | | | | | | | | | | | | | #474 Fix notification bugs Closes #474 See merge request pleroma/pleroma-fe!728 | |||
| | | * | Separate timeline and notification | jasper | 2019-04-04 | |
| | | | | ||||
