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

Uploaded files are now moved to an assets folder and are not overwrit… #294

Closed
wants to merge 18 commits into from

Commits on Oct 17, 2024

  1. Uploaded files are now moved to an assets folder and are not overwrit…

    …ten but an incrementer is added to the file name to allow uploads of files with the same name
    TomSimons committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8681953 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e6ba79 View commit details
    Browse the repository at this point in the history
  3. updated obj package

    TomSimons committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d6950ed View commit details
    Browse the repository at this point in the history
  4. added debug logs

    TomSimons committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    17f5f3d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. added debugs

    TomSimons committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    eade36e View commit details
    Browse the repository at this point in the history
  2. in order to avoid using File.Exists in webgl (which does not work cor…

    …rectly) filename is now changed to a guid
    TomSimons committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    30cd1ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d3e9f4 View commit details
    Browse the repository at this point in the history
  4. Fixed guid initialization

    TomSimons committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    05c21c3 View commit details
    Browse the repository at this point in the history
  5. fixed geojson file name

    TomSimons committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    cc49673 View commit details
    Browse the repository at this point in the history
  6. fixed geojson file url

    TomSimons committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1db9cc7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b31324d View commit details
    Browse the repository at this point in the history
  8. Revert "trying to fix geojson loading"

    This reverts commit b31324d.
    TomSimons committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ec68163 View commit details
    Browse the repository at this point in the history
  9. Revert "fixed geojson file url"

    This reverts commit 1db9cc7.
    TomSimons committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    86358ea View commit details
    Browse the repository at this point in the history
  10. Merge branch 'main' of https://github.com/Netherlands3D/twin into fea…

    …ture/save-files-with-the-same-name-2
    
    # Conflicts:
    #	Assets/Scripts/Layers/Adapters/DataTypeAdapters/GeoJSONImportAdapter.cs: Used theirs
    TomSimons committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    68695b4 View commit details
    Browse the repository at this point in the history
  11. manually fixed layer name

    TomSimons committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    095362c View commit details
    Browse the repository at this point in the history
  12. made move copy for webgl

    TomSimons committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6e68371 View commit details
    Browse the repository at this point in the history
  13. removed directory creation

    TomSimons committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    52a54f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

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