summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages (follow)
Commit message (Expand)AuthorAgeFilesLines
* improve search for some of our settingsdakkar2025-05-283-35/+43
* avoid use of <template> as a child of <TransitionGroup>Hazelnoot2025-05-251-2/+2
* merge: make DynamicNote less dynamic - helps with #1059 (!1041)Hazelnoot2025-05-241-0/+1
|\
| * ask to reload when changing `noteDesign`dakkar2025-05-211-0/+1
* | merge: Cleanup admin user UI (!1012)Marie2025-05-231-69/+118
|\ \
| * | allow staff to assign roles to remote usersHazelnoot2025-05-161-1/+1
| * | allow staff to un-assign conditional roles that have been erroneously assigne...Hazelnoot2025-05-161-1/+1
| * | fix expand/collapse icons for rolesHazelnoot2025-05-161-1/+4
| * | fix error when expanding conditional roleHazelnoot2025-05-161-3/+8
| * | add missing "inline" tag to reset password buttonHazelnoot2025-05-161-1/+1
| * | remove extra <template> tag from ips blockHazelnoot2025-05-161-6/+4
| * | collapse moderation note if emptyHazelnoot2025-05-161-3/+7
| * | cleanup admin user UIHazelnoot2025-05-161-59/+98
* | | merge: Add warning banner about word mute limitations (resolves #784) (!1017)Hazelnoot2025-05-231-0/+5
|\ \ \ | |_|/ |/| |
| * | add warning banner about word mute limitationsHazelnoot2025-05-141-0/+5
* | | use config.url instead of "https://${config.host}"Hazelnoot2025-05-211-2/+2
* | | don't recursively render note previewsHazelnoot2025-05-201-1/+1
* | | add option to put Translate button in the note toolbarHazelnoot2025-05-161-0/+9
| |/ |/|
* | use /users endpoint for explore exclusively (restore original behavior)Hazelnoot2025-05-141-8/+0
* | rename popularUsersLocal.host to popularUsersLocal.nameHazelnoot2025-05-141-1/+1
* | fix lint and TS errors in explore.users.vueHazelnoot2025-05-141-12/+12
* | enforce "can trend" role policy in trending user pageHazelnoot2025-05-141-0/+8
* | add new featured tab for "users popular locally"Hazelnoot2025-05-141-1/+11
* | add role policy to allow note trendingHazelnoot2025-05-142-0/+28
|/
* remove use of watch in external-services.vueHazelnoot2025-05-131-7/+7
* add manual save button to translation timeout fieldHazelnoot2025-05-121-1/+1
* add configurable timeout for note translationsHazelnoot2025-05-121-3/+17
* merge: Add "is from local bubble instance" role condition (!1011)Hazelnoot2025-05-121-0/+1
|\
| * add "is from local bubble instance" role conditionHazelnoot2025-05-121-0/+1
* | add hint about bubble timeline rolesHazelnoot2025-05-121-0/+6
* | remove unused bubbleTimelineEnabled variableHazelnoot2025-05-121-2/+0
* | translate bubble timeline controlsHazelnoot2025-05-121-2/+2
* | always show bubble timeline controlsHazelnoot2025-05-121-2/+1
|/
* merge: Add pattern checker for word mutes (resolves #1003) (!1020)Hazelnoot2025-05-122-39/+24
|\
| * rename SkWordMuteTest to SkPatternTestHazelnoot2025-05-102-7/+7
| * add SkWordMuteTest to moderation control panelHazelnoot2025-05-101-0/+13
| * extract SkWordMuteTestHazelnoot2025-05-101-36/+3
| * move parseMutes to a utility fileHazelnoot2025-05-101-33/+1
| * add UI for testing word mutesHazelnoot2025-05-101-34/+71
* | merge: Fix circular dependency in following feed (!1013)Hazelnoot2025-05-121-1/+2
|\ \
| * | refactor following feed to avoid circular dependencyHazelnoot2025-05-101-1/+2
| |/
* | merge: Add new role conditions for local/remote followers/followees (!1002)Hazelnoot2025-05-121-1/+51
|\ \ | |/ |/|
| * reset default value for new followers role conditionsHazelnoot2025-05-101-0/+8
| * add warning for role conditions that are dependent on remote dataHazelnoot2025-05-101-0/+15
| * add new role conditions for local/remote followers/followeesHazelnoot2025-05-101-1/+28
* | put back buttons "show/hide replies-to-others from all"dakkar2025-05-101-0/+14
|/
* merge: Remove moved setting that was left after merge (!1006)dakkar2025-05-101-12/+0
|\
| * remove moved settingMarie2025-05-091-12/+0
* | add isFromInstance role conditionHazelnoot2025-05-091-0/+15
|/
* merge: Pass token in Authorization header instead of body (!1003)Hazelnoot2025-05-091-1/+3
|\