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

Feature "sync shared" #1978

Merged
merged 57 commits into from
Mar 12, 2023
Merged

Commits on Feb 1, 2023

  1. removed "is set" check (#)

    unquoted "is set" check fails if var is not set and if-statement has a following check. Further the preceding "is empty" check is sufficient in this case.
    AlvinSchiller committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    5f2b7df View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    9c9e7c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80631a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

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

Commits on Feb 5, 2023

  1. Settings in conf ausgelagert. Weitere Anpassungen im Abluaf

    Enabled Flag hinzugefuegt, mit fruehem ausstieg.
    rsync command ignoriert nun hinzufuegen der "folder.conf" als Aenderung.
    - hierdurch sync nicht nur bei erstem Scan sondern immer moeglich
    Ordner auf Remote werden initialisiert wenn nicht vorhanden.
    AlvinSchiller committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    06604d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Synchronisierung korrigiert

    Uunveraenderte Dateien werden uebersprungen (--update). Permissions ignoriert (--np-perms). folder.conf als Aenderung ignoriert (--exclude).
    Nachtraegliches Setzen der Persmission korrigiert.
    AlvinSchiller committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    085b542 View commit details
    Browse the repository at this point in the history
  2. gitignore erweitert

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

Commits on Feb 8, 2023

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

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    a7203d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a5e3bb View commit details
    Browse the repository at this point in the history
  3. Skript Name angepasst

    AlvinSchiller committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    a2dbfd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4abeb47 View commit details
    Browse the repository at this point in the history
  5. ReadMe hinzugefuegt

    AlvinSchiller committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    8aeafb9 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. New feature 'full sync'. rsync options corrected

    Added full synchronisation on rfid scan.
    Changed rsync option to correctly sync files and ignore 'folder.conf' and 'placholder' file
    AlvinSchiller committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    66ea56c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a59b8f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Added new Feature

    Command for changing acticvation of 'cync on rfid scan'
    AlvinSchiller committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    54c8975 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2984e70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d11f81b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    40b9882 View commit details
    Browse the repository at this point in the history
  2. Adjusted sync rules for folder.conf

    Sync folder.conf from server, but dont delete it if only present on phoniebox (except folder will be deleted)
    AlvinSchiller committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    a8dd815 View commit details
    Browse the repository at this point in the history
  3. Added Readme

    AlvinSchiller committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    546ba57 View commit details
    Browse the repository at this point in the history
  4. Readme adjusted

    AlvinSchiller committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    81aed4c View commit details
    Browse the repository at this point in the history
  5. Readme adjusted

    AlvinSchiller committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    0c7b790 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. refactored sync script.

    AlvinSchiller committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    fc29a71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d32e65d View commit details
    Browse the repository at this point in the history
  3. refactored sync script

    added function for changing access of files/folder
    changed definition of SYNC*PATH variables
    AlvinSchiller committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    c641994 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. refactoring and path handling

    Make sure the path variables are alike and dont have a trailing slash
    moved command handling to funtions
    moved rsync to single function
    moved server check to funtion
    AlvinSchiller committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    f9aacba View commit details
    Browse the repository at this point in the history
  2. removed leftover var

    AlvinSchiller committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    7d81a0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1d5f5d View commit details
    Browse the repository at this point in the history
  4. minor corrections

    AlvinSchiller committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    77b2983 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Added synchronisation mode SSH

    config updated for new settings
    AlvinSchiller committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    f1126a0 View commit details
    Browse the repository at this point in the history
  2. Settings sample updated

    AlvinSchiller committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    0435e6f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    f941843 View commit details
    Browse the repository at this point in the history
  2. renamed folder sync-shared-from-server to sync-shared

    Updated README.md
    AlvinSchiller committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    40cdb53 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. refactored commands to playout_control.sh

    fullsync and changeOnRfidScan refactored to playout_controls.sh
    AlvinSchiller committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    524f34f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3f38be View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    d6ecd0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3534ed View commit details
    Browse the repository at this point in the history
  3. removed unused logic

    AlvinSchiller committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    e939f3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c38da1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    765c21a View commit details
    Browse the repository at this point in the history
  6. updated README

    AlvinSchiller committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    ebadc11 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7182caa View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    11e8cc2 View commit details
    Browse the repository at this point in the history
  2. applied editorconfig

    AlvinSchiller committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    26d9462 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e574191 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90587b7 View commit details
    Browse the repository at this point in the history
  5. updated README

    added special thanks section
    AlvinSchiller committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    135b5f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e96212b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    6384a09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40ff9ce View commit details
    Browse the repository at this point in the history
  3. updated comments

    AlvinSchiller committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    cd57af1 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    AlvinSchiller authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    ee43b27 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    cd0e339 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    AlvinSchiller authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    78a5b85 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

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

Commits on Mar 11, 2023

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