Compare commits

..

2 Commits

Author SHA1 Message Date
e59dd12102
revert v tag requirement
Some checks failed
main / lint-frontend (push) Successful in 9m48s
main / lint-backend (push) Successful in 12m45s
main / test-frontend (push) Successful in 9m50s
main / test-backend (push) Successful in 10m32s
main / lint (push) Successful in 3s
main / test (push) Successful in 3s
main / release (push) Failing after 26m10s
2025-05-14 11:41:18 +01:00
ce5618f64a
fork: Add VideoPlayer fix (thanks https://github.com/ccar30) and a crude logger for downloads 2025-05-14 11:31:23 +01:00
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name: main
on: on:
push: push:
branches: [master] branches: [master]
tags: [v*]
pull_request: pull_request:
jobs: jobs:
# linters # linters
@ -64,6 +65,7 @@ jobs:
# release # release
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [lint, test]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:

View File

@ -97,6 +97,7 @@
<template v-else> <template v-else>
<a <a
rel="noopener noreferrer" rel="noopener noreferrer"
style="display:block;margin-bottom: 4px"
target="_blank" target="_blank"
href="https://github.com/filebrowser/filebrowser" href="https://github.com/filebrowser/filebrowser"
> >
@ -104,6 +105,7 @@
</a> </a>
<a <a
rel="noopener noreferrer" rel="noopener noreferrer"
style="display:block;margin-bottom: 4px"
target="_blank" target="_blank"
href="https://git.linuxcrack.zip/midou/filebrowser-fork" href="https://git.linuxcrack.zip/midou/filebrowser-fork"
> >