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

Generate name for StorageFile based on its mime type (#726) #756

Merged
merged 54 commits into from
Dec 29, 2023

Commits on Dec 19, 2023

  1. Add interface of filename generation to PlatformUtilsImpl

    Igor Pashutin committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    216c414 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Export public method [extensionFromMime] from mime library

    Igor Pashutin committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0dc0118 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2faece4 View commit details
    Browse the repository at this point in the history
  3. Use generated filename for avatar image

    Igor Pashutin committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    da677de View commit details
    Browse the repository at this point in the history
  4. Add proxy function returns default extension

    Igor Pashutin committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    f83b763 View commit details
    Browse the repository at this point in the history
  5. Refactor generateFilename

    Igor Pashutin committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4cd5687 View commit details
    Browse the repository at this point in the history
  6. Remove any changes in platform utils

    Igor Pashutin committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b929b9a View commit details
    Browse the repository at this point in the history
  7. Improve documentation comments

    Igor Pashutin committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    7de32ff View commit details
    Browse the repository at this point in the history
  8. Refactor - fix import to relative

    Igor Pashutin committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    9dd3d15 View commit details
    Browse the repository at this point in the history
  9. Move filename generation method inside [StorageFile]

    Igor Pashutin committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    19f8b7c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b86a2fb View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    14ef912 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c31b0d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    607ba8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8c834a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9d7875 View commit details
    Browse the repository at this point in the history
  6. Fix fmt

    Alienjob committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    5377736 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3a9584 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f37ee95 View commit details
    Browse the repository at this point in the history
  9. Fix call sync method async

    Alienjob committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    4bb9564 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f2276f3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    049a7e8 View commit details
    Browse the repository at this point in the history
  12. Improve documentation

    Alienjob committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    0848fc7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2889659 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Refactor [MediaType] resolving

    - Lazy resolving [MediaType] of [CacheEntry] only by content
    - Delete resolving [MediaType] by [url] or [path]
    - Add extension on [MediaType] provides file extension
    - Change [defaultExtensionFromMime] function to simple if statement
    - Change sync [defaultFilename] to async [name]
    Alienjob committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    95f20e0 View commit details
    Browse the repository at this point in the history
  2. Fix imports

    Alienjob committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    4b76290 View commit details
    Browse the repository at this point in the history
  3. Improve documentation

    Alienjob committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    6161245 View commit details
    Browse the repository at this point in the history
  4. Improve documantation

    Alienjob committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    176652a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b01df7 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Test analysis options

    Alienjob committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    06b20a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f249ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca50acf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1ce661 View commit details
    Browse the repository at this point in the history
  5. Add TODO: about remove temp fix

    Co-authored-by: Nikita <SleepySquash@users.noreply.github.com>
    Alienjob and SleepySquash committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    f8b95a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09ddc66 View commit details
    Browse the repository at this point in the history
  7. Improve documentation

    Alienjob committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    8ff8dee View commit details
    Browse the repository at this point in the history
  8. Merge branch '726-fix-extension-on-saved-avatar-image-file' of github…

    ….com:team113/messenger into 726-fix-extension-on-saved-avatar-image-file
    Alienjob committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    a2560eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a07278 View commit details
    Browse the repository at this point in the history
  10. Improve documentation

    Alienjob committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    14bbebd View commit details
    Browse the repository at this point in the history
  11. Fix [_resolveType] flow

    Alienjob committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    d2e8569 View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/main' into 726-fix-extension-on-…

    …saved-avatar-image-file
    Alienjob committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    3b62224 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Corrections

    SleepySquash committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    78ad910 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11abaa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81e74e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11b3fde View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    80dd7aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0eb3dac View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    e0437aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a4d16f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf4f9cf View commit details
    Browse the repository at this point in the history
  4. Improve documentation

    Alienjob committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    f708d35 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

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

    SleepySquash committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    4c6a953 View commit details
    Browse the repository at this point in the history
  3. Add CHANGELOG entry

    SleepySquash committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    fe882f7 View commit details
    Browse the repository at this point in the history