aboutsummaryrefslogtreecommitdiff
path: root/src/modules/instance.js
Commit message (Collapse)AuthorAge
...
| | * Add settings for max depth in threadTusooa Zhu2022-03-07
| | |
| | * Add simple tree style navigationTusooa Zhu2022-03-07
| | |
| | * Add tree-style thread displayTusooa Zhu2022-03-07
| | |
| * | Add bot indication to user icon on statusesAlexander Tumin2022-03-01
| | |
| * | Mute bot postsAlexander Tumin2022-02-28
| |/
| * options to disable (You)s and highlighting of yourselfHenry Jameson2022-02-03
| |
| * Hide mention link avatar by defaultTusooa Zhu2022-01-29
| |
| * Add option to fade domains in mention linkTusooa Zhu2022-01-29
| |
| * Add option to display user avatar in mention linkTusooa Zhu2022-01-29
| |
| * Add pref for whether to display full user names and tooltipsTusooa Zhu2022-01-29
| |
| * Add a pref for whether to display mention as icon or textTusooa Zhu2022-01-29
| |
| * Rearranged settings, moved more stuff to filtering where apllicable.Henry Jameson2021-06-08
| | | | | | | | Changed how filering works.
| * This setting didn't actually do anythingMark Felder2021-06-01
| |
| * Rename legacy PleromaFE Chat functionality to "Shout"Mark Felder2021-06-01
| |
* | stop using vue.setHenry Jameson2021-04-25
|/
* add sensitive by default optionShpuld Shpuldson2021-02-23
|
* fix #1037 chrome sorting didn't like 0, other sorter was just outright brokenHenry Jameson2021-01-04
|
* change logo to svgHenry Jameson2020-11-02
|
* Refactor desktop navbar into a component, change layout to grid forHenry Jameson2020-10-29
| | | | better compatibility with search field and simpler CSS
* Timeline virtual scrollingShpuld Shpludson2020-09-29
|
* Add Chatseugenijm2020-07-08
|
* streamline profile image api, update reset ui for all profile images to ↵Shpuld Shpludson2020-07-08
| | | | match avatar, remove unnecessary stuff
* Autocomplete domain mutes from list of known instancesSergey Suprunenko2020-06-08
|
* Merge branch 'develop' into feat/sidebar-alignmentMark Felder2020-05-15
|\
| * name setting should be with apiConfig sectionMark Felder2020-05-13
| |
| * registrationOpen is not an FE settingMark Felder2020-05-13
| |
| * Really alpha sort thisMark Felder2020-05-13
| |
| * Split apiConfig options from static/config.json options;Mark Felder2020-05-13
| | | | | | | | Move safeDM to nasty section, alpha sort things
| * loginMethod was missingMark Felder2020-05-13
| |
| * Separate the user configurable sectionMark Felder2020-05-13
| |
| * alpha sortMark Felder2020-05-13
| |
* | Permit sidebar alignment with instance configuration optionMark Felder2020-05-12
|/
* Apply suggestion to src/modules/instance.jsShpuld Shpludson2020-02-28
|
* make theme loading work with source-only presetsShpuld Shpuldson2020-02-22
|
* massively improved initial theme loading code, added checks and warnings whenHenry Jameson2020-01-22
| | | | loading theme files (import/localStorage/defaults)
* hide instance url/link/text in header using hideSitename optiontaehoon2019-12-11
|
* Made it optionalHenry Jameson2019-11-14
|
* Merge remote-tracking branch 'upstream/develop' into emoji-optimizationsHenry Jameson2019-11-08
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (95 commits) Lightbox/modal multi image improvements - #381 '/api/pleroma/profile/mfa' -> '/api/pleroma/accounts/mfa' Add ability to change user's email translations-de-batch-1 eu-translate update profile-banner rounding css, fixes #690 fix indentation remove needless ref show preview popover when hover numbered replies refactor conditions do not make too many nested div add fetchStatus action refactor status loading logic split status preview popover into a separate component uninstall mobile-detect library listen both events minor css fix restrict distance at top side only set different trigger event in desktop and mobile by default fix eslint warnings ...
| * Removed all whole mess of manual watch/data declaration, now fully automaticHenry Jameson2019-09-29
| |
* | moved emoji fetching from user to instance since it's its state anywayHenry Jameson2019-10-09
|/
* Initialize chat only if user is logged in and it wasn't initialized beforeSergey Suprunenko2019-08-17
|
* npm eslint --fix .Henry Jameson2019-07-05
|
* Feature/polls attempt 2lain2019-06-18
|
* Removed formattingOptionsEnabled in favor of relying on BE-provided list ofHenry Jameson2019-06-16
| | | | accepted formatting options
* Revert "add TOTP/Recovery Form for mobile version"Maksim2019-06-12
| | | | This reverts commit a3811f944819430c278b6da6b08dc322a9b9ff65.
* #469 - DM warning text should vary based on BE settingdave2019-04-02
|
* Merge remote-tracking branch 'upstream/develop' into minimal-scopes-modeHenry Jameson2019-03-30
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (173 commits) Fix: Change condition fix typo update store according to retweeted status #433 - update sort by for conversation display replies_count right after reply icon expose replies_count from mastodon api Apparently, MastoAPI gives status in ancestors if you try opening a repeat... make side drawer use gesture service and fix its animations review/remove error hiding errata review #433 - sort conversation for retweets and clean up Revert "Merge branch 'revert-987b5162' into 'develop'" Revert "Merge branch 'mastoapi/friends-tl' into 'develop'" Add await to login action' Remove console log Fix warnings in user profile routing Add tests for gesture service, fix bug with perpendicular directions #255 - clean up autocomplete form #255 - clean up user settings page with self-closing html tags ...
| * Add hideMutedPosts setting and wire up to post-returning endpointstaehoon2019-03-21
| |
| * Added new tab to display versions of BE/FEEdijs2019-03-10
| |
| * Load post status content type from instance configEdijs2019-03-04
| |