| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Set default parameter | taehoon | 2019-03-24 |
| | | |||
| * | Switch to mastoapi for posting status and uploading media | taehoon | 2019-03-24 |
| | | |||
| * | switch to mastoapi | taehoon | 2019-03-21 |
| | | |||
| * | switch to mastoapi | taehoon | 2019-03-21 |
| | | |||
| * | Switch to mastoapi | taehoon | 2019-03-21 |
| | | |||
| * | Add hideMutedPosts setting and wire up to post-returning endpoints | taehoon | 2019-03-21 |
| | | |||
| * | Minor code refactoring | taehoon | 2019-03-21 |
| | | |||
| * | Improve fetch error handling using a util | taehoon | 2019-03-21 |
| | | |||
| * | Remove old muting logic | taehoon | 2019-03-21 |
| | | |||
| * | Add mute/unmute featrue and mutes management tab | taehoon | 2019-03-21 |
| | | |||
| * | #449 - fix auth token fetch issue | dave | 2019-03-21 |
| | | |||
| * | レインせんぱいにサンキュー | Henry Jameson | 2019-03-12 |
| | | |||
| * | Since BE doesn't support fetching user by screen name over MastoAPI we'll gonna | Henry Jameson | 2019-03-08 |
| | | | | | just fetching it over QvitterAPI real quick :DDDDDDDDD | ||
| * | switch to mastoapi for user timeline | Henry Jameson | 2019-03-08 |
| | | |||
| * | Partially transitioned user data to MastoAPI. Added support for fetching | Henry Jameson | 2019-03-08 |
| | | | | | | relationship data. Upgraded code to be more resilient to nulls caused by missing data in either APIs | ||
| * | Merge branch '386-display-invalid-user-profile' into 'develop' | Shpuld Shpludson | 2019-02-28 |
| |\ | | | | | | | | | | | | | Show error message when visit profile page of invalid user Closes #386 See merge request pleroma/pleroma-fe!606 | ||
| | * | Better error handling | taehoon | 2019-02-26 |
| | | | |||
| | * | Show error message when visit profile page of invalid user | taehoon | 2019-02-26 |
| | | | |||
| * | | Add OAuth Tokens management to settings | Maxim Filippov | 2019-02-28 |
| |/ | |||
| * | Remove pagination logic in fetchBlocks api | taehoon | 2019-02-20 |
| | | |||
| * | Wire up ui to real blocks api data | taehoon | 2019-02-20 |
| | | |||
| * | Parameter name changed. | lambda | 2019-02-16 |
| | | |||
| * | Merge branch 'add-admin-and-moderator-fields-to-user-card-view' into 'develop' | HJ | 2019-02-07 |
| |\ | | | | | | | | | Add admin and moderator indicators to the user profile See merge request pleroma/pleroma-fe!519 | ||
| | * | Allow to configure visibility for admin and moderator badges | eugenijm | 2019-02-06 |
| | | | |||
| * | | #315 - separate export and fetch follows logic | dave | 2019-02-07 |
| | | | |||
| * | | #315 - clean up the request | dave | 2019-02-06 |
| | | | |||
| * | | #315 - export all follows as CSV | dave | 2019-02-06 |
| |/ | |||
| * | Rename "hide_following" to "hide_follows" | Maxim Filippov | 2019-02-06 |
| | | |||
| * | Split hide_network into hide_followers & hide_followings | Maxim Filippov | 2019-02-06 |
| | | |||
| * | merge develop and fix conflicts AGAIN | shpuld | 2019-02-04 |
| |\ | |||
| | * | Revert "Merge branch 'feature/split-hide-network' into 'develop'" | Shpuld Shpludson | 2019-02-03 |
| | | | | | | | This reverts merge request !497 | ||
| * | | initial draft for follows/following pagination | shpuld | 2019-01-31 |
| |/ | |||
| * | Split hide_network into hide_followers & hide_followings | Maxim Filippov | 2019-01-30 |
| | | |||
| * | api service: add the ability to fetch a media-only timeline | William Pitcock | 2019-01-26 |
| | | |||
| * | Always send "hide_network" when updating user profile | Maxim Filippov | 2019-01-23 |
| | | |||
| * | support for CW/Subject. fix replies. | Henry Jameson | 2019-01-17 |
| | | |||
| * | some consistency | Henry Jameson | 2019-01-17 |
| | | |||
| * | fix login and favorites tab... | Henry Jameson | 2019-01-17 |
| | | |||
| * | Revert "some initial work to make it possible to use "unregistered" ↵ | Henry Jameson | 2019-01-17 |
| | | | | | | | | | timelines, i.e. not" and some stuff to make favorites still work This reverts commit 039a4074006fb91ac9031b41b4e9af4a15766dfa. | ||
| * | migrated some tests to normalizer, fixed some potential bug, fixed tests to use | Henry Jameson | 2019-01-15 |
| | | | | | normalized naming instead of raw qvitter api objects. needs more tests tho. | ||
| * | fixes, guards | Henry Jameson | 2019-01-14 |
| | | |||
| * | notifications now also undergo some parsing, hypothetically could use MastoAPI | Henry Jameson | 2019-01-14 |
| | | | | | notifications, maybe. | ||
| * | user normalizer works | Henry Jameson | 2019-01-14 |
| | | |||
| * | separated normalization into a another file, removed catchall and added more ↵ | Henry Jameson | 2019-01-13 |
| | | | | | stuff | ||
| * | moved some stuff from statuses to api service. added initial adapter (currently | Henry Jameson | 2019-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. not | Henry Jameson | 2019-01-12 |
| | | | | | reserving a timeline by name, instead just passing timeline object itself. | ||
| * | Make "noAttachmentLinks" configurable | Maxim Filippov | 2018-12-27 |
| | | |||
| * | No attachment links | Maxim Filippov | 2018-12-27 |
| | | |||
| * | no more "broken favorite" | Henry Jameson | 2018-12-19 |
| | | |||
| * | Separate captcha into the backendInteractor | Ekaterina Vaartis | 2018-12-16 |
| | | |||
