Commit Graph

260 Commits

Author SHA1 Message Date
tdurieux
efcde0f822 chore: improve error logging 2022-08-10 08:16:26 +02:00
tdurieux
3497d315fa chore: improve error logging 2022-08-10 08:12:50 +02:00
tdurieux
1410a31577 fix(#94): handle file size and a folder is named size 2022-08-10 07:54:04 +02:00
tdurieux
7c326143f5 chore: update mongoose dep 2022-07-22 13:18:40 +02:00
tdurieux
ac52999841 chore: replace bull by bullmq 2022-07-22 13:06:22 +02:00
tdurieux
fa8a513d93 chore: update dependencies 2022-07-22 09:52:31 +02:00
tdurieux
51d9aa7a17 feat(#121): add support for org files 2022-07-22 09:15:12 +02:00
dependabot[bot]
604f7de0a0 chore(deps): bump moment from 2.29.1 to 2.29.3 (#119)
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.3.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/2.29.3/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.3)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-23 13:52:38 +02:00
dependabot[bot]
ec07dfb396 chore(deps): bump ansi-regex from 3.0.0 to 3.0.1 (#118)
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v3.0.0...v3.0.1)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-23 13:52:29 +02:00
dependabot[bot]
481004d9c3 chore(deps): bump passport-oauth2 from 1.6.0 to 1.6.1 (#117)
Bumps [passport-oauth2](https://github.com/jaredhanson/passport-oauth2) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/jaredhanson/passport-oauth2/releases)
- [Changelog](https://github.com/jaredhanson/passport-oauth2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jaredhanson/passport-oauth2/compare/v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: passport-oauth2
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-23 13:52:22 +02:00
dependabot[bot]
70c549c1e5 chore(deps): bump node-fetch from 2.6.2 to 2.6.7 (#116)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.2 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.2...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-23 13:52:13 +02:00
dependabot[bot]
103c5a46f5 chore(deps): bump async from 2.6.3 to 2.6.4 (#112)
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-23 13:52:05 +02:00
dependabot[bot]
5fe779e48b chore(deps): bump minimist from 1.2.5 to 1.2.6 (#106)
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-23 13:51:56 +02:00
dependabot[bot]
a8160e18c5 chore(deps): bump got from 11.8.2 to 11.8.5 (#115)
Bumps [got](https://github.com/sindresorhus/got) from 11.8.2 to 11.8.5.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v11.8.2...v11.8.5)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-23 11:18:04 +02:00
tdurieux
6e9fffd841 feat: automatically rrefresh the status of non-ready repository 2021-09-26 08:12:29 +02:00
tdurieux
be0f534a18 fix: fix document count in admin search 2021-09-26 08:06:17 +02:00
tdurieux
de0f16f3c4 fix: fix invalid variable name 2021-09-26 08:05:54 +02:00
tdurieux
dc1ff2d0b8 feat: retry 3 times to download a repository 2021-09-26 08:01:52 +02:00
tdurieux
fafeee02ec fix: fix iteration on job.stacktrace 2021-09-26 07:56:40 +02:00
tdurieux
14f1d7a246 chore: improve queue admin 2021-09-26 07:52:00 +02:00
tdurieux
55d1d38452 fix(#91): fix repository claim 2021-09-26 07:36:36 +02:00
tdurieux
ad49eedebc feat: remove & retry queue jobs 2021-09-23 18:46:17 +02:00
Thomas Durieux
046d0c65cf feat: add basic admin dashboard (#90) 2021-09-23 18:33:21 +02:00
tdurieux
fe825ad45a fix: fix dereference in file tree when no fodler is open 2021-09-12 09:22:45 +02:00
tdurieux
b5c3c41386 fix: open current folder in file tree 2021-09-12 09:21:12 +02:00
tdurieux
816f381b9b fix: fix repository refresh status 2021-09-12 01:02:57 +02:00
tdurieux
26da461a47 fix: maximum repo size 2021-09-12 00:58:14 +02:00
tdurieux
2f73a3309c chore: update packages 2021-09-12 00:58:14 +02:00
tdurieux
9550878d8f fix: remove cache from repository API 2021-09-12 00:58:14 +02:00
manathan1984
1469ebb092 fix: add "ID" next to "Conference" (#82) 2021-09-12 00:25:31 +02:00
tdurieux
c802c68523 fix(#83): keep original date when editing a conference 2021-09-12 00:21:02 +02:00
tdurieux
728780675f fix: bind mongodb only to local 2021-09-12 00:07:35 +02:00
tdurieux
f17454b919 fix: fix anonymization page 2021-09-12 00:07:11 +02:00
tdurieux
486ad634ca feat: download zip instead of tar 2021-09-12 00:06:17 +02:00
tdurieux
bafa0b325b feat: use differnt processes to handle the queue 2021-09-12 00:05:05 +02:00
tdurieux
07750f7a64 fix: allow user to basic access conference information 2021-09-11 19:03:17 +02:00
tdurieux
8956c894d2 feat: always display download file button 2021-09-10 12:02:46 +02:00
tdurieux
d272ece914 chore: hide removed repositories 2021-09-10 12:00:31 +02:00
tdurieux
89e9c60942 fix: fix cache duration 2021-09-10 11:59:21 +02:00
tdurieux
ea3a696556 fix: fix default settings form 2021-09-09 17:16:13 +02:00
tdurieux
62fd9eca7d feat: creates admin privileges 2021-09-09 15:07:11 +02:00
tdurieux
76b5d00fb8 chore: reduce cache to 5min 2021-09-09 14:41:53 +02:00
Thomas Durieux
6056605b85 chore: improve anonymization form (#81) 2021-09-09 14:30:34 +02:00
tdurieux
3133d56fe1 fix: fix remove tast function 2021-09-09 13:18:04 +02:00
tdurieux
2cdd417056 feat: improve repository status UI 2021-09-09 13:16:01 +02:00
tdurieux
43f832dd6b create a new s3 client for each request 2021-09-09 13:02:46 +02:00
tdurieux
3bbbeaa4d3 fix: fix repository refresh 2021-09-09 12:47:07 +02:00
tdurieux
4cac767c8e fix: fix getToken function 2021-09-09 12:40:35 +02:00
tdurieux
5932ca6cf8 chore: improve error message 2021-09-09 12:11:12 +02:00
tdurieux
17f7fdee7f fix: fix getToken function 2021-09-09 12:07:06 +02:00