| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | 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'" ... | ||
| | * | Set error data | Wyatt Benno | 2019-12-09 |
| | | | |||
| | * | Change naming, make more general | Wyatt Benno | 2019-12-09 |
| | | | |||
| | * | Change 403 messaging | Wyatt Benno | 2019-12-05 |
| | | | |||
| * | | Backend Interactor service overhaul, removed the need for copypasting | Henry Jameson | 2019-11-24 |
| |/ | |||
| * | add fetchStatus action | taehoon | 2019-10-24 |
| | | |||
| * | Avoid iterating over statuses to set thread_muted if the backend does | rinpatch | 2019-09-04 |
| | | | | | not support the extension | ||
| * | Set thread_muted for all statuses with the same conversation id on | rinpatch | 2019-09-04 |
| | | | | | status mute/unmute | ||
| * | fix pin/unpin status logic | taehoon | 2019-09-01 |
| | | |||
| * | Merge branch 'develop' into 'feat/conversation-muting' | Shpuld Shpludson | 2019-07-15 |
| |\ | | | | | | | # Conflicts: # src/services/api/api.service.js | ||
| | * | New search | Eugenij | 2019-07-15 |
| | | | |||
| | * | refetch favs and repeats separately | taehoon | 2019-07-07 |
| | | | |||
| | * | update favs and repeats stats using favoritedByUsers and rebloggedByUsers data | taehoon | 2019-07-07 |
| | | | |||
| * | | Add thread muting to context menu of status | shpuld | 2019-07-07 |
| |/ | |||
| * | Merge branch 'develop' into 'eslint-fix' | HJ | 2019-07-06 |
| |\ | | | | | | | # Conflicts: # src/components/post_status_form/post_status_form.vue | ||
| | * | clear userId property of timeline by default in clearTimeline action | taehoon | 2019-07-02 |
| | | | |||
| * | | npm eslint --fix . | Henry Jameson | 2019-07-05 |
| |/ | |||
| * | Merge branch 'timeline-skip-fix' into 'develop' | HJ | 2019-06-24 |
| |\ | | | | | | | | | timeline-skip-fix See merge request pleroma/pleroma-fe!850 | ||
| | * | change isPinned to noIdUpdate | Wyatt Benno | 2019-06-24 |
| | | | |||
| | * | fix for #553 | Wyatt Benno | 2019-06-21 |
| | | | |||
| * | | Move poll state handling to its own module | Shpuld Shpludson | 2019-06-20 |
| |/ | |||
| * | Feature/polls attempt 2 | lain | 2019-06-18 |
| | | |||
| * | improve performance by caching pinned status ids into user object | taehoon | 2019-05-15 |
| | | |||
| * | show immediately pinned statuses | taehoon | 2019-05-15 |
| | | |||
| * | revert removeStatus changes | taehoon | 2019-05-15 |
| | | |||
| * | refactor error handling of pinStatus | taehoon | 2019-05-15 |
| | | |||
| * | refactor pin/unpin status logic | 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 |
| | | |||
| * | #468 - clean up | dave | 2019-05-15 |
| | | |||
| * | #468 - update pinned status after actions(remove, add) | dave | 2019-05-15 |
| | | |||
| * | #468 - remove unpinned status from timeline | dave | 2019-05-15 |
| | | |||
| * | #468 - show pinned timeline and add pinned label to the status | dave | 2019-05-15 |
| | | |||
| * | #468 - pin/unpin status | dave | 2019-05-15 |
| | | |||
| * | use backendInteractor | taehoon | 2019-05-07 |
| | | |||
| * | clean up | taehoon | 2019-05-07 |
| | | |||
| * | update favorite number earlier | taehoon | 2019-05-07 |
| | | |||
| * | update status interaction upon retweet action response | taehoon | 2019-05-07 |
| | | |||
| * | sync up favoritedBy with favorite/unfavorite action | taehoon | 2019-05-07 |
| | | |||
| * | do not regenerate status object | taehoon | 2019-05-07 |
| | | |||
| * | filter outside of component | shpuld | 2019-04-29 |
| | | |||
| * | refactor showing favs and repeats logic | Brenden Bice | 2019-04-11 |
| | | |||
| * | display favs & reblogged users on expanded post in timeline view | Brenden Bice | 2019-04-11 |
| | | |||
| * | rename favourite to favorite | Brenden Bice | 2019-04-11 |
| | | |||
| * | improve code quality | Brenden Bice | 2019-04-11 |
| | | |||
| * | fetch reblogged users | Brenden Bice | 2019-04-11 |
| | | |||
| * | fetch favorited users | Brenden Bice | 2019-04-11 |
| | | |||
| * | maintain conversationsObject storage | taehoon | 2019-04-11 |
| | | |||
| * | 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 | ||
