| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | restored "progress" cursor indicator for loading nsfw images | Henry Jameson | 2018-08-30 |
| | | |||
| * | fixed #72 | Henry Jameson | 2018-08-30 |
| | | |||
| * | Added ability to hide certain types of notifications | Henry Jameson | 2018-08-28 |
| | | |||
| * | fixup! Separated tab-switcher into a reusable component. This depends on JSX ↵ | Henry Jameson | 2018-08-28 |
| | | | | | addition | ||
| * | minor style tweaks | Henry Jameson | 2018-08-28 |
| | | |||
| * | panel styling cleanup | Henry Jameson | 2018-08-28 |
| | | |||
| * | moved replies filtering to "filter" category in settings, made it more ↵ | Henry Jameson | 2018-08-28 |
| | | | | | consistent | ||
| * | settings page update | Henry Jameson | 2018-08-28 |
| | | |||
| * | tabs for settings | Henry Jameson | 2018-08-28 |
| | | |||
| * | allow multiple file upload | Henry Jameson | 2018-08-28 |
| | | |||
| * | Show lock icon instead of hiding repeat button, tusky-style. Added hint | Henry Jameson | 2018-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 counter | Henry Jameson | 2018-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 Jameson | 2018-08-27 |
| | | |||
| * | Separated tab-switcher into a reusable component. This depends on JSX addition | Henry Jameson | 2018-08-27 |
| | | |||
| * | added JSX support | Henry Jameson | 2018-08-27 |
| | | |||
| * | Merge branch 'emoji-shortcode-startswith' into 'develop' | kaniini | 2018-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. | scarlett | 2018-08-26 |
| | | | |||
| | * | Match emoji using startsWith instead of match. | scarlett | 2018-08-26 |
| | | | |||
| * | | Merge branch 'remove-unused-settings' into 'develop' | kaniini | 2018-08-26 |
| |\ \ | |/ |/| | | | | | Remove unused settings See merge request pleroma/pleroma-fe!319 | ||
| | * | remove-unused-settings | hakabahitoyo | 2018-08-26 |
| |/ | |||
| * | Merge branch 'serverside-frontend-configuration-2' into 'develop' | kaniini | 2018-08-26 |
| |\ | | | | | | | | | serverside-frontend-configuration-2 See merge request pleroma/pleroma-fe!312 | ||
| | * | correct /static/config.json decoding | Hakaba Hitoyo | 2018-08-26 |
| | | | |||
| | * | save /api/statusnet/config.json connection | Hakaba Hitoyo | 2018-08-26 |
| | | | |||
| | * | rename apiStatusnetConfigSitePleromafe to apiConfig | Hakaba Hitoyo | 2018-08-26 |
| | | | |||
| | * | fix typo | Hakaba Hitoyo | 2018-08-26 |
| | | | |||
| | * | update | tsukada-ecsec | 2018-08-24 |
| | | | |||
| * | | Merge branch 'reply-preserve-subject' into 'develop' | kaniini | 2018-08-26 |
| |\ \ | | | | | | | | | | | | | Preserve subject in replies. See merge request pleroma/pleroma-fe!318 | ||
| | * | | Preserve subject in replies. | scarlett | 2018-08-26 |
| |/ / | |||
| * | | Merge branch 'attachment-collapse' into 'develop' | kaniini | 2018-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. | scarlett | 2018-08-26 |
| | | | | |||
| | * | | When a post with a subject is collapsed, hide its attachments. | scarlett | 2018-08-25 |
| | | | | |||
| * | | | Merge branch 'language-override' into 'develop' | kaniini | 2018-08-26 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Make interface language configurable from settings Closes #36 See merge request pleroma/pleroma-fe!315 | ||
| | * | | | Make interface language configurable from settings | Ekaterina Vaartis | 2018-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' | kaniini | 2018-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 NSFW | scarlett | 2018-08-25 |
| |/ / | |||
| * | | attachment: add support for rendering alt text on images | William Pitcock | 2018-08-25 |
| | | | |||
| * | | Merge branch 'notifications' into 'develop' | kaniini | 2018-08-24 |
| |\ \ | | | | | | | | | | | | | | | | | | | Support qvitter api notifications Closes #129 See merge request pleroma/pleroma-fe!306 | ||
| | * \ | Merge branch 'develop' into 'notifications' | kaniini | 2018-08-24 |
| | |\ \ | |/ / |/| | | | | | # Conflicts: # src/main.js | ||
| * | | | Merge branch 'reply-visibility' into 'develop' | kaniini | 2018-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. | scarlett | 2018-08-24 |
| | | | | | |||
| | * | | | Fix indentation | scarlett | 2018-08-24 |
| | | | | | |||
| | * | | | Remove old implementation of isReply. | scarlett | 2018-08-24 |
| | | | | | |||
| | * | | | Add settings for changing the visibility of replies in the timeline. | scarlett | 2018-08-24 |
| |/ / / | |||
| * | | | Merge branch 'feature/who-to-follow-panel-uses-suggestions-api' into 'develop' | kaniini | 2018-08-24 |
| |\ \ \ | | | | | | | | | | | | | | | | | Who to follow panel uses suggestions api See merge request pleroma/pleroma-fe!294 | ||
| | * | | | debug | tsukada-ecsec | 2018-08-22 |
| | | | | | |||
| | * | | | update settings | tsukada-ecsec | 2018-08-22 |
| | | | | | |||
| | * | | | revert main.js | tsukada-ecsec | 2018-08-22 |
| | | | | | |||
| | * | | | revert | tsukada-ecsec | 2018-08-22 |
| | | | | | |||
| | * | | | debug | hakabahitoyo | 2018-08-02 |
| | | | | | |||
| | * | | | lint | Hakaba Hitoyo | 2018-08-02 |
| | | | | | |||
