Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wistingcn/WiLearning
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: V2.1
Choose a base ref
...
head repository: wistingcn/WiLearning
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Sep 26, 2020

  1. update README

    linewei committed Sep 26, 2020
    Copy the full SHA
    031d59f View commit details

Commits on Oct 23, 2020

  1. fix #11

    linewei committed Oct 23, 2020
    Copy the full SHA
    24e7687 View commit details

Commits on Nov 13, 2020

  1. run server as daemon use pm2

    linewei committed Nov 13, 2020
    Copy the full SHA
    90b5a29 View commit details

Commits on Nov 18, 2020

  1. add qq

    linewei committed Nov 18, 2020
    Copy the full SHA
    a6b5d51 View commit details

Commits on Nov 30, 2020

  1. /bin/sh in debian links to dash which don't support &> and will cause…

    … if test always true.
    
    There is no need to use command substitution, $PWD will be fine.
    Use mkdir -p to suppress directory already exists error.
    Since /var/run/wilearning/public/ will be created when start the server. We don't need to create it in build.sh so we won't see the permisson error.
    alzee committed Nov 30, 2020
    Copy the full SHA
    c5d45f1 View commit details

Commits on Dec 1, 2020

  1. Copy the full SHA
    9f6c35e View commit details
  2. update

    linewei committed Dec 1, 2020
    Copy the full SHA
    966acd3 View commit details

Commits on Dec 2, 2020

  1. Merge pull request #12 from alzee/master

    use '> /dev/null 2>&1' for compatibility.
    wistingcn authored Dec 2, 2020
    Copy the full SHA
    7e08bcc View commit details

Commits on Dec 9, 2020

  1. fix media.videoDevices[0]/media.audioDevices[0] undefined

    media.videoDevices[0]/media.audioDevices[0] undefined error when no camera or mic found,
    and this prevents transport from being created.
    alzee committed Dec 9, 2020
    Copy the full SHA
    1120795 View commit details
  2. Copy the full SHA
    f37ce10 View commit details

Commits on Dec 10, 2020

  1. update

    linewei committed Dec 10, 2020
    Copy the full SHA
    6cb217a View commit details
  2. Copy the full SHA
    baf7289 View commit details

Commits on Dec 11, 2020

  1. add Q&A

    linewei committed Dec 11, 2020
    Copy the full SHA
    ac39eaa View commit details
  2. add res/appreciate.png

    linewei committed Dec 11, 2020
    Copy the full SHA
    b0ca62f View commit details

Commits on Dec 16, 2020

  1. update

    linewei committed Dec 16, 2020
    Copy the full SHA
    36b37bd View commit details

Commits on Dec 21, 2020

  1. chat message auto scroll down

    alzee committed Dec 21, 2020
    Copy the full SHA
    dd10713 View commit details

Commits on Dec 22, 2020

  1. fix bug, update copyright'

    root committed Dec 22, 2020
    Copy the full SHA
    9de0981 View commit details

Commits on Dec 23, 2020

  1. Merge pull request #13 from alzee/master

    fix media.videoDevices[0]/media.audioDevices[0] undefined error
    wistingcn authored Dec 23, 2020
    Copy the full SHA
    93947f7 View commit details

Commits on Dec 30, 2020

  1. Copy the full SHA
    69123da View commit details

Commits on Jan 6, 2021

  1. remove dependence of puppeteer

    wisting committed Jan 6, 2021
    Copy the full SHA
    d733e66 View commit details

Commits on Jan 7, 2021

  1. fix bug of re-produce

    linewei committed Jan 7, 2021
    Copy the full SHA
    729d87d View commit details
  2. Copy the full SHA
    ab59169 View commit details

Commits on Jan 22, 2021

  1. Copy the full SHA
    0d46746 View commit details

Commits on Apr 2, 2021

  1. Update package.json

    wistingcn authored Apr 2, 2021
    Copy the full SHA
    7bd1149 View commit details

Commits on Apr 27, 2021

  1. Update README.md

    wistingcn authored Apr 27, 2021
    Copy the full SHA
    6843be1 View commit details
  2. Create README.md

    wistingcn authored Apr 27, 2021
    Copy the full SHA
    19b1366 View commit details
  3. Update README.md

    wistingcn authored Apr 27, 2021
    Copy the full SHA
    2d2f2cc View commit details
  4. Update README.md

    wistingcn authored Apr 27, 2021
    Copy the full SHA
    38b0d19 View commit details

Commits on Oct 28, 2021

  1. Update README.md

    wistingcn authored Oct 28, 2021
    Copy the full SHA
    dd7c009 View commit details
Loading