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

Develop #2

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open

Develop #2

wants to merge 38 commits into from

Commits on Jan 13, 2020

  1. Fixed error in gdrivetools

    lzzy12 authored and JaskaranSM committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    edb6c20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cf7255 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Tag the author of replied message of mirror command

    This closes #24
    
    Signed-off-by: lzzy12 <jhashivam2020@gmail.com>
    lzzy12 committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    4573598 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. Dockerfile: Move to smaller alpine base image

    Signed-off-by: lzzy12 <jhashivam2020@gmail.com>
    lzzy12 committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    29ee3ac View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Minor fix ups

    lzzy12 committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    651c893 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2468b87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    134334c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be68169 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. gdriveTools: Avoid using oauth2 library for service accounts

    oauth2 library is deprecated
    lzzy12 committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    f180b90 View commit details
    Browse the repository at this point in the history
  2. gdriveTools: Fixed update Interval

    oauth2 library is deprecated
    lzzy12 committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    ba4b1d9 View commit details
    Browse the repository at this point in the history
  3. Fixed crash if no url or magnet is provided to mirror

    This fixes #32
    
    Signed-off-by: lzzy12 <jhashivam2020@gmail.com>
    lzzy12 committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    ddb44ee View commit details
    Browse the repository at this point in the history
  4. Fixed wrong error message being sent on download timeout

    Signed-off-by: lzzy12 <jhashivam2020@gmail.com>
    lzzy12 committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    ddf809a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. Rewrite tar function

    - shutil changes pwd while archiving. as some functions of bot require relative paths, it is neccesary to keep pwd as bot root dir.
    JaskaranSM committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    e4d5936 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

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

Commits on Feb 4, 2020

  1. Added missing property

    JaskaranSM committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    a7cfcf2 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    97d6fc2 View commit details
    Browse the repository at this point in the history
  2. Fixed upload of empty files for Team Drive

    Signed-off-by: lzzy12 <jhashivam2020@gmail.com>
    lzzy12 committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    8b9a73a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. Handle TimedOut Errors

    JaskaranSM committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    5057be2 View commit details
    Browse the repository at this point in the history
  2. Not needed

    JaskaranSM committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    df82047 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Revert "Not needed"

    This reverts commit df82047.
    JaskaranSM committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    bb3a13c View commit details
    Browse the repository at this point in the history
  2. Revert "Handle TimedOut Errors"

    This reverts commit 5057be2.
    JaskaranSM committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    8697111 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50f04bc View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. recursively try again instead of handling switch with backoff

    - Handling service account switching with exponential backoff implementation limits the number of service accounts to be used. recursively retrying again after switch doesnt effect backoff.
    JaskaranSM committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    53dc82c View commit details
    Browse the repository at this point in the history
  2. Implement clone feature

    - clones a public/driveAccountAccessible Drive Link to bot G-Drive
    JaskaranSM committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    8207520 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58fd47b View commit details
    Browse the repository at this point in the history
  4. Import Clone Module

    JaskaranSM committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    93166cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e79293e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ab053d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

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

    JaskaranSM committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    9de2a3f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Use Service Accounts for Cloning if availble.

    - increase default timeout for network socket interface
    JaskaranSM committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    47cfaf7 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Added Youtube-dl support

    JaskaranSM committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    8c3284d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. Fixed yt-dl support

    Signed-off-by: lzzy12 <jhashivam2020@gmail.com>
    lzzy12 authored and JaskaranSM committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    d5408c4 View commit details
    Browse the repository at this point in the history
  2. Fix uploading for YT-DL

    Signed-off-by: lzzy12 <jhashivam2020@gmail.com>
    lzzy12 authored and JaskaranSM committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    728a523 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb376a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

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

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    4ac74d3 View commit details
    Browse the repository at this point in the history
  2. Separate out youtube-dl command

    - /watch [youtube-dl supported link]
    
    Signed-off-by: lzzy12 <jhashivam2020@gmail.com>
    lzzy12 authored and JaskaranSM committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    63e079b View commit details
    Browse the repository at this point in the history