aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAge
* default webPush to false, because having it at true leads to some problems withHenry Jameson2018-12-20
| | | | local dev mode. Instances can re-enable it, and BE can default it to true in config.exs
* no more "broken favorite"Henry Jameson2018-12-19
|
* Merge remote-tracking branch 'upstream/develop' into user-profile-overhaultHenry Jameson2018-12-18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (24 commits) Feature/bigger icons for mobile / #211 Fix oauth url Make user profile page cleaner Redirect to /main/all Move userProfile link to methods Fix user profile test Add temporary redirects Add local profile test Implement user_profile.spec.js Use babel polyfill in karma Use 'userProfileLink' to generate user-profile link Rollback disableDotRule Use "-1" in indexOf Add generateProfileLink Use "~" as a route namespace symbol Disable dot rule Pass userName instead of userId Typo in tests Fix redirect paths Fix typo ...
| * Merge branch 'feature/new-user-routes' into 'develop'lambda2018-12-18
| |\ | | | | | | | | | | | | | | | | | | Make domain.com/username routes work Closes pleroma#395 See merge request pleroma/pleroma-fe!392
| | * Merge branch 'develop' into feature/new-user-routesMaxim Filippov2018-12-17
| | |\
| | * | Use "~" as a route namespace symbolMaxim Filippov2018-12-10
| | | |
| | * | Fix redirect pathsMaxim Filippov2018-12-06
| | | |
* | | | Merge remote-tracking branch 'upstream/develop' into user-profile-overhaultHenry Jameson2018-12-17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: Fix style Add a way to get new captcha on click Fix style Separate captcha into the backendInteractor more visual fixes changed bottom-shadow hiding method to be more compatible with overflow small fix for overflowing tab-switcher Support disabling captcha Base support for CAPTCHA (kocaptcha)
| * | | Separate captcha into the backendInteractorEkaterina Vaartis2018-12-16
| | |/ | |/|
* / | Refactor follower/friends out of statuses/timeline into user_profile where itHenry Jameson2018-12-17
|/ / | | | | | | belongs. Changed display of profile to single panel with tabs.
* | keep track of new instance optionsHenry Jameson2018-12-13
| |
* | Merge remote-tracking branch 'upstream/develop' into fix_empty_profilesHenry Jameson2018-12-13
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (121 commits) improve notification subscription Fix typo that prevented scope copy from working. added check for activatePanel is function or not addressed PR comments activate panel on user screen click added not preload check so hidden toggles asap removed counters from left panel added router-links to all relavent links added activatePanel onclick for timeago button added PR comments add checkbox to disable web push removed brackets from condition resolved lint issue renamed config to preload images and add ident to config added config for preload and made attachment responsive to it preload nsfw image fix fixed wrong height for selects better layouting for import-export, error display fixes added keep-colors option ...
| * \ Merge commit 'e443716bcd616ad61efae161624dd970841a935c' into ↵Egor Kislitsyn2018-12-13
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/push-subscriptions # Conflicts: # src/i18n/en.json # src/modules/interface.js # src/modules/users.js # yarn.lock
| | * | renamed config to preload images and add ident to configValD2018-12-12
| | | |
| | * | added config for preload and made attachment responsive to itValD2018-12-12
| | | |
| | * | 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
| | * | 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
| | * | | 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. ...
| | * | | | cleanup and optimizationHenry Jameson2018-11-19
| | | | | |
| * | | | | improve notification subscriptionEgor Kislitsyn2018-12-13
| | | | | |
| * | | | | fix race conditionEgor Kislitsyn2018-12-10
| | | | | |
| * | | | | improve push notifications codeEgor Kislitsyn2018-12-09
| | | | | |
| * | | | | second attempt to add subscribe module and fix race conditionEgor Kislitsyn2018-12-07
| | | | | |
| * | | | | Revert "add subscribe module and fix race condition"Egor Kislitsyn2018-12-07
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 07f1b8523eddd596d154e68561a389d6b9742d95.
| * | | | | add subscribe module and fix race conditionEgor Kislitsyn2018-12-07
| | | | | |
| * | | | | Add configuration to enable/disable web push notificationsEgor Kislitsyn2018-12-07
| | | | | |
| * | | | | improve web push notificationsEgor Kislitsyn2018-12-07
| | | | | |
| * | | | | add service worker and push notificationsEgor Kislitsyn2018-12-06
| | |_|/ / | |/| | |
* | | | | Fix fetching new users, add storing local users in usersObjects with theirHenry Jameson2018-12-13
| |_|_|/ |/| | | | | | | | | | | | | | | screen_name as well as id, so that they could be fetched zero-state with screen-name link.
* | | | 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 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
* | 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