aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAge
* separated preview and exported from style_switcherHenry 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
| * Get rid of mutation_types file, use inline approach. Minor fixesraeno2018-12-05
| |
| * Better styling for client-side validation. Add I18n for validation errors.raeno2018-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 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 'subject-line-entry-auto' into 'develop'lambda2018-12-03
| |\ | | | | | | | | | | | | | | | | | | Added option to auto-hide subject field when it's empty. Closes #174 See merge request pleroma/pleroma-fe!388
| | * Added option to auto-hide subject field when it's empty.Henry Jameson2018-12-03
| | |
| * | Merge branch 'ss-read' into 'develop'lambda2018-12-03
| |\ \ | | | | | | | | | | | | | | | | Server-side read marking See merge request pleroma/pleroma-fe!386
| | * | removes hacks from notifications storage, adds api call to let server updateHenry Jameson2018-12-02
| | |/ | | | | | | | | | is_seen attribute
| * / Add userId property to timelines so that we don't overwrite user timeline meantHenry Jameson2018-12-03
| |/ | | | | | | for another user
* | avatars shadows, also allows drop-shadow useHenry Jameson2018-11-30
| |
* | Merge remote-tracking branch 'upstream/develop' into feature/theming2Henry Jameson2018-11-26
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (60 commits) whoops whoops DM timeline: stream new statuses update-japanese-translation Add actual user search. incorporate most translation changes from MR 368 update french translation Always show dm panel. Add direct message tab. api service url remove deploy stage remove deploy stage updated and completed German translation On logout switch to public timeline. minor modification of Chinese translation update Chinese translation Add Chinese language Fix posting. Put oauth text into description. Display OAuth login on login form button. ...
| * Merge remote-tracking branch 'upstream/develop' into feature/scope_preferencesHenry Jameson2018-11-26
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: DM timeline: stream new statuses update-japanese-translation Add actual user search. incorporate most translation changes from MR 368 update french translation Always show dm panel. Add direct message tab. api service url On logout switch to public timeline. Put oauth text into description. Display OAuth login on login form button. Add login form back in. Linting. Re-activate registration, use oauth password flow to fetch token. Fix typo. Remove gonsole.logg :DD Fix linting. Move login to oauth.
| | * DM timeline: stream new statuseseal2018-11-25
| | |
| | * Add direct message tab.Roger Braun2018-11-13
| | |
| | * Add login form back in.Roger Braun2018-11-07
| | |
| | * Move login to oauth.Roger Braun2018-10-26
| | |
| * | Merge remote-tracking branch 'upstream/develop' into feature/scope_preferencesHenry Jameson2018-11-26
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (36 commits) remove deploy stage remove deploy stage updated and completed German translation minor modification of Chinese translation update Chinese translation Add Chinese language Fix posting. Count spoiler text in the character count. Fixes #135. Added Irish (Gaeilge) Language Copy-Paste too fast from the Catalan file apparently. Now it's in good Occitan. simplify code adapt to destructive change of api Adds Occitan locale Updated italian translation Update oc.json Update oc.json Update of the oc.json file Actualizacion del fichièr oc.json Sort messages object by language code so that it's easier from the UI to browse them. explicitly set collapseMessageWithSubject to undefined Fall back to instance settings consistently ...
| | * explicitly set collapseMessageWithSubject to undefinedscarlett2018-10-21
| | |
| | * Fall back to instance settings consistentlyscarlett2018-10-21
| | |
| | * Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵scarlett2018-10-16
| | |\ | | | | | | | | | | | | hide-statistics
| | * | Add option for hiding post statistics (e.g. repeats, favs)scarlett2018-09-04
| | | |
| | * | Add option for disabling counts (followers, statuses) in user profiles.scarlett2018-09-04
| | | |
| * | | now it actually worksHenry Jameson2018-09-25
| | | |
| * | | settings for scope/subjectHenry Jameson2018-09-25
| | |/ | |/|
* / | cleanup and optimizationHenry Jameson2018-11-19
|/ /
* | made FE work even without either api or static configHenry Jameson2018-09-17
| |
* | Added more stuff that's actually being added to instanceConfig, simplified ↵Henry Jameson2018-09-17
| | | | | | | | the whitelist.
* | more refactoringHenry Jameson2018-09-17
| |
* | some recategorization of options...Henry Jameson2018-09-17
| |
* | Initial versionHenry Jameson2018-09-17
|/
* Update users.jsDingdreher2018-09-03
|
* 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
| * 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.
| * Added ability to hide certain types of notificationsHenry Jameson2018-08-28
| |
| * 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.
* | Pass user id to fetchFriendsmeireikei2018-08-31
|/ | | | | It looks like the API that fetchFriends expects was changed, to require an ID.
* 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 'develop' into 'notifications'kaniini2018-08-24
|\ | | | | | | # Conflicts: # src/main.js
| * Add settings for changing the visibility of replies in the timeline.scarlett2018-08-24
| |
* | Revert "Drop the entire thing about hidden "own" timeline since it doesn't ↵Henry Jameson2018-08-21
| | | | | | | | | | | | necessarily" This reverts commit 612aa56c8b2d6bae75bd47ff1846dfcfb012d525.
* | error displayHenry Jameson2018-08-20
| |
* | Merge remote-tracking branch 'upstream/develop' into notificationsHenry Jameson2018-08-20
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (23 commits) Rename expandCW to collapseMessageWithSubject. fix indent Add support for configurable CW clickthrough. Merge upstream fix lint issues allow default visibility scope to be configured Revert "storing entire config instead of each separate thing of it, so that future" fixes hella ton of annoyances with file upload display using custom ascend value as suggested here: https://github.com/fontello/fontello/issues/513#issuecomment-237551101 helped. disable hinting because it breaks alignment on some icons (namely - locks) fix for timeago being ass when post has replies. added hover colors for clickable icons on the right side. Reverted line-height to its original value Configurable video looping, option to not to loop silent videos. Updated localization strings. added pointer cursor for nsfw placeholder. fixed nsfw videos requiring double-click Made pausing TL updating configurable. Added styles for disabled checkboxes. Shuffled settings a bit b/c all the settings are in "Attachments" section depsite the fact not all of them are attachments-related. storing entire config instead of each separate thing of it, so that future options won't be lost during reloads because developer forgot to update that list of settings to be persisted fix potential stretched spurdo fixed custom emoji in nickname. changed icons on right side to be more streamlined. adjusted CSS so that all text in header of post is on same baseline and all icons/images are middle-aligned. Add validation of the imported theme and the corresponding warning message Unify button styles and use min-width Add German localization for theme import/export ...
| * Rename expandCW to collapseMessageWithSubject.ensra2018-08-20
| | | | | | | | Add option to config.json, disabled by default.
| * Add support for configurable CW clickthrough.ensra2018-08-20
| |
| * Revert "storing entire config instead of each separate thing of it, so that ↵Henry Jameson2018-08-18
| | | | | | | | | | | | | | | | future" This reverts commit 18117c3bfa4cae9542e49222aad058aa52929f18. b/c something else uses same field but i want to fix that in another MR
| * Configurable video looping, option to not to loop silent videos. UpdatedHenry Jameson2018-08-15
| | | | | | | | localization strings.