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

[ENG-1828] Migrate to new Cloud Services API #2633

Draft
wants to merge 178 commits into
base: 0.5.0-dev
Choose a base branch
from

Commits on Jul 19, 2024

  1. New Config Structure

    Rocky43007 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    936a0f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1fa1c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    774c356 View commit details
    Browse the repository at this point in the history
  2. Remove kotlin code for Android Name

    We're going for a different solution.
    Rocky43007 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2d713e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3db7ae7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9d72b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    eb1ebd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f24973 View commit details
    Browse the repository at this point in the history
  3. new form for login

    ameer2468 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    6e4cbfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b91b15 View commit details
    Browse the repository at this point in the history
  5. clean up

    ameer2468 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d67cbec View commit details
    Browse the repository at this point in the history
  6. Add Supertoken login page

    Rocky43007 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9cc8537 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    df56d77 View commit details
    Browse the repository at this point in the history
  2. WIP 3rd Party Logins

    Rocky43007 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    81787e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. wip: Use Keychain instead of Localhost for Storage

    We store auth creds in the actual keychain of the device and not in localstorage.
    
    Currently works, but will fail if we move completely away from localStorage.
    Rocky43007 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a1e7df6 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Update keys.rs

    Rocky43007 committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    4bdb8eb View commit details
    Browse the repository at this point in the history
  2. Working auth key storage in Keychain

    Credentials like the auth access token are stored in the user's Keychain instead of in localStorage for security reasons.
    Rocky43007 committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    cbf9c93 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    f56fcaf View commit details
    Browse the repository at this point in the history
  2. Update SDCoreModule.kt

    Rocky43007 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    dc23c3f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    4130f79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    547beda View commit details
    Browse the repository at this point in the history
  3. Cleanup cookieHandler.ts

    Rocky43007 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    af9c83b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

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

Commits on Aug 2, 2024

  1. Working Auth on Mobile

    You can now log in to the new Auth system from your mobile device.
    
    WARNING: Currently, password rendering isn't hashed. It is being worked on.
    Rocky43007 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f7e939c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    713f322 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:spacedriveapp/spacedrive into eng-1…

    …828-migration-to-new-cloud-api-system
    fogodev committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2647cdc View commit details
    Browse the repository at this point in the history
  4. Merge branch 'eng-1828-migration-to-new-cloud-api-system' of github.c…

    …om:spacedriveapp/spacedrive into eng-1828-migration-to-new-cloud-api-system
    fogodev committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    584cce7 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    acda40b View commit details
    Browse the repository at this point in the history
  2. Update ShowPassword.tsx

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

Commits on Aug 4, 2024

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

Commits on Aug 6, 2024

  1. Working example for new API system

    A working example to fetch data from the new cloud services system.
    Rocky43007 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    25ee5ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60695b8 View commit details
    Browse the repository at this point in the history
  3. Completed cloud.devices rspc route

    Everything is done except "hello", "register", and "update", which are being handled by Ericson
    Rocky43007 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2a24022 View commit details
    Browse the repository at this point in the history
  4. Bring back old cloud.library.list

    Old API stuff
    Rocky43007 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    04955c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    8739a74 View commit details
    Browse the repository at this point in the history
  2. Migrate all cloud routes to the new API system

    All cloud routes are now migrated to the new system in the backend.
    
    The old routes are still available, as the frontend has not been modified to use the new ones yet.
    Rocky43007 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    46a4008 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3bbee0 View commit details
    Browse the repository at this point in the history
  4. Forgot to import types D:

    Rocky43007 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fa7de37 View commit details
    Browse the repository at this point in the history
  5. PubId, not Uuid

    Rocky43007 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    01cc022 View commit details
    Browse the repository at this point in the history
  6. Forgot library delete D:

    Rocky43007 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    41e21a3 View commit details
    Browse the repository at this point in the history
  7. Mocked Device data for UI

    Rocky43007 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    381a9e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5be1acd View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Working Popout to default browser + Signout button

    Signout button should be working, and popout is working great
    Rocky43007 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ca33e6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0c71ca View commit details
    Browse the repository at this point in the history
  3. Formatting

    Rocky43007 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b797610 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Working signout button

    Turns out, I forgot an await
    Rocky43007 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6e4cbe7 View commit details
    Browse the repository at this point in the history
  2. Update pnpm

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

Commits on Aug 10, 2024

  1. Update all tauri deps (js and rust) to Release Candidate 2

     - A lot of misc fixes due to changes in the new versions of tauri, rspc and specta
    HeavenVolkoff committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    a9fc600 View commit details
    Browse the repository at this point in the history
  2. Recreate pnpm-lock

    HeavenVolkoff committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    587b379 View commit details
    Browse the repository at this point in the history
  3. Fix pnpm-lock

    HeavenVolkoff committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    18ab45f View commit details
    Browse the repository at this point in the history
  4. Formatting

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

Commits on Aug 12, 2024

  1. Remove keyring crate

    We found a different solution, as the keyring crate isn't supported on Android
    Rocky43007 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    1db15a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9e7ea7 View commit details
    Browse the repository at this point in the history
  3. Use 10 chars SHA for git deps

     - Update a couple of rust dependencies
     - Add taplo for toml auto formatting
     - Adjust some formatting configurations
     - Updated prettier and its plugins
    HeavenVolkoff committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8b3574d View commit details
    Browse the repository at this point in the history
  4. Fix formatter settings

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

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    019b157 View commit details
    Browse the repository at this point in the history
  2. Update pnpm-lock.yaml

    Rocky43007 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f3871ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f16bd40 View commit details
    Browse the repository at this point in the history
  4. More merge fixes

    Rocky43007 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7b66730 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d6291b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    749d228 View commit details
    Browse the repository at this point in the history
  2. Revamping crypto subcrate

    fogodev committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1aa459a View commit details
    Browse the repository at this point in the history
  3. Bad merge

    fogodev committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1fd5c5f View commit details
    Browse the repository at this point in the history
  4. Merge with main

    fogodev committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    45c90e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5604e33 View commit details
    Browse the repository at this point in the history
  6. Deep linking wip

    Pop up shows but doesn't pull focus on the app and actually doesn't receive events
    Rocky43007 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b14e4fc View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. More tweaks on crypto crate

    fogodev committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    42e004a View commit details
    Browse the repository at this point in the history
  2. Fix crypto erase example

    fogodev committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    16f4eb6 View commit details
    Browse the repository at this point in the history
  3. Working backend deeplink event

    The backend registers deeplink events. However, emit breaks it, meaning the data can't be sent to the frontend.
    Rocky43007 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ef418d4 View commit details
    Browse the repository at this point in the history
  4. Fixing app deep link events

    fogodev committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e24c7df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47a5828 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1c9c04 View commit details
    Browse the repository at this point in the history
  7. Revert "Better logging on deeplink events"

    This reverts commit d1c9c04.
    Rocky43007 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    19f404a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01d6163 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/eng-1828-migration-to-new-cloud-…

    …api-system' into eng-1828-migration-to-new-cloud-api-system
    HeavenVolkoff committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    abef1e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ddacb31 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    66a1448 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e0b530 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efb1532 View commit details
    Browse the repository at this point in the history
  4. Update pnpm-lock.yaml

    Rocky43007 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4fbaf86 View commit details
    Browse the repository at this point in the history
  5. Update core.ts

    Rocky43007 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0384f23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7ee166 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

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

    fogodev committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    183b3e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8532bfb View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Merge branch 'main' of github.com:spacedriveapp/spacedrive into eng-1…

    …828-migration-to-new-cloud-api-system
    fogodev committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    56894a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Working deep links

    Rocky43007 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    2f6cc17 View commit details
    Browse the repository at this point in the history
  2. Cloud Key Manager

    fogodev committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4421a7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5eb4fa6 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Auth callback route

    Rocky43007 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    89213ea View commit details
    Browse the repository at this point in the history
  2. Working Social Login buttons in prod

    For google at least.
    Rocky43007 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f0b2f9c View commit details
    Browse the repository at this point in the history
  3. First autoformat of the PR

    Rocky43007 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    81fe5f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    e48c33d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:spacedriveapp/spacedrive into eng-1…

    …828-migration-to-new-cloud-api-system
    fogodev committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6ef5e36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbb1e92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28dfa44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    014fcb5 View commit details
    Browse the repository at this point in the history
  6. Setting Cloud Services ALPN

    fogodev committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    de3fc6b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad81029 View commit details
    Browse the repository at this point in the history
  8. fix devices count on overview

    myung03 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5f4d630 View commit details
    Browse the repository at this point in the history
  9. Only use Tauri Fetch in prod

    Regular fetch will work fine in dev. We need to use the Tauri fetch in production due to CORS in the API server.
    Rocky43007 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ca7b4af View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Fix plausible

    Rocky43007 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    fc8d1b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Cloud P2P abstraction

    fogodev committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    feac668 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbf06e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Some tweks to simplify sync subcrate

    Initial work to port cloud sync system to new cloud services
    fogodev committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    752bdbd View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

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

Commits on Aug 27, 2024

  1. Make core compile again

    fogodev committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3cd7f8d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:spacedriveapp/spacedrive into eng-1…

    …828-migration-to-new-cloud-api-system
    fogodev committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    01008c2 View commit details
    Browse the repository at this point in the history
  3. bruh

    fogodev committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f6ed7b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Fix compile again

    Rocky43007 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4ffb4aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbef19f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f18b35e View commit details
    Browse the repository at this point in the history
  4. Updated core.ts file

    Rocky43007 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    54f76c4 View commit details
    Browse the repository at this point in the history
  5. Fixed ipc errors

    Rocky43007 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    55f02aa View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    0b569a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33a75c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

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

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    e8183f1 View commit details
    Browse the repository at this point in the history
  2. Working Tauri fetch in prod

    It finally works!
    Rocky43007 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5ae87e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07dea56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a1a9cf View commit details
    Browse the repository at this point in the history
  5. Formatting

    Rocky43007 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e9c08e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    d516fa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf0a7dd View commit details
    Browse the repository at this point in the history
  3. Relating tables to device

    fogodev committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    1f491cc View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Fixing access token decoding

    fogodev committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4d1443e View commit details
    Browse the repository at this point in the history
  2. Forgot to include the error

    fogodev committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    84e327f View commit details
    Browse the repository at this point in the history
  3. Ingester actor

    fogodev committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e515e11 View commit details
    Browse the repository at this point in the history
  4. bruh

    fogodev committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d98332e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20c157c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Update cargo lock

    Rocky43007 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a29b86a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    ed8c59e View commit details
    Browse the repository at this point in the history
  2. Device routes & registering of device (mostly)

    Still wip though
    Rocky43007 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    dc19f79 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    a810327 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c15ee01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d662b2 View commit details
    Browse the repository at this point in the history
  4. Initialize cloud sync

    fogodev committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9ccd9f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

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

Commits on Sep 16, 2024

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

    myung03 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    688286b View commit details
    Browse the repository at this point in the history
  3. oopsie wrong commit

    myung03 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2c80ede View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

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

Commits on Sep 18, 2024

  1. Custom Access Token functions & Constant URL

    Constant URL for the auth server
    Rocky43007 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4e4e964 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    337c7c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    d70adf7 View commit details
    Browse the repository at this point in the history
  2. Lots of changes

    - Constant for Auth server URL
    - Modify config to save Pretty Name of device
    - Properly list devices from Cloud Backend
    Rocky43007 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    60e1258 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68cda79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efc6704 View commit details
    Browse the repository at this point in the history
  5. Formatting

    Rocky43007 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    16b1fd7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Fix identifier bug

    fogodev committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    fcdf854 View commit details
    Browse the repository at this point in the history
  2. Fix prisma issue on exif data

    fogodev committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    cd897b7 View commit details
    Browse the repository at this point in the history
  3. bruh

    fogodev committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1d22a75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9658c5d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Merge branch 'main' of github.com:spacedriveapp/spacedrive into eng-1…

    …828-migration-to-new-cloud-api-system
    fogodev committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    4430fdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d99c80 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Work on getting request_join working

    Currently have debug routes on how the flow of joining a sync group works, and there a few bugs internally still giving us issues.
    Rocky43007 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    e581f79 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Trying to fix iroh discovery

    fogodev committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0150107 View commit details
    Browse the repository at this point in the history
  2. Working on p2p stuff

    Rocky43007 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9d52280 View commit details
    Browse the repository at this point in the history
  3. Tweak Auth UI

    ameer2468 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4e7e017 View commit details
    Browse the repository at this point in the history
  4. improve auth ui

    ameer2468 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    bc2ddc6 View commit details
    Browse the repository at this point in the history
  5. styled profile page

    myung03 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c08c3d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    845c026 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    564e9ac View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge branch 'main' of github.com:spacedriveapp/spacedrive into eng-1…

    …828-migration-to-new-cloud-api-system
    fogodev committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    628495e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    38003f7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:spacedriveapp/spacedrive into eng-1…

    …828-migration-to-new-cloud-api-system
    fogodev committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e071008 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    7987071 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdff139 View commit details
    Browse the repository at this point in the history
  3. email login ui

    ameer2468 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d180261 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. wip

    Rocky43007 committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    264e3f7 View commit details
    Browse the repository at this point in the history
  2. Update cloud schema

    fogodev committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    069a535 View commit details
    Browse the repository at this point in the history
  3. Update lib.rs

    Rocky43007 committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    c1aba8b View commit details
    Browse the repository at this point in the history
  4. Working p2p relay backend

    Rocky43007 committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    cec8c9e View commit details
    Browse the repository at this point in the history
  5. Update tauri and some deps

    fogodev committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    f329a95 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Update to new schema tweaking sync groups get route

    Also removing some stale fields
    fogodev committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    9e00227 View commit details
    Browse the repository at this point in the history
  2. Rust fmt

    fogodev committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    7cd57c2 View commit details
    Browse the repository at this point in the history