aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAge
* fix notificationsHenry Jameson2019-02-14
|
* Merge branch 'fix/profile-not-loading-without-persisted-state' into 'develop'Shpuld Shpludson2019-02-11
|\ | | | | | | | | | | | | Fix #324 Profiles sometimes not loading when there's no persisted state Closes #324 See merge request pleroma/pleroma-fe!553
| * Change the async stuff to not render app before theme is loadedshpuld2019-02-09
| |
* | Merge branch 'fix/js-error-in-tag-page' into 'develop'Shpuld Shpludson2019-02-09
|\ \ | | | | | | | | | | | | Fixed JS error in tag page See merge request pleroma/pleroma-fe!543
| * | Code refactoringEdijs2019-02-07
| | |
| * | Fix issue while fetching timelines for tag pageEdijs2019-02-06
| |/
* | Merge branch 'fix/add-option-to-hide-filtered-statues' into 'develop'Shpuld Shpludson2019-02-09
|\ \ | | | | | | | | | | | | #254 Add option to hide filtered statuses See merge request pleroma/pleroma-fe!539
| * | Add option to hide filtered statusesjasper2019-02-06
| |/
* | fixing conflictsjasper2019-02-08
| |
* | fixing conflictsjasper2019-02-08
| |
* | Fxing conflictsjasper2019-02-08
|\ \
| * | #301 - add an option for default formattingXiaofeng An2019-02-06
| |/
* / Fix showFeaturesPanel option as instancejasper2019-02-08
|/
* Add option to hide features paneldev923412019-02-05
|
* follows/followers pagination ready for reviewshpuld2019-02-02
|
* initial draft for follows/following paginationshpuld2019-01-31
|
* Merge branch 'develop' into feat/media-modalshpuld2019-01-30
|\
| * Add loading indicator for notifications, make timelines indicate bottoming ↵shpuld2019-01-29
| | | | | | | | out when no more statuses
| * Merge branch 'fix/dont-connect-ws-when-chat-disabled' into 'develop'lambda2019-01-29
| |\ | | | | | | | | | | | | | | | | | | fix #288 - Don't connect WS when chat is disabled Closes #288 See merge request pleroma/pleroma-fe!492
| | * Connect only after-store instead of when user gets tokenshpuld2019-01-29
| | |
| * | Fix TypeError crash when using url of an invalid usershpuld2019-01-29
| |/
| * Merge branch 'fix/make-user-by-name-case-insensitive' into 'develop'lambda2019-01-28
| |\ | | | | | | | | | | | | Make userByName case-insensitive See merge request pleroma/pleroma-fe!489
| | * Make userByName case-insensitiveshpuld2019-01-28
| | |
| * | fix user tl clearing and give it a testshpuld2019-01-28
| |/
* | Merge branch 'develop' into feat/media-modalshpuld2019-01-28
|\|
| * user profile: add media timelineWilliam Pitcock2019-01-26
| |
* | Merge develop and fix conflictshpuld2019-01-26
|\|
| * quickfixHenry Jameson2019-01-25
| |
| * this attempts converting id to number to sort them numerically, since "99" >Henry Jameson2019-01-25
| | | | | | | | "100" while 99 < 100
| * 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
| * | | 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.
* | | Add escape button supportshpuld2019-01-16
| | |
* | | Add media viewer module and media module component, modify attachment behaviorshpuld2019-01-14
| |/ |/|