511 Commits

Author SHA1 Message Date
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
tdurieux
04b85599a6 feat: slow down request after 50 requests 2022-10-19 11:04:52 +02:00
tdurieux
8508a01c28 fix: fix error message when file is not found 2022-10-19 10:38:44 +02:00
tdurieux
3e2644438e feat(#97): display when the repo has been anonymized 2022-10-04 14:22:25 +02:00
tdurieux
c90710fb6f feat: allow download small repositories for free 2022-10-04 13:53:01 +02:00
tdurieux
f7a994b6dc fix: improve error management file download 2022-10-04 13:25:36 +02:00
tdurieux
85ab24f369 fix: handle empty repo 2022-10-04 11:11:02 +02:00
tdurieux
2080a04021 wip handle empty repo 2022-10-04 11:03:08 +02:00
tdurieux
4041883ae5 wip handle empty repo 2022-10-04 10:26:20 +02:00
tdurieux
388116cf41 fix: handle empty repo 2022-10-04 09:48:03 +02:00
tdurieux
a386643009 improve automatic status refresh 2022-10-04 09:41:44 +02:00
tdurieux
c05d6234eb remove automatic refresh in case of error 2022-10-04 09:40:08 +02:00
tdurieux
3b5d675d3e fix: send response in queue retry 2022-10-04 09:37:27 +02:00
tdurieux
532788862a fix: fix retry of non failing job 2022-10-04 09:35:36 +02:00
tdurieux
e759555bf9 fix: fix best match for index 2022-09-07 11:10:13 +02:00
tdurieux
adedb48c51 fix: fix status render in queue admin 2022-09-07 11:05:51 +02:00
tdurieux
01d1698947 fix: fix status render in queue admin 2022-09-07 11:03:29 +02:00
tdurieux
f85e6bb50e feat: support other file than index.html for webview 2022-09-07 11:01:41 +02:00
tdurieux
30bfae9785 feat: add config for rate_limit 2022-09-07 10:39:38 +02:00
tdurieux
f22c1ef4f0 chore: update dep 2022-09-07 10:33:40 +02:00
tdurieux
e5cc506cb8 feat: add config for trust proxy 2022-09-07 10:33:15 +02:00
tdurieux
a254cd965c feat: add user page in admin 2022-08-11 13:34:09 +02:00
tdurieux
9d9a6879ab fix: add metadata about the source of the files in S3 2022-08-10 13:58:37 +02:00
tdurieux
d9225fc5ee fix(#109): fix README redirection in case of multi-matches 2022-08-10 12:26:03 +02:00
tdurieux
6bebf84812 feat: add support to svg 2022-08-10 08:39:47 +02:00