aboutsummaryrefslogtreecommitdiff
path: root/src/modules/instance.js
Commit message (Collapse)AuthorAge
* 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
| |
* | Initial work on deprecating scopeModesEnabled in favor of minimalScopeModeHenry Jameson2019-03-03
|/
* bad defaultsHenry Jameson2019-02-21
|
* Merge branch 'fix/profile-not-loading-without-persisted-state' into 'develop'Shpuld Shpludson2019-02-11
|\ | | | | | | | | | | | | Fix #324 Profiles sometimes not loading when there's no persisted state Closes #324 See merge request pleroma/pleroma-fe!553
| * Change the async stuff to not render app before theme is loadedshpuld2019-02-09
| |
* | Merge branch 'fix/add-option-to-hide-filtered-statues' into 'develop'Shpuld Shpludson2019-02-09
|\ \ | | | | | | | | | | | | #254 Add option to hide filtered statuses See merge request pleroma/pleroma-fe!539
| * | Add option to hide filtered statusesjasper2019-02-06
| |/
* | fixing conflictsjasper2019-02-08
| |
* | Fxing conflictsjasper2019-02-08
|\ \
| * | #301 - add an option for default formattingXiaofeng An2019-02-06
| |/
* / Fix showFeaturesPanel option as instancejasper2019-02-08
|/
* Merge branch 'restore-routes' into 'develop'lambda2018-12-29
|\ | | | | | | | | Restore old routes, enable user route as fallback. See merge request pleroma/pleroma-fe!440
| * Treat reserved users like external users in the frontend.Lambda2018-12-26
| |
| * Restore old routes, enable user route as fallback.Lambda2018-12-25
| |
* | Add "noAttachmentLinks" to src/modules/instance.jsMaxim Filippov2018-12-27
|/
* Merge branch 'develop' into feature/new-user-routesMaxim Filippov2018-12-17
|\
| * keep track of new instance optionsHenry Jameson2018-12-13
| |
| * Merge remote-tracking branch 'upstream/develop' into feature/theming2Henry Jameson2018-12-05
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: Fix iOS Safari from making videos play fullscreen by default added PR comments resolved the lint used the deleted data param as condition in status template Switch to "timeline" when pressing user-settings Added user setting tooltip made links in user bio always open in new tabs addressed PR comments added tooltip Add userId property to timelines so that we don't overwrite user timeline meant for another user Added option to auto-hide subject field when it's empty. removes hacks from notifications storage, adds api call to let server update is_seen attribute fixes vimium not giving retweet button a hint Do not use underscore at the beginning of the method Logout user on password change Route user to the correct profile URL Typo Fix filetype detection Switch to settings when touching settings Switch to timeline on nav panel actions