aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* make mobile notifs drawer more like an actual drawer, make mobile nav ↵shpuld2019-03-20
| | | | buttons bigger to press, fix alert dot
* remove notifications from sidebar, make notifications appear on login onlyshpuld2019-03-14
|
* make nav bar slide, move mobile post status to mobile navshpuld2019-03-14
|
* merge develop, add mobile nav componentshpuld2019-03-12
|\
| * Add floating post-status button on mobileShpuld Shpludson2019-03-11
| |
| * Update user settings icon to penciltaehoon2019-03-11
| |
| * Merge branch 'develop' into 'develop'lambda2019-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 placeslice2019-03-10
| | | | | | | | | | | | | | | To avoid duplication of the connection, the chat socket is destroyed upon logging out.
| | * Check for websocket token before connecting to chatslice2019-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.
| * | I18n: Update Czech translationLorem Ipsum2019-03-11
| | |
| * | Merge branch 'emoji-limit-profile' into 'develop'HJ2019-03-11
| |\ \ | | | | | | | | | | | | | | | | user_card.vue: Set img.emoji to 32×32px See merge request pleroma/pleroma-fe!665
| | * | user_card.vue: Copy over .status-content img stylingHaelwenn (lanodan) Monnier2019-03-11
| | | |
| | * | user_card.vue: Set img.emoji to 32×32pxHaelwenn (lanodan) Monnier2019-03-10
| | |/ | | | | | | | | | Related to https://git.pleroma.social/pleroma/pleroma/merge_requests/792
| * | Make minId reset with minVisibleId to prevent gaps when showing newshpuld2019-03-10
| | |
| * | #432 - prevent post status form textarea keydown event propagationdave2019-03-08
| |/
| * Merge branch '420-redo-user-card-content' into 'develop'Shpuld Shpludson2019-03-07
| |\ | | | | | | | | | | | | | | | | | | Re-do UserCardContent Component CSS Closes #420 See merge request pleroma/pleroma-fe!642
| | * Revert modifier class notationtaehoon2019-03-05
| | |
| | * Update classnametaehoon2019-03-05
| | |
| | * Rename UserCardContent to UserCardtaehoon2019-03-05
| | |
| | * Update block class name of BasicUserCard componenttaehoon2019-03-05
| | |
| | * Update modifier class notationtaehoon2019-03-05
| | |
| | * Re-do UserCardContent csstaehoon2019-03-05
| | |
| * | Merge branch '415-timeline' into 'develop'Shpuld Shpludson2019-03-07
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix timeline updating bug when scrolled down Closes #415 See merge request pleroma/pleroma-fe!644
| | * | Use a cross browser safe solution to get scroll toptaehoon2019-03-06
| | | |
| * | | Merge branch 'issue-392-other-user-stale-data' into 'develop'Shpuld Shpludson2019-03-07
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #392: stale data served to new user account Closes #392 See merge request pleroma/pleroma-fe!625
| | * | | #392: clean up notification stopping sectiondave2019-03-01
| | | | |
| | * | | #392: update object.entriesdave2019-02-28
| | | | |
| | * | | #392: update defaultState into a functiondave2019-02-28
| | | | |
| | * | | #392: stale data served to new user accountdave2019-02-28
| | | | |
| * | | | Merge branch 'fix/remove-posts-immediately-by-blocking-someone' into 'develop'Shpuld Shpludson2019-03-07
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | #330 Remove posts immediately by blocking someone See merge request pleroma/pleroma-fe!589
| | * | | | Remove posts by blocking or unfollowingjasper2019-02-26
| | | | | |
| | * | | | Remove posts by blocking or unfollowingjasper2019-02-25
| | | | | |
| | * | | | Remove posts by blocking or followingjasper2019-02-18
| | | | | |
| | * | | | Remove posts immediately by blockingjasper2019-02-15
| | | | | |
| * | | | | Merge branch 'fix/gallery-css' into 'develop'Shpuld Shpludson2019-03-07
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix gallery style - move hide button to top right Closes #335 See merge request pleroma/pleroma-fe!579
| | * | | | | Revert codeEdijs2019-02-28
| | | | | | |
| | * | | | | RevertEdijs2019-02-22
| | | | | | |
| | * | | | | Issue #335 - place hide button on right handEdijs2019-02-14
| | | | | | |
| | * | | | | Use static height if gallery has single imageEdijs2019-02-14
| | | | | | |
| * | | | | | Merge branch 'fix/post-content-type' into 'develop'Shpuld Shpludson2019-03-07
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #327: Load post status content type from instance config Closes #327 See merge request pleroma/pleroma-fe!641
| | * | | | | | Merge content types translationsEdijs2019-03-06
| | | | | | | |
| | * | | | | | Load post status content type from instance configEdijs2019-03-04
| | | | | | | |
| * | | | | | | Merge branch 'fix/fetch-activities-by-last-id' into 'develop'Shpuld Shpludson2019-03-07
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #406 Fetch activities by last id See merge request pleroma/pleroma-fe!621
| | * | | | | | | Fetch activites by last idjasper2019-03-01
| | | | | | | | |
| | * | | | | | | Fetch activites by last idjasper2019-02-27
| | | | | | | | |
| * | | | | | | | Merge branch 'i18n-cs' into 'develop'Shpuld Shpludson2019-03-06
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I18n: Add Czech translation See merge request pleroma/pleroma-fe!627
| | * | | | | | | | I18n: Add Czech translationAditoo172019-03-02
| | | | | | | | | |
| * | | | | | | | | Merge branch 'issue-346-auto-post' into 'develop'Shpuld Shpludson2019-03-06
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #346: Hyperlink is not included Closes #346 See merge request pleroma/pleroma-fe!626
| | * | | | | | | | #346: Hyperlink is not includeddave2019-02-28
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | compatibility with upcoming changesHenry Jameson2019-03-05
| | |_|_|_|_|_|/ | |/| | | | | |