aboutsummaryrefslogtreecommitdiff
path: root/test/unit/specs/services
Commit message (Collapse)AuthorAge
* add 'none' keyword to PISS shadow definiton that equals empty arrayHenry Jameson2024-09-24
|
* onlyHenry Jameson2024-09-20
|
* more tests, fixed some issuesHenry Jameson2024-09-20
|
* remove 'only'Henry Jameson2024-09-20
|
* cleanupHenry Jameson2024-09-20
|
* at last... it's completeHenry Jameson2024-09-20
|
* tempHenry Jameson2024-09-19
|
* fix testsHenry Jameson2024-07-22
|
* MASSIVELY streamlined theme setting process, now EVERYTHING happens in a ↵Henry Jameson2024-07-10
| | | | vuex action "setTheme" instead of several different applyTheme()s scattered around
* fix tests and make them pass on shit hardwareHenry Jameson2024-03-26
|
* more testsHenry Jameson2024-03-25
|
* fix massive issue in getAllPossibleCombinationsHenry Jameson2024-03-25
|
* update testsHenry Jameson2024-03-07
|
* better virtual components and stuffHenry Jameson2024-01-31
|
* shit more or less works for the very basic stuffHenry Jameson2024-01-23
|
* some more stuff, generating CSS selectors from rulesHenry Jameson2024-01-23
|
* fix tests and make utils consistent in where they pull configuration fromHenry Jameson2023-11-22
|
* fix testsHenry Jameson2023-11-19
|
* Fix parsing non-ascii tagstusooa2023-07-21
|
* Use dedicated indicator for non-ascii domain namesTusooa Zhu2022-08-29
|
* Fix test errorsTusooa Zhu2022-08-10
|
* deal with no-prototype-builtinsHenry Jameson2022-07-31
|
* --fixHenry Jameson2022-07-31
|
* Fix testsTusooa Zhu2022-06-07
|
* remove obsolete testsHenry Jameson2021-08-15
|
* remove old emoji added, everything emoji-bearing uses RichContent nowHenry Jameson2021-08-13
|
* fix rich imagesHenry Jameson2021-06-18
|
* do the impossible, fix the unfixableHenry Jameson2021-06-14
|
* refactored line converter, untied its logic from greentexting, betterHenry Jameson2021-06-13
| | | | handling of broken cases
* review + fixesHenry Jameson2021-06-12
|
* cleanupHenry Jameson2021-06-12
|
* restructure and testsHenry Jameson2021-06-12
| | | | squash! restructure and tests
* fix #935Henry Jameson2021-06-11
|
* Hellthread(tm) CertifiedHenry Jameson2021-06-10
|
* made getAttrs correctly handle both ' and "Henry Jameson2021-06-07
|
* more testsHenry Jameson2021-06-07
|
* fix emoji processor not leaving string as-is if no emoji are foundHenry Jameson2021-06-07
|
* [WIP] MUCH better approach to replacing emojis with still versionsHenry Jameson2021-06-07
|
* separate screen_name and screen_name_ui with decoded punycodeShpuld Shpuldson2021-02-26
|
* add testShpuld Shpuldson2021-02-17
|
* fix #1036 convert screen name to unicode with punycodeShpuld Shpludson2021-01-05
|
* fix testShpuld Shpuldson2020-11-02
|
* Optimistic message sending for chateugenijm2020-11-01
|
* Fix chat messages being missed when the streaming is disabled and the ↵eugenijm2020-09-16
| | | | messages are sent by both participants simultaneously
* Rewrite word split imperatively for controlShpuld Shpuldson2020-08-28
|
* fix tests by removing only and adding empty func for notification testsShpuld Shpuldson2020-08-19
|
* Address feedbackeugenijm2020-07-08
| | | | | | | | | | | | | | | | | | | | | | Use more specific css rules for the emoji dimensions in the chat list status preview. Use more round em value for chat list item height. Add global html overflow and height for smoother chat navigation in the desktop Safari. Use offsetHeight instad of a computed style when setting the window height on resize. Remove margin-bottom from the last message to avoid occasional layout shift in the desktop Safari Use break-word to prevent chat message text overflow Resize and scroll the textarea when inserting a new line on ctrl+enter Remove fade transition on route change Ensure proper border radius at the bottom of the chat, remove unused border-radius Prevent the chat header "jumping" on the avatar load.
* Add bookmarksEugenij2020-07-03
| | | | Co-authored-by: jared <jaredrmain@gmail.com>
* Merge branch 'develop' into kPherox/pleroma-fe-iss-149/profile-fields-displayShpuld Shpuldson2020-06-17
|\
| * StatusParser: Remove unused removeAttachmentLinks.lain2020-06-11
| | | | | | | | Brings down the vendor by over 200kb