Commit Graph

60 Commits

Author SHA1 Message Date
Yang Luo 1a6b86460c Remove user's IsGlobalAdmin in SDK 2023-09-25 22:24:18 +08:00
Yang Luo cb1f8b84b1 Update casdoor-go-sdk to v0.28.1 2023-08-12 02:22:41 +08:00
Yang Luo 37e382a8d9 feat: update casdoor-go-sdk to latest v0.24.0 2023-07-03 15:07:26 +08:00
Gucheng Wang 6713e9e1ea Update casdoor-go-sdk to v0.10.0 2022-10-07 20:46:37 +08:00
Yang Luo a84384db0c Update casdoor-go-sdk to v0.9.1 2022-09-29 00:37:37 +08:00
Gucheng Wang 538d84077a Update chromedp to v0.8.4 2022-09-16 01:25:33 +08:00
Ryao 6f97edf5b2
feat: sync gitter room to node (#519)
* fix: update count field not atomic

* test: add sync topic count field test

* chore: remove redundant select queries

* feat: sync gitter to node

* feat: add go test & debug gitter.go

* debug

* feat: configure gitter room in fe

* debug

* chore: gitter sync limit time and frequence

* format

* debug

* debug & fix test
2022-05-22 20:16:12 +08:00
Nekotoxin 43fb568617
feat: Add the consumption list (/top/player) page (#429)
* refactor: Add the consumption list (/top/player) page

* refactor: Add the consumption list (/top/player) page
2022-03-02 19:13:58 +08:00
Gucheng Wang 681dbbe2fe Use auth.UpdateUserForColumns(). 2021-12-12 00:49:15 +08:00
Товарищ программист 3132649d62
feat: add comments to categorize apis for swagger (#389)
Signed-off-by: Товарищ программист <2962928213@qq.com>
2021-12-06 18:27:23 +08:00
Gucheng Wang 4707a97c2c Add TestUpdateDefaultAvatars(). 2021-11-30 22:45:06 +08:00
Gucheng Wang 277dc43dde Update casdoor-go-sdk to v0.1.4 2021-11-21 23:41:44 +08:00
Gucheng Wang 08b7c40493 Improve avatar sync code. 2021-11-20 12:40:41 +08:00
Gucheng Wang 0cf23f7000 Support calling Casdoor API instead of accessing Casdoor DB. 2021-11-19 11:20:59 +08:00
Yang Luo b315f58566 Update casdoor-go-sdk to v0.0.12-FIX 2021-10-19 19:08:00 +08:00
Yang Luo 510c3bf5b4 Update casdoor-go-sdk to v0.0.11 2021-10-10 17:01:03 +08:00
Yang Luo af2d7b32f9 Add user to Resource. 2021-09-06 00:00:13 +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 87b7dba34d Fix go.mod 2021-08-26 01:09:47 +08:00
Yang Luo e64410e192 Migrate beego back from v2 to v1. 2021-08-26 00:22:28 +08:00
Yang Luo 5f25e81e02 Fix member page fields. 2021-08-25 21:32:20 +08:00
Yang Luo 16efcca487 Remove Member in APIs. 2021-08-21 16:06:49 +08:00
Yang Luo f7f9ed71ba Update sync properties. 2021-08-21 11:35:13 +08:00
Yang Luo 4aa1ec33c2 Support accessToken auto signin. 2021-08-15 21:56:38 +08:00
Yang Luo da94995243 Support casdoor-go-sdk 0.0.2 2021-08-07 17:02:46 +08:00
Yang Luo 86dc816c5c Support redis session. 2021-08-03 00:52:19 +08:00
sh1luo edc287f93b fix: replace auth/ with casdoor-go-sdk (#330)
Signed-off-by: sh1luo <690898835@qq.com>
2021-07-25 11:35:39 +08:00
dependabot[bot] a7b3cb168f build(deps): bump github.com/microcosm-cc/bluemonday from 1.0.4 to 1.0.5 (#328)
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/microcosm-cc/bluemonday/releases)
- [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.4...v1.0.5)

---
updated-dependencies:
- dependency-name: github.com/microcosm-cc/bluemonday
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-25 11:35:27 +08:00
WindSpiritSR c0903bf50a fix: sync google group attachment files to links
Signed-off-by: WindSpiritSR <simon343riley@gmail.com>
2021-06-20 21:22:08 +08:00
WindSpiritSR 926a95a9b9 fix: logs print empty lines
Signed-off-by: WindSpiritSR <simon343riley@gmail.com>
2021-06-20 02:31:39 +08:00
wasabi 7bee57e8f7 feat: migrate beego from v1.x to v2.x
Signed-off-by: wasabi <690898835@qq.com>
2021-06-17 16:38:02 +08:00
Yang Luo 8e298e8ac0 Put member no to Casdoor properties. 2021-06-11 23:13:47 +08:00
Kininaru db126325f1 fix: update crawler to v0.1.2 to avoid crashing
Signed-off-by: Kininaru <shiftregister233@outlook.com>
2021-06-10 21:05:08 +08:00
Yang Luo 4a6fd73afc Update to beego v1.12.3 2021-06-08 23:31:12 +08:00
Kininaru 0c729fe341 feat: convert to casdoor go sdk
Signed-off-by: Kininaru <shiftregister233@outlook.com>

update sdk

remove member table

refactor update member

GetMembersAdmin

remove member table

removed member tabel from get topics

removed member table in db init

member table

fix

conf

conf

go mod tidy
2021-06-08 19:45:25 +08:00
Yang Luo 1710b17961 Remove useless code. 2021-06-01 21:05:32 +08:00
Yang Luo 9f260a7a01 Use Casdoor authentication. 2021-06-01 20:51:13 +08:00
Kininaru 50482c28dd feat: update crawler to the latest version
Signed-off-by: Kininaru <shiftregister233@outlook.com>

fix topic title error
2021-05-27 19:45:09 +08:00
Yang Luo e04a9031d5 Run go mod tidy. 2021-05-25 00:03:00 +08:00
Kininaru d7a47737a5 fix: invalid date for Google group messages
Signed-off-by: Kininaru <shiftregister233@outlook.com>

removed conf

http client bug

reset proxy.go
2021-05-24 23:21:21 +08:00
Kininaru f13fc12dae feat: update crawler to v0.0.6 to remove quote from replies
Signed-off-by: Kininaru <shiftregister233@outlook.com>

run go mod tidy

Signed-off-by: Kininaru <shiftregister233@outlook.com>
2021-05-05 21:27:14 +08:00
Kininaru 0bfdac7503 feat: auto create user during synchronization from Google Groups
Signed-off-by: Kininaru <shiftregister233@outlook.com>

fix username - email mapping failed

Signed-off-by: Kininaru <shiftregister233@outlook.com>

fix username - email mapping failed

Signed-off-by: Kininaru <shiftregister233@outlook.com>
2021-05-04 23:46:35 +08:00
Kininaru 0a6e27dcf9
feat: sync google group conversations to Casnode (#224)
* feat: sync google group conversations to Casnode

Signed-off-by: Kininaru <shiftregister233@outlook.com>

add auto sync

Signed-off-by: Kininaru <shiftregister233@outlook.com>

markdown error

Signed-off-by: Kininaru <shiftregister233@outlook.com>

fixed richtext editor

Signed-off-by: Kininaru <shiftregister233@outlook.com>

fixed problems

Signed-off-by: Kininaru <shiftregister233@outlook.com>

http client logic

Signed-off-by: Kininaru <shiftregister233@outlook.com>

* refactor: rewrite httpClient logic in controllers

Signed-off-by: Kininaru <shiftregister233@outlook.com>
2021-04-27 22:49:11 +08:00
Kininaru 9ba6e2dc04 feat: added Mailing List
Signed-off-by: Kininaru <shiftregister233@outlook.com>

title

Signed-off-by: Kininaru <shiftregister233@outlook.com>

title

Signed-off-by: Kininaru <shiftregister233@outlook.com>

markdown to html

Signed-off-by: Kininaru <shiftregister233@outlook.com>
2021-04-23 20:37:52 +08:00
Kininaru 4d166760cb feat: added cdp for ssr
Signed-off-by: Kininaru <shiftregister233@outlook.com>

warn when chrome is not installed

Signed-off-by: Kininaru <shiftregister233@outlook.com>

add wait time

Signed-off-by: Kininaru <shiftregister233@outlook.com>

fixed some problem

Signed-off-by: Kininaru <shiftregister233@outlook.com>

fixed some problem

Signed-off-by: Kininaru <shiftregister233@outlook.com>

fixed some problem

Signed-off-by: Kininaru <shiftregister233@outlook.com>

fixed some problem

Signed-off-by: Kininaru <shiftregister233@outlook.com>
2021-04-17 23:37:18 +08:00
Kininaru f9847c990b fix: converted sts to qor
Signed-off-by: Kininaru <shiftregister233@outlook.com>

updated yarn lock

Signed-off-by: Kininaru <shiftregister233@outlook.com>
2021-03-28 12:12:06 +08:00
Kininaru 33a28079d1 feat: add sensitive words block
Signed-off-by: Kininaru <shiftregister233@outlook.com>

added license

Signed-off-by: Kininaru <shiftregister233@outlook.com>

typo

Signed-off-by: Kininaru <shiftregister233@outlook.com>

typo
2021-03-23 12:02:13 +08:00
oceanlvr 62ff54580b fix(XSS): add HTML filter for modify topic & reply
Signed-off-by: oceanlvr <657531018@qq.com>
2021-02-21 20:45:37 +08:00
Yang Luo 4262e0c640 Update dependency versions (beego -> 1.12.2). 2020-10-24 10:08:33 +08:00