aboutsummaryrefslogtreecommitdiff
path: root/src/services
Commit message (Collapse)AuthorAge
* replace hsl's l with relative luminance for better lightness detectionHenry Jameson2020-01-12
|
* overhaul how style-switcher makes state, removed tons of copy-pasteHenry Jameson2020-01-12
|
* more fixesHenry Jameson2020-01-12
|
* fixHenry Jameson2020-01-12
|
* remove debugHenry Jameson2020-01-12
|
* fixes, cleanupHenry Jameson2020-01-12
|
* Refactoring, forgotten filesHenry Jameson2020-01-12
|
* simplified definition for text color by accounting for layers automatically,Henry Jameson2020-01-11
| | | | fixed badge notification text color by adding 'bw' option for textColor
* Refactored style_setter to be more declarative instead of walls of ↵Henry Jameson2020-01-06
| | | | copypasted code
* Replaced `v3compat` with `source` to reduce code complexity. Made more slotsHenry Jameson2020-01-02
| | | | | customizable. `theme` now contains a snapshot of theme generated for better compatiblity and future-proofing
* support for "transparent" color keywordHenry Jameson2019-12-30
|
* underlay customization, updated contrast calculations to account for alpha ↵Henry Jameson2019-12-28
| | | | blending
* fixed import-exportHenry Jameson2019-12-28
|
* Accent worksHenry Jameson2019-12-28
|
* Merge remote-tracking branch 'upstream/develop' into streamingHenry Jameson2019-12-26
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (51 commits) toggle_activation api is also deprecated use vuex action refactor toggleActivationStatus replace setActivationStatus api with new one use flex for stickers i18n/update-ja_easy Use a centralized fallback for missing values and use instance.federating instead of instance.federation.enabled Add fallback in case BE does not report federating status in nodeinfo The value we are looking for is federationPolicy.enabled, not federationPolicy.federating Logic should be to hide TWKN if not federating OR if instance is not public Finally trust eslint More lint More lint Lint mfa: removed unused code increase icon width a little bit in the nav panel add icons to nav panel Revert "Merge branch 'revert-96cab6d8' into 'develop'" Support "native" captcha Revert "Merge branch 'oauth-extra-scopes' into 'develop'" ...
| * toggle_activation api is also deprecatedtaehoon2019-12-15
| |
| * refactor toggleActivationStatustaehoon2019-12-15
| |
| * replace setActivationStatus api with new onetaehoon2019-12-15
| |
| * Merge branch 'revert-c2c48ec2' into 'develop'HJ2019-12-14
| |\ | | | | | | | | | | | | Reinstate `push` and `admin` scopes See merge request pleroma/pleroma-fe!1034
| | * Revert "Merge branch 'revert-96cab6d8' into 'develop'"Ivan Tashkinov2019-12-12
| | | | | | | | | This reverts merge request !1032
| * | Merge branch 'issue_124' into 'develop'feld2019-12-13
| |\ \ | | | | | | | | | | | | | | | | Change 403 messaging See merge request pleroma/pleroma-fe!1020
| | * | Set error dataWyatt Benno2019-12-09
| | | |
| | * | remove consoleWyatt Benno2019-12-09
| | | |
| | * | Change naming, make more generalWyatt Benno2019-12-09
| | | |
| | * | Wording updatesWyatt Benno2019-12-06
| | | |
| | * | Change 403 messagingWyatt Benno2019-12-05
| | | |
| * | | Merge branch 'mfa/login_form' into 'develop'HJ2019-12-13
| |\ \ \ | | |_|/ | |/| | | | | | | | | | mfa: fix login and recovery form See merge request pleroma/pleroma-fe!1031
| | * | mfa: fix login and recovery formMaksim Pechnikov2019-12-12
| | | |
| * | | Revert "Merge branch 'oauth-extra-scopes' into 'develop'"lain2019-12-12
| |/ / | | | | | | This reverts merge request !1024
| * | fixed typoMaksim Pechnikov2019-12-11
| | |
| * | Added OAuth 'push' and 'admin' scopes.Ivan Tashkinov2019-12-08
| |/
* | fix deletes causing errorsHenry Jameson2019-12-11
| |
* | Option to enable streamingHenry Jameson2019-12-10
| |
* | better wrapper for websocketHenry Jameson2019-12-08
| |
* | Updated streaming and improved error-handling, some more refactoring to apiHenry Jameson2019-12-08
| |
* | improved initial notifications fetchingHenry Jameson2019-11-24
| |
* | initial streaming workHenry Jameson2019-11-24
| |
* | Backend Interactor service overhaul, removed the need for copypastingHenry Jameson2019-11-24
|/
* Merge branch 'greentext-strikes-back' into 'develop'HJ2019-11-19
|\ | | | | | | | | | | | | ⑨ Added greentext support ⑨ Closes #9 See merge request pleroma/pleroma-fe!994
| * tests + updatesHenry Jameson2019-11-14
| |
| * Fix regex, tag detector conditionHenry Jameson2019-11-14
| |
| * adds greentext, also small fixesHenry Jameson2019-11-14
| |
* | Normalize profile fieldskPherox2019-11-19
| |
* | backend interactor service: implement startFetchingFollowRequestkPherox2019-11-19
|/ | | | backend interactor service: remove unused fetchFollowRequests
* 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 ...
| * '/api/pleroma/profile/mfa' -> '/api/pleroma/accounts/mfa'Maksim2019-11-08
| |
| * Add ability to change user's emailSergey Suprunenko2019-11-08
| |
| * Merge remote-tracking branch 'upstream/develop' into settings-refactorHenry Jameson2019-10-29
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (89 commits) 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 fix popper go behind the top bar migrate Popper to v-popover fix popper go behind the top bar fix eslint warnings reset font-size to normal text size using rem use top placement by default hide status preview popper when hover popper content ...
| | * Merge branch 'develop' into feature/following_reblogsMaksim Pechnikov2019-10-08
| | |\
| | * | updated user_cardMaksim Pechnikov2019-10-08
| | | |