Commit Graph

804 Commits

Author SHA1 Message Date
Gucheng Wang 05d454accf Add syncAvatarForUser() 2021-11-20 16:21:39 +08:00
Gucheng Wang 08b7c40493 Improve avatar sync code. 2021-11-20 12:40:41 +08:00
Gucheng Wang fcc41ff46e Add member code. 2021-11-20 11:19:05 +08:00
Gucheng Wang 55ab30e8b6 Rename fileURL to fileUrl. 2021-11-20 00:29:24 +08:00
Gucheng Wang 0cf23f7000 Support calling Casdoor API instead of accessing Casdoor DB. 2021-11-19 11:20:59 +08:00
dependabot[bot] 51f5fd7aba
build(deps): bump ws from 5.2.2 to 5.2.3 in /web (#378)
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-11 22:21:12 +08:00
dependabot[bot] 7a823653d4
build(deps): bump semver-regex from 3.1.2 to 3.1.3 in /web (#377)
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/sindresorhus/semver-regex/releases)
- [Commits](https://github.com/sindresorhus/semver-regex/commits)

---
updated-dependencies:
- dependency-name: semver-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-11 22:21:05 +08:00
dependabot[bot] e801dbe9e0
build(deps): bump url-parse from 1.5.1 to 1.5.3 in /web (#374)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-11 21:55:16 +08:00
Yang Luo 6d3a44424b Add DiscuzX import code. 2021-11-11 21:49:06 +08:00
Yang Luo 7dc2fae294 Sync Dockerfile with other projects. 2021-10-29 08:15:36 +08:00
Yang Luo 345e794a9e Improve docker-compose.yml 2021-10-28 23:50:26 +08:00
Yang Luo b315f58566 Update casdoor-go-sdk to v0.0.12-FIX 2021-10-19 19:08:00 +08:00
ERIK bd67e461a0
fix: Fix Crowdin failing (#375)
Signed-off-by: ErikQQY <2283984853@qq.com>
2021-10-10 18:55:02 +08:00
Yang Luo 510c3bf5b4 Update casdoor-go-sdk to v0.0.11 2021-10-10 17:01:03 +08:00
ERIK 5b54a1b829
fix: Move to new Crowdin project (#373)
Signed-off-by: ErikQQY <2283984853@qq.com>
2021-10-01 09:22:47 +08:00
oranges cdd1818e3b
fix: rankingrich data error (#372)
Signed-off-by: killer <1533063601@qq.com>
2021-09-28 19:29:28 +08:00
Yang Luo 424074152e Remove ad height. 2021-09-22 22:42:41 +08:00
Yang Luo d1381c140f Add "/login" route. 2021-09-22 22:40:09 +08:00
dependabot[bot] bbc5f263ab
build(deps): bump tmpl from 1.0.4 to 1.0.5 in /web (#370)
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-22 12:41:20 +08:00
Yang Luo 6ac164d007 Fix item names. 2021-09-14 01:17:13 +08:00
Yang Luo 8dfbf9fddb Improve function names. 2021-09-14 01:07:57 +08:00
Yang Luo 8becc4718d Improve setLanguage(). 2021-09-14 00:58:08 +08:00
Yang Luo 69ea8e4ab5 Improve proxy code. 2021-09-06 01:19:10 +08:00
Yang Luo af2d7b32f9 Add user to Resource. 2021-09-06 00:00:13 +08:00
Yang Luo 9388b7fc10 Fix bug in SetSessionUser(). 2021-09-05 15:21:01 +08:00
Yang Luo e328c86151 Improve AutoSigninFilter. 2021-09-05 14:50:44 +08:00
Yang Luo 048bb69dac Use Casdoor to send Email. 2021-09-05 14:24:33 +08:00
Yang Luo 4a64425ebd Use Casdoor to upload file. 2021-09-05 01:12:35 +08:00
Yang Luo 96b0203e54 Update conf org and app. 2021-09-04 17:37:31 +08:00
turbodog03 7d5926d11b
feat: add api to support new frontend, improve code (#369)
* feat: improve code

* feat: add sort api to support frontend
2021-09-03 08:28:09 +08:00
Yang Luo 45ae94401f Move gob register. 2021-08-30 01:30:40 +08:00
Yang Luo 9293f0ba6c Fix RequireSignedIn() bug. 2021-08-30 01:20:31 +08:00
Yang Luo 5d1ec619e2 Remove useless code. 2021-08-30 01:12:03 +08:00
Yang Luo 6093a17fca Refactor out info.go 2021-08-30 01:03:13 +08:00
Yang Luo f72b89bcd6 Improve TopTopic(). 2021-08-28 22:34:38 +08:00
Yang Luo 45249054bf Fix oauth logos and updating balance. 2021-08-28 14:06:13 +08:00
Yang Luo 7a58f5043f Avoid using GetUsers(). 2021-08-28 11:26:44 +08:00
Yang Luo fb42e361ed Remove member struct. 2021-08-28 11:03:22 +08:00
Yang Luo 1d6219443b Fix beego.AppConfig.String() bug. 2021-08-28 00:29:28 +08:00
hsluoyz c757958f8c Show console logs. 2021-08-27 23:25:30 +08:00
github-actions[bot] 8840de1a2e
refactor: New Crowdin translations by Github Action (#362)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-08-27 23:19:29 +08:00
hsluoyz fac57f9259 Fix session claim bug. 2021-08-27 22:46:56 +08:00
Yang Luo f7277ee90e Improve TestSyncUsers(). 2021-08-26 01:50:51 +08:00
Yang Luo 87b7dba34d Fix go.mod 2021-08-26 01:09:47 +08:00
Yang Luo 204c5ec768 Show diff in TestSyncUsers(). 2021-08-26 00:31:40 +08:00
Yang Luo e64410e192 Migrate beego back from v2 to v1. 2021-08-26 00:22:28 +08:00
Yang Luo 22d6db86be Fix dictionary error in test. 2021-08-25 23:47:22 +08:00
Yang Luo 5f25e81e02 Fix member page fields. 2021-08-25 21:32:20 +08:00
Yang Luo fbce7d963e Fix bug in GetSessionClaims(). 2021-08-25 07:17:28 +08:00
Yang Luo cda4049575 Only call FreshAccountActiveStatus() once. 2021-08-25 01:12:08 +08:00