aboutsummaryrefslogtreecommitdiff
path: root/src/boot
Commit message (Collapse)AuthorAge
* 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
| | * Fix login handlingjasper2019-04-01
| | |
| | * Add Promise.all to send requests when loadingjasper2019-04-01
| | |
* | | Merge branch 'develop' into feature/mobile-improvements-3shpuld2019-04-01
|\| |
| * | 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 ...
| * | Initial work on deprecating scopeModesEnabled in favor of minimalScopeModeHenry Jameson2019-03-03
| | |
* | | remove window width copypastashpuld2019-04-01
| | |
* | | Merge branch 'develop' into feature/mobile-improvements-3shpuld2019-03-28
|\ \ \ | | |/ | |/|
| * | Add await to login action'jasper2019-03-26
| | |
| * | Add hideMutedPosts setting and wire up to post-returning endpointstaehoon2019-03-21
| | |
* | | merge develop inshpuld2019-03-23
|\| |
| * | Merge branch 'feature/version-info' into 'develop'Shpuld Shpludson2019-03-21
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Added new tab to display versions of BE/FE Closes #397 See merge request pleroma/pleroma-fe!671
| | * \ Merge branch 'develop' into feature/version-infoEdijs2019-03-13
| | |\ \
| | * | | Added new tab to display versions of BE/FEEdijs2019-03-10
| | | | |
| * | | | Merge branch 'bugfix/nodeinfo-post-formats' into 'develop'lambda2019-03-15
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | after store: fix setting postFormats field See merge request pleroma/pleroma-fe!683
| | * | | | after store: fix setting postFormats fieldWilliam Pitcock2019-03-14
| | | |/ / | | |/| |
| * / | | afterStoreSetup: Move log in and theme load to afterStoreSetup.lain2019-03-13
| |/ / /
| * | | afterStoreSetup: Handle 404 cases.lain2019-03-13
| | | |
| * | | afterStoreSetup: Emoji and nodeinfo refactor.lain2019-03-13
| | | |
| * | | afterStoreSetup: refactor TOS and panel fetching, handle 404s.lain2019-03-13
| | | |
| * | | afterStoreSetup: refactor.lain2019-03-13
| | | |
* | | | merge develop, add mobile nav componentshpuld2019-03-12
|\| | |
| * | | Add floating post-status button on mobileShpuld Shpludson2019-03-11
| | | |
| * | | Only connect to chat when authenticating in the first placeslice2019-03-10
| |/ / | | | | | | | | | | | | To avoid duplication of the connection, the chat socket is destroyed upon logging out.
| * / Load post status content type from instance configEdijs2019-03-04
| |/
* / more work with notifications drawershpuld2019-03-03
|/
* 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
| |/
* | Fxing conflictsjasper2019-02-08
|\ \
| * | #301 - add an option for default formattingXiaofeng An2019-02-06
| |/
* / Fix showFeaturesPanel option as instancejasper2019-02-08
|/
* Connect only after-store instead of when user gets tokenshpuld2019-01-29
|
* Fix registration path warning and translation warningsshpuld2019-01-27
|
* "spring" cleaningHenry Jameson2019-01-24
|
* fix custom nsfwCensorImage not workingHenry Jameson2019-01-23
|
* Show who to follow in the mobile viewHakaba Hitoyo2019-01-16
|
* Add instance information page for mobileHakaba Hitoyo2019-01-07
|
* merge develop, fix conflicts, fix logged out bugshpuld2018-12-29
|\
| * 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
| | |
* | | fix conflict in user card contentshpuld2018-12-28
|\| |
| * | Make "noAttachmentLinks" configurableMaxim Filippov2018-12-27
| |/