| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Merge branch 'fix/profile-not-loading-without-persisted-state' into 'develop' | Shpuld Shpludson | 2019-02-11 |
| |\ | | | | | | | | | | | | | Fix #324 Profiles sometimes not loading when there's no persisted state Closes #324 See merge request pleroma/pleroma-fe!553 | ||
| | * | Change the async stuff to not render app before theme is loaded | shpuld | 2019-02-09 |
| | | | |||
| * | | Merge branch 'issue-332-update-follow-tabs' into 'develop' | Shpuld Shpludson | 2019-02-11 |
| |\ \ | | | | | | | | | | | | | #332 - add follow/not follow button to follow list See merge request pleroma/pleroma-fe!558 | ||
| | * | | #332 - add follow/not follow button to follow list | dave | 2019-02-09 |
| | | | | |||
| * | | | Merge branch 'develop' into fix/hashtag-opening | Edijs | 2019-02-10 |
| |\| | | |||
| | * | | Merge branch 'add-admin-and-moderator-fields-to-user-card-view' into 'develop' | HJ | 2019-02-07 |
| | |\ \ | | | | | | | | | | | | | | | | | Add admin and moderator indicators to the user profile See merge request pleroma/pleroma-fe!519 | ||
| | | * | | Allow to configure visibility for admin and moderator badges | eugenijm | 2019-02-06 |
| | | | | | |||
| | | * | | Add admin and moderator indicators to the user card | eugenijm | 2019-02-06 |
| | | |/ | |||
| | * | | #315 - revert changes | dave | 2019-02-07 |
| | | | | |||
| | * | | #315 - separate export and fetch follows logic | dave | 2019-02-07 |
| | | | | |||
| | * | | #315 - clean up the request | dave | 2019-02-06 |
| | | | | |||
| | * | | #315 - export all follows as CSV | dave | 2019-02-06 |
| | |/ | |||
| | * | Rename "hide_following" to "hide_follows" | Maxim Filippov | 2019-02-06 |
| | | | |||
| | * | Split hide_network into hide_followers & hide_followings | Maxim Filippov | 2019-02-06 |
| | | | |||
| * | | Added tag extractor method and spec | Edijs | 2019-02-07 |
| |/ | |||
| * | merge develop and fix conflicts AGAIN | shpuld | 2019-02-04 |
| |\ | |||
| | * | Revert "Merge branch 'feature/split-hide-network' into 'develop'" | Shpuld Shpludson | 2019-02-03 |
| | | | | | | | This reverts merge request !497 | ||
| * | | merge develop in | shpuld | 2019-02-03 |
| |\| | |||
| | * | Use integer type of notitication ids (avoid redundant casting for getting ↵ | eugenijm | 2019-02-02 |
| | | | | | | | | | maxId in addNewNotifications) | ||
| * | | follows/followers pagination ready for review | shpuld | 2019-02-02 |
| | | | |||
| * | | initial draft for follows/following pagination | shpuld | 2019-01-31 |
| |/ | |||
| * | Merge branch 'develop' into feat/media-modal | shpuld | 2019-01-30 |
| |\ | |||
| | * | Merge branch 'fix/timeline-too-eager-flush' into 'develop' | lambda | 2019-01-30 |
| | |\ | | | | | | | | | | | | | | | | | | | Fix #290 Add a better check for fresh TL flushing Closes #290 See merge request pleroma/pleroma-fe!494 | ||
| | | * | Add a better check for fresh TL flushing | shpuld | 2019-01-29 |
| | | | | |||
| | * | | Merge branch 'feat/dont-show-load-more-when-bottomed-out' into 'develop' | lambda | 2019-01-30 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | fix #292 dont show "load more" when bottomed out Closes #292 See merge request pleroma/pleroma-fe!496 | ||
| | | * | | Add loading indicator for notifications, make timelines indicate bottoming ↵ | shpuld | 2019-01-29 |
| | | |/ | | | | | | | | | | out when no more statuses | ||
| | * | | Merge branch 'feat/make-mentions-use-internal-routing' into 'develop' | lambda | 2019-01-30 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix #289 Make more user links use internal routing Closes #289 See merge request pleroma/pleroma-fe!500 | ||
| | | * | | Capture clicks on statuses to hijack mention clicks, match mention href to ↵ | shpuld | 2019-01-30 |
| | | |/ | | | | | | | | | | user somehow | ||
| | * / | Split hide_network into hide_followers & hide_followings | Maxim Filippov | 2019-01-30 |
| | |/ | |||
| | * | entity normalizer: add support for opengraph cards | William Pitcock | 2019-01-28 |
| | | | |||
| * | | Merge branch 'develop' into feat/media-modal | shpuld | 2019-01-28 |
| |\| | |||
| | * | Properly handle websocket token (fixes chat). | lain | 2019-01-27 |
| | | | |||
| | * | Move following to qvitter only space | shpuld | 2019-01-27 |
| | | | |||
| | * | Add forgotten prop to entity normalizer | shpuld | 2019-01-27 |
| | | | |||
| | * | api service: add the ability to fetch a media-only timeline | William Pitcock | 2019-01-26 |
| | | | |||
| * | | Merge develop and fix conflict | shpuld | 2019-01-26 |
| |\| | |||
| | * | Merge branch 'hotfix/summary-html' into 'develop' | lambda | 2019-01-25 |
| | |\ | | | | | | | | | | | | | entity normalizer: provide summary_html property See merge request pleroma/pleroma-fe!475 | ||
| | | * | entity normalizer: provide summary_html property | William Pitcock | 2019-01-25 |
| | | | | | | | | | | | | | | | | | | | Mastodon API returns HTML always in spoiler_text, while TwitterAPI sends both a text version as well as an HTML version of the message subject, which we started to use when we allowed custom emoji in message subjects. | ||
| | * | | quickfix | Henry Jameson | 2019-01-25 |
| | | | | |||
| | * | | this attempts converting id to number to sort them numerically, since "99" > | Henry Jameson | 2019-01-25 |
| | |/ | | | | | | | "100" while 99 < 100 | ||
| | * | Merge branch 'favorites-fixes' into 'develop' | HJ | 2019-01-24 |
| | |\ | | | | | | | | | | | | | fix reply-to tooltip being somewhat unreliable See merge request pleroma/pleroma-fe!473 | ||
| | | * | fix reply-to tooltip being somewhat unreliable | Henry Jameson | 2019-01-23 |
| | | | | |||
| | * | | Always send "hide_network" when updating user profile | Maxim Filippov | 2019-01-23 |
| | |/ | |||
| | * | Revert "fix reply-to tooltip being somewhat unreliable" | HJ | 2019-01-22 |
| | | | | | | | This reverts commit 66dc72deb2b4b518ba09b984d792be57451c4bfc | ||
| | * | fix reply-to tooltip being somewhat unreliable | Henry Jameson | 2019-01-23 |
| | | | |||
| | * | confusion | Henry Jameson | 2019-01-21 |
| | | | |||
| | * | better handling of attachments | Henry Jameson | 2019-01-21 |
| | | | |||
| | * | support for extended fields (for future, doesn't work yet), fix reply bug | Henry Jameson | 2019-01-19 |
| | | | |||
| | * | more fields for users | Henry Jameson | 2019-01-17 |
| | | | |||
| | * | some more post fields | Henry Jameson | 2019-01-17 |
| | | | |||
