Commit Graph

  • 988b14c6b5 Fix user's UpdatedTime in other APIs Yang Luo 2023-11-08 20:22:28 +08:00
  • a9e72ac3cb feat: fix bug in GetAllowedApplications() v1.450.0 Yang Luo 2023-11-08 10:31:24 +08:00
  • 498cd02d49 feat: add GetAllowedApplications() in user's app homepage v1.449.0 Yang Luo 2023-11-08 09:48:31 +08:00
  • a389842f59 Improve Product fields Yang Luo 2023-11-06 19:44:21 +08:00
  • 6c69daa666
    feat: fix search for ldap users' name within an organization (#2476) v1.448.0 aiden 2023-11-05 21:48:23 -06:00
  • 53c89bbe89 feat: upgrade xorm-adapter to add id to CasbinRule v1.447.0 Yang Luo 2023-11-03 02:48:01 +08:00
  • 9442aa9f7a Remove useless PermissionRule Yang Luo 2023-11-03 00:39:16 +08:00
  • 8a195715d0 Remove migrator code Yang Luo 2023-11-03 00:25:09 +08:00
  • b985bab3f3
    fix: fix dropped errors in GetUser() (#2470) v1.446.1 Lars Lehtonen 2023-11-01 08:07:24 -07:00
  • 477a090aa0
    feat: when logging in with OAuth2 and authenticating via WebAuthn, retrieve the application from the clientId (#2469) v1.446.0 aiden 2023-11-01 05:40:05 -05:00
  • e082cf10e0
    fix: fix Okta provider no host issue (#2467) v1.445.2 songjf 2023-11-01 18:14:39 +08:00
  • 3215b88eae
    fix: ADFS GetToken() and GetUserInfo() bug (#2468) v1.445.1 吃着土豆坐地铁 2023-11-01 17:58:17 +08:00
  • 9703f3f712 Support Apple OAuth login now Yang Luo 2023-10-31 23:09:49 +08:00
  • 140737b2f6 Fix some bugs in Apple OAuth login path Yang Luo 2023-10-31 22:36:56 +08:00
  • b285144a64
    ci: support MySQL data sync (#2443) haiwu 2023-10-31 21:00:09 +08:00
  • 49c6ce2221
    refactor: New Crowdin translations (#1667) github-actions[bot] 2023-10-31 18:11:05 +08:00
  • 2398e69012 Improve fastAutoSignin() Yang Luo 2023-10-31 16:54:30 +08:00
  • ade9de8256 Add DumpToFile() to export init_data.json Yang Luo 2023-10-31 14:38:47 +08:00
  • 1bf5497d08 Improve error handling for GetUser() Yang Luo 2023-10-31 14:01:37 +08:00
  • cf10738f45 Fix typo in AddUserKeys() Yang Luo 2023-10-31 13:23:06 +08:00
  • ac00713c20 Improve error handling for object/user.go Yang Luo 2023-10-31 13:20:44 +08:00
  • febb27f765 Remove useless fields in GenerateCasToken() Yang Luo 2023-10-30 18:45:34 +08:00
  • 49a981f787
    fix: fix that GROUPS is a reserved keyword introduced in MySQL 8.0 (#2458) v1.445.0 aiden 2023-10-29 21:59:48 -05:00
  • 34b1945180
    feat: fix bugs in custom app sso login with WebAuthn authentication (#2457) aiden 2023-10-29 21:54:34 -05:00
  • b320cca789 Can disable ldapServerPort by setting to empty string Yang Luo 2023-10-29 23:55:08 +08:00
  • b38654a45a Add renderAiAssistant() Yang Luo 2023-10-28 23:58:51 +08:00
  • f77fafae24 Fix hidden top navbar item Yang Luo 2023-10-28 17:07:29 +08:00
  • 8b6b5ffe81
    feat: fix go-reddit module checksum mismatch (#2451) v1.444.0 songjf 2023-10-28 15:32:36 +08:00
  • a147fa3e0b
    feat: fix bug that tableNamePrefix caused getRolesByUserInternal() to fail (#2450) v1.443.0 Chao 2023-10-28 09:45:54 +08:00
  • 9d03665523 Fix FromProviderToIdpInfo() bug Yang Luo 2023-10-27 18:10:22 +08:00
  • 0106c7f7fa Fix GetIdProvider() bug Yang Luo 2023-10-27 17:03:37 +08:00
  • 6713dad0af Fix this.props.account null issue Yang Luo 2023-10-27 02:13:23 +08:00
  • 6ef2b51782 Support fastAutoSignin by backend redirection Yang Luo 2023-10-27 00:44:50 +08:00
  • 1732cd8538 Fix the bug that sometimes cannot auto login with enableAutoSignin = true Yang Luo 2023-10-27 00:06:17 +08:00
  • a10548fe73 Fix org admin's enforcer policy APIs Yang Luo 2023-10-26 23:31:36 +08:00
  • f6a7888f83 Deleted user cannot perform actions Yang Luo 2023-10-26 10:41:38 +08:00
  • 93efaa5459 Fix FileExist() error handling Yang Luo 2023-10-26 10:40:28 +08:00
  • 0bfe683108
    feat: change canonicalizer algorithm to xml-exc-c14n# (#2440) v1.442.0 jump2cn 2023-10-24 14:13:09 +08:00
  • 8a4758c22d Update sync code Yang Luo 2023-10-22 11:56:56 +08:00
  • ee3b46e91c Allow permission.Model to be empty Yang Luo 2023-10-22 02:35:51 +08:00
  • 37744d6cd7 Improve permission error handling Yang Luo 2023-10-22 02:30:29 +08:00
  • 98defe617b Add providerItem.SignupGroup Yang Luo 2023-10-20 23:10:43 +08:00
  • 96cbf51ca0 Remove useless alertType field Yang Luo 2023-10-20 23:01:11 +08:00
  • 22b57fdd23 Add application.EnableSamlC14n10 Yang Luo 2023-10-20 22:37:23 +08:00
  • b68e291f37
    feat: support SAML Custom provider (#2430) v1.441.0 haiwu 2023-10-20 21:11:36 +08:00
  • 9960b4933b
    feat: respect isReadOnly in the syncer (#2427) v1.440.0 aiden 2023-10-19 18:57:12 +08:00
  • 432a5496f2
    fix: skip checking password when the code is provided (#2425) v1.439.1 aiden 2023-10-19 18:25:25 +08:00
  • 45db4deb6b
    feat: support checking permissions for group roles (#2422) v1.439.0 aiden 2023-10-19 15:33:45 +08:00
  • 3f53591751 Improve verification no provider error message Yang Luo 2023-10-18 15:32:12 +08:00
  • d7569684f6 Local admin can edit its org user's other fields now Yang Luo 2023-10-18 12:16:05 +08:00
  • a616127909 Add organization.DefaultPassword Yang Luo 2023-10-18 11:58:25 +08:00
  • f2e2b960ff Improve downloadImage() error handling Yang Luo 2023-10-18 02:25:22 +08:00
  • fbc603876f feat: add originFrontend to app.conf v1.438.0 Yang Luo 2023-10-17 21:47:18 +08:00
  • 9ea77c63d1 Local admin can edit its org users now Yang Luo 2023-10-17 18:23:39 +08:00
  • 53243a30f3
    feat: support tencent cloud SAML SSO authentication with casdoor (#2409) v1.437.0 songjf 2023-10-17 15:40:41 +08:00
  • cbdeb91ee8
    feat: support groups in app login permissions (#2413) v1.436.0 aiden 2023-10-17 01:35:13 -05:00
  • 2dd1dc582f Add text to app's signup table Yang Luo 2023-10-15 17:37:33 +08:00
  • f3d4b45a0f Add label and placeholder to app's signup table Yang Luo 2023-10-15 17:24:38 +08:00
  • 2ee4aebd96 Fix error handling in GetSamlMeta() Yang Luo 2023-10-15 17:02:40 +08:00
  • 150e3e30d5 Support app user in API authentication Yang Luo 2023-10-15 15:20:57 +08:00
  • 1055d7781b Improve error handling in AutoSigninFilter Yang Luo 2023-10-15 12:43:36 +08:00
  • 1c296e9b6f feat: activate enableGzip by default in app.conf v1.435.0 Yang Luo 2023-10-15 01:27:42 +08:00
  • 3d80ec721f
    fix: use user.UpdatedTime as scim.Meta.Version instead of user.Id (#2406) v1.434.1 haiwu 2023-10-14 11:03:58 +08:00
  • 43d849086f Fix 127.0.0.1 bug in isHostIntranet() Yang Luo 2023-10-13 23:29:37 +08:00
  • 69b144d80f feat: change back to running RecordMessage() filter before API handling, because the logged-out user info is missing after session is cleared. Revert: https://github.com/casdoor/casdoor/pull/2369 v1.434.0 Yang Luo 2023-10-13 16:53:30 +08:00
  • 52a66ef044 Fix webhook not triggered issue in SendWebhooks() Yang Luo 2023-10-13 16:47:09 +08:00
  • ec0a8e16f7 feat: fix CheckLoginPermission() logic v1.433.0 Yang Luo 2023-10-13 15:41:23 +08:00
  • 80a8000057 Add GetModelEx() Yang Luo 2023-10-13 13:45:13 +08:00
  • 77091a3ae5 Fix null model issue in UpdatePermission() Yang Luo 2023-10-13 12:54:57 +08:00
  • 983da685a2
    feat: support calling get-user API by only email, phone or userId without owner (#2398) v1.432.0 Pedro Padron 2023-10-12 15:48:55 -03:00
  • 3d567c3d45 feat: update go-sms-sender to fix Twilio template error (#2395) v1.431.0 UsherFall 2023-10-12 01:51:05 +08:00
  • 440d87d70c feat: support SCIM protocol (#2393) v1.430.0 haiwu 2023-10-12 00:09:47 +08:00
  • e4208d7fd9
    feat: restrict the model of application type resource permission (#2394) Yaodong Yu 2023-10-12 00:05:53 +08:00
  • 4de716fef3 Improve UploadResource() Yang Luo 2023-10-11 01:27:29 +08:00
  • 070aa8a65f Show 404 error for index.html not found Yang Luo 2023-10-10 22:57:39 +08:00
  • 684cbdb951
    fix: replace the wrong param name willExist (#2389) v1.429.1 wxy 2023-10-10 21:47:38 +08:00
  • 9aec69ef47 feat: stop building docker image of linux/arm64 (#2390) v1.429.0 QingKai Hao 2023-10-10 21:17:58 +08:00
  • 98411ef67b feat: remove db migrate CI Yang Luo 2023-10-10 19:22:41 +08:00
  • 71279f548d Show cert.Certificate empty error Yang Luo 2023-10-10 19:19:20 +08:00
  • 0096e47351 feat: fix 403 error in CorsFilter Yang Luo 2023-10-10 18:39:25 +08:00
  • 814d3f749b Fix Syncer.getKey() Yang Luo 2023-10-09 02:12:28 +08:00
  • ec0f457c7f Fix syncer.updateUser() bug Yang Luo 2023-10-09 01:14:35 +08:00
  • 0033ae1ff1 Improve syncer code Yang Luo 2023-10-08 20:50:28 +08:00
  • d06d7c5c09 Fix batch methods like AddUsersInBatch() Yang Luo 2023-10-08 19:33:28 +08:00
  • 23c4fd8183 Fix go-reddit v2.0.1 doesn't exist issue Yang Luo 2023-10-08 12:24:03 +08:00
  • e3558894c3 Add isHostIntranet to CORS filter Yang Luo 2023-10-08 11:33:43 +08:00
  • 2fd2d88d20 Return 403 in filter's responseError() v1.428.0 Yang Luo 2023-10-05 00:12:02 +08:00
  • d0c424db0a Don't panic in AddRecord() Yang Luo 2023-10-05 00:11:13 +08:00
  • 6a9d1e0fe5 Add frontendBaseDir Yang Luo 2023-10-04 11:46:44 +08:00
  • 938e8e2699 Improve code Yang Luo 2023-09-30 10:49:10 +08:00
  • 620383cf33 Allow CORS for https://localhost Yang Luo 2023-09-30 09:11:47 +08:00
  • de6cd380eb Set OPTIONS status in setCorsHeaders() Yang Luo 2023-09-30 01:13:29 +08:00
  • 7e0bce2d0f
    feat: run RecordMessage() filter after API handling (#2369) v1.427.0 Ilya Sulimanov 2023-09-29 05:12:00 +03:00
  • 1461268a51 Allow redirect URL for casdoor-app Yang Luo 2023-09-27 20:17:37 +08:00
  • 5ec49dc883 feat: fix claims.tag and UserWithoutThirdIdp missing fields, fix for Rust SDK v1.426.0 Yang Luo 2023-09-27 17:37:29 +08:00
  • 5c89705d9e feat: allow CORS for 127.0.0.1 v1.425.0 Yang Luo 2023-09-27 14:10:59 +08:00
  • 06e3b8481f Improve adapter error handling Yang Luo 2023-09-27 01:11:58 +08:00
  • 81a8b91e3f Fix enforcer policy add and delete Yang Luo 2023-09-27 00:18:21 +08:00
  • 56787fab90 Improve adapter.UseSameDb Yang Luo 2023-09-26 23:40:51 +08:00
  • 1319216625 Add adapter.UseSameDb Yang Luo 2023-09-26 23:08:54 +08:00