aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* restored "progress" cursor indicator for loading nsfw imagesHenry Jameson2018-08-30
|
* fixed #72Henry Jameson2018-08-30
|
* Added ability to hide certain types of notificationsHenry Jameson2018-08-28
|
* fixup! Separated tab-switcher into a reusable component. This depends on JSX ↵Henry Jameson2018-08-28
| | | | addition
* minor style tweaksHenry Jameson2018-08-28
|
* panel styling cleanupHenry Jameson2018-08-28
|
* moved replies filtering to "filter" category in settings, made it more ↵Henry Jameson2018-08-28
| | | | consistent
* settings page updateHenry Jameson2018-08-28
|
* tabs for settingsHenry Jameson2018-08-28
|
* allow multiple file uploadHenry Jameson2018-08-28
|
* Show lock icon instead of hiding repeat button, tusky-style. Added hintHenry Jameson2018-08-28
| | | | | explaining what's going on. Fixes favorite button jumping left and right depending on post visibility
* Added logic to process reply to favorite request and update likes counterHenry Jameson2018-08-27
| | | | accordingly. Should fix some of cases of doubled likes and likes counter not decrementing.
* fixed still-image not preserving original aspect ratio and resolution.Henry Jameson2018-08-27
|
* Separated tab-switcher into a reusable component. This depends on JSX additionHenry Jameson2018-08-27
|
* added JSX supportHenry Jameson2018-08-27
|
* Merge branch 'emoji-shortcode-startswith' into 'develop'kaniini2018-08-26
|\ | | | | | | | | | | | | For user and emoji shortcode autocomplete, match using startsWith() instead of match(). Closes #135 See merge request pleroma/pleroma-fe!320
| * Match users using startsWith instead of match.scarlett2018-08-26
| |
| * Match emoji using startsWith instead of match.scarlett2018-08-26
| |
* | Merge branch 'remove-unused-settings' into 'develop'kaniini2018-08-26
|\ \ | |/ |/| | | | | Remove unused settings See merge request pleroma/pleroma-fe!319
| * remove-unused-settingshakabahitoyo2018-08-26
|/
* Merge branch 'serverside-frontend-configuration-2' into 'develop'kaniini2018-08-26
|\ | | | | | | | | serverside-frontend-configuration-2 See merge request pleroma/pleroma-fe!312
| * correct /static/config.json decodingHakaba Hitoyo2018-08-26
| |
| * save /api/statusnet/config.json connectionHakaba Hitoyo2018-08-26
| |
| * rename apiStatusnetConfigSitePleromafe to apiConfigHakaba Hitoyo2018-08-26
| |
| * fix typoHakaba Hitoyo2018-08-26
| |
| * updatetsukada-ecsec2018-08-24
| |
* | Merge branch 'reply-preserve-subject' into 'develop'kaniini2018-08-26
|\ \ | | | | | | | | | | | | Preserve subject in replies. See merge request pleroma/pleroma-fe!318
| * | Preserve subject in replies.scarlett2018-08-26
|/ /
* | Merge branch 'attachment-collapse' into 'develop'kaniini2018-08-26
|\ \ | | | | | | | | | | | | When a post with a subject is collapsed, hide its attachments. See merge request pleroma/pleroma-fe!316
| * | Don't use nsfw clickthrough if the post is collapsed by default.scarlett2018-08-26
| | |
| * | When a post with a subject is collapsed, hide its attachments.scarlett2018-08-25
| | |
* | | Merge branch 'language-override' into 'develop'kaniini2018-08-26
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make interface language configurable from settings Closes #36 See merge request pleroma/pleroma-fe!315
| * | | Make interface language configurable from settingsEkaterina Vaartis2018-08-25
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | The locale can now be configured in settings and is stored in Vuex. The changes are applied immidiately after selection. The list of languages is taken from the messages file, which contains all the available locales (and a new value, `interfaceLanguage`, to control the translation of this option in the options menu) Closes #36
* | | Merge branch 'nsfw-attachment-marking' into 'develop'kaniini2018-08-25
|\ \ \ | |/ / |/| | | | | | | | Add a checkbox for marking a post's attachments as NSFW See merge request pleroma/pleroma-fe!317
| * | Add a checkbox for marking a post's attachments as NSFWscarlett2018-08-25
|/ /
* | attachment: add support for rendering alt text on imagesWilliam Pitcock2018-08-25
| |
* | Merge branch 'notifications' into 'develop'kaniini2018-08-24
|\ \ | | | | | | | | | | | | | | | | | | Support qvitter api notifications Closes #129 See merge request pleroma/pleroma-fe!306
| * \ Merge branch 'develop' into 'notifications'kaniini2018-08-24
| |\ \ | |/ / |/| | | | | # Conflicts: # src/main.js
* | | Merge branch 'reply-visibility' into 'develop'kaniini2018-08-24
|\ \ \ | | | | | | | | | | | | | | | | Add settings for changing the visibility of replies in the timeline. See merge request pleroma/pleroma-fe!314
| * | | Don't hide replies when inConversation.scarlett2018-08-24
| | | |
| * | | Fix indentationscarlett2018-08-24
| | | |
| * | | Remove old implementation of isReply.scarlett2018-08-24
| | | |
| * | | Add settings for changing the visibility of replies in the timeline.scarlett2018-08-24
|/ / /
* | | Merge branch 'feature/who-to-follow-panel-uses-suggestions-api' into 'develop'kaniini2018-08-24
|\ \ \ | | | | | | | | | | | | | | | | Who to follow panel uses suggestions api See merge request pleroma/pleroma-fe!294
| * | | debugtsukada-ecsec2018-08-22
| | | |
| * | | update settingstsukada-ecsec2018-08-22
| | | |
| * | | revert main.jstsukada-ecsec2018-08-22
| | | |
| * | | reverttsukada-ecsec2018-08-22
| | | |
| * | | debughakabahitoyo2018-08-02
| | | |
| * | | lintHakaba Hitoyo2018-08-02
| | | |