Riccardo Re
660b78d9e2
fix: support permissions by tags for basic db search engine ( #2416 )
This code will allow the "search" component to correctly filter pages by usergroup permissions based on tags instead of paths
Co-authored-by: Riccardo Re <riccardo.re@clevermind.cloud>
4 years ago
takumi9942
2d52ba3303
fix: hidden download button in admin locale page on smaller screens ( #2429 )
4 years ago
NGPixel
1404d6343e
fix: API key incorrectly forces token revalidation
4 years ago
NGPixel
8f6cba262f
fix: draw.io svgs are no longer removed with linebreaks ( #2415 )
4 years ago
NGPixel
02c3c66084
fix: checkExclusiveAccess incorrectly includes root admin
4 years ago
NGPixel
7c0d6e2883
fix: prevent write:groups from self-promoting
4 years ago
NGPixel
f988c5f811
fix: logout URL endpoint option for oauth2 module
4 years ago
NGPixel
9009816290
fix: 2fa qr code - handle special chars in site title
4 years ago
NGPixel
aa96e97028
fix: force lowercase for email on local auth
4 years ago
NGPixel
5295e413be
fix: bypass page rule check for global permission check + handle missing page extra field
4 years ago
Rus
68d31af7af
fix: discord auth module new URL. ( #2390 )
Change "discordapp.com" to "discord.com"
4 years ago
NGPixel
78417524b3
feat: ldap avatar support
4 years ago
NGPixel
dab5dcfbc1
fix: auth strategy order not saved
4 years ago
NGPixel
794ecc6ef6
fix: new install local auth not enabled ( #2375 )
4 years ago
NGPixel
7fdf8ab3f9
fix: remove offline param from docker config
4 years ago
NGPixel
5534d50b18
fix: remove unused dep in nav-header
***NO_CI***
4 years ago
NGPixel
48d93877e3
fix: search autocomplete off
4 years ago
NGPixel
9f1ba0a32f
fix: elastic apm rum client script
4 years ago
NGPixel
af054257bd
fix: 2.5.108 migration (2)
4 years ago
NGPixel
0ce63c8ef7
fix: 2.5.108 migration
4 years ago
NGPixel
60f2a2a8d9
fix: migration error for new installs
4 years ago
NGPixel
ef739de970
feat: purge history utility
4 years ago
NGPixel
8490fc1267
feat: handle disabled auth strategies
4 years ago
NGPixel
715364de1d
fix: login screen UI on dark mode
4 years ago
NGPixel
17f8071abe
fix: LDAP missing reqToCallback
4 years ago
NGPixel
0c1ab80b6d
misc: update dependencies
4 years ago
NGPixel
c7524b7c8b
fix: disable failing cypress test due to origin change
4 years ago
NGPixel
062a0b7979
feat: logout by auth strategy + keycloak implementation
4 years ago
jaljo
cda1f1e805
feat: export creation date in dumped content ( #2345 )
* Export creation date in dumped content
* date_creation -> dateCreated
Co-authored-by: Joris Langlois <joris.langlois@knplabs.com>
4 years ago
NGPixel
ae733392f3
feat: password reset
4 years ago
NGPixel
f98a07ec8b
fix: dockerfile incorrect dep
4 years ago
NGPixel
4dcf664040
fix: handle removed auth strategies
4 years ago
NGPixel
e319355017
feat: enable/disable TFA per user
4 years ago
NGPixel
32d67adee1
feat: social login providers with dynamic instances
4 years ago
moonkey124
a7ddafd4aa
fix: incorrect error name for 1017 ( #2331 )
Fixed a copy and paste mistake
***NO_CI***
4 years ago
Jamie Barrett
7f3ba90192
docs: fix broken contributors link in CONTRIBUTING.MD ( #2337 )
* Set contributors link to two dirs up so link to contributor graph works
* Hard code contributors link (implemented in the same way as README) to fix broken link
***NO_CI***
4 years ago
Nicolas Giard
b15d93d993
docs: update BACKERS
***NO_CI***
4 years ago
NGPixel
8c205b6950
fix: site title check + UI fixes + 2FA setup on account verify
4 years ago
NGPixel
f72530bf84
refactor: deps update + 2FA setup + verify
4 years ago
NGPixel
29afc61abf
fix: quote enclose db pass in docker config file ( #2293 )
4 years ago
Idan Bidani
19af56361a
fix: upgrade postgresql dependency to run in non root ( #2213 )
Previous version of Postgresql required userid 0 for init container
***NO_CI***
4 years ago
Alice Barker
b588e5522c
fix: add overflow scroll to search results ( #2232 )
* Add overflow scroll to search results
All search results were not visible on desktop screens beyond the viewport height, adding overflow-y: scroll fixes this
* Update search-results.vue
4 years ago
Dan Nicholson
d5d368cd33
feat: fix + enable OIDC auth method ( #2282 )
* fix: pass userinfo URL in oidc strategy
The userinfo URL from the definition was not being provided to the
passport strategy, which resulted in a type error trying to resolve the
user's profile. Furthermore, the name of the defined URL was
inconsistent with all other authentication method URLs.
* fix: pass all necessary scopes to oidc auth method
When no scopes are provided, passport-openidconnect uses only `openid`,
which does not contain the username or email address. Include `profile`
and `email` to ensure the necessary claims are included.
* fix: update oidc method to call processProfile correctly
Now the profile object and providerKey are passed to processProfile. The
usernameClaim no longer has any use as the email address is the
username.
* fix: mark oidc authentication method as available
4 years ago
Marks Polakovs
95b6a7ad82
fix: resolve tags on pages in GraphQL ( #2247 )
4 years ago
Seyed Sajad Kahani
15bca54bdf
fix: change language in edit, history and source pages ( #2194 )
* change language in edit, history and source pages
* fix: remove unnecessary i18n locale switch for download page
Co-authored-by: Nicolas Giard <github@ngpixel.com>
4 years ago
Lukas Frischknecht
5aa959eea4
misc: add offline env param to docker configuration ( #2200 )
***NO_CI***
* Add OFFLINE configuration switch
* Revert "Add OFFLINE configuration switch"
This reverts commit dcf3fdfe40
.
* Add offline configuration to docker
4 years ago
Higor Tavares
06c372d53f
fix: foreign key constraint when page have comments ( #2199 )
* Solving foreing key contraint when page have comments
* Update pages.js
remove indentation changes
Co-authored-by: Higor Tavares <paulo.freire@dellead.com>
4 years ago
Jung Hong Kim
49f2410108
misc: modify helm chart for extended service features ( #2192 )
***NO_CI***
* feat: modify helm chart for extended service features
* misc: helm values.yaml
Co-authored-by: Nicolas Giard <github@ngpixel.com>
4 years ago
Jason Paul Deland
e8a11f82bc
misc: helm - align secret name ( #2220 )
***NO_CI***
4 years ago
Jason Paul Deland
a14759a9c9
docs: Update helm README ( #2218 )
**NO_CI***
4 years ago