Skip to content

Commit

Permalink
Update all Nextcloud apps
Browse files Browse the repository at this point in the history
Apps updated for all major versions:

  circles (0.17.8 -> 0.17.9):

    * Fix issue during token generation
    * Tokens are now removed and not just disabled when remote user is
      kicked

  ocdownloader (1.7.4 -> 1.7.5):

    * Fix bug in "Active Downloads" page
    * Fix CSP bug preventing correct Javascript execution
    * Remove deprecated functions from codebase
    * Add additional translations from Transifex

  oidc_login (1.0.1 -> 1.0.3):

    * Remove redundant code
    * Improve documentation

  quicknotes (0.2.0 -> 0.2.1):

    * Support NC15 again
    * Correctly update the navigation menu with the new tags
    * Fill the tag dialog with the modal and don't replace it with those
      in the db

  ransomware_protection (1.5.0 -> 1.5.1):

    * Add extension ".NEXTCRY" against Nextcry

  sharingpath (0.0.2 -> 0.0.3):

    * Add support for HTTP RANGE
    * Allow to copy link to clipboard

  sociallogin (2.2.3 -> 2.3.0):

    * Allow to create users with disabled account

Signed-off-by: aszlig <[email protected]>
  • Loading branch information
aszlig committed Nov 16, 2019
1 parent 2215aff commit 20ea607
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 66 deletions.
44 changes: 22 additions & 22 deletions packages/15/upstream.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,9 @@
"name": "Circles",
"summary": "Bring cloud-users closer together."
},
"sha256": "0pi08ycblqx1k8ral2xbrq12sm05r2qppgr934iqd6j075vwh9np",
"url": "https://github.com/nextcloud/circles/releases/download/v0.16.11/circles-0.16.11.tar.gz",
"version": "0.16.11"
"sha256": "09mk4wbbv1vjp2rn4mk1j2vwabnbwf9wqsyiz9l3n41bgz2bizcg",
"url": "https://github.com/nextcloud/circles/releases/download/v0.16.12/circles-0.16.12.tar.gz",
"version": "0.16.12"
},
"cms_pico": {
"meta": {
Expand Down Expand Up @@ -1429,9 +1429,9 @@
"name": "ocDownloader",
"summary": "Easy to use download manager for Nextcloud"
},
"sha256": "0l222s8yv1q5pjpvxina7c8wmwva4d37ypyijhcihfns1kvhq60r",
"url": "https://github.com/e-alfred/ocdownloader/releases/download/1.7.4/ocdownloader_1.7.4.tar.gz",
"version": "1.7.4"
"sha256": "12vl77kvvwpxp8s1m9ln2zp9j8my9210j4bblfdrgkh9n72avzc1",
"url": "https://github.com/e-alfred/ocdownloader/releases/download/1.7.5/ocdownloader_1.7.5.tar.gz",
"version": "1.7.5"
},
"ocr": {
"meta": {
Expand Down Expand Up @@ -1465,7 +1465,7 @@
},
"oidc_login": {
"meta": {
"description": "# OpenID Connect Login\n\nMake possible create users and login via one single OpenID Connect provider. Even though a fork of [nextcloud-social-login](https://github.com/zorn-v/nextcloud-social-login), it fundamentally differs in two ways - aims for simplistic, single provider login (and hence is very minimalastic), and it supports having LDAP as the primary user backend. This way, you can use OpenID Connect to login to Nextcloud while maintaining an LDAP backend with attributes with the LDAP plugin. Supports automatic discovery of endpoints through the OpenID Connect spec, with a single provider configuration attribute.\n\n## Config\n\n```php\n$CONFIG = array (\n 'allow_user_to_change_display_name' =&gt; false,\n 'lost_password_link' =&gt; 'disabled',\n\n 'oidc_login_provider_url' =&gt; 'https://openid.example.com',\n 'oidc_login_client_id' =&gt; 'application',\n 'oidc_login_client_secret' =&gt; 'secret',\n 'oidc_login_auto_redirect' =&gt; false,\n 'oidc_login_logout_url' =&gt; 'https://openid.example.com/thankyou',\n 'oidc_login_default_quota' =&gt; '1000000',\n 'oidc_login_button_text' =&gt; 'Log in with OpenID',\n 'oidc_login_attributes' =&gt; array (\n 'id' =&gt; 'sub',\n 'name' =&gt; 'name',\n 'uid' =&gt; 'sub',\n 'mail' =&gt; 'mail',\n 'quota' =&gt; 'ownCloudQuota',\n 'home' =&gt; 'homeDirectory',\n ),\n 'oidc_login_proxy_ldap' =&gt; false,\n 'oidc_login_disable_registration' =&gt; true,\n);\n```",
"description": "# OpenID Connect Login\n\nMake possible create users and login via one single OpenID Connect provider. Even though a fork of [nextcloud-social-login](https://github.com/zorn-v/nextcloud-social-login), it fundamentally differs in two ways - aims for simplistic, single provider login (and hence is very minimalastic), and it supports having LDAP as the primary user backend. This way, you can use OpenID Connect to login to Nextcloud while maintaining an LDAP backend with attributes with the LDAP plugin. Supports automatic discovery of endpoints through the OpenID Connect spec, with a single provider configuration attribute.\n\n## Config\n\n```php\n$CONFIG = array (\n // Some NextCloud options that might make sense here\n 'allow_user_to_change_display_name' =&gt; false,\n 'lost_password_link' =&gt; 'disabled',\n\n // URL of provider. All other URLs are auto-discovered from .well-known\n 'oidc_login_provider_url' =&gt; 'https://openid.example.com',\n\n // Client ID and secret registered with the providr\n 'oidc_login_client_id' =&gt; 'application',\n 'oidc_login_client_secret' =&gt; 'secret',\n\n // Automatically redirect the login page to the provider\n 'oidc_login_auto_redirect' =&gt; false,\n\n // Redirect to this page after logging out the user\n 'oidc_login_logout_url' =&gt; 'https://openid.example.com/thankyou',\n\n // Quota to assign if no quota is specified in the OIDC response\n 'oidc_login_default_quota' =&gt; '1000000',\n\n // Login button text\n 'oidc_login_button_text' =&gt; 'Log in with OpenID',\n\n // Attribute map for OIDC response. Available keys are:\n // i) id: Unique identifier for username\n // ii) name: Full name\n // iii) mail: Email address\n // iv) quota: NextCloud storage quota\n // v) home: Home directory location. A symlink to this location is used\n // vi) ldap_uid: LDAP uid to search for when running in proxy mode\n 'oidc_login_attributes' =&gt; array (\n 'id' =&gt; 'sub',\n 'name' =&gt; 'name',\n 'mail' =&gt; 'mail',\n 'quota' =&gt; 'ownCloudQuota',\n 'home' =&gt; 'homeDirectory',\n ),\n\n // Run in LDAP proxy mode\n // In this mode, instead of creating users of its own, OIDC login\n // will get the existing user from an LDAP database and only\n // perform authentication with OIDC. All user data will be derived\n // from the LDAP database instead of the OIDC user response\n 'oidc_login_proxy_ldap' =&gt; false,\n\n // Disable creation of new users from OIDC login\n 'oidc_login_disable_registration' =&gt; true,\n);\n```",
"homepage": "https://github.com/pulsejet/nextcloud-single-openid-connect",
"isShipped": false,
"licenses": [
Expand All @@ -1474,9 +1474,9 @@
"name": "OpenID Connect Login",
"summary": "Login with single OpenID Connect provider"
},
"sha256": "1lg2z01y28bnmzx104vm7chv855chmj4zd5pgwkr6fbvcm63jwpg",
"url": "https://github.com/pulsejet/nextcloud-oidc-login/releases/download/v1.0.1/oidc_login.tar.gz",
"version": "1.0.1"
"sha256": "14xcn3rc3q836sfv9b13yv09w9gyd0z1bf6lmpqp32k0xa553478",
"url": "https://github.com/pulsejet/nextcloud-oidc-login/releases/download/v1.0.3/oidc_login.tar.gz",
"version": "1.0.3"
},
"ojsxc": {
"meta": {
Expand Down Expand Up @@ -1751,9 +1751,9 @@
"name": "Quick notes",
"summary": "Quick notes with a basic rich text"
},
"sha256": "0zyxvyhajv6z65m0r1c808kz61vb10im38s4nyjipdnkxxk49qyj",
"url": "https://github.com/matiasdelellis/quicknotes/releases/download/v0.1.10/quicknotes.tar.gz",
"version": "0.1.10"
"sha256": "01j2m6h11s976lag9fmiwmzlfpp48l8pbzvjcp5p2j12dbk3ji5n",
"url": "https://github.com/matiasdelellis/quicknotes/releases/download/v0.2.1/quicknotes.tar.gz",
"version": "0.2.1"
},
"quota_warning": {
"meta": {
Expand Down Expand Up @@ -1825,9 +1825,9 @@
"name": "Ransomware protection",
"summary": "This app prevents uploading files with known ransomware file endings"
},
"sha256": "1q5yr2gcsnlx9cn0a7pmmh7scvmdx6piz59frzij18imdvnk3344",
"url": "https://github.com/nextcloud/ransomware_protection/releases/download/v1.3.0/ransomware_protection-1.3.0.tar.gz",
"version": "1.3.0"
"sha256": "0x9y6a8zydak68zm3zczcba0ry2bqv6gwhlr82akm5g1xnvqc7pi",
"url": "https://github.com/nextcloud/ransomware_protection/releases/download/v1.3.1/ransomware_protection-1.3.1.tar.gz",
"version": "1.3.1"
},
"recommendation_assistant": {
"meta": {
Expand Down Expand Up @@ -2011,9 +2011,9 @@
"name": "Sharing Path",
"summary": "Files sharing use files stored path."
},
"sha256": "1vx5319f2gama47ybw3dbnnyrzwmh1vihcgk12p6m95fn508nnfh",
"url": "https://github.com/rookie0/nextcloud-sharing-path/releases/download/v0.0.2/sharingpath.tar.gz",
"version": "0.0.2"
"sha256": "0msadkbci79fv8nk319vqg9yq57ghxch52qj8ksqdrs0ay16iwwa",
"url": "https://github.com/rookie0/nextcloud-sharing-path/releases/download/v0.0.3/sharingpath.tar.gz",
"version": "0.0.3"
},
"smb_test": {
"meta": {
Expand Down Expand Up @@ -2056,9 +2056,9 @@
"name": "Social Login",
"summary": "Social login via OAuth or OpenID"
},
"sha256": "1hkbvaw23cs7h37xlss5vg1s8pzgrcg4bhzi3vqiwqygrgvr0szn",
"url": "https://github.com/zorn-v/nextcloud-social-login/releases/download/v2.2.3/release.tar.gz",
"version": "2.2.3"
"sha256": "19ys1xabcidhbhgc82gzqwyvzacvhhjvw226nw6095d2b0fy0kd7",
"url": "https://github.com/zorn-v/nextcloud-social-login/releases/download/v2.3.0/release.tar.gz",
"version": "2.3.0"
},
"socialsharing_diaspora": {
"meta": {
Expand Down
44 changes: 22 additions & 22 deletions packages/16/upstream.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@
"name": "Circles",
"summary": "Bring cloud-users closer together."
},
"sha256": "05j309bkn4j2jdyljf6db6lvhrafpjd7h4vprj04bv9yn2sinzj3",
"url": "https://github.com/nextcloud/circles/releases/download/v0.17.8/circles-0.17.8.tar.gz",
"version": "0.17.8"
"sha256": "0i1hblcj527hf9hhnbymffysirgzn3baawlq6idr70lyj0chmawz",
"url": "https://github.com/nextcloud/circles/releases/download/v0.17.9/circles-0.17.9.tar.gz",
"version": "0.17.9"
},
"cms_pico": {
"meta": {
Expand Down Expand Up @@ -1384,9 +1384,9 @@
"name": "ocDownloader",
"summary": "Easy to use download manager for Nextcloud"
},
"sha256": "0l222s8yv1q5pjpvxina7c8wmwva4d37ypyijhcihfns1kvhq60r",
"url": "https://github.com/e-alfred/ocdownloader/releases/download/1.7.4/ocdownloader_1.7.4.tar.gz",
"version": "1.7.4"
"sha256": "12vl77kvvwpxp8s1m9ln2zp9j8my9210j4bblfdrgkh9n72avzc1",
"url": "https://github.com/e-alfred/ocdownloader/releases/download/1.7.5/ocdownloader_1.7.5.tar.gz",
"version": "1.7.5"
},
"ocr": {
"meta": {
Expand Down Expand Up @@ -1420,7 +1420,7 @@
},
"oidc_login": {
"meta": {
"description": "# OpenID Connect Login\n\nMake possible create users and login via one single OpenID Connect provider. Even though a fork of [nextcloud-social-login](https://github.com/zorn-v/nextcloud-social-login), it fundamentally differs in two ways - aims for simplistic, single provider login (and hence is very minimalastic), and it supports having LDAP as the primary user backend. This way, you can use OpenID Connect to login to Nextcloud while maintaining an LDAP backend with attributes with the LDAP plugin. Supports automatic discovery of endpoints through the OpenID Connect spec, with a single provider configuration attribute.\n\n## Config\n\n```php\n$CONFIG = array (\n 'allow_user_to_change_display_name' =&gt; false,\n 'lost_password_link' =&gt; 'disabled',\n\n 'oidc_login_provider_url' =&gt; 'https://openid.example.com',\n 'oidc_login_client_id' =&gt; 'application',\n 'oidc_login_client_secret' =&gt; 'secret',\n 'oidc_login_auto_redirect' =&gt; false,\n 'oidc_login_logout_url' =&gt; 'https://openid.example.com/thankyou',\n 'oidc_login_default_quota' =&gt; '1000000',\n 'oidc_login_button_text' =&gt; 'Log in with OpenID',\n 'oidc_login_attributes' =&gt; array (\n 'id' =&gt; 'sub',\n 'name' =&gt; 'name',\n 'uid' =&gt; 'sub',\n 'mail' =&gt; 'mail',\n 'quota' =&gt; 'ownCloudQuota',\n 'home' =&gt; 'homeDirectory',\n ),\n 'oidc_login_proxy_ldap' =&gt; false,\n 'oidc_login_disable_registration' =&gt; true,\n);\n```",
"description": "# OpenID Connect Login\n\nMake possible create users and login via one single OpenID Connect provider. Even though a fork of [nextcloud-social-login](https://github.com/zorn-v/nextcloud-social-login), it fundamentally differs in two ways - aims for simplistic, single provider login (and hence is very minimalastic), and it supports having LDAP as the primary user backend. This way, you can use OpenID Connect to login to Nextcloud while maintaining an LDAP backend with attributes with the LDAP plugin. Supports automatic discovery of endpoints through the OpenID Connect spec, with a single provider configuration attribute.\n\n## Config\n\n```php\n$CONFIG = array (\n // Some NextCloud options that might make sense here\n 'allow_user_to_change_display_name' =&gt; false,\n 'lost_password_link' =&gt; 'disabled',\n\n // URL of provider. All other URLs are auto-discovered from .well-known\n 'oidc_login_provider_url' =&gt; 'https://openid.example.com',\n\n // Client ID and secret registered with the providr\n 'oidc_login_client_id' =&gt; 'application',\n 'oidc_login_client_secret' =&gt; 'secret',\n\n // Automatically redirect the login page to the provider\n 'oidc_login_auto_redirect' =&gt; false,\n\n // Redirect to this page after logging out the user\n 'oidc_login_logout_url' =&gt; 'https://openid.example.com/thankyou',\n\n // Quota to assign if no quota is specified in the OIDC response\n 'oidc_login_default_quota' =&gt; '1000000',\n\n // Login button text\n 'oidc_login_button_text' =&gt; 'Log in with OpenID',\n\n // Attribute map for OIDC response. Available keys are:\n // i) id: Unique identifier for username\n // ii) name: Full name\n // iii) mail: Email address\n // iv) quota: NextCloud storage quota\n // v) home: Home directory location. A symlink to this location is used\n // vi) ldap_uid: LDAP uid to search for when running in proxy mode\n 'oidc_login_attributes' =&gt; array (\n 'id' =&gt; 'sub',\n 'name' =&gt; 'name',\n 'mail' =&gt; 'mail',\n 'quota' =&gt; 'ownCloudQuota',\n 'home' =&gt; 'homeDirectory',\n ),\n\n // Run in LDAP proxy mode\n // In this mode, instead of creating users of its own, OIDC login\n // will get the existing user from an LDAP database and only\n // perform authentication with OIDC. All user data will be derived\n // from the LDAP database instead of the OIDC user response\n 'oidc_login_proxy_ldap' =&gt; false,\n\n // Disable creation of new users from OIDC login\n 'oidc_login_disable_registration' =&gt; true,\n);\n```",
"homepage": "https://github.com/pulsejet/nextcloud-single-openid-connect",
"isShipped": false,
"licenses": [
Expand All @@ -1429,9 +1429,9 @@
"name": "OpenID Connect Login",
"summary": "Login with single OpenID Connect provider"
},
"sha256": "1lg2z01y28bnmzx104vm7chv855chmj4zd5pgwkr6fbvcm63jwpg",
"url": "https://github.com/pulsejet/nextcloud-oidc-login/releases/download/v1.0.1/oidc_login.tar.gz",
"version": "1.0.1"
"sha256": "14xcn3rc3q836sfv9b13yv09w9gyd0z1bf6lmpqp32k0xa553478",
"url": "https://github.com/pulsejet/nextcloud-oidc-login/releases/download/v1.0.3/oidc_login.tar.gz",
"version": "1.0.3"
},
"ojsxc": {
"meta": {
Expand Down Expand Up @@ -1718,9 +1718,9 @@
"name": "Quick notes",
"summary": "Quick notes with a basic rich text"
},
"sha256": "135q2zgcvrmxgm0jci6lzj95b5qmi9bhi0npi1nc72jjg27cvmqg",
"url": "https://github.com/matiasdelellis/quicknotes/releases/download/v0.2.0/quicknotes.tar.gz",
"version": "0.2.0"
"sha256": "01j2m6h11s976lag9fmiwmzlfpp48l8pbzvjcp5p2j12dbk3ji5n",
"url": "https://github.com/matiasdelellis/quicknotes/releases/download/v0.2.1/quicknotes.tar.gz",
"version": "0.2.1"
},
"quota_warning": {
"meta": {
Expand Down Expand Up @@ -1792,9 +1792,9 @@
"name": "Ransomware protection",
"summary": "This app prevents uploading files with known ransomware file endings"
},
"sha256": "010hhafynhhvk62wb9l484p8spf3z4kgms8287g69pa94ca78iwf",
"url": "https://github.com/nextcloud/ransomware_protection/releases/download/v1.4.0/ransomware_protection-1.4.0.tar.gz",
"version": "1.4.0"
"sha256": "0xgh9n6va850laqmwzhsxi0fa9hrf00c58d2vqi3950cy0dqv5bf",
"url": "https://github.com/nextcloud/ransomware_protection/releases/download/v1.4.1/ransomware_protection-1.4.1.tar.gz",
"version": "1.4.1"
},
"recommendations": {
"meta": {
Expand Down Expand Up @@ -1975,9 +1975,9 @@
"name": "Sharing Path",
"summary": "Files sharing use files stored path."
},
"sha256": "1vx5319f2gama47ybw3dbnnyrzwmh1vihcgk12p6m95fn508nnfh",
"url": "https://github.com/rookie0/nextcloud-sharing-path/releases/download/v0.0.2/sharingpath.tar.gz",
"version": "0.0.2"
"sha256": "0msadkbci79fv8nk319vqg9yq57ghxch52qj8ksqdrs0ay16iwwa",
"url": "https://github.com/rookie0/nextcloud-sharing-path/releases/download/v0.0.3/sharingpath.tar.gz",
"version": "0.0.3"
},
"smb_test": {
"meta": {
Expand Down Expand Up @@ -2020,9 +2020,9 @@
"name": "Social Login",
"summary": "Social login via OAuth or OpenID"
},
"sha256": "1hkbvaw23cs7h37xlss5vg1s8pzgrcg4bhzi3vqiwqygrgvr0szn",
"url": "https://github.com/zorn-v/nextcloud-social-login/releases/download/v2.2.3/release.tar.gz",
"version": "2.2.3"
"sha256": "19ys1xabcidhbhgc82gzqwyvzacvhhjvw226nw6095d2b0fy0kd7",
"url": "https://github.com/zorn-v/nextcloud-social-login/releases/download/v2.3.0/release.tar.gz",
"version": "2.3.0"
},
"socialsharing_diaspora": {
"meta": {
Expand Down
Loading

0 comments on commit 20ea607

Please sign in to comment.