aboutsummaryrefslogtreecommitdiff
path: root/src/boot/after_store.js
Commit message (Collapse)AuthorAge
...
* don't block ui with stickers or tosShpuld Shpuldson2020-06-27
|
* make use of api/v1/instanceShpuld Shpuldson2020-06-27
|\
| * fix conflict in after_storeShpuld Shpuldson2020-06-27
| |\
| | * Add profile fields formkPherox2020-06-10
| | |
| * | After Store: Remove last statusnet vestiges.lain2020-06-24
| | |
| * | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵lain2020-06-24
| |\| | | | | | | | | | remove-twitterapi-config
| * | after_store: Remove most of StatusNet config usagerinpatch2020-03-25
| | | | | | | | | | | | | | | | | | | | | | | | Information under `pleromafe` key is equivalent to the one under `pleroma_fe` key in `/api/pleroma/frontend_configurations`. All other information had equivalents in `/nodeinfo/2.0.json`, except `textlimit` and `vapidPublicKey`.
* | | add basic preloading for nodeinfo/configShpuld Shpuldson2020-06-26
| |/ |/|
* | The sidebarRight option wasn't being readMark Felder2020-05-28
| |
* | Remove unused noAttachmentLinks optionMark Felder2020-05-13
| |
* | Merge branch 'develop' into 'feat/relationship-refactor'Shpuld Shpludson2020-05-08
|\ \ | | | | | | | | | # Conflicts: # src/components/notification/notification.js
| * | First attempt at not requiring email address for registrationMark Felder2020-02-24
| |/
* / make relationships separate from usersShpuld Shpuldson2020-04-21
|/
* Merge branch 'themes-accent' into 'develop'HJ2020-02-18
|\ | | | | | | | | | | | | Themes v3 Part 1 "2.1" codenamed "One step for themes, a giant burder for code reviewers" Closes #750 and #774 See merge request pleroma/pleroma-fe!1037
| * Merge remote-tracking branch 'upstream/develop' into themes-accentHenry Jameson2020-01-28
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (33 commits) add emoji reactions to changelog fix emoji reaction classes broken in develop review changes Fix password and email update remove unnecessary anonymous function Apply suggestion to src/services/api/api.service.js remove logs/commented code remove favs count from react button remove mock data change emoji reactions to use new format Added polyfills for EventTarget (needed for Safari) and CustomEvent (needed for IE) Fix missing TWKN when logged in, but server is set to private mode. Fix follower request fetching Add domain mutes to changelog Implement domain mutes v2 change changelog to reflect actual release history of frontend Fix #750 , fix error messages and captcha resetting Optimize Notifications Rendering update CHANGELOG Use last seen notif instead of first unseen notif for sinceId ...
| * | v2 compatibility fixesHenry Jameson2020-01-22
| | |
| * | massively improved initial theme loading code, added checks and warnings whenHenry Jameson2020-01-22
| | | | | | | | | | | | loading theme files (import/localStorage/defaults)
* | | after_store: Fix failing to parse nodeinfo when mrf transparency isrinpatch2020-02-13
| |/ |/| | | | | | | | | disabled Closes #772
* | wire up staff accounts with correct store datataehoon2019-12-15
|/
* Use a centralized fallback for missing values and use instance.federating ↵Mark Felder2019-12-12
| | | | | | instead of instance.federation.enabled
* Merge branch 'develop' into feature/lockdown-timelines-private-modeMark Felder2019-12-12
|\
| * hide instance url/link/text in header using hideSitename optiontaehoon2019-12-11
| |
* | boot: track whether private mode is enabled or notAriadne Conill2019-11-11
|/
* boot: cleanup resolveStaffAccountsAriadne Conill2019-11-09
|
* about: add MRF transparency panelAriadne Conill2019-11-09
|
* about: add staff panelAriadne Conill2019-11-08
|
* moved emoji stuff away from after-store and into users module since we only needHenry Jameson2019-10-08
| | | | emoji after login
* Merge remote-tracking branch 'upstream/develop' into emoji-selector-updateHenry Jameson2019-09-08
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (116 commits) Password reset page add a comment force img updating immediately Fixed "sequimiento" to "seguimiento". Replace `/api/externalprofile/show.json` with a MastoAPI equialent Use mastodon api in follow requests "Optional" in lowercase. Update es.json fix pin/unpin status logic rename a mutation update fix user avatar fallback logic remove dead code Corrected "Media Proxy" translation. Update es.json make bio textarea resizable vertically only remove dead code Make image orientation consistent on FF, fix videos w/ modal remove dead code fix crazy watch logic in conversation ...
| * Password reset pageEugenij2019-09-05
| |
| * Initialize chat only if user is logged in and it wasn't initialized beforeSergey Suprunenko2019-08-17
| |
* | cleanup and appropriation for new emoji-input component API, styles updatesHenry Jameson2019-07-28
|/
* Feature/add sticker pickerabsturztaube2019-07-24
| | | | Squash to avoid storing commits with stickers in it to avoid possible copyright problems and excess storage space. --hj
* Feature/polls attempt 2lain2019-06-18
|
* Merge branch 'refactor-emoji-input' into 'develop'HJ2019-06-18
|\ | | | | | | | | | | | | EmojiInput refactoring Closes #565 See merge request pleroma/pleroma-fe!824
| * standartized autocomplete panel suggesions format, fixed some bugsHenry Jameson2019-06-08
| |
| * slot-based emoji input/autocomplete componentHenry Jameson2019-06-07
| |
* | Removed formattingOptionsEnabled in favor of relying on BE-provided list ofHenry Jameson2019-06-16
| | | | | | | | accepted formatting options
* | rename mutations according to actual property namesHenry Jameson2019-06-13
| |
* | fixHenry Jameson2019-06-13
| |
* | fixHenry Jameson2019-06-13
| |
* | Merge remote-tracking branch 'upstream/develop' into masto-register-app-secretHenry Jameson2019-06-13
|\ \ | | | | | | | | | | | | * upstream/develop: Revert "add TOTP/Recovery Form for mobile version"
| * | Revert "add TOTP/Recovery Form for mobile version"Maksim2019-06-12
| |/ | | | | | | This reverts commit a3811f944819430c278b6da6b08dc322a9b9ff65.
* | No longer sending extra data, renamed some propertiesHenry Jameson2019-06-13
| |
* | Proper clientId/secret/token caching, MastoAPI registrationHenry Jameson2019-05-22
|/
* support new custom emoji formatHenry Jameson2019-04-09
|
* Merge branch 'moderation-menu' into 'develop'Shpuld Shpludson2019-04-08
|\ | | | | | | | | Moderation menu #310 See merge request pleroma/pleroma-fe!595
| * Added moderation menueugenijm2019-04-01
| |
* | #469 - DM warning text should vary based on BE settingdave2019-04-02
|/
* fix conflictshpuld2019-04-01
|\
| * Merge branch 'fix/sending-requests-when-loading' into 'develop'Shpuld Shpludson2019-04-01
| |\ | | | | | | | | | | | | | | | | | | #463 Add Promise.all to send requests when loading Closes #463 See merge request pleroma/pleroma-fe!723