fed2b0f409
feature (video): responsive video player
2024-11-15 23:09:17 +11:00
fb4c6200ba
fix (pdf): pdf on small device
...
whenever using a phone with no native PDF support, we'd render 2 page in
a row making things not visible
2024-11-15 22:48:59 +11:00
1609747f55
chore (refactoring): ellipsis - css to class
2024-11-15 14:06:35 +11:00
f57ba94d71
fix (editor): php code highlight
...
without this, we'd run onto either non highlighting of the code and / or
this error:
type: Error
message: Cannot read properties of undefined (reading 'prev')
trace: TypeError: Cannot read properties of undefined (reading 'prev')
at Object.dispatch [as token] (http://localhost:8334/assets/g5b7268/lib/vendor/codemirror/mode/php/php.js:187:32 )
at readToken (http://localhost:8334/assets/g5b7268/lib/vendor/codemirror/lib/codemirror.js:1183:24 )
at runMode (http://localhost:8334/assets/g5b7268/lib/vendor/codemirror/lib/codemirror.js:1240:36 )
at highlightLine (http://localhost:8334/assets/g5b7268/lib/vendor/codemirror/lib/codemirror.js:1086:5 )
at getLineStyles (http://localhost:8334/assets/g5b7268/lib/vendor/codemirror/lib/codemirror.js:1130:20 )
at buildLineContent (http://localhost:8334/assets/g5b7268/lib/vendor/codemirror/lib/codemirror.js:1771:40 )
at getLineContent (http://localhost:8334/assets/g5b7268/lib/vendor/codemirror/lib/codemirror.js:2161:12 )
at buildLineElement (http://localhost:8334/assets/g5b7268/lib/vendor/codemirror/lib/codemirror.js:2243:17 )
at patchDisplay (http://localhost:8334/assets/g5b7268/lib/vendor/codemirror/lib/codemirror.js:4264:20 )
at updateDisplayIfNeeded (http://localhost:8334/assets/g5b7268/lib/vendor/codemirror/lib/codemirror.js:4171:5 )
2024-11-15 01:32:10 +11:00
64a44415bf
chore (cleanup): remove old script
2024-11-15 01:31:10 +11:00
c376fe8240
fix (onlyoffice): canary office integration - #629
2024-11-14 14:24:23 +11:00
b7f2b763de
fix (login): loader before redirection
...
When we have a single storage selected, we automatically redirect the
user to it as we don't need to wait for a user action. The thing is we
used to have this UI being shown with a button that didn't make sense.
Instead we want to show the loader when we reach those condition
2024-11-14 12:40:51 +11:00
bd470b5ff5
Merge branch 'master' of ssh://github.com/mickael-kerjean/filestash
2024-11-14 02:06:23 +11:00
8aa0bd5fcd
fix (sharedlinks): link update
...
when toggling off the settings for a shared links, the value wouldn't
be actually turned off. We're now ensuring that anything with an "enabled"
checkbox is turned on/off on demand
2024-11-14 02:03:07 +11:00
ff2bc44d09
fix (share): order of shared links
2024-11-14 00:55:57 +11:00
2e869f5ec8
feature ( #752 ): build args GIT_REPO GIT_REF
2024-11-13 14:22:36 +11:00
05f112305d
fix (azure): azure oidc cookie
...
update cookie settings to work well with azure OIDC
2024-11-13 10:32:06 +11:00
47e25abdd5
fix (css): css menubar issue
2024-11-12 17:21:24 +11:00
85a86ef352
fix (share): update shared link
2024-11-12 17:15:24 +11:00
25faf898c1
fix (share): UX for shared link
2024-11-12 16:00:17 +11:00
0245a32900
fix (ja): typo in translation
2024-11-12 15:54:19 +11:00
3cd12f863f
chore (release): enable canary release
2024-11-12 11:01:09 +11:00
311f248e01
feature (translation): new translation run
2024-11-11 14:26:33 +11:00
0791313b17
fix (url app): lint and checker issues
2024-11-08 16:41:17 +11:00
f49f8a0224
doc (README): revamp README
2024-11-08 14:58:17 +11:00
6f03334871
feature (plugin): override plugin for download
...
This is to demonstrate how override work with the new frontend. This
plugin does create another download button in the file viewer page
2024-11-07 13:32:00 +11:00
25404e8d13
feature (url): support for .url files
2024-11-07 13:02:52 +11:00
ded8ef28cc
fix (image): exif map marker
2024-11-05 15:21:49 +11:00
f7988ffe10
fix (upload): shared link in upload
2024-10-24 06:34:54 +11:00
96b566e22f
fix (canary): canary cookie compat
2024-10-16 02:19:54 +11:00
363f9bd652
fix (typo): package name typo
2024-10-10 04:57:25 +11:00
8b31a8e74e
fix (mimetype): mime type calculation error
...
fix mimetype for things like foo.MP4 or foo.WAV which used to be
text/plain
2024-10-08 03:46:20 +11:00
08cd2dbecb
fix (thumbnail): thumbnail refresh
...
whenever uploading something with files and folders, the thumbnails
would flash on and off all the time. The commit
a0540eecaeafb5ff71715c45a767f2a8b686b9e1 only address part of the issue,
this commit take care of the other bits
2024-10-08 03:39:36 +11:00
93908f8c6d
fix (list): broken layout on long filename
2024-10-08 01:44:19 +11:00
dbdcb2d000
fix (layout): broken layout
...
- [X] menubar.css: when filename is too long, the menubar would overflow past the
screen
- [X] editor.css: in some window size, the editor would enlarge itself.
This was an issue with codemirror and flexbox that is known:
https://github.com/codemirror/codemirror5/issues/4895
2024-10-08 00:57:00 +11:00
963bac5146
fix (plg_backend_azure): remove things
2024-10-06 08:05:19 +11:00
4cd3611251
fix (time): better date formating
2024-10-04 19:24:31 +10:00
5c87904cb1
feature (plg_backend_azure): support for seek
2024-10-04 19:22:26 +10:00
8efc63efa5
feature (azure): chroot path
2024-09-27 09:20:21 +10:00
f8956178d8
fix (sftp): azure connection timeout
...
Azure SFTP only hold the connection for 2 minutes .... So we got to
flush our cache before it occurs, otherwise we end up with a "Connection lost" error
2024-09-20 22:55:54 +10:00
1a890479d3
fix (video): extend hls playlist timeout
2024-09-20 22:13:08 +10:00
d2ba7575d7
chore (arm): disable arm build for now
...
go 1.23 has a couple issue on arm that is documented here https://github.com/golang/go/issues/68976
Up until this is solved we have to remove arm build because we need
partiioned cookie which is a go 1.23 feature
2024-09-18 13:30:21 +10:00
05176b8cd1
fix (arm): generator issue on arm
2024-09-18 01:18:30 +10:00
56c5a4f385
fix ( #740 ): docker build issue
2024-09-16 18:20:24 +10:00
e58b67dfec
fix (build): broken jenkins build
...
in the existing image, ffmpeg was missing, creating a warning. To fix
we'd either install ffmpeg on a custom image or assume we're good with
this kind of warning which is what we went with
2024-09-16 17:34:10 +10:00
37fbcfa7fd
chore (github): update github template
2024-09-16 15:24:06 +10:00
a3c95664f2
chore (README): update readme
2024-09-16 15:16:27 +10:00
8a41109c7f
chore (README): update readme
2024-09-16 15:15:50 +10:00
c3aeac5a39
chore (README): update readme
2024-09-16 15:14:53 +10:00
cebc00ac73
chore (README): update readme
2024-09-16 10:13:38 +10:00
0ff9d62938
chore (README): update readme
2024-09-16 10:12:35 +10:00
1a39eae6d3
feature (chromecast): canary release with chromecast image
2024-09-11 00:34:10 +10:00
d53ac30497
chore (cleanup): cleanup session management
2024-09-10 23:00:34 +10:00
9baf4b0f74
chore (iframe): cross cookie cleanup
2024-09-10 21:40:58 +10:00
c15899c934
chore (map): extension hook for map viewer
2024-09-10 08:11:13 +10:00