aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵lain2020-06-24
|\ | | | | | | remove-twitterapi-config
| * Merge branch 'feature/bot-flag' into 'develop'lain2020-06-22
| |\ | | | | | | | | | | | | | | | | | | Add 'Bot' settings option and badge Closes #832 See merge request pleroma/pleroma-fe!1153
| | * Use more correct class name for user badgesSergey Suprunenko2020-06-21
| | |
| | * Show a 'bot' badge on the service account pageSergey Suprunenko2020-06-21
| | |
| | * Add 'bot' flag to Profile settingsSergey Suprunenko2020-06-21
| |/
| * Merge branch 'notification-unification-experiments' into 'develop'lain2020-06-19
| |\ | | | | | | | | | | | | Notification unification / WebPush i18n. See merge request pleroma/pleroma-fe!1142
| | * Changelog: Add info about push notifications.lain2020-06-19
| | |
| | * ServiceWorker: Use clearer variable nameslain2020-06-19
| | |
| | * Service Worker: Extract messages to own module.lain2020-06-16
| | |
| | * Linting + docslain2020-06-13
| | |
| | * ServiceWorker: Use loader to only notification messages.lain2020-06-13
| | | | | | | | | | | | | | | | | | This keeps the translation size very small and makes it easy to integrate all the languages, as dynamically loading them isn't easy in the service worker.
| | * Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵lain2020-06-12
| | |\ | | | | | | | | | | | | notification-unification-experiments
| | * | NotificationUtils: Add tag to notifications.lain2020-06-11
| | | |
| | * | ServiceWorker: Don't show message via sw if a client is active.lain2020-06-11
| | | |
| | * | ServiceWorker: Grab the notification and display it with i18n.lain2020-06-11
| | | |
| | * | NotificationUtils: Extract preparation of notification object.lain2020-06-11
| | | |
| * | | Merge branch 'fix-username-emoji' into 'develop'HJ2020-06-19
| |\ \ \ | | | | | | | | | | | | | | | | | | | | fix huge emoji in usernames See merge request pleroma/pleroma-fe!1151
| | * | | fix huge emoji in usernamesHenry Jameson2020-06-19
| |/ / /
| * | | Merge branch 'iss-149/profile-fields-display' into 'develop'Shpuld Shpludson2020-06-19
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Display profile fields See merge request pleroma/pleroma-fe!1004
| | * | | fix width of long field valuekPherox2020-06-18
| | | | |
| | * | | change key-value to look like onekPherox2020-06-18
| | | | |
| | * | | resume the previous emoji size for nowShpuld Shpuldson2020-06-17
| | | | |
| | * | | restyle the fieldsShpuld Shpuldson2020-06-17
| | | | |
| | * | | Merge branch 'develop' into kPherox/pleroma-fe-iss-149/profile-fields-displayShpuld Shpuldson2020-06-17
| | |\ \ \
| | * | | | Change to use tags removed fields instead of raw fieldskPherox2020-02-19
| | | | | |
| | * | | | Add fields_text for tooltipkPherox2020-02-19
| | | | | |
| | * | | | Change field name to right justifykPherox2019-11-20
| | | | | |
| | * | | | Use fields_html onlykPherox2019-11-20
| | | | | |
| | * | | | Add tooltipkPherox2019-11-20
| | | | | |
| | * | | | Change css selectors to classname from elementnamekPherox2019-11-20
| | | | | |
| | * | | | Change profile fields design to horizontalkPherox2019-11-20
| | | | | |
| | * | | | Fix emoji sizekPherox2019-11-20
| | | | | |
| | * | | | Display user profile fieldskPherox2019-11-20
| | | | | |
| * | | | | Merge branch '589-poll-options' into 'develop'Shpuld Shpludson2020-06-18
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Polls: Construct an html field during normalization. Closes #589 See merge request pleroma/pleroma-fe!1146
| | * | | | | Poll, StatusContent: Move emoji css to status body.lain2020-06-18
| | | | | | |
| | * | | | | Changelog: Add info about poll option emoji.lain2020-06-15
| | | | | | |
| | * | | | | Apply suggestion to src/services/entity_normalizer/entity_normalizer.service.jslain2020-06-14
| | | | | | |
| | * | | | | Polls: Construct an html field during normalization.lain2020-06-14
| | | | | | |
| * | | | | | Merge branch 'feat/tweak-autocomplete-search' into 'develop'lain2020-06-18
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Autocomplete tweaks: remove search blocker, fix debounce params #869 See merge request pleroma/pleroma-fe!1149
| | * | | | | | remove recentqueries thingShpuld Shpuldson2020-06-18
| | | | | | | |
| | * | | | | | revert import styleShpuld Shpuldson2020-06-18
| | | | | | | |
| | * | | | | | return the correct promise type from actionShpuld Shpuldson2020-06-18
| | | | | | | |
| | * | | | | | update changelogShpuld Shpuldson2020-06-18
| | | | | | | |
| | * | | | | | remove search blocker, fix debounce paramsShpuld Shpuldson2020-06-18
| |/ / / / / /
| * | | | | | Merge branch 'fix/popovers-cutting-off-in-notifications' into 'develop'Shpuld Shpludson2020-06-18
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix popovers cutting off in notifications #809 Closes #809 See merge request pleroma/pleroma-fe!1147
| | * | | | | Update popover.jsShpuld Shpludson2020-06-16
| | | | | | |
| | * | | | | Merge branch 'develop' into 'fix/popovers-cutting-off-in-notifications'Shpuld Shpludson2020-06-16
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | # Conflicts: # CHANGELOG.md
| * | | | | | Merge branch 'fix/disable-subject-when-posting' into 'develop'HJ2020-06-16
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disable subject field when posting #868 See merge request pleroma/pleroma-fe!1148
| | * | | | | | disable subject field when postingShpuld Shpuldson2020-06-16
| |/ / / / / /
| | * | | | | update changelogShpuld Shpuldson2020-06-16
| | | | | | |