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: CubbyTeam/CubbyServer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: project-setup
Choose a base ref
...
head repository: CubbyTeam/CubbyServer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 8 files changed
  • 4 contributors

Commits on May 31, 2021

  1. Merge pull request #4 from utilForever/project-setup

    Initial project setup
    utilForever authored May 31, 2021
    Configuration menu
    Copy the full SHA
    ad398eb View commit details
    Browse the repository at this point in the history
  2. docs: Add logo file

    utilForever committed May 31, 2021
    Configuration menu
    Copy the full SHA
    126e8e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffad935 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from utilForever/badge

    Add logo, status badges and information
    utilForever authored May 31, 2021
    Configuration menu
    Copy the full SHA
    5106deb View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. 🙈 Added IDE related files

    - IntelliJ based IDE files
    - VSCode files
    buttercrab committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    d5a71a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    833b0e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Add workspaces, admin

    sboh1214 committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    0c1aa67 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Add missing packages

    sboh1214 committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    a906392 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    464e3a1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from CubbyTeam/workspace

    Add workspaces, admin
    sboh1214 authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    5a93a06 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. ✨ made configuration

    - removed main.rs (middleware is library)
    - added small documentation for middleware (features of middleware)
    - added configuration for server
    - added configuration for auth server
    - added documents for configuration
    - added example for using `Config` and `AuthServer`
    - added function to make `rustls::ServerConfig` (todo)
    - reformatted Cargo.toml and added `include` part of `package` in
      Cargo.toml
    - will be using tokio + rustls for connection in connection
    
    Since there was no actual code running, no test was written.
    buttercrab committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    6159751 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. 📝 added documents to config.rs

    - changed comments to doc comments
    - removed `make_tls_config` function
    - changed `rustls::ServerConfig` to `key_path` and `cert_path`
    - removed `custom_debug_derive` dependency
    - added `serde` dependency
    - changed example in document
    buttercrab committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    fb9d4f9 View commit details
    Browse the repository at this point in the history
  2. 🏗 added into attribute

    buttercrab committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    9eb477a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

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

Commits on Sep 1, 2021

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

Commits on Sep 2, 2021

  1. Merge pull request #11 from CubbyTeam/admin

    Export admin folder to CubbyAdmin
    sboh1214 authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    695c17c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

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

Commits on Sep 9, 2021

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