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/files list occ command #43342

Closed

Commits on Feb 3, 2024

  1. files:list added as a occ command. filter added based on type and siz…

    …e for files. path or --all is required to search files in the path or based on all users
    yemkareems committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    027d692 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    b9caee2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f90b106 View commit details
    Browse the repository at this point in the history
  3. general refactoring to remove unused variables and functions, edge ca…

    …se in file info if no files in dir covered
    yemkareems committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    1503053 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Update ListFiles.php

    Psalm errors fixed
    
    Signed-off-by: yemkareems <[email protected]>
    yemkareems authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2b915f3 View commit details
    Browse the repository at this point in the history
  2. composer run cs:fix

    composer run cs:fix
    
    Signed-off-by: yemkareems <[email protected]>
    yemkareems authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7e27fbe View commit details
    Browse the repository at this point in the history
  3. Update ListFiles.php

    exectime variable removed to fix psalm error
    
    Signed-off-by: yemkareems <[email protected]>
    yemkareems authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d82b3b3 View commit details
    Browse the repository at this point in the history
  4. type hinting

    type hinting corrected
    
    Signed-off-by: yemkareems <[email protected]>
    yemkareems authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a035d41 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. PR review comments by Louis done

    Scan files replaced with listFiles and all methods refactored accordingly
    
    Signed-off-by: yemkareems <[email protected]>
    yemkareems authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ac4efa8 View commit details
    Browse the repository at this point in the history
  2. path made a argument and user extraction logic based on path changed

    path made a argument and user extraction logic based on path changed
    
    Signed-off-by: yemkareems <[email protected]>
    yemkareems authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    92e5516 View commit details
    Browse the repository at this point in the history
  3. help doc content changed to start with all first caps

    help doc content changed to start with all first caps
    
    Signed-off-by: yemkareems <[email protected]>
    yemkareems authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d59769e View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. removed the user loop since only one user is there and copy right aut…

    …hors removed
    
    removed the user loop since only one user is there and copy right authors removed
    
    Signed-off-by: yemkareems <[email protected]>
    yemkareems authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1764794 View commit details
    Browse the repository at this point in the history
  2. type hinting corrected

    type hinting corrected
    
    Signed-off-by: yemkareems <[email protected]>
    yemkareems authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    5638ef2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. cs fix ran

    cs fix ran 
    
    Signed-off-by: yemkareems <[email protected]>
    yemkareems authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    79b5410 View commit details
    Browse the repository at this point in the history
  2. array multisort assigning to var and passing it

    Signed-off-by: yemkareems <[email protected]>
    yemkareems authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    4058838 View commit details
    Browse the repository at this point in the history
  3. userFolder type hint to fix psalm error

    userFolder type hint to fix psalm error
    
    Signed-off-by: yemkareems <[email protected]>
    yemkareems authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    90f5d26 View commit details
    Browse the repository at this point in the history
  4. Update apps/files/lib/Command/ListFiles.php

    Co-authored-by: Andy Scherzinger <[email protected]>
    Signed-off-by: yemkareems <[email protected]>
    yemkareems and AndyScherzinger authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    351d671 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. updated the description of path

    updated the description of path
    
    Signed-off-by: yemkareems <[email protected]>
    yemkareems authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0cfb4dd View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. making changes to list folders as directory type

    making changes to list folders as directory type
    
    Signed-off-by: yemkareems <[email protected]>
    yemkareems authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    fc20909 View commit details
    Browse the repository at this point in the history
  2. cs fix run for the file

    cs fix run for the file
    
    Signed-off-by: yemkareems <[email protected]>
    yemkareems authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    14078fc View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    9b129a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57752e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8573aa View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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