aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAge
* Add option to hide filtered statusesjasper2019-02-06
|
* 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
| |/ |/|
* | Change emptlyTl to take userIdshpuld2019-01-09
| |
* | Retain userId on clearing user timeline, don't flush when empty timelineshpuld2019-01-08
|/
* 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
|