aboutsummaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAge
* fix merge conflictHenry Jameson2019-07-06
|
* Merge branch 'develop' into 'eslint-fix'HJ2019-07-06
|\ | | | | | | # Conflicts: # src/components/post_status_form/post_status_form.vue
| * Merge branch '602' into 'develop'Shpuld Shpludson2019-07-05
| |\ | | | | | | | | | | | | | | | | | | Fix mixed profiles bug on user profile page Closes #586 See merge request pleroma/pleroma-fe!865
| | * make sure that user timelines are empty when opening profile pagetaehoon2019-07-02
| | |
| | * clear userId property of timeline by default in clearTimeline actiontaehoon2019-07-02
| | |
| * | Merge branch '603' into 'develop'Shpuld Shpludson2019-07-05
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Hide text format when only plaintext is available Closes #603 See merge request pleroma/pleroma-fe!867
| | * | place scope selector on the left consistentlytaehoon2019-07-03
| | | |
| | * | hide text format when only plaintext is availabletaehoon2019-07-02
| | |/
* | | eslint --fix --ext .js,.vue srcHenry Jameson2019-07-05
| | |
* | | npm eslint --fix .Henry Jameson2019-07-05
|/ /
* | Merge branch 'fix-android-emoji-autocompletion' into 'develop'HJ2019-07-04
|\ \ | |/ |/| | | | | | | | | Fix android emoji autocompletion Closes #606 See merge request pleroma/pleroma-fe!869
| * Support compositionupdate event to properly show autocomplete popup for IMEs andHenry Jameson2019-07-03
| | | | | | | | android
* | reviewHenry Jameson2019-06-26
| |
* | lint fixHenry Jameson2019-06-25
| |
* | fix all known problems with clicks on autocomplete emojisHenry Jameson2019-06-25
| |
* | fix specificity that made attachments misalignShpuld Shpludson2019-06-25
| |
* | Merge branch 'clearer-user-profile-tabs' into 'develop'HJ2019-06-25
|\ \ | | | | | | | | | | | | Clearer user profile tabs when status is empty See merge request pleroma/pleroma-fe!847
| * | Keep statuses always enabledWyatt Benno2019-06-25
| | |
| * | Make scss change for tab switcher onlyWyatt Benno2019-06-21
| | |
| * | A small sass fix for #577Wyatt Benno2019-06-20
| | |
* | | Fix: problems with polls stateShpuld Shpludson2019-06-22
| | |
* | | Move character counter into the input boxShpuld Shpludson2019-06-22
| | |
* | | use clientSecret in login flowtaehoon2019-06-20
| | |
* | | Move poll state handling to its own moduleShpuld Shpludson2019-06-20
| | |
* | | Fix/messed up long pollsShpuld Shpludson2019-06-20
|/ /
* / Feature/polls attempt 2lain2019-06-18
|/
* Merge branch 'refactor-emoji-input' into 'develop'HJ2019-06-18
|\ | | | | | | | | | | | | EmojiInput refactoring Closes #565 See merge request pleroma/pleroma-fe!824
| * reviewHenry Jameson2019-06-18
| |
| * reviewHenry Jameson2019-06-18
| |
| * Update emoji-input.jsHJ2019-06-18
| |
| * properly position the caret after replacementHenry Jameson2019-06-17
| |
| * fix small annoyanceHenry Jameson2019-06-12
| |
| * fixed some bugs i found, also cleaned up some stuff + documentationHenry Jameson2019-06-11
| |
| * self-reviewHenry Jameson2019-06-10
| |
| * LintingHenry Jameson2019-06-09
| |
| * fix textarea not resizing properlyHenry Jameson2019-06-09
| |
| * more bugfixes related to keybinds and nonworking stuffHenry Jameson2019-06-09
| |
| * Some comments, added sorting for emojisHenry Jameson2019-06-09
| |
| * fixed several bugsHenry Jameson2019-06-09
| |
| * sortingHenry Jameson2019-06-08
| |
| * stylesHenry Jameson2019-06-08
| |
| * standartized autocomplete panel suggesions format, fixed some bugsHenry Jameson2019-06-08
| |
| * Merge remote-tracking branch 'upstream/develop' into refactor-emoji-inputHenry Jameson2019-06-08
| |\ | | | | | | | | | | | | | | | * upstream/develop: Small improve of the who to follow panel layout Fix/Small fix in the who to follow page
| * | slot-based emoji input/autocomplete componentHenry Jameson2019-06-07
| | |
* | | Misc fixes: Fix uploads stretching on chrome, fix warnings in consoleShpuld Shpludson2019-06-18
| | |
* | | Merge branch 'mastoapi-login-and-config-fixes' into 'develop'HJ2019-06-17
|\ \ \ | | | | | | | | | | | | | | | | Mastoapi login and config fixes See merge request pleroma/pleroma-fe!833
| * | | getting and setting user background via MastoAPIHenry Jameson2019-06-16
| | | |
| * | | Removed formattingOptionsEnabled in favor of relying on BE-provided list ofHenry Jameson2019-06-16
| | | | | | | | | | | | | | | | accepted formatting options
* | | | fix MFA crashing on user-settings pageHenry Jameson2019-06-16
|/ / /
* | | Merge branch 'masto-register-app-secret' into 'develop'HJ2019-06-16
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Proper clientId/secret/token caching, MastoAPI registration Closes #554 See merge request pleroma/pleroma-fe!806