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

[stable-3.30] BugFix - NPE internalFolderSyncTimestamp & File Existence Check #13694

Merged
merged 9 commits into from
Oct 7, 2024

Commits on Oct 7, 2024

  1. dont let setInternalFolderSyncTimestamp via null value, dont return n…

    …ullable value
    
    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    db3a7d8 View commit details
    Browse the repository at this point in the history
  2. Add file existence check

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    eccb775 View commit details
    Browse the repository at this point in the history
  3. check folder.storagePath existence

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    787e1f4 View commit details
    Browse the repository at this point in the history
  4. fix kotlin spotless check

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    801e113 View commit details
    Browse the repository at this point in the history
  5. dont check file existence

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    abf484e View commit details
    Browse the repository at this point in the history
  6. check file existence due to not cause worker fails

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a694bb3 View commit details
    Browse the repository at this point in the history
  7. catch exceptions

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    32d84c4 View commit details
    Browse the repository at this point in the history
  8. use MainApp.getStoragePath()

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9de1871 View commit details
    Browse the repository at this point in the history
  9. fix build

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    bb00c0f View commit details
    Browse the repository at this point in the history