|
604033aa02
|
feat: use Casdoor to manage Casbin DB table (#1100)
* feat: use Casdoor to manage Casbin DB table
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* fix: remove trivial codes
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* chore: go fmt
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* feat: support role definition
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* fix: i18n
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* fix: i18n
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
|
2022-09-14 22:14:13 +08:00 |
|
|
b6cdc46023
|
feat: add defaultApplication for Orgnization (#1111)
* feat: add defaultApplication for Orgnization
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* fix: remove redundant codes
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* fix: don't use app-built-in
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* fix: add query param
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* Update organization.go
* Update organization.go
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
Co-authored-by: Yang Luo <hsluoyz@qq.com>
|
2022-09-10 20:41:45 +08:00 |
|
|
e158b58ffa
|
fix: add hidden signal to support chrome extension to auto-signin (#1109)
* feat: add hiden applicationName(support chrome extension to auto recognize applicationName)
* feat: add hiden applicationName for all page
* fix typo
* delete unuseful code
* remove hidden applicationName from login page
* prevent crash if signupApplication is null
* Update App.js
Co-authored-by: Gucheng <85475922+nomeguy@users.noreply.github.com>
|
2022-09-07 17:02:28 +08:00 |
|
|
35676455bc
|
chore(style): add keyword spacing rule (#1098)
|
2022-09-04 19:40:30 +08:00 |
|
|
e108d26ec7
|
fix: recover header logo && add styleint check (#1084)
* fix: fix header logo not show
* feat: update lint-staged
feat: add stylelint
|
2022-08-31 23:26:58 +08:00 |
|
|
ef4c3833a4
|
feat: add system info page (#1033)
* feat: add system info page
* feat: add some code
* fix
|
2022-08-20 21:22:46 +08:00 |
|
|
c92d34e27c
|
Add GetPermissionsBySubmitter()
|
2022-08-15 14:09:12 +08:00 |
|
|
53ad454962
|
feat: responsive footer (#1003)
|
2022-08-10 20:31:42 +08:00 |
|
|
deed857788
|
chore(style): allow case declarations and ban var (#987)
* chore(style): allow case declarations
* chore(style): ban `var` and prefer `const`
|
2022-08-08 23:35:24 +08:00 |
|
|
ee8dd23a56
|
fix: fixed footer css (#951)
|
2022-08-07 17:22:52 +08:00 |
|
|
c428de6e42
|
feat: fix some comma dangle
|
2022-08-07 00:17:27 +08:00 |
|
|
cd966116d4
|
feat: comma dangle
|
2022-08-06 23:54:56 +08:00 |
|
|
9abf1b9d73
|
feat: key spacing
|
2022-08-06 23:47:28 +08:00 |
|
|
3400fa1e9c
|
feat: support local login for non-built-in users (#911)
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
|
2022-07-26 19:27:24 +08:00 |
|
|
48b5b27982
|
fix: invalid redirect url after sign up (#896)
* fix: invalid redirect url after sign up
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* Update App.js
* Update Setting.js
Co-authored-by: Yang Luo <hsluoyz@qq.com>
|
2022-07-19 23:31:17 +08:00 |
|
|
1839252c30
|
chore(web): sort import members (#895)
|
2022-07-18 20:57:38 +08:00 |
|
|
f7243f879b
|
Fix some JS warnings.
|
2022-07-12 20:47:11 +08:00 |
|
|
503d244166
|
feat(web): add lint (#875)
* feat: add lint
* feat: fix lint error
* chore: add ignore file
* chore: close indent
|
2022-07-10 15:45:55 +08:00 |
|
|
cf4e76f9dc
|
feat: add footer to door pages (#868)
|
2022-07-08 20:36:49 +08:00 |
|
|
d52caed3a9
|
feat: add model page (#757)
* feat: add model page
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* feat: support config model for permission
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* translation and indentation
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
|
2022-05-24 18:27:47 +08:00 |
|
|
15daf5dbfe
|
feat: add casdoor as saml idp support (#571)
* feat: add casdoor as saml idp support
Signed-off-by: 0x2a <stevesough@gmail.com>
* fix: merge code
Signed-off-by: 0x2a <stevesough@gmail.com>
* fix: modify response value
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: modify samlResponse generation method
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: generating a response using etree
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: change metadata url
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: modify front-end adaptation
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: recovering an incorrect override
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: change the samlResponse location
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: add relayState support
Signed-off-by: Steve0x2a <stevesough@gmail.com>
|
2022-04-08 23:06:48 +08:00 |
|
|
3cf1b990be
|
feat: support CAS with organizations and applications (#621)
|
2022-04-04 00:09:04 +08:00 |
|
|
8080927890
|
fix: redirect for non-built-in app logout (#587)
Signed-off-by: Steve0x2a <stevesough@gmail.com>
|
2022-03-19 19:50:05 +08:00 |
|
|
e5ff49f7a7
|
fix: UI bug after switching to English (#570)
|
2022-03-15 21:02:54 +08:00 |
|
|
55a84644e1
|
Add PaymentResultPage.
|
2022-03-13 18:05:16 +08:00 |
|
|
380cdc5f7e
|
fix: The top-right logout button sometimes disappears for small screen size (#544)
|
2022-03-08 21:14:04 +08:00 |
|
|
ab777c1d73
|
Add Conf.EnableExtraPages
|
2022-03-05 23:51:55 +08:00 |
|
|
a5d166c35f
|
Support language param.
|
2022-02-28 21:33:10 +08:00 |
|
|
e19f07c521
|
Add product detail page.
|
2022-02-27 23:50:35 +08:00 |
|
|
39ab71c5db
|
Add product pages.
|
2022-02-27 20:09:19 +08:00 |
|
|
a5ff9549c1
|
Remove useless menu item.
|
2022-02-25 22:35:24 +08:00 |
|
|
db37f53d6c
|
Update license headers.
|
2022-02-13 23:39:27 +08:00 |
|
|
eacd5f59db
|
Update logo.
|
2022-02-13 23:34:29 +08:00 |
|
|
3aab6c8687
|
Support from link.
|
2022-02-12 09:55:06 +08:00 |
|
|
940aa2bc2d
|
Add payment pages.
|
2022-02-05 20:13:15 +08:00 |
|
|
db44957b1f
|
fix: fix proxy for swagger (#471)
|
2022-02-04 20:00:40 +08:00 |
|
|
e5e1fdae76
|
FIx: menu redirect to swagger (#470)
|
2022-02-04 19:08:32 +08:00 |
|
|
9b6131890c
|
Add permission page.
|
2022-01-01 16:28:33 +08:00 |
|
|
ff22bf507f
|
Add role page.
|
2022-01-01 15:11:16 +08:00 |
|
|
ba1646a0c3
|
Add cert pages.
|
2021-12-31 00:36:36 +08:00 |
|
|
c2110ef59d
|
Add sync pages.
|
2021-12-17 16:35:45 +08:00 |
|
|
cf9e628a3e
|
Improve authConfig.
|
2021-12-13 16:42:54 +08:00 |
|
|
113398c36b
|
feat: support SAML and test with aliyun IDaaS (#346)
* feat: support SAML and test with aliyun IDaaS
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* refactor: refactor saml.go and router
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* fix: add param to getSamlLogin()
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* feat: add inputs to parse metadata automatically and show sp-acs-url, sp-entity-id
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
|
2021-12-06 21:46:50 +08:00 |
|
|
0e71e603ac
|
Add webhook pages.
|
2021-11-07 16:24:13 +08:00 |
|
|
cbf973882d
|
Show CustomGithubCorner in other pages.
|
2021-11-06 22:04:20 +08:00 |
|
|
568372d077
|
Support quick sign-in.
|
2021-10-09 21:17:03 +08:00 |
|
|
a1b5282da9
|
Add /.well-known/openid-configuration route.
|
2021-09-25 14:54:13 +08:00 |
|
|
890030b3ef
|
Display resources and swagger menu for normal users (#300)
|
2021-09-21 17:35:59 +08:00 |
|
|
69794fe29d
|
Improve language code.
|
2021-09-15 01:02:17 +08:00 |
|
|
09f430266b
|
Improve menu key.
|
2021-09-13 23:56:25 +08:00 |
|