aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* added check for activatePanel is function or notValD2018-12-13
|
* addressed PR commentsValD2018-12-13
|
* activate panel on user screen clickValD2018-12-13
|
* Merge branch 'feature/theming2' into 'develop'HJ2018-12-11
|\ | | | | | | | | Themes v2 See merge request pleroma/pleroma-fe!377
| * fixHenry Jameson2018-12-11
| |
| * fixed wrong height for selectsHenry Jameson2018-12-11
| |
| * better layouting for import-export, error display fixesHenry Jameson2018-12-11
| |
| * added keep-colors optionHenry Jameson2018-12-11
| |
| * separated preview and exported from style_switcherHenry Jameson2018-12-11
| |
| * revert that, it's actually used, i'm an idiotHenry Jameson2018-12-11
| |
| * removed unused function from color_convertHenry Jameson2018-12-11
| |
| * cleanupHenry Jameson2018-12-11
| |
| * setColors -> applyTheme. For sanity. Also disabled export because nobody uses itHenry Jameson2018-12-11
| | | | | | | | and should not use anyway.
| * fixed v2 setting as default themeHenry Jameson2018-12-11
| |
| * Merge remote-tracking branch 'upstream/develop' into feature/theming2Henry Jameson2018-12-11
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: Fix color fallback order Use console.warn instead of console.log Get rid of mutation_types file, use inline approach. Minor fixes Add fallback color rule. Change english validation error messages Clean up the code Validate name presence on client-side as well Better styling for client-side validation. Add I18n for validation errors. Fix broken ToS link. Fix linter errors Add client validation for registration form Use Array.reduce instead of lodash.reduce Humanize validation errors returned on registration Added user option to hide instance-specific panel, rearranged config screen to better categorize it / adjustments to language selector fix
* | Merge branch 'hideISP' into 'develop'lambda2018-12-08
|\ \ | | | | | | | | | | | | | | | | | | Add user configuration option to hide instance-specific panel Closes #196 See merge request pleroma/pleroma-fe!402
| * | Added user option to hide instance-specific panel, rearranged config screen toHenry Jameson2018-12-05
| | | | | | | | | | | | better categorize it / adjustments to language selector
* | | Merge branch 'better_errors_on_registration' into 'develop'HJ2018-12-06
|\ \ \ | | | | | | | | | | | | | | | | Registration form: Client side validation + better display of server validation errors See merge request pleroma/pleroma-fe!399
| * | | Fix color fallback orderraeno2018-12-05
| | | |
| * | | Use console.warn instead of console.lograeno2018-12-05
| | | |
| * | | Get rid of mutation_types file, use inline approach. Minor fixesraeno2018-12-05
| | | |
| * | | Add fallback color rule.raeno2018-12-05
| | | |
| * | | Change english validation error messagesraeno2018-12-05
| | | |
| * | | Clean up the coderaeno2018-12-05
| | | |
| * | | Validate name presence on client-side as wellraeno2018-12-05
| | | | | | | | | | | | | | | | | | | | | | | | * remove email address validation, we have it covered by html itself and it's quite annoying * add shakeError animation * fix styles a bit
| * | | Better styling for client-side validation. Add I18n for validation errors.raeno2018-12-05
| | | |
| * | | Fix broken ToS link. Fix linter errorsraeno2018-12-05
| | | |
| * | | Add client validation for registration formraeno2018-12-05
| | | | | | | | | | | | | | | | * also extract registration logic to users.js module
| * | | Use Array.reduce instead of lodash.reduceraeno2018-12-05
| | | |
| * | | Humanize validation errors returned on registrationraeno2018-12-05
|/ / /
* | | Merge branch 'fix_alwaysSubject' into 'develop'HJ2018-12-05
|\ \ \ | |/ / |/| | | | | | | | Hotfix for !388 See merge request pleroma/pleroma-fe!401
| * | fixHenry Jameson2018-12-05
|/ /
| * separate font control jsHenry Jameson2018-12-11
| |
| * mobile fixesHenry Jameson2018-12-05
| |
| * Merge remote-tracking branch 'upstream/develop' into feature/theming2Henry Jameson2018-12-05
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: Fix iOS Safari from making videos play fullscreen by default added PR comments resolved the lint used the deleted data param as condition in status template Switch to "timeline" when pressing user-settings Added user setting tooltip made links in user bio always open in new tabs addressed PR comments added tooltip Add userId property to timelines so that we don't overwrite user timeline meant for another user Added option to auto-hide subject field when it's empty. removes hacks from notifications storage, adds api call to let server update is_seen attribute fixes vimium not giving retweet button a hint Do not use underscore at the beginning of the method Logout user on password change Route user to the correct profile URL Typo Fix filetype detection Switch to settings when touching settings Switch to timeline on nav panel actions
* | Merge branch 'fix/user-settings-switch' into 'develop'Henry2018-12-05
|\ \ | | | | | | | | | | | | Switch to "timeline" when pressing user-settings See merge request pleroma/pleroma-fe!397
| * | Switch to "timeline" when pressing user-settingseal2018-12-04
| | |
* | | Merge branch 'feld-ios_video' into 'develop'Henry2018-12-05
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix iOS Safari from making videos play fullscreen by default Closes #178 See merge request pleroma/pleroma-fe!400
| * | | Fix iOS Safari from making videos play fullscreen by defaultMark Felder2018-12-04
|/ / / | | | | | | | | | This works in iOS 10+.
* | | Merge branch 'dev_vald_fe/post_delete' into 'develop'Henry2018-12-04
|\ \ \ | |/ / |/| | | | | | | | | | | | | | used the deleted data param as condition in status template Closes #81 See merge request pleroma/pleroma-fe!398
| * | added PR commentsValD2018-12-05
| | |
| * | resolved the lintValD2018-12-05
| | |
| * | used the deleted data param as condition in status templateValD2018-12-05
|/ /
* | Merge branch 'target_blank_profile' into 'develop'lambda2018-12-04
|\ \ | | | | | | | | | | | | | | | | | | Made links in user bio always open in new tabs Closes #169 See merge request pleroma/pleroma-fe!394
| * | made links in user bio always open in new tabsHenry Jameson2018-12-04
| | |
* | | Merge branch 'dev_vald_fe/tooltip' into 'develop'Henry2018-12-04
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Added user setting tooltip Closes #156 See merge request pleroma/pleroma-fe!395
| * | Added user setting tooltipValD2018-12-04
|/ /
* | Merge branch 'dev_vald_fe/be' into 'develop'Henry2018-12-03
|\ \ | | | | | | | | | | | | added tooltip See merge request pleroma/pleroma-fe!391
| * | addressed PR commentsValD2018-12-04
| | |
| * | added tooltipValD2018-12-04
|/ /