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

future3 - Feature "sync shared" #2009

Merged

Commits on Mar 5, 2023

  1. first callback test

    AlvinSchiller committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    7cb4060 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6e72fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ac52de View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. fixed logger call

    AlvinSchiller committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    ddd9d6b View commit details
    Browse the repository at this point in the history
  2. changed logger name

    AlvinSchiller committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    97a31ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d454be5 View commit details
    Browse the repository at this point in the history
  4. settings added

    AlvinSchiller committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    09e8d18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80711a3 View commit details
    Browse the repository at this point in the history
  6. fixed path

    AlvinSchiller committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    960c3c8 View commit details
    Browse the repository at this point in the history
  7. fixed paths

    AlvinSchiller committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    8722a90 View commit details
    Browse the repository at this point in the history
  8. fixed errorlogging

    AlvinSchiller committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    e77ce2b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2f904b8 View commit details
    Browse the repository at this point in the history
  10. added player update

    AlvinSchiller committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    3d1e929 View commit details
    Browse the repository at this point in the history
  11. fixed subprocess args

    AlvinSchiller committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    3407f8a View commit details
    Browse the repository at this point in the history
  12. fixed rsync parameter

    AlvinSchiller committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    f7731da View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

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

Commits on Mar 10, 2023

  1. added server and directory checks

    loglevels adjusted
    AlvinSchiller committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    d81b9ee View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    e442385 View commit details
    Browse the repository at this point in the history
  2. fixed ignored files

    AlvinSchiller committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    06c20a6 View commit details
    Browse the repository at this point in the history
  3. refactored path handling

    use os.path instead of string concatenation
    fixed handling for abs path folder name
    AlvinSchiller committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    d23321b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8eb353e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    905d502 View commit details
    Browse the repository at this point in the history
  6. sync_full added

    AlvinSchiller committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    80d83af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c149927 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. correction of bool value handling

    evaluate to false if settings not correctly set (e.g. as string)
    AlvinSchiller committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    61e7fec View commit details
    Browse the repository at this point in the history
  2. fix flake8 errors

    AlvinSchiller committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    860c6ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85c6ed9 View commit details
    Browse the repository at this point in the history
  4. added ssh support

    AlvinSchiller committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    e2ba6fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ae18a5 View commit details
    Browse the repository at this point in the history
  6. speed up ssh mode

    perform less checks for folder existence
    AlvinSchiller committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    c16992a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    0f1a5b8 View commit details
    Browse the repository at this point in the history
  2. updated default settings

    format like ConfigHandler would save it
    AlvinSchiller committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    4a07236 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e7fa7b View commit details
    Browse the repository at this point in the history
  4. fixed binding of command options

    and made them lowercase
    AlvinSchiller committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    3fd914f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

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

Commits on Mar 27, 2023

  1. added sync_card_database

    update card id only on rfid scan sync
    overwrite on full sync
    AlvinSchiller committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    332285d View commit details
    Browse the repository at this point in the history
  2. refactorings

    added locking on cfg access
    updated methodnames
    updated logging
    methods reordered
    flake8 corrections
    AlvinSchiller committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    d168cc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    046dac0 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    17b7962 View commit details
    Browse the repository at this point in the history
  2. fix flake8 errors

    AlvinSchiller committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    e4e718e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. fix indendation for JS

    AlvinSchiller committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    edaf4de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe116f0 View commit details
    Browse the repository at this point in the history
  3. naming convention

    AlvinSchiller committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    e29198f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ffe7ab View commit details
    Browse the repository at this point in the history
  5. changed options of sync_change_on_rfid_scan

    options changed from  "true"/"false" to "enable"/"disable"
    AlvinSchiller committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    fd94929 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83a0d21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9cd4f8a View commit details
    Browse the repository at this point in the history
  8. Fix function calls

    fix for: moved identical prechecks to functions
    AlvinSchiller committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    483150c View commit details
    Browse the repository at this point in the history
  9. renamed "sync_full" to "sync_all"

    correction for logging
    AlvinSchiller committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    f1071a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    921dfc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95fbddb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    183746c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35bb500 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f49000d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Changed rfid callback state to Enum

    renamed callback class
    add state as enum
    AlvinSchiller committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    7b20c93 View commit details
    Browse the repository at this point in the history
  2. Changed playcontent callback state to Enum

    added state as num
    moved callback and enum to seperate class
    callback class with generic to be able to use in more play functions
    AlvinSchiller committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    f221df7 View commit details
    Browse the repository at this point in the history
  3. fix import

    AlvinSchiller committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    975525f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d11faf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a884c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4495ed8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d960dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b98c04c View commit details
    Browse the repository at this point in the history
  9. fixed flake8

    AlvinSchiller committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    b963ef9 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Moved syncutils up

    AlvinSchiller committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    1192802 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    958cac7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e385cd4 View commit details
    Browse the repository at this point in the history
  4. fix flake8

    AlvinSchiller committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    629bfce View commit details
    Browse the repository at this point in the history
  5. updated documentation

    AlvinSchiller committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    c63b8c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    405a8c5 View commit details
    Browse the repository at this point in the history
  2. Updated language

    pabera authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    adecfca View commit details
    Browse the repository at this point in the history
  3. Updated language

    pabera authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    11d533f View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Update docs

    AlvinSchiller committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    6f9fafb View commit details
    Browse the repository at this point in the history