dependabot[bot]
6984d9e3b8
chore(deps): bump unzip-stream from 0.3.1 to 0.3.4
...
Bumps [unzip-stream](https://github.com/mhr3/unzip-stream ) from 0.3.1 to 0.3.4.
- [Commits](https://github.com/mhr3/unzip-stream/compare/v0.3.1...v0.3.4 )
---
updated-dependencies:
- dependency-name: unzip-stream
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-26 15:19:08 +00:00
tdurieux
f93eb8787e
fix: protect archive.finalize
2024-07-22 16:31:52 +02:00
tdurieux
d8dd408a65
fix: avoid cache of list of files
2024-07-22 16:20:18 +02:00
dependabot[bot]
27583e6a17
chore(deps-dev): bump braces from 3.0.2 to 3.0.3 ( #303 )
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-17 13:26:25 +02:00
tdurieux
f81c63d2af
fix: improve perf of getToken
2024-06-19 10:16:38 +02:00
tdurieux
532c094388
fix: improve token management
2024-06-18 12:00:53 +02:00
Sebastian Ramacher
9271332d5b
chore: Fix typos ( #292 )
2024-05-28 19:11:19 +02:00
tdurieux
e9e881fdc3
fix( #290 ): fix tree rendering of files inside a single folder
2024-05-15 11:18:16 +02:00
tdurieux
a30d5b31a6
fix( #286 ): fix open and closing folder
2024-05-13 18:45:11 +02:00
tdurieux
dcf483ea03
feat: improve download anonymized repository
2024-05-06 11:52:32 +02:00
tdurieux
93606a5c39
fix: catch error when requesting a folder
2024-05-03 10:49:25 +02:00
tdurieux
ca04339529
feat: list files in folder in webview
2024-05-02 11:49:00 +01:00
tdurieux
ed11e9db36
fix: undefined in path.join
2024-05-02 11:09:20 +01:00
tdurieux
3536f78a99
fix( #283 ): Fix webview for web in folder
2024-04-30 11:28:32 +01:00
tdurieux
3a00a27153
feat: improve support for binary & audio files
2024-04-28 10:01:40 +01:00
tdurieux
72c8f80bce
fix: fix file path in webview
2024-04-28 09:38:49 +01:00
tdurieux
17abc47d08
fix: fix webview on root repo
2024-04-28 08:08:39 +01:00
tdurieux
17cb1f294f
chore: remove all reference to originalFiles
2024-04-27 18:04:51 +01:00
tdurieux
3d3a03fd04
add index on path and repoId for files
2024-04-27 17:49:13 +01:00
tdurieux
378942a28e
fix: fix file list collection
2024-04-27 17:05:39 +01:00
tdurieux
2a145730b7
Improve log and GH token validation
2024-04-27 16:19:33 +01:00
tdurieux
6476899764
fix: fix webview
2024-04-26 14:01:46 +01:00
tdurieux
a86e050f8b
fix: handle empty repository
2024-04-26 13:48:32 +01:00
tdurieux
8712746e93
feat: check if file list exist when checking if repo is ready
2024-04-26 13:10:09 +01:00
tdurieux
a0dff4389d
fix: fix ui folder tree
2024-04-26 12:50:24 +01:00
tdurieux
b0fa5e6689
fix: hot fix, replace repoID by repoId
2024-04-26 12:40:56 +01:00
tdurieux
a9fefcc970
chore: remove console.log
2024-04-26 10:51:43 +01:00
tdurieux
710f7328e7
feat: flatten file tree for better performance
2024-04-26 10:32:09 +01:00
Joel Coffman
ccdc95e4a8
doc( #269 ) Document the lack of support for Jekyll
...
Compatibility with GitHub Pages is limited: Jekyll (and other static
site generators) are not supported. This change documents this
limitation on the home page and FAQs.
Although Markdown files are converted to HTML and thus accessible when
anonymized GitHub Pages is enabled for the repository, the Markdown to
HTML conversion includes only the content -- i.e., there is no special
formatting (as would be available when using Jekyll).
For anyone who wants to use Jekyll, a potential workaround is to build
the site locally and commit the generated site to the repository.
Closes #269
Co-authored-by: Joel Coffman <joel.coffman@acm.org >
2024-04-16 08:26:44 +01:00
tdurieux
a612b7a8b7
fix: fix queue admin
2024-04-12 10:02:23 +01:00
tdurieux
daf3276f7f
fix: fix queue admin
2024-04-12 09:56:39 +01:00
tdurieux
b4ff27f560
fix: improve katex support
2024-04-11 21:38:42 +01:00
tdurieux
f65d167532
fix: use correct hostname for the streamer
2024-04-11 21:38:24 +01:00
tdurieux
03835e86ab
fix: handle error in queue admin
2024-04-11 17:48:41 +01:00
tdurieux
79c6b603b4
fix: handle error in queue admin
2024-04-11 17:22:08 +01:00
tdurieux
6b9574add3
fix: improve repository rename
2024-04-11 17:13:01 +01:00
tdurieux
61c6a79949
feat: check repo status before update
2024-04-11 15:25:45 +01:00
tdurieux
05fa010349
fix: attempt at avoiding double save
2024-04-11 15:12:34 +01:00
tdurieux
389030adc9
refactor: rely more on the db instead of querying GH
2024-04-06 15:15:08 +01:00
tdurieux
968a59726c
feat: increase caching when file version is provided
2024-04-06 10:05:07 +01:00
tdurieux
593dbed822
fix: attempt at avoiding double save
2024-04-06 09:33:10 +01:00
tdurieux
ae4cb9e898
fix: fix typo in deploy
2024-04-05 14:49:24 +01:00
tdurieux
80101f83aa
fix: fix dns lookup for dnsrr
2024-04-05 14:48:40 +01:00
tdurieux
de56021e48
fix: fix cache folder configuration
2024-04-05 13:14:46 +01:00
tdurieux
9048b5c3b1
fix: fix healthcheck
2024-04-05 13:11:43 +01:00
tdurieux
c940c98b6e
fix: add missing gulpfile.js
2024-04-05 12:30:47 +01:00
tdurieux
11a6c06d11
feat: add donation button on status page
2024-04-05 12:25:20 +01:00
tdurieux
27c54b0182
feat: add link to website if enabled
2024-04-05 12:10:07 +01:00
tdurieux
cb3d999ed3
fix: add missing KaTeX fonts
2024-04-05 12:02:50 +01:00
tdurieux
f30110c567
fix: improve link rendering
2024-04-05 11:04:29 +01:00