Commit graph

  • 6655ba734e
    Update README main YUCLing 2024-05-21 20:36:10 +0800
  • 7d32a8ecd7
    fix: placeholder not displaying YUCLing 2024-04-06 01:48:39 +0800
  • a4b3a57e1d
    add: serverside record models chore: ui improvements fix: login modal fail to show if not logged in fix: cannot set null for nullable fields YUCLing 2024-04-05 12:42:19 +0800
  • aeab0dfdbc
    fix: incorrect autoload namespace YUCLing 2024-03-09 23:36:53 +0800
  • 32a73e155b
    chore: rename namespace to avoid conflict YUCLing 2024-03-09 23:23:39 +0800
  • 64d36a111b
    rewrite: frontend YUCLing 2024-02-25 04:55:37 +0800
  • bd4402f98c
    Merge pull request #7 from FoskyM/bugfix/6-user-group FoskyM 2023-12-07 11:01:07 +0800
  • 6b4c5ef703
    fix: permission FoskyM 2023-12-07 10:58:24 +0800
  • 9db7eec2cf
    Merge pull request #5 from FoskyM/docs FoskyM 2023-12-02 11:03:19 +0800
  • 815eb314a6
    docs FoskyM 2023-12-02 10:57:23 +0800
  • dcc195aca9
    fix: permission FoskyM 2023-10-13 21:25:21 +0800
  • 2297931575
    test FoskyM 2023-10-13 21:16:07 +0800
  • 9aaab643fd
    test FoskyM 2023-10-13 21:10:35 +0800
  • 357e796b83
    fix: check permissions in grant type of user credentials FoskyM 2023-10-13 20:56:45 +0800
  • debfb5201e
    fix: link user_id to user's id in user credentials FoskyM 2023-10-13 20:38:49 +0800
  • fb3b2a6c6c
    feat: add oauth group permission FoskyM 2023-10-13 20:30:09 +0800
  • 3db1e1328c
    docs: update README.md FoskyM 2023-10-02 07:04:13 +0800
  • 56f70a9147
    docs: update README.md FoskyM 2023-10-02 07:03:09 +0800
  • 803d7404b9
    fix: location after authorized FoskyM 2023-10-02 06:44:14 +0800
  • 2a7948fffd
    docs: update README.md FoskyM 2023-10-02 06:22:44 +0800
  • d92ec2dfe8
    feat: add locale(en) FoskyM 2023-10-02 06:14:59 +0800
  • f9e30d350e
    Merge pull request #3 from FoskyM/dev-oauth FoskyM 2023-10-02 06:08:44 +0800
  • 58d2ed6494
    fix: scope FoskyM 2023-10-02 06:04:31 +0800
  • ca160ae8eb
    feat: add default scope FoskyM 2023-10-02 05:57:49 +0800
  • a92398ca8d
    feat: support bearer authorization FoskyM 2023-10-02 05:40:58 +0800
  • b66e8a56d1
    chore: remove the authorized page temporarily FoskyM 2023-10-02 05:40:04 +0800
  • faee03069c
    fix: scope's method FoskyM 2023-10-02 05:35:14 +0800
  • 95e195a5de
    feat: oauth resource(ResourceScopeMiddleware.php) FoskyM 2023-10-02 05:30:13 +0800
  • 940a989fb4
    feat: oauth token(TokenController.php) FoskyM 2023-10-02 03:38:45 +0800
  • 418ee02bb4
    feat: unset csrf in oauth FoskyM 2023-10-02 03:37:57 +0800
  • cde2367103
    fix: authorize FoskyM 2023-10-02 03:20:41 +0800
  • c70c2ae8a1
    fix: authorize FoskyM 2023-10-01 22:36:27 +0800
  • b7d78c0af4
    fix: authorize FoskyM 2023-10-01 22:36:18 +0800
  • 6e2aeffb43
    fix: authorize FoskyM 2023-10-01 22:28:20 +0800
  • 19a17bc851
    fix: oauth FoskyM 2023-10-01 22:10:21 +0800
  • f76763496a
    fix: client info FoskyM 2023-10-01 22:10:09 +0800
  • 663828aaf7
    feat: authorize page FoskyM 2023-10-01 22:09:46 +0800
  • 8a23f8ddf0
    fix: scope page FoskyM 2023-10-01 22:09:21 +0800
  • bd1c7f36bb
    fix: controller class FoskyM 2023-10-01 20:30:49 +0800
  • 3b5354c4af
    fix: scope model FoskyM 2023-10-01 19:54:19 +0800
  • 811957b468
    feat(admin): scope page FoskyM 2023-10-01 19:53:59 +0800
  • 8bf8ab40ab
    fix: controller routes FoskyM 2023-10-01 19:43:01 +0800
  • 10bb43a6f0
    feat(admin): scopes page FoskyM 2023-10-01 19:41:37 +0800
  • bcddcfc468
    feat(admin): add controller of scope FoskyM 2023-10-01 19:41:17 +0800
  • 91a8f950ec
    feat: add model of scope FoskyM 2023-10-01 19:23:03 +0800
  • 465a005d05
    chore: simplify locale(cn) FoskyM 2023-10-01 19:17:03 +0800
  • c29b8f7fff
    feat: authorize page FoskyM 2023-10-01 19:14:59 +0800
  • 7a82b15c49
    fix: get client info FoskyM 2023-10-01 18:18:43 +0800
  • 35d9f280fb
    fix: get client info FoskyM 2023-10-01 17:41:52 +0800
  • 44584fb882
    feat: get client info FoskyM 2023-10-01 17:34:20 +0800
  • 7067581f44
    feat: get client info FoskyM 2023-10-01 17:30:18 +0800
  • 8ad3fd087f
    fix(model): add guarded FoskyM 2023-10-01 17:16:45 +0800
  • 8e8f49ae87
    feat(admin): delete client FoskyM 2023-10-01 17:13:49 +0800
  • 6c537e4b80
    fix(admin): create client FoskyM 2023-10-01 17:11:29 +0800
  • 1985bd68ca
    feat(admin): clients controller FoskyM 2023-10-01 17:00:51 +0800
  • cf2abfccf7
    feat(admin): clients controller FoskyM 2023-10-01 16:55:27 +0800
  • 7777628c8d
    feat(admin): clients page FoskyM 2023-09-30 09:55:35 +0800
  • 54e7659d9f
    feat(extend): clients FoskyM 2023-09-29 22:25:55 +0800
  • 5a8ea7f751
    feat(admin): list clients api FoskyM 2023-09-29 21:58:04 +0800
  • 6fc62fc269
    feat(oauth server): basic settings FoskyM 2023-09-29 20:50:11 +0800
  • e1283b013b
    feat(admin): basic settings FoskyM 2023-09-29 20:39:41 +0800
  • 87fa72d4f7
    feat(admin): setting page FoskyM 2023-09-29 15:26:42 +0800
  • d1a1ebdf6c
    fix: migrations FoskyM 2023-09-29 14:51:47 +0800
  • f67f167af7
    chore: copyright FoskyM 2023-09-29 14:49:12 +0800
  • b6abfe9e3b
    feat: add info columns for clients & scopes FoskyM 2023-09-29 14:47:59 +0800
  • 6e6055c44a
    chore: add authorize page FoskyM 2023-09-29 14:47:36 +0800
  • 386664042e
    chore: create the scope middleware FoskyM 2023-09-29 09:44:17 +0800
  • d01a0778b8
    chore: create the class OAuth FoskyM 2023-09-29 09:16:43 +0800
  • aa39cc7361
    chore: create other storage methods FoskyM 2023-09-29 09:03:50 +0800
  • 0d16e11871
    chore: create migrations & access token storage FoskyM 2023-09-28 22:45:28 +0800
  • d9458ba3ef
    chore: create the authorize logs page FoskyM 2023-09-28 22:44:45 +0800
  • 20311fbfed
    chore: require league/oauth2-server FoskyM 2023-09-28 20:34:03 +0800
  • b3e6eae113
    chore: remove the workflows FoskyM 2023-09-28 17:55:34 +0800
  • 5aea04e6f8
    chore: clean the license FoskyM 2023-09-28 17:51:00 +0800
  • 576690523d
    chore: create the package FoskyM 2023-09-28 17:47:09 +0800
  • 116b566e5b
    chore: create the package FoskyM 2023-09-28 17:42:13 +0800
  • e0f84058d6
    Initial commit FoskyM 2023-09-28 17:32:06 +0800