aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* post status form: styling fixes for content-type selector, align icons with ↵William Pitcock2018-08-31
| | | | selector
* Merge branch 'polish' into 'develop'kaniini2018-08-31
|\ | | | | | | | | | | | | Another one of those MR that fixes many many small-to-medium things Closes #92, #75, #122, #52, #72, and #87 See merge request pleroma/pleroma-fe!324
| * fixHenry Jameson2018-08-31
| |
| * Merge remote-tracking branch 'upstream/develop' into polishHenry Jameson2018-08-31
| |\ | | | | | | | | | | | | | | | * upstream/develop: i18n: make "plain text" translatable add the ability to select a post's content type
| | * i18n: make "plain text" translatableWilliam Pitcock2018-08-31
| | |
| | * add the ability to select a post's content typeWilliam Pitcock2018-08-31
| | |
| * | added option for logo in navbar to follow color scheme of the rest of the siteHenry Jameson2018-08-31
| | | | | | | | | | | | also fixed potential mess-up between api/static configs
| * | fixHenry Jameson2018-08-30
| | |
| * | vodka translationsHenry Jameson2018-08-30
| | |
| * | fixHenry Jameson2018-08-30
| | |
| * | fixHenry Jameson2018-08-30
| | |
| * | fixed #87Henry Jameson2018-08-30
| | |
| * | fixup! panel styling cleanupHenry Jameson2018-08-30
| | |
| * | fixup! Added logic to process reply to favorite request and update likes ↵Henry Jameson2018-08-30
| | | | | | | | | | | | counter accordingly. Should fix some of cases of doubled likes and likes counter not decrementing.
| * | fixes broken nsfw hider in notificationsHenry Jameson2018-08-30
| | |
| * | 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
| |/
* | Pass user id to fetchFriendsmeireikei2018-08-31
| | | | | | | | | | It looks like the API that fetchFriends expects was changed, to require an ID.
* | Merge branch 'post-button-labels' into 'develop'kaniini2018-08-31
|\ \ | | | | | | | | | | | | Add labels to post buttons See merge request pleroma/pleroma-fe!323
| * | Add titles to source/expand buttonsEkaterina Vaartis2018-08-27
| | |
| * | Add titles to post visibility iconsEkaterina Vaartis2018-08-27
| |/
* | i18n: make "plain text" translatableWilliam Pitcock2018-08-31
| |
* | add the ability to select a post's content typeWilliam Pitcock2018-08-31
|/
* Match users using startsWith instead of match.scarlett2018-08-26
|
* Match emoji using startsWith instead of match.scarlett2018-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
| |
* | 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
* / / Add a checkbox for marking a post's attachments as NSFWscarlett2018-08-25
|/ /