aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'feature/lockdown-timelines-private-mode' into 'develop'feld2019-12-13
|\ | | | | | | | | interaction with BE private mode See merge request pleroma/pleroma-fe!989
| * Use a centralized fallback for missing values and use instance.federating ↵Mark Felder2019-12-12
| | | | | | | | | | | | instead of instance.federation.enabled
| * Add fallback in case BE does not report federating status in nodeinfoMark Felder2019-12-12
| |
| * The value we are looking for is federationPolicy.enabled, not ↵Mark Felder2019-12-12
| | | | | | | | | | | | federationPolicy.federating Also the || true fallback does not work and always becomes true
| * Logic should be to hide TWKN if not federating OR if instance is not publicMark Felder2019-12-12
| | | | | | | | Private instances should not show any timelines
| * Finally trust eslintMark Felder2019-12-12
| |
| * More lintMark Felder2019-12-12
| |
| * More lintMark Felder2019-12-12
| |
| * LintMark Felder2019-12-12
| |
| * Merge branch 'develop' into feature/lockdown-timelines-private-modeMark Felder2019-12-12
| |\
| * | side drawer: same treatmentAriadne Conill2019-11-11
| | |
| * | app: search API is not available in private mode so disable itAriadne Conill2019-11-11
| | |
| * | nav panel: disable TWKN if federation disabled, disable Public and TWKN if ↵Ariadne Conill2019-11-11
| | | | | | | | | | | | privateMode is enabled
| * | nav panel: refactor to use vuex mapStateAriadne Conill2019-11-11
| | |
| * | boot: track whether private mode is enabled or notAriadne Conill2019-11-11
| | |
| * | docs: document FE interaction with the BE private settingAriadne Conill2019-11-11
| | |
* | | Merge branch 'upgrade-babel' into 'develop'HJ2019-12-13
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Upgrade babel to v7 Closes #733 See merge request pleroma/pleroma-fe!1029
| * | | must use h in higher babel-plugin-transform-vue-jsxseven2019-12-12
| | | |
| * | | fix babelrc plugin configseven2019-12-12
| | | |
| * | | upgrade babel-registerseven2019-12-11
| | | |
| * | | update babelrcseven2019-12-11
| | | |
| * | | upgrade babel-plugin-transform-runtimeseven2019-12-11
| | | |
| * | | upgrade babel-plugin-lodashseven2019-12-11
| | | |
| * | | babel-plugin-add-module-exports is not necessary for babel v7seven2019-12-11
| | | |
| * | | upgrade babel-plugin-transform-vue-jsxseven2019-12-11
| | | |
| * | | update babelrc presets configseven2019-12-11
| | | |
| * | | upgrade babel presetseven2019-12-11
| | | |
| * | | upgrade Babel core to v7seven2019-12-11
| | | |
* | | | Merge branch 'mfa/login_form' into 'develop'HJ2019-12-13
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | mfa: fix login and recovery form See merge request pleroma/pleroma-fe!1031
| * | | mfa: removed unused codeMaksim Pechnikov2019-12-12
| | | |
| * | | mfa: fix login and recovery formMaksim Pechnikov2019-12-12
| | | |
* | | | Merge branch 'nav-icons' into 'develop'feld2019-12-12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add icons to nav panel See merge request pleroma/pleroma-fe!1016
| * | | | increase icon width a little bit in the nav paneltaehoon2019-12-12
| | | | |
| * | | | add icons to nav paneltaehoon2019-12-12
|/ / / /
* | | | Merge branch 'support-native-captcha' into 'develop'HJ2019-12-12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Support "native" captcha See merge request pleroma/pleroma-fe!1033
| * | | | Support "native" captchaEgor Kislitsyn2019-12-12
| |/ / /
* | | | Merge branch 'load-button-fix' into 'develop'HJ2019-12-12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix css runtime loading issue Closes #734 See merge request pleroma/pleroma-fe!1030
| * | | | fix css runtime loading issueseven2019-12-12
| | |/ / | |/| |
* | | | Merge branch 'revert-96cab6d8' into 'develop'lain2019-12-12
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Revert "Merge branch 'oauth-extra-scopes' into 'develop'" See merge request pleroma/pleroma-fe!1032
| * | | Revert "Merge branch 'oauth-extra-scopes' into 'develop'"lain2019-12-12
|/ / / | | | | | | This reverts merge request !1024
* | | Merge branch 'hideSitename' into 'develop'HJ2019-12-11
|\ \ \ | | | | | | | | | | | | | | | | Hide instance url/link/text in header using hideSitename instance option See merge request pleroma/pleroma-fe!1018
| * | | add documentation for new instance optiontaehoon2019-12-11
| | | |
| * | | hide instance url/link/text in header using hideSitename optiontaehoon2019-12-11
|/ / /
* | | Merge branch 'fix/mfa_routes' into 'develop'rinpatch2019-12-11
|\ \ \ | | | | | | | | | | | | | | | | fixed typo See merge request pleroma/pleroma-fe!1027
| * | | fixed typoMaksim Pechnikov2019-12-11
|/ / /
* | | Merge branch 'oauth-extra-scopes' into 'develop'rinpatch2019-12-11
|\ \ \ | |/ / |/| | | | | | | | OAuth 'push' and 'admin' scopes support See merge request pleroma/pleroma-fe!1024
| * | Added OAuth 'push' and 'admin' scopes.Ivan Tashkinov2019-12-08
| | |
* | | Merge branch 'fix/remove-status-hack' into 'develop'HJ2019-12-08
|\ \ \ | |/ / |/| | | | | | | | Remove whitespace hack on empty post content See merge request pleroma/pleroma-fe!1023
| * | Remove whitespace hack on empty post contentrinpatch2019-12-08
|/ / | | | | | | | | | | It's no longer necessary since the backend handles posts with empty content fine and also fixes an odd whitespace when attachment links are disabled.
* | Merge branch 'fix-font-load-for-pleroma-be' into 'develop'HJ2019-12-05
|\ \ | | | | | | | | | | | | | | | | | | Change output directory of fontello Closes pleroma-support#14 See merge request pleroma/pleroma-fe!1021