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

Merging the v4 branch to main. #303

Merged
merged 217 commits into from
Aug 17, 2024
Merged

Merging the v4 branch to main. #303

merged 217 commits into from
Aug 17, 2024

Commits on Jan 19, 2022

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

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    3623104 View commit details
    Browse the repository at this point in the history
  2. Temp fix

    donaldzou committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    264a050 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Added line graph using chart.js & Improving websocket.

    Added line graph to show total receive & total sent changes per refresh interval, using chart.js line chart to show the changes. Switching configuration don't need to refresh anymore, by using websocket.
    donaldzou committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    8fe8209 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    7e1fd99 View commit details
    Browse the repository at this point in the history
  2. Testing

    donaldzou committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    4a1a6c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Gave up using WebSocket

    Flask-SocketIO does not fully compatible with Gunicorn, and it limited to 1 worker, which it will takes forever to finish loading the webpage. Switched back to  using ajax.
    donaldzou committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    65f31a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

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

Commits on Mar 22, 2022

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

Commits on Mar 24, 2022

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

Commits on Mar 25, 2022

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

Commits on Mar 28, 2022

  1. Removed flask-socketio

    donaldzou committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    a196dce View commit details
    Browse the repository at this point in the history
  2. Update dashboard.py

    donaldzou committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    337c9bc View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

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

Commits on Mar 30, 2022

  1. Minimized some js code

    donaldzou committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    c8ca9ef View commit details
    Browse the repository at this point in the history
  2. Update dashboard.css

    donaldzou committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    71a6a36 View commit details
    Browse the repository at this point in the history
  3. Adjusted js

    donaldzou committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    46da285 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

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

Commits on Apr 7, 2022

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

Commits on Apr 10, 2022

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

Commits on Apr 12, 2022

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

Commits on Apr 21, 2022

  1. New darkmode theme

    donaldzou committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    13b9d15 View commit details
    Browse the repository at this point in the history
  2. Update header.html

    donaldzou committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    2b90a2e View commit details
    Browse the repository at this point in the history
  3. Add dark theme

    LeoEricson committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    23491f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Merge pull request #173 from LeoEricson/v3.1-dev

    Add dark theme
    donaldzou authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    b464fa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f668c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36e33a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

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

Commits on Nov 28, 2023

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

Commits on Nov 30, 2023

  1. Combining Vue.js!!! How exciting!

    Adding Vue.js to handle frontend changes, leaving the server only need to response json data. Ditching flask template and hope it can reduce the memory and cpu usage :)
    donaldzou committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    0c0bce9 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. testing something...

    donaldzou committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    f671c99 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Started to refactor dashboard.py with dashboard_new.py and trying rea…

    …lly hard to figure out sqlalchemy lol
    donaldzou committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    864f82b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Finally figured out SQLAlchemy and started to re-write some of the AP…

    …Is. The UI will completely handle by JS with Vue. There will be no more templating from flask to minimize the resource usage ;)
    donaldzou committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ba2bcab View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    e6e070d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cb1301 View commit details
    Browse the repository at this point in the history
  3. Update .gitignore

    donaldzou committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    95a8867 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Huge update

    A welcome session
    Added Time based One-Time-Passcode (TOTP)
    UI Update
    donaldzou committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5f4a364 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

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

Commits on Feb 12, 2024

  1. I am giving up on using ORM...

    Lets go back to the good old sql query days ;)
    donaldzou committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1e88491 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

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

Commits on Feb 27, 2024

  1. v4 branch first commit!

    donaldzou committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a950b80 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Continue to work on v4 ;0

    donaldzou committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0aa4c8a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. 20240323 Commit

    Finished implementing peer settings dropdown and planned how peer settings will be link
    donaldzou committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f1e71ec View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

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

Commits on Mar 25, 2024

  1. Finished download & QR Code

    donaldzou committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    bdfe75c View commit details
    Browse the repository at this point in the history
  2. Update build

    donaldzou committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    75fbdb6 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Minor updates...

    donaldzou committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    914a0bf View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

Commits on May 11, 2024

  1. Kind of finished revamping add peers

    Still need to clean some of the codes but overall is good :)
    donaldzou committed May 11, 2024
    Configuration menu
    Copy the full SHA
    769ca4e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Update dashboard_new.py

    Typo in `updatePeer`
    donaldzou committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5a34f16 View commit details
    Browse the repository at this point in the history
  2. Update dashboard_new.py

    Yay adding peers in bulk is finally done ;)
    donaldzou committed May 13, 2024
    Configuration menu
    Copy the full SHA
    41e05dd View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Made some progress ;)

    donaldzou committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c7ca20b View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    9a280e9 View commit details
    Browse the repository at this point in the history
  2. Some UI adjustment

    donaldzou committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    eb18857 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

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

Commits on Jun 13, 2024

  1. Finished Traceroute

    donaldzou committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ff79403 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Update .gitignore

    donaldzou committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    54710b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Working on Job Scheduling

    donaldzou committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    8ed75d1 View commit details
    Browse the repository at this point in the history
  2. Still working on schedule..

    donaldzou committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    760a4df View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Removed a tons of files :)

    donaldzou committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    327d66b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9baefec View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

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

Commits on Jun 25, 2024

  1. Peer schedule style is almost done

    But I don't feel it quite right..
    donaldzou committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    2d838b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

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

Commits on Jul 27, 2024

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

Commits on Jul 29, 2024

  1. Finished job logs :)

    donaldzou committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    63e8553 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    935129f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    881d62d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. New build

    donaldzou committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    85970f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    015b50b View commit details
    Browse the repository at this point in the history
  2. Update wgd.sh

    donaldzou committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    94d9d60 View commit details
    Browse the repository at this point in the history
  3. Update wgd.sh

    donaldzou committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    658c655 View commit details
    Browse the repository at this point in the history
  4. Update wgd.sh

    donaldzou committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    cf90d05 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Update wgd.sh

    donaldzou committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    ba081ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8681df6 View commit details
    Browse the repository at this point in the history
  3. Testing again...

    donaldzou committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    461ae99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b64ba2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52989c8 View commit details
    Browse the repository at this point in the history
  6. Update wgd.sh

    donaldzou committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    6147387 View commit details
    Browse the repository at this point in the history
  7. Push dockerfiles

    donaldzou committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    6d3091b View commit details
    Browse the repository at this point in the history
  8. Log function is completed

    donaldzou committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    6825d72 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    6cf4eba View commit details
    Browse the repository at this point in the history
  2. Update wgd.sh

    donaldzou committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    c57a512 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c37d93 View commit details
    Browse the repository at this point in the history
  4. Update wgd.sh

    donaldzou committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    764ef80 View commit details
    Browse the repository at this point in the history
  5. Still fixing Gunicron

    donaldzou committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    8cbdb54 View commit details
    Browse the repository at this point in the history
  6. Update wgd.sh

    donaldzou committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    76fe2a1 View commit details
    Browse the repository at this point in the history
  7. Update wgd.sh

    donaldzou committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    c0d2616 View commit details
    Browse the repository at this point in the history
  8. Update gunicorn.conf.py

    donaldzou committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    ca6a05e View commit details
    Browse the repository at this point in the history
  9. Update gunicorn.conf.py

    donaldzou committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    e4f9a1e View commit details
    Browse the repository at this point in the history
  10. Update gunicorn.conf.py

    donaldzou committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    71df640 View commit details
    Browse the repository at this point in the history
  11. Update wgd.sh

    donaldzou committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    b3bd6bb View commit details
    Browse the repository at this point in the history
  12. Update wgd.sh

    donaldzou committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    f815dae View commit details
    Browse the repository at this point in the history
  13. Update wgd.sh

    donaldzou committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    d0e4dab View commit details
    Browse the repository at this point in the history
  14. Update wgd.sh

    donaldzou committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    c6173f7 View commit details
    Browse the repository at this point in the history
  15. Testing..

    donaldzou committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    6799692 View commit details
    Browse the repository at this point in the history
  16. Update gunicorn.conf.py

    donaldzou committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    ff227de View commit details
    Browse the repository at this point in the history
  17. Update wgd.sh

    donaldzou committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    18b18c1 View commit details
    Browse the repository at this point in the history
  18. Testing v4

    donaldzou committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    47ea60c View commit details
    Browse the repository at this point in the history
  19. Update gunicorn.conf.py

    donaldzou committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    2c35003 View commit details
    Browse the repository at this point in the history
  20. Update gunicorn.conf.py

    donaldzou committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    5755d13 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Update gunicorn.conf.py

    donaldzou committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    acb54f0 View commit details
    Browse the repository at this point in the history
  2. Update wgd.sh

    donaldzou committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    467595a View commit details
    Browse the repository at this point in the history
  3. Update wgd.sh

    donaldzou committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    8c8374a View commit details
    Browse the repository at this point in the history
  4. Update dashboard.py

    donaldzou committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    201c8f9 View commit details
    Browse the repository at this point in the history
  5. Update gunicorn.conf.py

    donaldzou committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    3960e43 View commit details
    Browse the repository at this point in the history
  6. Update gunicorn.conf.py

    donaldzou committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    9b7887b View commit details
    Browse the repository at this point in the history
  7. Update gunicorn.conf.py

    donaldzou committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    bd71b6b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0fdef6a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d5dea4b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4484668 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    958bc86 View commit details
    Browse the repository at this point in the history
  2. Sharing peer is done, fixed #294

    Fixed issue #294 with a Vue.js plugin instead of using the `datatime-local` input tag.
    
    Still need to work on the end-user UI for sharing.
    donaldzou committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    7463767 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Peer Sharing is done :)

    donaldzou committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fa2d7fa View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    208cbd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f507ac2 View commit details
    Browse the repository at this point in the history
  3. Fixed some bugs..

    donaldzou committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f274f6f View commit details
    Browse the repository at this point in the history
  4. Update dashboard.py

    donaldzou committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d2915b5 View commit details
    Browse the repository at this point in the history
  5. Update dashboard.py

    donaldzou committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    97d640d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    764e0c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9644e61 View commit details
    Browse the repository at this point in the history
  8. Updated UI for nav bar

    donaldzou committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b4e8e57 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Update

    donaldzou committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    d6b1f97 View commit details
    Browse the repository at this point in the history
  2. Adjusted search peer UI

    donaldzou committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    aa3711c View commit details
    Browse the repository at this point in the history
  3. Some UI adjustment

    donaldzou committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    410b81f View commit details
    Browse the repository at this point in the history
  4. Update .gitignore

    donaldzou committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    a352a94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd3fc66 View commit details
    Browse the repository at this point in the history
  6. Let's try ElectronJS

    donaldzou committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    2f90ab1 View commit details
    Browse the repository at this point in the history
  7. Update .gitignore

    donaldzou committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    55e0d26 View commit details
    Browse the repository at this point in the history
  8. Ohhhhh kay testing CORS :)

    donaldzou committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    54142b7 View commit details
    Browse the repository at this point in the history
  9. CORS SUCCESS!!!

    donaldzou committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    a650e62 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    955839d View commit details
    Browse the repository at this point in the history
  2. Update wg-dashboard.service

    donaldzou committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    55f5582 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96ccb03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97236bb View commit details
    Browse the repository at this point in the history
  5. Fixed issue #250

    donaldzou committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    7eff2f0 View commit details
    Browse the repository at this point in the history
  6. Adjusted some UI

    donaldzou committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    5b9d0b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Updated langugage

    donaldzou committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e86d1a4 View commit details
    Browse the repository at this point in the history
  2. Update wgd.sh

    donaldzou committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8a7df4b View commit details
    Browse the repository at this point in the history
  3. Adjusted some UI

    donaldzou committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e3f82e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Adjusted some UI

    donaldzou committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3a34a0e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Added app prefix for URL

    donaldzou committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a30843c View commit details
    Browse the repository at this point in the history
  2. Update fetch.js

    Fixed for running over HTTPS
    donaldzou committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0489dc7 View commit details
    Browse the repository at this point in the history
  3. Fixed for URL protocol

    donaldzou committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    3feb45d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f648af View commit details
    Browse the repository at this point in the history
  5. Update

    donaldzou committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bd71398 View commit details
    Browse the repository at this point in the history
  6. Some UI adjustment

    donaldzou committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0c8bb99 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd0e519 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Working on some updates

    donaldzou committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    47efb64 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    donaldzou committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    480406d View commit details
    Browse the repository at this point in the history
  3. Update README.md

    donaldzou authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ac906c9 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    donaldzou authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    2d2ab10 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    donaldzou authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3c56a2c View commit details
    Browse the repository at this point in the history
  6. Update README.md

    donaldzou committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    dc57bd9 View commit details
    Browse the repository at this point in the history
  7. Removed images

    donaldzou committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ac9eff0 View commit details
    Browse the repository at this point in the history
  8. Update documentations

    donaldzou committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    baf4d75 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    donaldzou committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8119c9d View commit details
    Browse the repository at this point in the history
  10. Update README.md

    donaldzou committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4544b17 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    donaldzou committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    cf16a66 View commit details
    Browse the repository at this point in the history
  12. Update README.md

    donaldzou committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ee0a287 View commit details
    Browse the repository at this point in the history
  13. Update documentation

    donaldzou committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1a70acc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    42fa89d View commit details
    Browse the repository at this point in the history
  15. No longer reading configuration file every few seconds

    Only when the file is changed
    donaldzou committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c98d851 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Updated some documentation

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5d4a813 View commit details
    Browse the repository at this point in the history
  2. Update api-documents.md

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ea0bbab View commit details
    Browse the repository at this point in the history
  3. Updated some documentations

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e68257d View commit details
    Browse the repository at this point in the history
  4. Update wgd.sh

    Selectively use a specific version of Python: 3.10, 3.11 or 3.12
    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0487980 View commit details
    Browse the repository at this point in the history
  5. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d33d886 View commit details
    Browse the repository at this point in the history
  6. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ddc3b1f View commit details
    Browse the repository at this point in the history
  7. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e8c56af View commit details
    Browse the repository at this point in the history
  8. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    95c4fa5 View commit details
    Browse the repository at this point in the history
  9. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b2a6b48 View commit details
    Browse the repository at this point in the history
  10. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ae91ced View commit details
    Browse the repository at this point in the history
  11. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    45ce3e2 View commit details
    Browse the repository at this point in the history
  12. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b6eb6f2 View commit details
    Browse the repository at this point in the history
  13. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3d046e4 View commit details
    Browse the repository at this point in the history
  14. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f418bf4 View commit details
    Browse the repository at this point in the history
  15. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2761e72 View commit details
    Browse the repository at this point in the history
  16. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b937095 View commit details
    Browse the repository at this point in the history
  17. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8c8c5a5 View commit details
    Browse the repository at this point in the history
  18. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    91e3a32 View commit details
    Browse the repository at this point in the history
  19. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    80c3a99 View commit details
    Browse the repository at this point in the history
  20. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    76d0618 View commit details
    Browse the repository at this point in the history
  21. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    92e3f7a View commit details
    Browse the repository at this point in the history
  22. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4c69fd4 View commit details
    Browse the repository at this point in the history
  23. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    56044fa View commit details
    Browse the repository at this point in the history
  24. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0dfda83 View commit details
    Browse the repository at this point in the history
  25. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f348e69 View commit details
    Browse the repository at this point in the history
  26. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    aa1d0aa View commit details
    Browse the repository at this point in the history
  27. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    798a363 View commit details
    Browse the repository at this point in the history
  28. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6c87812 View commit details
    Browse the repository at this point in the history
  29. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2e691d7 View commit details
    Browse the repository at this point in the history
  30. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e6c9902 View commit details
    Browse the repository at this point in the history
  31. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e15b8f8 View commit details
    Browse the repository at this point in the history
  32. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8207afe View commit details
    Browse the repository at this point in the history
  33. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a3f5654 View commit details
    Browse the repository at this point in the history
  34. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    348a57a View commit details
    Browse the repository at this point in the history
  35. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    316545b View commit details
    Browse the repository at this point in the history
  36. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b983254 View commit details
    Browse the repository at this point in the history
  37. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    168412c View commit details
    Browse the repository at this point in the history
  38. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f35dee8 View commit details
    Browse the repository at this point in the history
  39. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    348e574 View commit details
    Browse the repository at this point in the history
  40. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    99655ca View commit details
    Browse the repository at this point in the history
  41. Update wgd.sh

    donaldzou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a7bb5ac View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Update README.md

    donaldzou committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    0335e70 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    donaldzou committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    59f7200 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    donaldzou committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    4fe70a4 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    donaldzou committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    343cf91 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    donaldzou committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    c038f14 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    donaldzou committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    036a0b4 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    donaldzou committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    959d5e6 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    donaldzou committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    8e1e2c5 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    donaldzou committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    d81dce5 View commit details
    Browse the repository at this point in the history
  10. I think this is it :)

    donaldzou committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    c2cbaf0 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'main' into v4

    donaldzou committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    da4bb9b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5669e22 View commit details
    Browse the repository at this point in the history