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

bug: Add logic to handle and send 404 for unregistered routes and send pro… #20

Closed
wants to merge 58 commits into from

Commits on Mar 23, 2022

  1. Initial commit

    dheerajdlalwani committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    e68b960 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8ea410 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f25dd4 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

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

Commits on Mar 26, 2022

  1. ✨ feat: Configure server and load env variables

    Chirag Lulla committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    884532c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. 🗃️ feat: Create database connection

    Chirag Lulla committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    5ebbab3 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Configuration menu
    Copy the full SHA
    3d4c1a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1499964 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dcea73 View commit details
    Browse the repository at this point in the history
  4. 🚧 cleanup: Break video to ts files

    Chirag Lulla committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    d249ef9 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. 💄 feat: Add basic UI

    Chirag Lulla committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    139f26f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    875962a View commit details
    Browse the repository at this point in the history
  2. 🚧 feat: Send chunks to cloud

    Chirag Lulla committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    55c938b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

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

Commits on Apr 28, 2022

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

Commits on Apr 29, 2022

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

Commits on Apr 30, 2022

  1. Configuration menu
    Copy the full SHA
    135d416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83ab4fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cc6b6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25fcf7d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

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

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    7dc7edd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff7104e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bf0e5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d07809b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    f8be26f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a95e47c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2448a99 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

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

Commits on May 7, 2022

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

Commits on May 8, 2022

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

Commits on May 9, 2022

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

Commits on May 10, 2022

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

Commits on May 11, 2022

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

Commits on May 25, 2022

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

Commits on Mar 21, 2023

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

Commits on May 2, 2024

  1. architecture: Add Linux compatibility for appending to tempFile and m…

    …ake path changes for linux (#13)
    
    * feat: Fix paths according to linux and bug in UploadVideo handler where chunks weren't getting appended correctly
    
    * chore: PR comment fixes
    
    Co-authored-by: [email protected]
    dheerajdlalwani committed May 2, 2024
    Configuration menu
    Copy the full SHA
    928b489 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

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

Commits on May 7, 2024

  1. architecture: appwrite storage integration (#14)

    architecture: appwrite integration fetching files and refactoring fileId
    
    cleanup: PR Comment fixes
    
    cleanup: PR Comment fixes
    
    cleanup: PR comment fixes
    
    cleanup: Merge conflicts resolution
    chiraglulla committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f6ceae8 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. documentation: Add setup, install and running instructions (#19)

    * feat: Add a template.env file
    
    * feat: Refactor Makefile and cleanup dependencies
    
    * docs: Add setup instructions in README.md
    
    * fix: Update Makefile to install Go properly and remove Go tar file
    dheerajdlalwani committed May 25, 2024
    Configuration menu
    Copy the full SHA
    e651fcf View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. architecture: Change connection and queries for postgres (#26)

    * architecture: Change connection and queries for postgres
    
    * wip: Add postgres makefile
    
    * wip: Postgres makefile setup
    
    * Change logging message
    
    Co-authored-by: Dheeraj Lalwani <[email protected]>
    
    * Remove ./.vscode/extensions.json from repository
    
    * Ignore .vscode folder
    
    * PR fixes
    
    * Update go.mod
    
    Co-authored-by: Dheeraj Lalwani <[email protected]>
    
    * PR fixes
    
    * Update readme file and remove unwanted lines in Makefile
    
    ---------
    
    Co-authored-by: Dheeraj Lalwani <[email protected]>
    chiraglulla and dheerajdlalwani committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    0dea1ed View commit details
    Browse the repository at this point in the history
  2. bug: Add logic to handle and send 404 for unregistered routes and sen…

    …d proper error codes from server to client
    chiraglulla committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    f2a911e View commit details
    Browse the repository at this point in the history
  3. Update controllers/video.go

    Co-authored-by: Dheeraj Lalwani <[email protected]>
    chiraglulla and dheerajdlalwani committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    b058b4b View commit details
    Browse the repository at this point in the history
  4. Update controllers/video.go

    Co-authored-by: Dheeraj Lalwani <[email protected]>
    chiraglulla and dheerajdlalwani committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    2c909cc View commit details
    Browse the repository at this point in the history
  5. Update controllers/video.go

    Co-authored-by: Dheeraj Lalwani <[email protected]>
    chiraglulla and dheerajdlalwani committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    4a95e53 View commit details
    Browse the repository at this point in the history
  6. Update controllers/video.go

    Co-authored-by: Dheeraj Lalwani <[email protected]>
    chiraglulla and dheerajdlalwani committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    8bc86c0 View commit details
    Browse the repository at this point in the history
  7. Update controllers/video.go

    Co-authored-by: Dheeraj Lalwani <[email protected]>
    chiraglulla and dheerajdlalwani committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    15508f3 View commit details
    Browse the repository at this point in the history
  8. Update controllers/video.go

    Co-authored-by: Dheeraj Lalwani <[email protected]>
    chiraglulla and dheerajdlalwani committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    8dfd839 View commit details
    Browse the repository at this point in the history
  9. Update controllers/video.go

    Co-authored-by: Dheeraj Lalwani <[email protected]>
    chiraglulla and dheerajdlalwani committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    799b720 View commit details
    Browse the repository at this point in the history
  10. Update controllers/video.go

    Co-authored-by: Dheeraj Lalwani <[email protected]>
    chiraglulla and dheerajdlalwani committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    2a2b92a View commit details
    Browse the repository at this point in the history
  11. Update controllers/video.go

    Co-authored-by: Dheeraj Lalwani <[email protected]>
    chiraglulla and dheerajdlalwani committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    11428a4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2835501 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7fd387e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

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

Commits on Jul 13, 2024

  1. Remove commented code

    chiraglulla committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    6ae3657 View commit details
    Browse the repository at this point in the history