aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* switch to mastoapitaehoon2019-03-21
|
* switch to mastoapitaehoon2019-03-21
|
* masto api sends muted property nowtaehoon2019-03-21
|
* No need to fetch user data using old api anymore 🎉taehoon2019-03-21
|
* Switch to mastoapitaehoon2019-03-21
|
* Add commenttaehoon2019-03-21
|
* Reset statusnet_blocking of all fetched users first while refreshing block listtaehoon2019-03-21
|
* Add hideMutedPosts setting and wire up to post-returning endpointstaehoon2019-03-21
|
* Add todo commenttaehoon2019-03-21
|
* Minor code refactoringtaehoon2019-03-21
|
* Improve fetch error handling using a utiltaehoon2019-03-21
|
* Reset old mutes state after fetching new mutes datataehoon2019-03-21
|
* Remove old muting logictaehoon2019-03-21
|
* Update MuteCard uitaehoon2019-03-21
|
* Fetct full data of muted users after fetchMutes api calltaehoon2019-03-21
|
* Add mute/unmute mutationstaehoon2019-03-21
|
* Add mute/unmute featrue and mutes management tabtaehoon2019-03-21
|
* Merge branch 'issue-449-auto-token-fetch' into 'develop'Shpuld Shpludson2019-03-21
|\ | | | | | | | | | | | | #449 - fix auth token fetch issue Closes #449 See merge request pleroma/pleroma-fe!696
| * #449 - fix auth token fetch issuedave2019-03-21
| |
* | Merge branch 'issue-444-remote-follow' into 'develop'Shpuld Shpludson2019-03-21
|\ \ | | | | | | | | | | | | | | | | | | #444 - show `remote follow` button when logged out Closes #444 See merge request pleroma/pleroma-fe!692
| * | #444 - remote follow clean updave2019-03-19
| | |
| * | #444 - show `remote follow` button when logged outdave2019-03-19
| | |
* | | Merge branch 'feature/bypass-avatar-cropper' into 'develop'Shpuld Shpludson2019-03-21
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | #443 Add button to save without cropping Closes #443 See merge request pleroma/pleroma-fe!691
| * | | Add button to save without croppingjasper2019-03-18
| |/ /
* | | Merge branch 'patch-2' into 'develop'Shpuld Shpludson2019-03-21
|\ \ \ | | | | | | | | | | | | | | | | [i18n] Update oc.json See merge request pleroma/pleroma-fe!684
| * | | [i18n] Update oc.jsonExilat2019-03-15
| | | |
* | | | Merge branch 'develop' into 'develop'Shpuld Shpludson2019-03-21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixing typos and badly translated strings (Portuguese) See merge request pleroma/pleroma-fe!676
| * | | | fixing typos and badly translated stringsRond2019-03-11
| | | | |
* | | | | Merge branch 'feature/version-info' into 'develop'Shpuld Shpludson2019-03-21
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Added new tab to display versions of BE/FE Closes #397 See merge request pleroma/pleroma-fe!671
| * | | | Merge branch 'develop' into feature/version-infoEdijs2019-03-13
| |\ \ \ \
| * | | | | Code refactoringEdijs2019-03-10
| | | | | |
| * | | | | Version links to BE/FEEdijs2019-03-10
| | | | | |
| * | | | | Added new tab to display versions of BE/FEEdijs2019-03-10
| | | | | |
* | | | | | Make select tag use --inputText as text colorMarcin Mikołajczak2019-03-20
| |_|_|_|/ |/| | | |
* | | | | 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