aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAge
* removing unnecessary conversions since it should already be converted in ↵Henry Jameson2019-01-17
| | | | normalizer
* some consistencyHenry Jameson2019-01-17
|
* fix login and favorites tab...Henry Jameson2019-01-17
|
* Revert "some initial work to make it possible to use "unregistered" ↵Henry Jameson2019-01-17
| | | | | | | | timelines, i.e. not" and some stuff to make favorites still work This reverts commit 039a4074006fb91ac9031b41b4e9af4a15766dfa.
* Merge branch 'switch-to-string-ids' into favoritesHenry Jameson2019-01-17
|\ | | | | | | | | | | | | | | | | | | | | | | with some changes/merge conflicts resolution * switch-to-string-ids: fixx????? fix notifications? fix lint fix tests, removed one unused function, fix real problem that tests helped to surface added some more explicit to string conversion since BE seem to be sending numbers and it could cause an issue. Remove all explicit and implicit conversions of statusId to number, changed explicit ones so that they convert them to string
| * fixx?????Henry Jameson2019-01-16
| |
| * fix notifications?Henry Jameson2019-01-16
| |
| * fix lintHenry Jameson2019-01-11
| |
| * fix tests, removed one unused function, fix real problem that tests helped toHenry Jameson2019-01-11
| | | | | | | | surface
| * added some more explicit to string conversion since BE seem to be sendingHenry Jameson2019-01-11
| | | | | | | | numbers and it could cause an issue.
| * Remove all explicit and implicit conversions of statusId to number, changedHenry Jameson2019-01-11
| | | | | | | | explicit ones so that they convert them to string
* | migrated some tests to normalizer, fixed some potential bug, fixed tests to useHenry Jameson2019-01-15
| | | | | | | | normalized naming instead of raw qvitter api objects. needs more tests tho.
* | cleanupHenry Jameson2019-01-14
| |
* | fixes, guardsHenry Jameson2019-01-14
| |
* | notifications now also undergo some parsing, hypothetically could use MastoAPIHenry Jameson2019-01-14
| | | | | | | | notifications, maybe.
* | post-merge fixHenry Jameson2019-01-13
| |
* | Merge remote-tracking branch 'upstream/develop' into favoritesHenry Jameson2019-01-13
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: Add Korean translation Change emptlyTl to take userId better fix fixes #265 and also that thin line below gradient on chrome (UGH) fix #262 part of user profiles not being able to load previous posts Retain userId on clearing user timeline, don't flush when empty timeline
| * | Change emptlyTl to take userIdshpuld2019-01-09
| | |
| * | Retain userId on clearing user timeline, don't flush when empty timelineshpuld2019-01-08
| |/
* | moved some stuff from statuses to api service. added initial adapter (currentlyHenry Jameson2019-01-13
| | | | | | | | | | | | | | mastoapi status -> qvitter status, would change some naming in the future) favorites timeline works somewhat, notifications are broken because they are fetched using same code to fetch usual timeline/using old architechture
* | some initial work to make it possible to use "unregistered" timelines, i.e. notHenry Jameson2019-01-12
|/ | | | reserving a timeline by name, instead just passing timeline object itself.
* Fix profiles without statuses not loadingShpuld Shpludson2018-12-31
|
* Merge branch 'restore-routes' into 'develop'lambda2018-12-29
|\ | | | | | | | | Restore old routes, enable user route as fallback. See merge request pleroma/pleroma-fe!440
| * Treat reserved users like external users in the frontend.Lambda2018-12-26
| |
| * Restore old routes, enable user route as fallback.Lambda2018-12-25
| |
* | Add "noAttachmentLinks" to src/modules/instance.jsMaxim Filippov2018-12-27
| |
* | Merge branch 'improve_push' into 'develop'HJ2018-12-26
|\ \ | | | | | | | | | | | | | | | | | | Improve web push notifications Closes #231 See merge request pleroma/pleroma-fe!438
| * | improve web push notificationsEgor Kislitsyn2018-12-25
| |/
* / User Card Content fixes and updatesHJ2018-12-26
|/
* small refactor, added push unsub notice for BEHenry Jameson2018-12-25
|
* simplified some code, made it possible to unregister serviceworker altogetherHenry Jameson2018-12-20
|
* 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
| | | | |