| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Merge branch 'develop' into 'develop' | lambda | 2019-03-11 |
| |\ | | | | | | | | | | | | | Only connect to chat upon authenticating Closes #403 See merge request pleroma/pleroma-fe!666 | ||
| | * | Only connect to chat when authenticating in the first place | slice | 2019-03-10 |
| | | | | | | | | | | | To avoid duplication of the connection, the chat socket is destroyed upon logging out. | ||
| | * | Check for websocket token before connecting to chat | slice | 2019-03-10 |
| | | | | | | | | | | | | | | | Closes #403. Previously, a socket to the chat channel would be opened if chat is enabled, regardless if the user is logged in or not. This patch only allows a connection to be opened if a wsToken (websocket token) is present, which prevents websocket errors from unauthenticated users. | ||
| * | | Make minId reset with minVisibleId to prevent gaps when showing new | shpuld | 2019-03-10 |
| |/ | |||
| * | Merge branch 'issue-392-other-user-stale-data' into 'develop' | Shpuld Shpludson | 2019-03-07 |
| |\ | | | | | | | | | | | | | #392: stale data served to new user account Closes #392 See merge request pleroma/pleroma-fe!625 | ||
| | * | #392: clean up notification stopping section | dave | 2019-03-01 |
| | | | |||
| | * | #392: update object.entries | dave | 2019-02-28 |
| | | | |||
| | * | #392: update defaultState into a function | dave | 2019-02-28 |
| | | | |||
| | * | #392: stale data served to new user account | dave | 2019-02-28 |
| | | | |||
| * | | Merge branch 'fix/remove-posts-immediately-by-blocking-someone' into 'develop' | Shpuld Shpludson | 2019-03-07 |
| |\ \ | | | | | | | | | | | | | #330 Remove posts immediately by blocking someone See merge request pleroma/pleroma-fe!589 | ||
| | * | | Remove posts by blocking or unfollowing | jasper | 2019-02-25 |
| | | | | |||
| | * | | Remove posts by blocking or following | jasper | 2019-02-18 |
| | | | | |||
| * | | | Merge branch 'fix/post-content-type' into 'develop' | Shpuld Shpludson | 2019-03-07 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | #327: Load post status content type from instance config Closes #327 See merge request pleroma/pleroma-fe!641 | ||
| | * | | | Load post status content type from instance config | Edijs | 2019-03-04 |
| | | | | | |||
| * | | | | Merge branch 'fix/fetch-activities-by-last-id' into 'develop' | Shpuld Shpludson | 2019-03-07 |
| |\ \ \ \ | |/ / / |/| | | | | | | | | | | | #406 Fetch activities by last id See merge request pleroma/pleroma-fe!621 | ||
| | * | | | Fetch activites by last id | jasper | 2019-03-01 |
| | | | | | |||
| | * | | | Fetch activites by last id | jasper | 2019-02-27 |
| | | | | | |||
| * | | | | Rewrite FollowList using hocs | taehoon | 2019-02-28 |
| | | | | | |||
| * | | | | Clean up addFollowers action | taehoon | 2019-02-28 |
| | | | | | |||
| * | | | | 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 | ||
| | * | | | 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 |
| | | | | |||
| * | | | Fix #399 Make max attachments configurable | Shpuld Shpludson | 2019-02-27 |
| |/ / | |||
| * | | Merge branch 'issue-380-noification-unread' into 'develop' | HJ | 2019-02-25 |
| |\ \ | | | | | | | | | | | | | | | | | | | #380: fix false alarm for unread notifications Closes #380 See merge request pleroma/pleroma-fe!614 | ||
| | * | | #380: simply and remove redundancy | dave | 2019-02-25 |
| | | | | |||
| | * | | #380: fix false alarm for unread notifications | dave | 2019-02-25 |
| | | | | |||
| * | | | #390: fixed the problem loading other user's media data | dave | 2019-02-25 |
| |/ / | |||
| * | | Merge branch '227-manage-blocks-mutes' into 'develop' | Shpuld Shpludson | 2019-02-22 |
| |\ \ | | | | | | | | | | | | | Add Blocks / Mutes management tabs under user settings page See merge request pleroma/pleroma-fe!578 | ||
| | * | | Just save blocks/mutes instead of adding | taehoon | 2019-02-20 |
| | | | | |||
| | * | | Set blockIds and muteIds to the currentUser state only | taehoon | 2019-02-20 |
| | | | | |||
| | * | | Add mutes tab | taehoon | 2019-02-20 |
| | | | | |||
| | * | | Remove pagination support from block-list | taehoon | 2019-02-20 |
| | | | | |||
| | * | | Complete functionality of BlockCard | taehoon | 2019-02-20 |
| | | | | |||
| | * | | Wire up ui to real blocks api data | taehoon | 2019-02-20 |
| | | | | |||
| * | | | bad defaults | Henry Jameson | 2019-02-21 |
| |/ / | |||
| * / | #364: update ap_id error with username | dave | 2019-02-19 |
| |/ | |||
| * | fix notifications | Henry Jameson | 2019-02-14 |
| | | |||
| * | Merge branch 'fix/profile-not-loading-without-persisted-state' into 'develop' | Shpuld Shpludson | 2019-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 loaded | shpuld | 2019-02-09 |
| | | | |||
| * | | Merge branch 'fix/js-error-in-tag-page' into 'develop' | Shpuld Shpludson | 2019-02-09 |
| |\ \ | | | | | | | | | | | | | Fixed JS error in tag page See merge request pleroma/pleroma-fe!543 | ||
| | * | | Code refactoring | Edijs | 2019-02-07 |
| | | | | |||
| | * | | Fix issue while fetching timelines for tag page | Edijs | 2019-02-06 |
| | |/ | |||
| * | | Merge branch 'fix/add-option-to-hide-filtered-statues' into 'develop' | Shpuld Shpludson | 2019-02-09 |
| |\ \ | | | | | | | | | | | | | #254 Add option to hide filtered statuses See merge request pleroma/pleroma-fe!539 | ||
| | * | | Add option to hide filtered statuses | jasper | 2019-02-06 |
| | |/ | |||
| * | | fixing conflicts | jasper | 2019-02-08 |
| | | | |||
| * | | fixing conflicts | jasper | 2019-02-08 |
| | | | |||
| * | | Fxing conflicts | jasper | 2019-02-08 |
| |\ \ | |||
| | * | | #301 - add an option for default formatting | Xiaofeng An | 2019-02-06 |
| | |/ | |||
| * / | Fix showFeaturesPanel option as instance | jasper | 2019-02-08 |
| |/ | |||
| * | Add option to hide features panel | dev92341 | 2019-02-05 |
| | | |||
