Commit Graph

44 Commits

Author SHA1 Message Date
6441466c8b Fix group_id match 2023-11-25 13:32:46 +08:00
e0329d077c Fix group membership user id 2023-11-25 13:22:46 +08:00
f82860ebf4 Fix admin column field 2023-11-25 13:15:05 +08:00
d838329075 Add recommender_names column 2023-11-25 13:08:29 +08:00
87bd9d5b60 Add group membership, more debug 2023-11-25 12:59:03 +08:00
2dabfadc0a Add groups admin 2023-11-25 12:17:00 +08:00
3ea8286960 Add integration token to admin 2023-11-17 14:32:26 +08:00
c4773dc904 Landing page improvements and various supporting improvements 2023-10-24 09:43:39 +01:00
a0d186df2f Add entity mapping 2023-10-23 15:16:15 +08:00
7fe4fec112 Add upload_file 2023-10-23 15:07:30 +08:00
801c478381 Fix some columns 2023-10-23 14:55:50 +08:00
ff2d7fd617 Extend base entity 2023-10-23 14:44:49 +08:00
3b8705e4c7 Add library items to /admin 2023-10-23 14:24:42 +08:00
ffa476a109 Bump @babel/traverse from 7.14.7 to 7.23.2 in /pkg/admin
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.14.7 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 05:44:10 +00:00
69b3275450 Remove some unused columns from the subscription admin accessor 2023-10-03 13:17:14 +08:00
166a45f142 Join user on subscription 2023-09-15 22:33:16 +08:00
ce3f1f789c Add subscription and integration to user 2023-09-15 22:21:31 +08:00
eb604fff84 Fix last fetch at column 2023-09-15 22:12:25 +08:00
f1deca700a Register subscriptions 2023-09-15 21:54:12 +08:00
f129b0d7f6 Add subscription models 2023-09-15 21:53:49 +08:00
f67184c1ba Correct name for integrations table in admin 2023-07-18 16:59:08 +08:00
1d9b37a88e Add the integrations table to admin so we can reset sync_at for users 2023-07-18 16:21:49 +08:00
70686555c4 Bump semver from 5.7.1 to 5.7.2 in /pkg/admin
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-18 02:32:23 +00:00
16b48f25d6 Specify source user id column name 2023-05-30 09:12:19 +08:00
7116a75c6e Add source to the admin dashboard so we can modify for users 2023-05-29 15:31:55 +08:00
f8a50d320b Column naming for join column 2023-02-22 08:58:30 +08:00
8f304e36be Add column names 2023-02-22 08:57:00 +08:00
f14c0c0e22 Add Clubs to the admin portal 2023-02-22 08:24:32 +08:00
11d44eac1f Bump http-cache-semantics from 4.1.0 to 4.1.1 in /pkg/admin
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 06:35:13 +00:00
177992910e Load secrets from yaml, add received emails and content display reports 2023-01-26 19:32:08 +08:00
b7c98d915d Bump express from 4.17.1 to 4.17.3 in /pkg/admin
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.17.3)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-05 07:30:03 +00:00
3821939d0f Bump json5 from 2.2.0 to 2.2.3 in /pkg/admin
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 02:28:33 +00:00
b0b113b83d Add the status to the admin user model 2023-01-02 11:16:43 +08:00
207648999b Rename groups to clubs 2022-12-29 14:10:30 +08:00
fcc780be2c Bump minimatch from 3.0.4 to 3.1.2 in /pkg/admin
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-10 09:26:29 +00:00
dc0f7356d8 Remove membership from /admin 2022-07-28 12:27:18 -07:00
9387075a88 Bump terser from 4.8.0 to 4.8.1 in /pkg/admin
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 18:03:56 +00:00
d772a72c95 Bump async from 3.2.0 to 3.2.3 in /pkg/admin
Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.3.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v3.2.0...v3.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-14 18:28:23 +00:00
875cdf4972 Bump minimist from 1.2.5 to 1.2.6 in /pkg/admin
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-23 19:09:07 +00:00
a8e2c4780f Upgrade nodemon in admin 2022-03-01 12:35:44 -08:00
f30c6f21c3 Update segment and nodemon to bump update-notifier 2022-03-01 12:20:13 -08:00
960eea9e07 Use bcryptjs on the admin site to simplify deployment
This reduces the deployment overheard for OSS users and speeds
up the container build time as no native modules will need to
be built.
2022-02-12 09:30:30 -08:00
c87d5b7587 Bump follow-redirects from 1.14.7 to 1.14.8 in /pkg/admin
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 22:11:03 +00:00
84f32935f5 Open source omnivore 2022-02-11 09:24:33 -08:00