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

update to 2.5.4 #28

Closed
wants to merge 201 commits into from
Closed

update to 2.5.4 #28

wants to merge 201 commits into from

Commits on Apr 10, 2020

  1. set lang attr on <html> according to user's choice

    Signed-off-by: BinotaLIU <binota@binota.org>
    binotaliu committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    2453b2a View commit details
    Browse the repository at this point in the history
  2. set default lang attr for note to 'en'

    Signed-off-by: BinotaLIU <binota@binota.org>
    binotaliu committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    bdd2de7 View commit details
    Browse the repository at this point in the history
  3. escape attribute value for lang

    Signed-off-by: BinotaLIU <binota@binota.org>
    binotaliu committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    9b899c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Convert "include" directives to functions

    Signed-off-by: Tamotsu Takahashi <ttakah@gmail.com>
    Tamotsu Takahashi committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    3df0903 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Make permission labels translatable.

    hackmdio#1581 (comment)
    
    Signed-off-by: Tamotsu Takahashi <ttakah@gmail.com>
    Tamotsu Takahashi committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    0aff524 View commit details
    Browse the repository at this point in the history
  2. Make permission and status translatable

    Move HTML from JS to EJS.
    hackmdio#1581 (comment)
    hackmdio#1581 (comment)
    
    Signed-off-by: Tamotsu Takahashi <ttakah@gmail.com>
    Tamotsu Takahashi committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    66fdf7b View commit details
    Browse the repository at this point in the history
  3. Make "Expand all" translatable

    Move HTML from JS to EJS
    
    I don't know how to register i18n helper to handlebars,
    so "export to raw HTML" has not been touched.
    You can do the same for html.hbs if you want.
    
    Signed-off-by: Tamotsu Takahashi <ttakah@gmail.com>
    Tamotsu Takahashi committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    dec2f98 View commit details
    Browse the repository at this point in the history
  4. Remove the semicolons

    hackmdio#1580 (comment)
    
    Signed-off-by: Tamotsu Takahashi <ttakah@gmail.com>
    Tamotsu Takahashi committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    ffac645 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Fix matchInContainer false positives

    The function should match only the beginnings of lines.
    
    For example, see this testcase:
    ```
    :::spoiler
    here is a :::
    :::
    :::
    ```
    The last line should be completed.
    
    Without this patch, the third line is completed and the last is not.
    
    Signed-off-by: Tamotsu Takahashi <ttakah@gmail.com>
    tamo authored and Tamotsu Takahashi committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    ac43db8 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Add oauth2 authorization

    Signed-off-by: Joachim Mathes <joachim_mathes@web.de>
    Joachim Mathes authored and joachimmathes committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    0ec949d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Update public/js/index.js

    simplify the regex
    suggested by yukaii in hackmdio#1605
    
    Co-authored-by: Yukai Huang <yukaihuangtw@gmail.com>
    tamo and Yukaii authored May 12, 2021
    Configuration menu
    Copy the full SHA
    4002306 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Update public/js/index.js

    simplify the regex
    suggested by yukaii in hackmdio#1605
    
    Co-authored-by: Yukai Huang <yukaihuangtw@gmail.com>
    Signed-off-by: Tamotsu Takahashi <ttakah@gmail.com>
    2 people authored and Tamotsu Takahashi committed May 13, 2021
    Configuration menu
    Copy the full SHA
    ad1bfa6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9343d32 View commit details
    Browse the repository at this point in the history
  3. fix: handle when request url has no valid referer

    Signed-off-by: Max Wu <jackymaxj@gmail.com>
    jackycute committed May 13, 2021
    Configuration menu
    Copy the full SHA
    5e70965 View commit details
    Browse the repository at this point in the history
  4. fix: avoid append zero suffix on exporting user data

    Signed-off-by: Max Wu <jackymaxj@gmail.com>
    jackycute committed May 13, 2021
    Configuration menu
    Copy the full SHA
    db5fc50 View commit details
    Browse the repository at this point in the history
  5. Merge pull request hackmdio#1680 from hackmdio/bugfix/fix-export-user…

    …-data-filename-zero
    
    Avoid append zero suffix on exporting user data
    a60814billy authored May 13, 2021
    Configuration menu
    Copy the full SHA
    3af5408 View commit details
    Browse the repository at this point in the history
  6. Merge pull request hackmdio#1679 from hackmdio/bugfix/fix-no-referrer…

    …-for-return-url
    
    Handle when request url has no valid referer
    a60814billy authored May 13, 2021
    Configuration menu
    Copy the full SHA
    54f6e55 View commit details
    Browse the repository at this point in the history
  7. fix: S3 client config passing for image upload

    ref issue: aws/aws-sdk-js-v3#1396
    
    Signed-off-by: Max Wu <jackymaxj@gmail.com>
    jackycute committed May 13, 2021
    Configuration menu
    Copy the full SHA
    a41c4db View commit details
    Browse the repository at this point in the history
  8. feat: add TeX mhchem extensions for MathJax

    Signed-off-by: Max Wu <jackymaxj@gmail.com>
    jackycute committed May 13, 2021
    Configuration menu
    Copy the full SHA
    e9293b0 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. feat: bump package-lock codimd version

    Signed-off-by: Max Wu <jackymaxj@gmail.com>
    jackycute committed May 18, 2021
    Configuration menu
    Copy the full SHA
    a913c61 View commit details
    Browse the repository at this point in the history
  2. feat: upgrade flowchart.js to version 1.15.0

    Signed-off-by: Max Wu <jackymaxj@gmail.com>
    jackycute committed May 18, 2021
    Configuration menu
    Copy the full SHA
    b6837f1 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Merge pull request hackmdio#1683 from hackmdio/bugfix/fix-image-uploa…

    …d-s3-config
    
    Fix S3 client config passing for image upload
    a60814billy authored May 19, 2021
    Configuration menu
    Copy the full SHA
    599fd41 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Merge pull request hackmdio#1684 from hackmdio/feature/support-mhchem…

    …-mathjax
    
    Add TeX mhchem extensions for MathJax
    a60814billy authored May 25, 2021
    Configuration menu
    Copy the full SHA
    b27f147 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hackmdio#1685 from hackmdio/feature/upgrade-flowch…

    …art.js-1.15.0
    
    Upgrade flowchart.js to version 1.15.0
    a60814billy authored May 25, 2021
    Configuration menu
    Copy the full SHA
    8c20d9f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. chore: add dev container

    Signed-off-by: Raccoon <raccoon@hackmd.io>
    a60814billy committed May 28, 2021
    Configuration menu
    Copy the full SHA
    2338113 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Add test and build actions

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    34f502c View commit details
    Browse the repository at this point in the history
  2. Add doctoc check

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    71dce28 View commit details
    Browse the repository at this point in the history
  3. Fix doctoc workflow

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    2432397 View commit details
    Browse the repository at this point in the history
  4. Remove travis CI config

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    dcfdb01 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. fix: should not clear guest history when guest pin note

    Signed-off-by: Raccoon <raccoon@hackmd.io>
    a60814billy committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    b6d5db3 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Merge pull request hackmdio#1694 from hackmdio/chore/github-actions

    Run CI with GitHub Actions
    a60814billy authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    282fcab View commit details
    Browse the repository at this point in the history
  2. feat: implement CSRF token in export user data

    Signed-off-by: Raccoon <raccoon@hackmd.io>
    a60814billy committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    0280a2e View commit details
    Browse the repository at this point in the history
  3. fix: profile dropdown should not set active class

    Signed-off-by: Raccoon <raccoon@hackmd.io>
    a60814billy committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    b8203ae View commit details
    Browse the repository at this point in the history
  4. fix: strip html tags for gist id to avoid stored XSS on showing error…

    … [Security Issue]
    
    Signed-off-by: Max Wu <jackymaxj@gmail.com>
    jackycute committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    6966881 View commit details
    Browse the repository at this point in the history
  5. fix: strip html tags for gist file, gist line, gist highlight line, g…

    …ist show loading attrtributes
    
    Signed-off-by: Max Wu <jackymaxj@gmail.com>
    jackycute committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    2eefe77 View commit details
    Browse the repository at this point in the history
  6. feat: upgrade mermaid to version 8.10.1

    to avoid mermaid prototype pollution mermaid-js/mermaid#1940
    
    Signed-off-by: Max Wu <jackymaxj@gmail.com>
    jackycute committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    e75e28c View commit details
    Browse the repository at this point in the history
  7. feat: upgrade mermaid to version 8.10.2

    Signed-off-by: Max Wu <jackymaxj@gmail.com>
    jackycute committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    16a1e82 View commit details
    Browse the repository at this point in the history
  8. Merge pull request hackmdio#1691 from hackmdio/bugfix/fix-gist-id-sto…

    …red-XSS
    
    Strip HTML tags for gist id to avoid stored XSS on showing error [Security Issue]
    a60814billy authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    82b7800 View commit details
    Browse the repository at this point in the history
  9. Merge pull request hackmdio#1690 from hackmdio/feature/upgrade-mermai…

    …d-8.10.1
    
    Upgrade mermaid to version 8.10.2 to avoid prototype pollution
    a60814billy authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    e623b72 View commit details
    Browse the repository at this point in the history
  10. Merge pull request hackmdio#1688 from hackmdio/chore/dev-container

    Add dev container for GitHub Codespaces and VSCode remote container
    jackycute authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    1bdedf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Add support for arm64 build

    Signed-off-by: YadominJinta <i@yadom.in>
    YadominJinta committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    9c280b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    6b8950d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b78202 View commit details
    Browse the repository at this point in the history
  3. Merge pull request hackmdio#1580 from tamo/master

    Convert "include" directives to functions
    a60814billy authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    620197f View commit details
    Browse the repository at this point in the history
  4. Merge pull request hackmdio#1587 from tamo/more-i18n

    Move HTML-related code from JS to EJS to enable more i18n
    a60814billy authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    e7a5ea8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request hackmdio#1701 from YadominJinta/develop

    Add arm64 docker image build.
    a60814billy authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    3b1e270 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. fix: may referernce out of bound index in clearDuplicatedHistory

    Signed-off-by: Raccoon <raccoon@hackmd.io>
    a60814billy committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    b2e2743 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. feat: add organizations whitelist to GitHub OAuth

    Currently CodiMD does not support limiting access of GitHub OAuth users
    based on their organization membership. This is a very useful
    functionality for teams that want to limit write access to their notes.
    
    I've implemented a crude solution to this problem, which most probably
    requires some adjusments to make it better. I'm not sure if this
    implementation is kosher, but it definitely works on my deployment.
    
    Open to suggestions on how I can improve it.
    
    Signed-off-by: Jakub Sokołowski <jakub@status.im>
    jakubgs committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    0d1cd1d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. chore: upgrade codemirror to 5.61.3

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    80fc6bc View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Documentation - add Music section and move abc abd fretboard to this …

    …section
    
    Signed-off-by: Bruno Duyé <brunetton@brunetton.org>
    brunetton committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    d627d9f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Merge pull request hackmdio#1706 from hackmdio/fix/incorrect-array-in…

    …dex-reference-in-clearDuplicatedHistory
    
    fix: may referernce out of bound index in clearDuplicatedHistory
    Yukaii authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    5db11d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hackmdio#1695 from hackmdio/feat/csrf-export-user-…

    …data
    
    Feat/csrf export user data
    Yukaii authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    e45194e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. chore: bump meta-marked to 0.5.0

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    c013c22 View commit details
    Browse the repository at this point in the history
  2. chore: remove unused uglifyjs-webpack-plugin dep

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    e1ea214 View commit details
    Browse the repository at this point in the history
  3. feat: deprecate sequelize.import usage

    - https://sequelize.org/master/manual/models-definition.html
    - hackmdio#1579
    
    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    08592f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Merge pull request hackmdio#1724 from hackmdio/refactor/sequelize-import

    sequelize.import deprecation
    Yukaii authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    5b564c6 View commit details
    Browse the repository at this point in the history
  2. chore: upgrade codemirror to 5.63.2

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    bfda919 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Merge pull request hackmdio#1716 from hackmdio/chore/upgrade-codemirror

    Upgrade codemirror to 5.63.2
    Yukaii authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    32f3246 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hackmdio#1723 from hackmdio/chore/remove-uglifyjs

    chore: remove unused uglifyjs-webpack-plugin dep
    Yukaii authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    ded6b58 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Update README.md to remove IE from supporting list

    Signed-off-by: Max Wu <jackymaxj@gmail.com>
    jackycute committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    54e5b93 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Fix fence class array initialization

    Signed-off-by: Vincent Nadoll <vincent.nadoll@googlemail.com>
    V1ncNet committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    adb0dd5 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Update de.json

    better german
    
    Signed-off-by: NotYourBusiness <NotYourBusiness>
    TJ authored and NotYourBusiness committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    212d8b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Merge pull request hackmdio#1741 from rubstudent/develop

    Update de.json
    a60814billy authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    be3b2a9 View commit details
    Browse the repository at this point in the history
  2. doc(release-note): Releaes 2.4.1

    Signed-off-by: Raccoon <raccoon@hackmd.io>
    a60814billy committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    ce1b1cc View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. 🐛 [fix] modify replacement rule for disqus short-name

    Signed-off-by: chenxuanzzy <chenxsuan019@gmail.com>
    chenxuanzzy committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    07cfb29 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. s3 support multiple cloud providers: hackmdio#1761

    Signed-off-by: blademainer <blademainer@gmail.com>
    blademainer committed May 6, 2022
    Configuration menu
    Copy the full SHA
    1a38aaa View commit details
    Browse the repository at this point in the history
  2. s3 support multiple cloud providers: hackmdio#1761

    Signed-off-by: blademainer <blademainer@gmail.com>
    blademainer committed May 6, 2022
    Configuration menu
    Copy the full SHA
    7b1e4e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Upgrade Node.js version

    Signed-off-by: inductor <kela@inductor.me>
    inductor committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    e6d2b7a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. doc(release-note): change release version to 2.4.2

    Signed-off-by: Raccoon <raccoon@hackmd.io>
    a60814billy committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    b55bf97 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hackmdio#1742 from hackmdio/develop

    Release 2.4.2
    a60814billy authored Aug 6, 2022
    Configuration menu
    Copy the full SHA
    5d84066 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. upgrading pg to 8.8.0 to support new scram-sha-256 authentication

    this fixes "error: 	uncaughtException: Unknown authenticationOk message typeMessage { name: 'authenticationOk', length: 23 }"
    
    Signed-off-by: Anton Wolkov <7001904+phntom@users.noreply.github.com>
    phntom committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    03f8649 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. fix: restrict export type and use sandbox to prevent potential attack

    Signed-off-by: Charlie Hsieh <gasbomb_tw@hotmail.com>
    galaxian85 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    5d72fae View commit details
    Browse the repository at this point in the history
  2. fix: sanitize vimeo video id to prevent XSS

    Signed-off-by: Charlie Hsieh <gasbomb_tw@hotmail.com>
    galaxian85 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    9df1c34 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    a7564e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ab0b7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21345ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2565bd View commit details
    Browse the repository at this point in the history
  5. Merge pull request hackmdio#1729 from hackmdio/feature/readme-remove-…

    …IE-support
    
    Update README.md to remove IE from supporting list
    a60814billy authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    8b29d05 View commit details
    Browse the repository at this point in the history
  6. chore: update formidable to 2.1.1

    Signed-off-by: Charlie Hsieh <gasbomb_tw@hotmail.com>
    galaxian85 committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    8efc2d0 View commit details
    Browse the repository at this point in the history
  7. fix: handle error when check is image valid

    Signed-off-by: Charlie Hsieh <gasbomb_tw@hotmail.com>
    galaxian85 committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    1ab2a36 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30fe18d View commit details
    Browse the repository at this point in the history
  9. Merge pull request hackmdio#1789 from galaxian85/bugfix/invalid-filen…

    …ame-cause-crash
    
    FIX: server crash when filename too long
    a60814billy authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    19f494d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Typos + Better translation for "Externals"

    Signed-off-by: Cédric Eyssette <cedric.eyssette@gmail.com>
    eyssette authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    6a5da1e View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    3a3e892 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c78bb69 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. fix(buildpacks): replace custom buildpack with APT buildpack

    Signed-off-by: Étienne Michon <etienne@scalingo.com>
    EtienneM committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    ee47c6c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. feat: Migrate to gtag and support GA4

    Signed-off-by: Sean Young <assanges@icloud.com>
    assanges committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    6ff5a3a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Update minimum required node.js version to v12

    Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
    PeterDaveHello committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    3ea10a6 View commit details
    Browse the repository at this point in the history
  2. Update npm package dependencies

    Try to simply update the npm packages without any additional changes.
    
    Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
    PeterDaveHello committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    500fe78 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    342ff2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b09a472 View commit details
    Browse the repository at this point in the history
  3. Merge pull request hackmdio#1799 from PeterDaveHello/updateDependenci…

    …esBaseline
    
    Update minimum required node.js version to v12 with npm package dependencies
    Yukaii authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    52bfb9b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

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

Commits on Mar 23, 2023

  1. reword japanese

    Signed-off-by: Masatoshi Yamaguchi <masatoshi@yamaguchi.org>
    Signed-off-by: MasatoshiYamaguchi <masatoshi.yamaguchi@asia-quest.jp>
    AQ-masatoshi-yamaguchi committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    4399457 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hackmdio#1802 from AQ-masatoshi-yamaguchi/reword-j…

    …apanese
    
    【fix】reword japanese
    jackycute authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    75d830d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. fix: use encoded note id to update history

    Signed-off-by: Theo Li <bbtfrr@gmail.com>
    bbtfr committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    20e71a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    298db32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8af3638 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3a789b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1ed885 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae38fd3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be1f4cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    289db3d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    09e7dfe View commit details
    Browse the repository at this point in the history
  9. Revert "feat: update package-lock.json"

    This reverts commit 09e7dfe.
    jackycute committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    03e456f View commit details
    Browse the repository at this point in the history
  10. feat: update package-lock.json

    Signed-off-by: Max Wu <jackymaxj@gmail.com>
    jackycute committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    e2ecaa8 View commit details
    Browse the repository at this point in the history
  11. feat: update package-lock.json

    Signed-off-by: Max Wu <jackymaxj@gmail.com>
    jackycute committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    dd4c236 View commit details
    Browse the repository at this point in the history
  12. fix: js standard code styles

    Signed-off-by: Max Wu <jackymaxj@gmail.com>
    jackycute committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    5ce1537 View commit details
    Browse the repository at this point in the history
  13. fix: jsonlint code styles

    Signed-off-by: Max Wu <jackymaxj@gmail.com>
    jackycute committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    c97e224 View commit details
    Browse the repository at this point in the history
  14. fix: hide exportNoteData form in history page nav

    to avoid overlapping other buttons, affected by hackmdio#1695
    
    Signed-off-by: Max Wu <jackymaxj@gmail.com>
    jackycute committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    b5b95df View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c4f607f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Update both Traditional and Simplified Chinese locales

    Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
    PeterDaveHello committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b6078a6 View commit details
    Browse the repository at this point in the history
  2. Update npm dependencies with npm audit fix, except markmap-lib

    npm found 160 vulnerabilities (6 low, 75 moderate, 63 high, 16 critical)
    from the original dependencies. Using `npm audit fix` to update most of
    the dependencies will eliminate 37 of the 160 vulnerabilities.
    
    markmap-lib was excluded in this update because it actually contains
    breaking changes.
    
    Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
    PeterDaveHello committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    192698b View commit details
    Browse the repository at this point in the history
  3. Update npm dependency markmap-lib to ^0.9.3

    Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
    PeterDaveHello committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    976bca3 View commit details
    Browse the repository at this point in the history
  4. Update npm dependencies with npm audit fix after markmap-lib update

    Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
    PeterDaveHello committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3f7d202 View commit details
    Browse the repository at this point in the history
  5. Update node.js version in .nvmrc

    Reference: e6d2b7a
    
    Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
    PeterDaveHello committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    8efa75e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6eba05 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. fix: sanitize pdf url to prevent xss

    Signed-off-by: Michael Wang <michael19920327@gmail.com>
    EastSun5566 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    11cd200 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. fix: markmap api changes in 0.9.3

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    2a977bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request hackmdio#1817 from PeterDaveHello/updateDependenci…

    …esBaseline
    
    Update npm dependencies
    Yukaii authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    6d95fd1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request hackmdio#1832 from hackmdio/bugfix/sanitize-url-to…

    …-prevent-xss
    
    fix: sanitize pdf url to prevent XSS on inline PDFs
    Yukaii authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    dca7f8c View commit details
    Browse the repository at this point in the history
  4. Merge pull request hackmdio#1815 from PeterDaveHello/updateLocales

    Update both Traditional and Simplified Chinese locales
    Yukaii authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    070808b View commit details
    Browse the repository at this point in the history
  5. fix the uploadimage form

    Signed-off-by: hcyuser <user@hcy.idv.tw>
    hcyuser authored and Yukaii committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    027a4b4 View commit details
    Browse the repository at this point in the history
  6. add newline here to pass the standard lint.

    Signed-off-by: hcyuser <user@hcy.idv.tw>
    hcyuser authored and Yukaii committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    96a589d View commit details
    Browse the repository at this point in the history
  7. fix: formidable option API changes

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    1b1ff89 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f58c669 View commit details
    Browse the repository at this point in the history
  9. fix: logout api should add callback

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    c436af1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9790586 View commit details
    Browse the repository at this point in the history
  11. doc(release-note): release 2.5.0

    Signed-off-by: stanley2058 <stanley2058@yahoo.com.tw>
    stanley2058 committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    f8b0301 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9b8a2de View commit details
    Browse the repository at this point in the history
  13. doc(release-note): update release code name

    Signed-off-by: stanley2058 <stanley2058@yahoo.com.tw>
    stanley2058 committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    86bf44f View commit details
    Browse the repository at this point in the history
  14. doc(release-note): update release note

    Signed-off-by: stanley2058 <stanley2058@yahoo.com.tw>
    stanley2058 committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    afe49f4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    78e6663 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. fix: dependency resolving with prom-client v12

    prometheus-api-metrics@2.2.5 has prom-client@11 as peer dependency
    
    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    1b2f97a View commit details
    Browse the repository at this point in the history
  2. fix: http authentication for git

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    97eb1f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Merge pull request hackmdio#1834 from hackmdio/bugfix/fix-dependency-…

    …conflicting-with-prom-client
    
    fix: dependency resolving with prom-client v12
    Yukaii authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    7257ac6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3ccd1a View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. chore: bump pandocjs version

    Signed-off-by: Michael Wang <michael19920327@gmail.com>
    EastSun5566 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    4a7c54a View commit details
    Browse the repository at this point in the history
  2. Merge pull request hackmdio#1843 from hackmdio/chore/bump-pandocjs-ve…

    …rsion
    
    chore: bump pandocjs version
    Yukaii authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    3b8b9e7 View commit details
    Browse the repository at this point in the history
  3. chore: replace mattermost-redux with mattermost/client

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    31fd655 View commit details
    Browse the repository at this point in the history
  4. Merge pull request hackmdio#1840 from hackmdio/bugfix/dev-655-replace…

    …-mattermost-redux-deps-with-client
    
    chore: replace mattermost-redux with mattermost/client
    Yukaii authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    5508a93 View commit details
    Browse the repository at this point in the history
  5. chore: @hackmd/pandoc.js to 0.2.1

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    78c5193 View commit details
    Browse the repository at this point in the history
  6. Merge pull request hackmdio#1845 from hackmdio/bugfix/pandoc-2-1-0

    chore: @hackmd/pandoc.js to 0.2.1
    Yukaii authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    03cd0c3 View commit details
    Browse the repository at this point in the history
  7. docs: update release note for 2.5.1

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    59fa411 View commit details
    Browse the repository at this point in the history
  8. chore: bump package version to 2.5.1

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    b0d1999 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d6ac65e View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' into develop

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    cc78023 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. chore: bump @hackmd/pandoc to 0.3.4

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    0f4b988 View commit details
    Browse the repository at this point in the history
  2. fix: only allow string type exportType paramter

    fixes hackmdio#1846
    
    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    cd52cb7 View commit details
    Browse the repository at this point in the history
  3. chore: remove cjk image build

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    dd5bdcd View commit details
    Browse the repository at this point in the history
  4. chore: push-image workflow

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    9eaec01 View commit details
    Browse the repository at this point in the history
  5. Merge pull request hackmdio#1847 from hackmdio/chore/bump-pandoc-js

    Address pandoc related issues
    Yukaii authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    9846143 View commit details
    Browse the repository at this point in the history
  6. Merge pull request hackmdio#1848 from hackmdio/chore/build-image-with…

    …-github-action
    
    chore/build image with github action
    Yukaii authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    72aca4e View commit details
    Browse the repository at this point in the history
  7. fix: tags should be multiline

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    82fe56c View commit details
    Browse the repository at this point in the history
  8. chore: remove sha tag prefix

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    c282a3d View commit details
    Browse the repository at this point in the history
  9. fix: push by labels in matrix stage

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    fa0d7e8 View commit details
    Browse the repository at this point in the history
  10. chore: enable arm64 build

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a68054f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. fix: update buildpack/runtime tag to 16.20.2-35fe7e39

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    5ce5e2a View commit details
    Browse the repository at this point in the history
  2. Merge pull request hackmdio#1849 from hackmdio/chore/build-image-cont

    Build docker image using github actions
    Yukaii authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    4521f6e View commit details
    Browse the repository at this point in the history
  3. docs: update 2.5.2 release note

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    d94ac6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b396c4d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Merge branch 'master' into develop

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    b9da191 View commit details
    Browse the repository at this point in the history
  2. feat: add codeium meta in head

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    3206b11 View commit details
    Browse the repository at this point in the history
  3. feat: add check-release workflow

    check both public/docs/release-note.md is updated and package.json is updated
    
    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    12d9812 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. test: add test data for act

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    3a2a80e View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Merge pull request hackmdio#1851 from hackmdio/feature/add-codeium-br…

    …owser-extension-meta
    
    Support codeium chrome extension
    Yukaii authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    deee9ef View commit details
    Browse the repository at this point in the history
  2. Merge pull request hackmdio#1852 from hackmdio/chore/add-release-chec…

    …k-github-workflow
    
    feat: add check-release workflow
    Yukaii authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    802d664 View commit details
    Browse the repository at this point in the history
  3. chore: bump package.json version to 2.5.3

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    8b5066b View commit details
    Browse the repository at this point in the history
  4. docs: update relase note for 2.5.3

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    b97a2bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80cd92f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. chore: update docker-compose default image version to 2.5.3

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    c4bdf48 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

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

Commits on Feb 7, 2024

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

Commits on Mar 6, 2024

  1. Merge pull request #24 from kufu/fix_export

    anchorと関連jsが動いてなかったので修正対応
    shigerix authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a96ce5b View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. fix: exclude name attribute from iframe filterXSS allowlist

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1407e16 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. hackmd の最新を取り込み

    Dockerfile から git reset --hard && \ を一旦削除してます。
    shigerix committed May 31, 2024
    Configuration menu
    Copy the full SHA
    93cff2f View commit details
    Browse the repository at this point in the history
  2. package-lockを更新

    yoyogix committed May 31, 2024
    Configuration menu
    Copy the full SHA
    1b535ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b546b52 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    fabb874 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc182a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Merge pull request hackmdio#1855 from hackmdio/chore/bump-docker-comp…

    …ose-image-version
    
    chore: update docker-compose default image version to 2.5.3
    Yukaii authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9075ad1 View commit details
    Browse the repository at this point in the history
  2. typo opened source -> open sourced

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    biswabaibhab007 authored and Yukaii committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    64fecd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b96ae67 View commit details
    Browse the repository at this point in the history
  4. Merge pull request hackmdio#1869 from hackmdio/fix/readme-typo

    typo: opened source -> open sourced
    Yukaii authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d767cc4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request hackmdio#1865 from hackmdio/bugfix/exlucde-name-at…

    …tribute-from-iframe-render-allowlist
    
    fix: exclude name attribute from iframe filterXSS allowlist
    Yukaii authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f8cfe81 View commit details
    Browse the repository at this point in the history
  6. Add index at revision table

    Signed-off-by: yamashush <38120991+yamashush@users.noreply.github.com>
    yamashush authored and Yukaii committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0701fd7 View commit details
    Browse the repository at this point in the history
  7. style: lint fix

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0287726 View commit details
    Browse the repository at this point in the history
  8. fix: use randomFileName as default start file name to ensure the rand…

    …omness
    
    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    59a6277 View commit details
    Browse the repository at this point in the history
  9. Update lib/imageRouter/filesystem.js

    Co-authored-by: Max Wu <jackymaxj@gmail.com>
    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii and jackycute committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    5eb3591 View commit details
    Browse the repository at this point in the history
  10. Merge pull request hackmdio#1867 from hackmdio/refactor/reuse-random-…

    …filename
    
    refactor: reuse random filename in filesystem image provider
    Yukaii authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a0c82d3 View commit details
    Browse the repository at this point in the history
  11. Merge pull request hackmdio#1856 from yamashush/add-index-at-revisions

    Add index at revision table for improving system performance  🚀
    Yukaii authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f00df50 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. chore: update release note for 2.5.4

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    3285121 View commit details
    Browse the repository at this point in the history
  2. chore: bump package version to 2.5.4

    Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
    Yukaii committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    94ec934 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Merge pull request hackmdio#1870 from hackmdio/release/2.5.4

    Release 2.5.4
    Yukaii authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    da511d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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

Commits on Jul 19, 2024

  1. Merge pull request #25 from shigerix/v2.5.3

    V2.5.3 へのアップデート対応
    yoyogix authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f23430c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5f2241 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90d44b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Merge pull request #26 from yoyogix/v2.5.4

    V2.5.4へのアップデート対応
    yoyogix authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    edbf589 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    a6a1dc7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27 from shigerix/staging-smarthr

    本番環境用のapp.yaml を修正
    shigerix authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    7b30e25 View commit details
    Browse the repository at this point in the history