aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* post-merge fixesHenry Jameson2019-03-17
|
* Merge remote-tracking branch 'upstream/develop' into mastoapi/emojisHenry Jameson2019-03-17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (34 commits) after store: fix setting postFormats field fix user-card avatar falling into permament failed state fix flake id users not fetching correctly fix console error afterStoreSetup: Move log in and theme load to afterStoreSetup. afterStoreSetup: Handle 404 cases. afterStoreSetup: Emoji and nodeinfo refactor. afterStoreSetup: refactor TOS and panel fetching, handle 404s. afterStoreSetup: refactor. Load persistedStated with async/await. whoops レインせんぱいにサンキュー fix embedded relationship card parsing actually use embedded relationship if it's present instead of filtering nulls, let's just not have them in the first place #434 - fix plain text issue Add floating post-status button on mobile Update user settings icon to pencil I18n: Update Czech translation user_card.vue: Copy over .status-content img styling ...
| * Merge branch 'mastoapi/user-stuff' into 'develop'HJ2019-03-15
| |\ | | | | | | | | | | | | Transition to MastoAPI: user data See merge request pleroma/pleroma-fe!655
| | * fix user-card avatar falling into permament failed stateHenry Jameson2019-03-14
| | |
| | * fix flake id users not fetching correctlyHenry Jameson2019-03-14
| | |
| | * fix console errorHenry Jameson2019-03-14
| | |
| | * whoopsHenry Jameson2019-03-12
| | |
| | * レインせんぱいにサンキューHenry Jameson2019-03-12
| | |
| | * fix embedded relationship card parsingHenry Jameson2019-03-12
| | |
| | * actually use embedded relationship if it's presentHenry Jameson2019-03-11
| | |
| | * instead of filtering nulls, let's just not have them in the first placeHenry Jameson2019-03-11
| | |
| | * fixed tests, review fixes, now storing local users with downcase screen name forHenry Jameson2019-03-11
| | | | | | | | | | | | better compatibility
| | * fix errorHenry Jameson2019-03-09
| | |
| | * attempt at fixing switching to user TLHenry Jameson2019-03-09
| | |
| | * fix reply-to marker, also whoops console logHenry Jameson2019-03-09
| | |
| | * revert some stuff, turns out it's actually breaking. Fixed some local user ↵Henry Jameson2019-03-09
| | | | | | | | | | | | things
| | * Since BE doesn't support fetching user by screen name over MastoAPI we'll gonnaHenry Jameson2019-03-08
| | | | | | | | | | | | just fetching it over QvitterAPI real quick :DDDDDDDDD
| | * switch to mastoapi for user timelineHenry Jameson2019-03-08
| | |
| | * Partially transitioned user data to MastoAPI. Added support for fetchingHenry Jameson2019-03-08
| | | | | | | | | | | | | | | relationship data. Upgraded code to be more resilient to nulls caused by missing data in either APIs
| * | Merge branch 'bugfix/nodeinfo-post-formats' into 'develop'lambda2019-03-15
| |\ \ | | | | | | | | | | | | | | | | after store: fix setting postFormats field See merge request pleroma/pleroma-fe!683
| | * | after store: fix setting postFormats fieldWilliam Pitcock2019-03-14
| | | |
| * | | Merge branch 'afterstore-refactor' into 'develop'lambda2019-03-15
| |\ \ \ | | | | | | | | | | | | | | | | | | | | afterStoreSetup: Move log in and theme load to afterStoreSetup. See merge request pleroma/pleroma-fe!680
| | * | | afterStoreSetup: Move log in and theme load to afterStoreSetup.lain2019-03-13
| | |/ /
| * | | Merge branch 'issue-434-plain-text' into 'develop'HJ2019-03-14
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | #434 - fix plain text issue Closes #434 See merge request pleroma/pleroma-fe!675
| | * | #434 - fix plain text issuedave2019-03-11
| | | |
| * | | afterStoreSetup: Handle 404 cases.lain2019-03-13
| | | |
| * | | afterStoreSetup: Emoji and nodeinfo refactor.lain2019-03-13
| | | |
| * | | afterStoreSetup: refactor TOS and panel fetching, handle 404s.lain2019-03-13
| | | |
| * | | afterStoreSetup: refactor.lain2019-03-13
| | | |
| * | | Load persistedStated with async/await.lain2019-03-13
| |/ /
| * | Add floating post-status button on mobileShpuld Shpludson2019-03-11
| | |
| * | Update user settings icon to penciltaehoon2019-03-11
| | |
| * | Merge branch 'develop' into 'develop'lambda2019-03-11
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Only connect to chat upon authenticating Closes #403 See merge request pleroma/pleroma-fe!666
| | * | Only connect to chat when authenticating in the first placeslice2019-03-10
| | | | | | | | | | | | | | | | | | | | To avoid duplication of the connection, the chat socket is destroyed upon logging out.
| | * | Check for websocket token before connecting to chatslice2019-03-10
| | |/ | | | | | | | | | | | | | | | | | | Closes #403. Previously, a socket to the chat channel would be opened if chat is enabled, regardless if the user is logged in or not. This patch only allows a connection to be opened if a wsToken (websocket token) is present, which prevents websocket errors from unauthenticated users.
| * | I18n: Update Czech translationLorem Ipsum2019-03-11
| | |
| * | Merge branch 'emoji-limit-profile' into 'develop'HJ2019-03-11
| |\ \ | | | | | | | | | | | | | | | | user_card.vue: Set img.emoji to 32×32px See merge request pleroma/pleroma-fe!665
| | * | user_card.vue: Copy over .status-content img stylingHaelwenn (lanodan) Monnier2019-03-11
| | | |
| | * | user_card.vue: Set img.emoji to 32×32pxHaelwenn (lanodan) Monnier2019-03-10
| | |/ | | | | | | | | | Related to https://git.pleroma.social/pleroma/pleroma/merge_requests/792
| * | Make minId reset with minVisibleId to prevent gaps when showing newshpuld2019-03-10
| | |
| * | #432 - prevent post status form textarea keydown event propagationdave2019-03-08
| |/
* | Added some testsHenry Jameson2019-03-11
| |
* | emoji adderHenry Jameson2019-03-09
|/
* Merge branch '420-redo-user-card-content' into 'develop'Shpuld Shpludson2019-03-07
|\ | | | | | | | | | | | | Re-do UserCardContent Component CSS Closes #420 See merge request pleroma/pleroma-fe!642
| * Revert modifier class notationtaehoon2019-03-05
| |
| * Update classnametaehoon2019-03-05
| |
| * Rename UserCardContent to UserCardtaehoon2019-03-05
| |
| * Update block class name of BasicUserCard componenttaehoon2019-03-05
| |
| * Update modifier class notationtaehoon2019-03-05
| |
| * Re-do UserCardContent csstaehoon2019-03-05
| |