aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* #410: disable checkbox when parent is disableddave2019-02-28
|
* Merge branch 'keyboard-binding' into 'develop'Shpuld Shpludson2019-02-28
|\ | | | | | | | | | | | | Keyboard binding Closes #369 See merge request pleroma/pleroma-fe!593
| * Validate if there are any new status to showEdijs2019-02-18
| |
| * Remove event listener when component destroyEdijs2019-02-17
| |
| * Bind a keyboard to show new statusEdijs2019-02-17
| |
* | "Are you sure?" -> i18nMaxim Filippov2019-02-28
| |
* | Show only "app_name" and "valid_until" (OAuth tokens table)Maxim Filippov2019-02-28
| |
* | use translationsMaxim Filippov2019-02-28
| |
* | Code styleMaxim Filippov2019-02-28
| |
* | Add OAuth Tokens management to settingsMaxim Filippov2019-02-28
| |
* | Fix #399 Make max attachments configurableShpuld Shpludson2019-02-27
| |
* | Merge branch 'issue-380-noification-unread' into 'develop'HJ2019-02-25
|\ \ | | | | | | | | | | | | | | | | | | #380: fix false alarm for unread notifications Closes #380 See merge request pleroma/pleroma-fe!614
| * | #380: simply and remove redundancydave2019-02-25
| | |
| * | #380: fix false alarm for unread notificationsdave2019-02-25
| | |
* | | Merge branch 'issue-396-registration-bio-field' into 'develop'HJ2019-02-25
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | #396: update registration form Closes #396 See merge request pleroma/pleroma-fe!612
| * | | #396: update en.jsondave2019-02-24
| | | |
| * | | #396: update registration formdave2019-02-24
| |/ /
* | | Merge branch 'fix/active-user-search-text-field' into 'develop'Shpuld Shpludson2019-02-25
|\ \ \ | | | | | | | | | | | | | | | | #387 Activate user search text field after click button. See merge request pleroma/pleroma-fe!608
| * | | Update search input namejasper2019-02-25
| | | |
| * | | Activate user search text fieldjasper2019-02-21
| | | |
* | | | #390: fixed the problem loading other user's media datadave2019-02-25
| |/ / |/| |
* | | #389: add loading icon in search paneldave2019-02-22
| | |
* | | Merge branch 'fix/fetch-error-when-login' into 'develop'Shpuld Shpludson2019-02-22
|\ \ \ | | | | | | | | | | | | | | | | #370 fix/fetch-error-when-login See merge request pleroma/pleroma-fe!596
| * | | Update: Fix fetch error when loginjasper2019-02-19
| | | |
| * | | Fix error when loginjasper2019-02-18
| | | |
| * | | fix/fetch-error-when-loginjasper2019-02-18
| |/ /
* | | Merge branch '227-manage-blocks-mutes' into 'develop'Shpuld Shpludson2019-02-22
|\ \ \ | | | | | | | | | | | | | | | | Add Blocks / Mutes management tabs under user settings page See merge request pleroma/pleroma-fe!578
| * | | Remove needless codetaehoon2019-02-21
| | | |
| * | | Use Object.entries instead of Object.keystaehoon2019-02-20
| | | |
| * | | Comment out the mutes tabtaehoon2019-02-20
| | | |
| * | | Remove needless csstaehoon2019-02-20
| | | |
| * | | Fix indenttaehoon2019-02-20
| | | |
| * | | Add missing translation stringstaehoon2019-02-20
| | | |
| * | | Remove pagination logic in fetchBlocks apitaehoon2019-02-20
| | | |
| * | | Add new strings to i18ntaehoon2019-02-20
| | | |
| * | | Add note for empty state to the lists using slottaehoon2019-02-20
| | | |
| * | | Minor css improvements of hocstaehoon2019-02-20
| | | |
| * | | Pass down slots into wrapped componentstaehoon2019-02-20
| | | |
| * | | Rename some options and add comments to HOCstaehoon2019-02-20
| | | |
| * | | Improve chaining hocs using vue-composetaehoon2019-02-20
| | | |
| * | | Use hoc definitions to be factor of factorytaehoon2019-02-20
| | | |
| * | | Just save blocks/mutes instead of addingtaehoon2019-02-20
| | | |
| * | | Set blockIds and muteIds to the currentUser state onlytaehoon2019-02-20
| | | |
| * | | Add mutes tabtaehoon2019-02-20
| | | |
| * | | Add a prop to force-refresh data to withSubscription hoctaehoon2019-02-20
| | | |
| * | | Remove pagination support from block-listtaehoon2019-02-20
| | | |
| * | | Add withSubscription hoctaehoon2019-02-20
| | | |
| * | | Update hocs to pass parent-scope bindings to the wrapped componenttaehoon2019-02-20
| | | |
| * | | Complete functionality of BlockCardtaehoon2019-02-20
| | | |
| * | | Finally, added BlockCardtaehoon2019-02-20
| | | |