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

[WIP] Nextcloud compatibility #1

Merged
merged 61 commits into from
Dec 12, 2018
Merged

Commits on Apr 28, 2017

  1. Mark compatible with 12

    Signed-off-by: Lukas Reschke <[email protected]>
    LukasReschke committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    0b8529d View commit details
    Browse the repository at this point in the history
  2. Use Nextcloud settings panel

    Signed-off-by: Lukas Reschke <[email protected]>
    LukasReschke committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    f8e909e View commit details
    Browse the repository at this point in the history
  3. Use TemplateResponse

    Signed-off-by: Lukas Reschke <[email protected]>
    LukasReschke committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    25a9571 View commit details
    Browse the repository at this point in the history
  4. Use SHARE_TYPE_GUEST

    Signed-off-by: Lukas Reschke <[email protected]>
    LukasReschke committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    51d9b48 View commit details
    Browse the repository at this point in the history
  5. Mark compatible with 12

    Signed-off-by: Lukas Reschke <[email protected]>
    LukasReschke authored and rullzer committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    e931baf View commit details
    Browse the repository at this point in the history
  6. Use Nextcloud settings panel

    Signed-off-by: Lukas Reschke <[email protected]>
    LukasReschke authored and rullzer committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    7f1a6e0 View commit details
    Browse the repository at this point in the history
  7. Use TemplateResponse

    Signed-off-by: Lukas Reschke <[email protected]>
    LukasReschke authored and rullzer committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    9d9419a View commit details
    Browse the repository at this point in the history
  8. Use SHARE_TYPE_GUEST

    Signed-off-by: Lukas Reschke <[email protected]>
    LukasReschke authored and rullzer committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    a11c762 View commit details
    Browse the repository at this point in the history
  9. Use owncloud as appname

    Since else we need migration steps if we ever fix that
    
    Signed-off-by: Roeland Jago Douma <[email protected]>
    rullzer committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    672ddf3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f0e0326 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7b461bb View commit details
    Browse the repository at this point in the history
  12. Use proper sidebar icon

    Signed-off-by: Lukas Reschke <[email protected]>
    LukasReschke committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    b6964bc View commit details
    Browse the repository at this point in the history
  13. Fix intergration tests paths

    Signed-off-by: Roeland Jago Douma <[email protected]>
    rullzer committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    8c5781b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2017

  1. Get basic functionality working

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed May 4, 2017
    Configuration menu
    Copy the full SHA
    26c4d11 View commit details
    Browse the repository at this point in the history
  2. add always enabled guest apps to ensure minimal functionality

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed May 4, 2017
    Configuration menu
    Copy the full SHA
    4c1dff2 View commit details
    Browse the repository at this point in the history
  3. better whitelist configuration

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed May 4, 2017
    Configuration menu
    Copy the full SHA
    19e38bf View commit details
    Browse the repository at this point in the history

Commits on May 5, 2017

  1. more descriptive guest uid's and cleaner guest dialog

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed May 5, 2017
    Configuration menu
    Copy the full SHA
    2debade View commit details
    Browse the repository at this point in the history
  2. use displayname in email recipient

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed May 5, 2017
    Configuration menu
    Copy the full SHA
    bb0100b View commit details
    Browse the repository at this point in the history
  3. cache data should be writable

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed May 5, 2017
    Configuration menu
    Copy the full SHA
    0a63a66 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. fix guest detection

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed May 9, 2017
    Configuration menu
    Copy the full SHA
    78f25aa View commit details
    Browse the repository at this point in the history
  2. better naming

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed May 9, 2017
    Configuration menu
    Copy the full SHA
    2568838 View commit details
    Browse the repository at this point in the history
  3. filter navigation entries that are blocked for the guest

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed May 9, 2017
    Configuration menu
    Copy the full SHA
    43d3344 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. proper navigation filtering

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed May 10, 2017
    Configuration menu
    Copy the full SHA
    6e755f0 View commit details
    Browse the repository at this point in the history
  2. set activation links to never expire

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed May 10, 2017
    Configuration menu
    Copy the full SHA
    13ffc37 View commit details
    Browse the repository at this point in the history
  3. use themed email for invitation

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed May 10, 2017
    Configuration menu
    Copy the full SHA
    8515fbb View commit details
    Browse the repository at this point in the history
  4. share notifications for existing guests

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed May 10, 2017
    Configuration menu
    Copy the full SHA
    457c03a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. dont allow creating guests with an exising email

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed May 11, 2017
    Configuration menu
    Copy the full SHA
    bc6f62b View commit details
    Browse the repository at this point in the history
  2. remove todo

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed May 11, 2017
    Configuration menu
    Copy the full SHA
    d0ff5ab View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. fix webdav and merged js not being allowed

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed May 22, 2017
    Configuration menu
    Copy the full SHA
    8d7b3cb View commit details
    Browse the repository at this point in the history
  2. enable in 13

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed May 22, 2017
    Configuration menu
    Copy the full SHA
    8daac06 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. mark compatible with 14

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    13a5d31 View commit details
    Browse the repository at this point in the history
  2. make group id non configurable

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    791fc01 View commit details
    Browse the repository at this point in the history
  3. nc 14 compatibility

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    9dcdfac View commit details
    Browse the repository at this point in the history
  4. fix readonly wrapper not getting applied

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    76dad15 View commit details
    Browse the repository at this point in the history
  5. fix login

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    d8b4331 View commit details
    Browse the repository at this point in the history
  6. remove files external from default allowed apps

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    039a1fa View commit details
    Browse the repository at this point in the history
  7. hide contacts menu for guests

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    f09b3af View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. store guests in their own user backend.

    This prevents guests from being promoted into regular users by accident
    when the guests app is disabled.
    
    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    91dec39 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. generate userid serverside

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    5b3c876 View commit details
    Browse the repository at this point in the history
  2. use raw email as userid

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    88a8a2c View commit details
    Browse the repository at this point in the history
  3. give guests a 0b quota

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    7e58d8a View commit details
    Browse the repository at this point in the history
  4. fix logout button

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    3a9fbd8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Fix double mail

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    e7bc2d6 View commit details
    Browse the repository at this point in the history
  2. guest dialog polish

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    5c65830 View commit details
    Browse the repository at this point in the history
  3. makefile

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    b7f5bcc View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. prevent guests from creating more guests

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    eadae2f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. fix non guests login

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    8b31b77 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. allow creating guest account from email

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    a70fbfb View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. fix user listing

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    9f5a2c2 View commit details
    Browse the repository at this point in the history
  2. restrict filesystem access when using basic auth

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    36148ad View commit details
    Browse the repository at this point in the history
  3. block external shares for guests by defailt

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    702eb28 View commit details
    Browse the repository at this point in the history
  4. prevent files external error message

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    7c54f64 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. fixes the share autocomplete js plugin. nextcloud/server#10114

    Signed-off-by: Michael Weimann <[email protected]>
    weeman1337 committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    4f35fb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. nc 15 compat

    icewind1991 committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    f26d724 View commit details
    Browse the repository at this point in the history
  2. show error message on share

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    de8c56d View commit details
    Browse the repository at this point in the history
  3. fix guest dialog not being visible

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    9137834 View commit details
    Browse the repository at this point in the history
  4. better email detection

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    474e921 View commit details
    Browse the repository at this point in the history
  5. fix double entries in autocomplete

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    16ab665 View commit details
    Browse the repository at this point in the history
  6. add screenshots

    icewind1991 committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    31a678e View commit details
    Browse the repository at this point in the history
  7. update info.xml

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    33b99a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. Fix 'index.php' being blocked by the whitelist

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    8bc18f3 View commit details
    Browse the repository at this point in the history