Commit Graph

335 Commits

Author SHA1 Message Date
tdurieux
2a5f22a483 fix: fix new user when it already exists 2023-02-16 08:09:49 +01:00
tdurieux
9cde774273 fix: improve error handling when users conntect 2023-02-16 07:56:50 +01:00
tdurieux
95354292b5 refactor: refactor the queue init function 2023-02-15 20:19:26 +01:00
tdurieux
da194d9d71 fix(#174) improve cli interface to anonimize repositories 2023-02-15 19:23:45 +01:00
tdurieux
fb9bbe105a fix: improve getToken 2023-02-15 19:22:11 +01:00
tdurieux
99f837c3cf fix: fix and optimize Dockerfile 2023-02-13 14:07:57 +01:00
tdurieux
ec6098b3a1 chore: use strict compilation mode 2023-02-13 13:38:57 +01:00
tdurieux
3ab9b0c7a4 fix(#166): fix docker build 2023-02-13 08:15:55 +01:00
tdurieux
cff3636523 remove log 2023-02-08 16:33:06 +01:00
tdurieux
32d1884450 fix: get files for new repos 2023-02-08 16:26:46 +01:00
tdurieux
5c72f54db5 perf: improve the perf of Anonymous GitHub 2023-02-08 15:34:50 +01:00
tdurieux
2e36b72a7f perf: improve the perf of Anonymous GitHub 2023-02-08 09:49:24 +01:00
tdurieux
73f7582fd2 feat: admin to remove repo cache 2023-02-07 13:27:06 +01:00
tdurieux
3eee62d6ad feat: increase slowdown threshold for webview 2023-02-07 09:52:19 +01:00
Thomas Durieux
696b24a648 Update README.md 2023-02-07 09:35:09 +01:00
tdurieux
7c5fcfe069 chore: improve readme 2023-02-07 09:33:42 +01:00
tdurieux
6debb6aa0f fix: do not change repoID 2023-02-07 09:10:15 +01:00
tdurieux
c84df5c8e9 2.1.1 v2.1.1 2023-02-07 09:04:10 +01:00
tdurieux
6d4067bf6d feat: improve error message during anonimization 2023-02-07 09:03:04 +01:00
tdurieux
8ea2a7f246 fix: fix queue path 2023-02-07 09:02:28 +01:00
tdurieux
dcf7f36917 feat: add cli to anonymize repositories locally 2023-02-06 15:55:43 +01:00
tdurieux
d01c839616 fix: fix regex detection 2023-02-06 13:04:35 +01:00
tdurieux
f897b5ba5b feat: improve dashboard search layout 2023-02-06 12:55:32 +01:00
tdurieux
4634b8d2d1 fix: user correct token to access repositories as admin 2023-02-06 08:05:49 +01:00
dependabot[bot]
8f122a0399 chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#164)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-04 09:32:40 +01:00
tdurieux
8ec1fd4090 fix: escape regex characters when invalid 2023-02-04 09:31:58 +01:00
tdurieux
6345ed5283 chore: update configuration to improve startup time 2023-02-03 16:22:56 +01:00
tdurieux
692ea33b5d feat(#162): add warning message when regex charater is detected inside terms 2023-02-03 16:22:19 +01:00
tdurieux
864031d13a fix: improve get tree in big repository by limiting the number of files 2023-02-02 15:45:01 +01:00
tdurieux
0e8a40c0d7 fix: fix PR access permission 2023-02-01 14:44:41 +01:00
Maxim Van de Wynckel
aa67f10e31 fix: correctly apply index priority for websites (#160)
Fixes https://github.com/tdurieux/anonymous_github/issues/159
2023-02-01 14:43:36 +01:00
tdurieux
e882c308f5 feat: display pr state in dashboard 2023-01-26 14:00:07 +01:00
tdurieux
b35e216bad fix: simplify pr refresh 2023-01-26 13:55:10 +01:00
tdurieux
da0452b10c fix: improve performance PRs 2023-01-26 13:51:38 +01:00
tdurieux
fb379c8a5f fix: user number in stat 2023-01-23 10:29:58 +01:00
tdurieux
2ddbf121ed feat: include pr number in stat 2023-01-23 09:53:14 +01:00
Diego Marcilio
0af6c3c23b fix See Also link in README (#157) 2023-01-22 13:44:12 +01:00
tdurieux
5cf914bbc5 fix: fix diff with html tag 2023-01-22 12:59:48 +01:00
Thomas Durieux
73e46f926f feat: add support for pull requests (#156) 2023-01-22 12:54:14 +01:00
tdurieux
3091b13776 fix: send file type based on its extension 2023-01-16 15:04:06 +01:00
dependabot[bot]
2c2a3714c5 chore(deps): bump luxon from 1.28.0 to 1.28.1 (#153)
Bumps [luxon](https://github.com/moment/luxon) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moment/luxon/compare/1.28.0...1.28.1)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10 08:54:34 +01:00
tdurieux
6cab4365b0 feat: remove cache of old repositories 2022-10-24 15:12:18 +02:00
tdurieux
2751d300e2 chore: update dependencies 2022-10-24 14:54:58 +02:00
tdurieux
231b2fe0c8 feat(#137): adds support for md rendering in webview 2022-10-24 08:34:53 +02:00
tdurieux
c62b50ffd0 feat(#134): add support for line highlighting in code 2022-10-24 08:12:10 +02:00
tdurieux
84b3c0e5ce fix(#140): keep section id in markdown and org files 2022-10-24 07:55:10 +02:00
tdurieux
0506e97990 feat: display the number of page views 2022-10-19 16:34:03 +02:00
tdurieux
15777c4a70 fix: verify that a branch is found 2022-10-19 16:13:56 +02:00
tdurieux
1a294a4f33 fix: fix slow down configuration 2022-10-19 11:13:46 +02:00
tdurieux
11e6f397a0 feat: limit slow down to repo and file apis 2022-10-19 11:08:53 +02:00