aboutsummaryrefslogtreecommitdiff
path: root/src/modules/instance.js
Commit message (Collapse)AuthorAge
* Bookmark foldersmarcin mikołajczak2024-09-23
| | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* Support displaying time in absolute formattusooa2024-09-17
| | | | | | | | | | | | | | | | This adds two config items: useAbsoluteTimeFormat (boolean) and absoluteTimeFormatMinAge (string, number + unit ('d'|'h'|'m'|'s')). When `useAbsoluteTimeFormat` is true, the Timeago component will display absolute time if the time is at least `absoluteTimeFormatMinAge` from now. If `longFormat` prop is true, the fully formatted time is displayed. Otherwise, the format is determined by the `time` prop: (1) if `time` is on the same day of now, display hour and minute; (2) if `time` is in the same month of now, display day and hour; (3) if `time` is in the same year of now, display month and day; (4) otherwise, display year and month. If it should display relative time, the format is the same as before.
* fix themes v2 editor for anon users and people who never touched themesHenry Jameson2024-07-17
|
* cleanupHenry Jameson2024-07-12
|
* move theme application to interface moduleHenry Jameson2024-07-12
|
* MASSIVELY streamlined theme setting process, now EVERYTHING happens in a ↵Henry Jameson2024-07-10
| | | | vuex action "setTheme" instead of several different applyTheme()s scattered around
* fields for user font overridesHenry Jameson2024-06-27
|
* made theme debug easier by making it an actual optionHenry Jameson2024-06-21
|
* forced roundness tweak configHenry Jameson2024-06-21
|
* better defaults, fonts scale with panel scaleHenry Jameson2024-06-19
|
* more scaling optionsHenry Jameson2024-06-13
|
* initial Appearance Tab implementation, added text size/UI scale optionHenry Jameson2024-05-22
|
* Merge branch 'themes3-cache' into 'develop'HJ2024-05-22
|\ | | | | | | | | implement a simple caching system for themes 3 See merge request pleroma/pleroma-fe!1911
| * implement a simple caching system for themes 3Henry Jameson2024-04-22
| |
* | Allow muting sensitive posts in public timelinesAlexander Tumin2024-04-24
|/
* only show interface after theme has been appliedHenry Jameson2024-04-03
|
* Allow user to mark account as grouptusooa2023-12-27
|
* added some settings for notificationsHenry Jameson2023-11-19
|
* Merge branch 'tusooa/extra-notifications' into 'develop'HJ2023-10-31
|\ | | | | | | | | Extra notifications See merge request pleroma/pleroma-fe!1853
| * Make extra notification display customizabletusooa2023-08-18
| |
* | Do not show quote options for servers without quote supporttusooa2023-07-17
|/
* Hide custom emoji in reaction picker when BE does not advertise ↵Alexander Tumin2023-03-17
| | | | pleroma_custom_emoji_reactions
* Make it possible to auto-select the first candidate in autocompletetusooa2023-02-20
|
* Merge branch 'birthdays' into 'develop'HJ2023-01-25
|\ | | | | | | | | Birthdays See merge request pleroma/pleroma-fe!1432
| * Add birthday to registration formtusooa2023-01-22
| |
* | Merge branch 'from/develop/tusooa/confirm-dialogs' into 'develop'HJ2023-01-25
|\ \ | | | | | | | | | | | | Confirmation dialogs See merge request pleroma/pleroma-fe!1431
| * | Add remove follower confirmationTusooa Zhu2023-01-22
| | |
| * | Add confirm dialogs for accept & deny follow requestsTusooa Zhu2023-01-20
| | |
| * | Add delete status confirm modalTusooa Zhu2023-01-20
| |/
* | Merge branch 'from/develop/tusooa/multi-iface-lang' into 'develop'HJ2023-01-25
|\ \ | |/ |/| | | | | Multiple interface languages support See merge request pleroma/pleroma-fe!1568
| * Optimize UItusooa2022-12-23
| |
* | Include unpacked emojis in emoji pickertusooa2022-12-31
|/
* Merge branch 'from/develop/tusooa/remote-xact' into 'develop'HJ2022-11-21
|\ | | | | | | | | Remote interaction with posts: frontend part See merge request pleroma/pleroma-fe!1419
| * Enable anonymous users to interact with statuses remotelyTusooa Zhu2022-07-01
| |
* | Make chunks namedTusooa Zhu2022-09-20
| |
* | Use import() for emoji.jsonTusooa Zhu2022-09-20
| |
* | Add regional indicatorsTusooa Zhu2022-09-20
| |
* | Display localized unicode emoji namesTusooa Zhu2022-09-20
| |
* | Load unicode emoji annotationsTusooa Zhu2022-09-20
| |
* | Make unicode emoji phrases match with _Tusooa Zhu2022-09-18
| |
* | Make emoji picker use grouped unicode emojisTusooa Zhu2022-09-18
| |
* | Group emojis only by pack and remove pack: prefixTusooa Zhu2022-09-18
| | | | | | | | Ref: grouped-emoji-picker
* | Optimise emoji picker loading processTusooa Zhu2022-09-18
| |
* | Fix load more emoji actionTusooa Zhu2022-09-18
| |
* | don't show to anons, make it possible to disable notification instance-wideHenry Jameson2022-08-08
|/
* Merge remote-tracking branch 'origin/develop' into vue3-againHenry Jameson2022-03-16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (475 commits) Apply 1 suggestion(s) to 1 file(s) Update dependency @ungap/event-target to v0.2.3 Update package.json fix broken icons after FA upgrade Update Font Awesome Update dependency webpack-dev-middleware to v3.7.3 Update dependency vuelidate to v0.7.7 Pin dependency @kazvmoe-infra/pinch-zoom-element to 1.2.0 lint Make media modal buttons larger Add English translation for hide tooltip Add hide button to media modal Lint Prevent hiding media viewer if swiped over SwipeClick Fix webkit image blurs Fix video in media modal not displaying properly Add changelog for https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1403 Remove image box-shadow in media modal Clean up debug code for image pinch zoom Bump @kazvmoe-infra/pinch-zoom-element to 1.2.0 on npm ...
| * Merge branch 'from/develop/tusooa/tree-threading' into 'develop'HJ2022-03-13
| |\ | | | | | | | | | | | | Add the option to display threads as trees See merge request pleroma/pleroma-fe!1407
| | * Make fading ancestors optionalTusooa Zhu2022-03-07
| | |
| | * Split conversation display style into two different settingsTusooa Zhu2022-03-07
| | | | | | | | | | | | | | | | | | linear => linear (now default) simple_tree => tree / conversationTreeAdvanced=false tree => tree / conversationTreeAdvanced=true
| | * Make position of other replies button a prefTusooa Zhu2022-03-07
| | |