about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/account
AgeCommit message (Collapse)Author
2018-09-21[Glitch] Display verified links in glitch flavorThibaut Girka
Port front-end changes from f4d549d30081478b1fe2bde9d340262e132bb891 to glitch-soc
2018-09-21[Glitch] Add edit profile action button to profileThibaut Girka
Port some parts from 1a7a74ff76a129031a3fd6d73688ab9409899002
2018-09-21[Glitch] Fix “Toots” tab highlighting for replies and media timelinesThibaut Girka
Port front-end changes from f8b54d229f70cb726511bcd35e1440618e487672
2018-09-13[Glitch] Highlight active tab in action barThibaut Girka
Port 7b7c26063e3fcf9e75a61780d81bd60b7c398ead to glitch-soc
2018-09-03Add admin links to status and account menus (fixes #673)Thibaut Girka
If the current logged-in user is an admin, add quick links to the admin interface in account and toot dropdown menu. Suggestion by @ashkitten
2018-08-27[Glitch] Wait until relationship is loaded before showing follow buttonThibaut Girka
Port cd049454be9cb8bf5fb6bc5316539432316033aa to glitch-soc
2018-08-10Implement public profile endorsements in glitch-socThibaut Girka
Port WebUI changes from f2404de871f0bdfda5c9aeeeb4c6c4d10a8da8ab to glitch-soc
2018-07-31Drop glitch-style account bio fieldsThibaut Girka
Upstream's implementation has been merged a while ago and is the preferred way to set fields, as it is the only one compatible with upstream and is more user-friendly. This commit deletes the legacy glitch-soc FrontMatter functionality in order to clean up the code and make it easier to maintain.
2018-07-30[Glitch] Improve WebUI account action barThibaut Girka
Mostly a port of 2ccef52a4f5be49e5c3b2256a3c5d4f193a3fe32 to glitch-soc
2018-07-21Display custom emoji in account notes in WebUI (fixes #595)Thibaut Girka
2018-05-16[Glitch] Feature: Direct message from menuThibaut Girka
Port d1f34151aee564bb1e60ee48107797681c869a81 to glitch-soc
2018-05-10[Glitch] Use plaintext value for field value tooltips in web UIThibaut Girka
Port d185f3ddafc941e280de7efc6d448449ab5ce2c9 to glitch-soc This doesn't change anything for glitch-style fields, but those will go away eventually
2018-05-10Add bot badge to account headers in the WebUIThibaut Girka
2018-05-10Adapt account fields rendering code in the WebUI to match upstreamThibaut Girka
2018-04-29Implement tootsuite-style account fieldsThibaut Girka
glitch-soc-style still in backup, both sharing the same SCSS style
2018-03-29[Glitch] Display unfollow button even if account movedThibaut Girka
Backport 3987bd18a4bfaee49ea9a3439fc51610aeca6c2c to glitch-soc
2018-03-29[Glitch] Profile redirect notesThibaut Girka
Port WebUI changes from 58cede4808baa4db6cc143b80ef23e8179a8415b
2018-03-16[Glitch] Add "Toots/Toots with replies/Media" tab below profile headerThibaut Girka
Port 51310125051a75ef7af4e8ffc8b6532c151e96b6 to glitch
2018-03-09Port #6627 and #6636 to glitch-socThibaut Girka
2018-01-18Style fixes to make eslint happier, hopefullyDavid Yip
2017-12-21Wrap <Avatar> in account header in a link to that account's page. Fixes #245.David Yip
2017-12-06Apply Javascript changes in tootsuite/mastodon#5887 to glitch flavour (#239)David Yip
2017-12-03Rename themes -> flavours ? ?kibigo!