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

Multiple fixes and add Group Backend support #384

Closed
wants to merge 11 commits into from

Commits on Apr 9, 2020

  1. Fix translations

    Signed-off-by: Tortue Torche <[email protected]>
    tortuetorche committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    c5806c6 View commit details
    Browse the repository at this point in the history
  2. Better applicationregistering and events dispatching

    Signed-off-by: Tortue Torche <[email protected]>
    tortuetorche committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    f4d4937 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    310d4e5 View commit details
    Browse the repository at this point in the history
  4. Fix adding group with member limit -1 or 0

    Fix nextcloud#342
    
    Signed-off-by: Tortue Torche <[email protected]>
    tortuetorche committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    3de12e6 View commit details
    Browse the repository at this point in the history
  5. You can now add members in personal circles when `skip_invitation_t…

    …o_closed_circles` option is enabled
    
    Fix nextcloud#382 and
    nextcloud#360
    
    Signed-off-by: Tortue Torche <[email protected]>
    tortuetorche committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    584a89f View commit details
    Browse the repository at this point in the history
  6. Better 'creation_activity' option handling

    Signed-off-by: Tortue Torche <[email protected]>
    tortuetorche committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    42df19d View commit details
    Browse the repository at this point in the history
  7. Enhanced onSettingsChange event to get old setting values

    Including `name` and `description` attributes
    
    Signed-off-by: Tortue Torche <[email protected]>
    tortuetorche committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    dbaac29 View commit details
    Browse the repository at this point in the history
  8. Add allow_adding_any_group_members option to allow or not adding gr…

    …oup members from any users
    
    Default to `1`.
    
    When value is set to `0` it's only possible to add groups where the
    current user is a member or for global administrators.
    
    Fix nextcloud#128
    
    Signed-off-by: Tortue Torche <[email protected]>
    tortuetorche committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    bfaf31f View commit details
    Browse the repository at this point in the history
  9. Add allow_listed_circles option, to list or not circles outside the…

    … Circles app
    
    Default value is `1` to show circles in shared list.
    Set it to `0` to hide them.
    
    Signed-off-by: Tortue Torche <[email protected]>
    tortuetorche committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    5512acc View commit details
    Browse the repository at this point in the history
  10. Add allow_files_filtered_by_circles option, to list or not circle i…

    …n the files app
    
    Default is set to `1` to list them in the `files` application
    To hide them, set it to `0`
    
    Signed-off-by: Tortue Torche <[email protected]>
    tortuetorche committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    7c85fa1 View commit details
    Browse the repository at this point in the history
  11. Add group_backend option to mirroring the circle as a group

    The main goal is to have better integrations with Nextcloud applications
    and clients.
    
    The group name is automatically suffixed by ` Circle`
    And you can customize the prefix and/or suffix group name with the
    `group_backend_name_prefix` and `group_backend_name_suffix` options
    
    You should also hide these mirrored circles in Nextcloud applications
    and clients, because their equivalent group will be used instead, via
    the `allow_listed_circles` option set to `0`.
    
    Fix nextcloud#363
    
    Signed-off-by: Tortue Torche <[email protected]>
    tortuetorche committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    b3604eb View commit details
    Browse the repository at this point in the history