aboutsummaryrefslogtreecommitdiff
path: root/src/services
Commit message (Collapse)AuthorAge
* Rename "hide_following" to "hide_follows"Maxim Filippov2019-02-06
|
* Split hide_network into hide_followers & hide_followingsMaxim Filippov2019-02-06
|
* merge develop and fix conflicts AGAINshpuld2019-02-04
|\
| * Revert "Merge branch 'feature/split-hide-network' into 'develop'"Shpuld Shpludson2019-02-03
| | | | | | This reverts merge request !497
* | merge develop inshpuld2019-02-03
|\|
| * Use integer type of notitication ids (avoid redundant casting for getting ↵eugenijm2019-02-02
| | | | | | | | maxId in addNewNotifications)
* | 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
|\
| * Merge branch 'fix/timeline-too-eager-flush' into 'develop'lambda2019-01-30
| |\ | | | | | | | | | | | | | | | | | | Fix #290 Add a better check for fresh TL flushing Closes #290 See merge request pleroma/pleroma-fe!494
| | * Add a better check for fresh TL flushingshpuld2019-01-29
| | |
| * | Merge branch 'feat/dont-show-load-more-when-bottomed-out' into 'develop'lambda2019-01-30
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | fix #292 dont show "load more" when bottomed out Closes #292 See merge request pleroma/pleroma-fe!496
| | * | Add loading indicator for notifications, make timelines indicate bottoming ↵shpuld2019-01-29
| | |/ | | | | | | | | | out when no more statuses
| * | Merge branch 'feat/make-mentions-use-internal-routing' into 'develop'lambda2019-01-30
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix #289 Make more user links use internal routing Closes #289 See merge request pleroma/pleroma-fe!500
| | * | Capture clicks on statuses to hijack mention clicks, match mention href to ↵shpuld2019-01-30
| | |/ | | | | | | | | | user somehow
| * / Split hide_network into hide_followers & hide_followingsMaxim Filippov2019-01-30
| |/
| * entity normalizer: add support for opengraph cardsWilliam Pitcock2019-01-28
| |
* | Merge branch 'develop' into feat/media-modalshpuld2019-01-28
|\|
| * Properly handle websocket token (fixes chat).lain2019-01-27
| |
| * Move following to qvitter only spaceshpuld2019-01-27
| |
| * Add forgotten prop to entity normalizershpuld2019-01-27
| |
| * api service: add the ability to fetch a media-only timelineWilliam Pitcock2019-01-26
| |
* | Merge develop and fix conflictshpuld2019-01-26
|\|
| * Merge branch 'hotfix/summary-html' into 'develop'lambda2019-01-25
| |\ | | | | | | | | | | | | entity normalizer: provide summary_html property See merge request pleroma/pleroma-fe!475
| | * entity normalizer: provide summary_html propertyWilliam Pitcock2019-01-25
| | | | | | | | | | | | | | | | | | Mastodon API returns HTML always in spoiler_text, while TwitterAPI sends both a text version as well as an HTML version of the message subject, which we started to use when we allowed custom emoji in message subjects.
| * | quickfixHenry Jameson2019-01-25
| | |
| * | this attempts converting id to number to sort them numerically, since "99" >Henry Jameson2019-01-25
| |/ | | | | | | "100" while 99 < 100
| * Merge branch 'favorites-fixes' into 'develop'HJ2019-01-24
| |\ | | | | | | | | | | | | fix reply-to tooltip being somewhat unreliable See merge request pleroma/pleroma-fe!473
| | * fix reply-to tooltip being somewhat unreliableHenry Jameson2019-01-23
| | |
| * | Always send "hide_network" when updating user profileMaxim Filippov2019-01-23
| |/
| * Revert "fix reply-to tooltip being somewhat unreliable"HJ2019-01-22
| | | | | | This reverts commit 66dc72deb2b4b518ba09b984d792be57451c4bfc
| * fix reply-to tooltip being somewhat unreliableHenry Jameson2019-01-23
| |
| * confusionHenry Jameson2019-01-21
| |
| * better handling of attachmentsHenry Jameson2019-01-21
| |
| * support for extended fields (for future, doesn't work yet), fix reply bugHenry Jameson2019-01-19
| |
| * more fields for usersHenry Jameson2019-01-17
| |
| * some more post fieldsHenry Jameson2019-01-17
| |
| * support for CW/Subject. fix replies.Henry Jameson2019-01-17
| |
| * 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.
| * tests for the tests god! bugfixes for bugfixes throne!Henry Jameson2019-01-17
| |
| * added conversions to ids for consistency from the get-goHenry Jameson2019-01-17
| |
| * 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
| | * fix tests, removed one unused function, fix real problem that tests helped toHenry Jameson2019-01-11
| | | | | | | | | | | | surface
| | * 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.