Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintenance #265

Closed
wants to merge 20 commits into from
Closed

Maintenance #265

wants to merge 20 commits into from

Commits on May 15, 2023

  1. ignore package lock

    Lulalaby committed May 15, 2023
    Configuration menu
    Copy the full SHA
    d1f6a1f View commit details
    Browse the repository at this point in the history
  2. prepare github files

    Lulalaby committed May 15, 2023
    Configuration menu
    Copy the full SHA
    d2a4299 View commit details
    Browse the repository at this point in the history
  3. Update CODE_OF_CONDUCT.md

    Lulalaby committed May 15, 2023
    Configuration menu
    Copy the full SHA
    0200e34 View commit details
    Browse the repository at this point in the history
  4. Update SECURITY.md

    Lulalaby committed May 15, 2023
    Configuration menu
    Copy the full SHA
    e9aa0dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a55fde View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a68d8dd View commit details
    Browse the repository at this point in the history
  7. Update CONTRIBUTING.md

    Lulalaby committed May 15, 2023
    Configuration menu
    Copy the full SHA
    6b5495b View commit details
    Browse the repository at this point in the history
  8. move docker to guides

    Lulalaby committed May 15, 2023
    Configuration menu
    Copy the full SHA
    d8ed35e View commit details
    Browse the repository at this point in the history
  9. update license file ext

    Lulalaby committed May 15, 2023
    Configuration menu
    Copy the full SHA
    4802455 View commit details
    Browse the repository at this point in the history
  10. feat(security): Add codeql

    Lulalaby committed May 15, 2023
    Configuration menu
    Copy the full SHA
    1c576a0 View commit details
    Browse the repository at this point in the history
  11. Revert "update license file ext"

    This reverts commit 24dcce7.
    Lulalaby committed May 15, 2023
    Configuration menu
    Copy the full SHA
    0ae9c54 View commit details
    Browse the repository at this point in the history
  12. Added four new helpers for discord2telegram processing

    01. Added customEmojiFilter helper function that will filter out custom emojis (uploaded to discord server by user). Why: otherwise they're displayed in raw html format, since there're no emojis to translate them to;
    02. Added replaceAtWithHash helper function that will filter replace '@' with '#'. Why: '@' is used as an inner reference symbol in Telegram which leads to posts transferred from Discord (if they had any @-mentions in it) to have a lot of unexpected links leading to random channels;
    03. Added replaceExcessiveSpaces helper function that will filter out excessive (2 or more) whitespaces from the output. Why: after removing custom emojis html output frequently ends up with excessive spaces;
    04. Added removeNewlineSpaces helper function that will filter out whitespaces placed at the beginning of the newline. Why: after removing custom emojis that were placed at the beginning of the newline html output ends up with an unneeded space;
    Jers1k authored and Lulalaby committed May 15, 2023
    Configuration menu
    Copy the full SHA
    cc30c2c View commit details
    Browse the repository at this point in the history
  13. Add build and push image

    PlugFox authored and Lulalaby committed May 15, 2023
    Configuration menu
    Copy the full SHA
    3b826c1 View commit details
    Browse the repository at this point in the history
  14. fix docker repository name

    PlugFox authored and Lulalaby committed May 15, 2023
    Configuration menu
    Copy the full SHA
    4d55589 View commit details
    Browse the repository at this point in the history
  15. Log in to Docker Hub

    PlugFox authored and Lulalaby committed May 15, 2023
    Configuration menu
    Copy the full SHA
    2b4343b View commit details
    Browse the repository at this point in the history
  16. Update tags

    PlugFox authored and Lulalaby committed May 15, 2023
    Configuration menu
    Copy the full SHA
    65a3c7a View commit details
    Browse the repository at this point in the history
  17. Delete feature_request.md

    Lulalaby committed May 15, 2023
    Configuration menu
    Copy the full SHA
    bba7868 View commit details
    Browse the repository at this point in the history
  18. Delete bug_report.md

    Lulalaby committed May 15, 2023
    Configuration menu
    Copy the full SHA
    2348521 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    89471f9 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    8aebb83 View commit details
    Browse the repository at this point in the history