From: Dan Brown Date: Mon, 29 Aug 2022 16:45:05 +0000 (+0100) Subject: Merge pull request #3656 from BookStackApp/x_linking X-Git-Tag: v22.09~1^2~24 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/e537d0c4e8dbf0c8bf4ac8119e6a8d7a4adf4bfb?hp=-c Merge pull request #3656 from BookStackApp/x_linking Link reference tracking & updating --- e537d0c4e8dbf0c8bf4ac8119e6a8d7a4adf4bfb diff --combined .env.example.complete index c097af4f6,7a0e3cf25..a0eef5cab --- a/.env.example.complete +++ b/.env.example.complete @@@ -263,11 -263,7 +263,11 @@@ OIDC_ISSUER_DISCOVER=fals OIDC_PUBLIC_KEY=null OIDC_AUTH_ENDPOINT=null OIDC_TOKEN_ENDPOINT=null +OIDC_ADDITIONAL_SCOPES=null OIDC_DUMP_USER_DETAILS=false +OIDC_USER_TO_GROUPS=false +OIDC_GROUP_ATTRIBUTE=groups +OIDC_REMOVE_FROM_GROUPS=false # Disable default third-party services such as Gravatar and Draw.IO # Service-specific options will override this option @@@ -299,7 -295,7 +299,7 @@@ APP_DEFAULT_DARK_MODE=fals # Page revision limit # Number of page revisions to keep in the system before deleting old revisions. # If set to 'false' a limit will not be enforced. - REVISION_LIMIT=50 + REVISION_LIMIT=100 # Recycle Bin Lifetime # The number of days that content will remain in the recycle bin before