Jiffs Maverick
c8506609d8
[filer] Added a version to the title of Filer UI ( #5836 )
Added a version to the title of Filer UI
5 months ago
chrislu
07f47776c3
minor
6 months ago
jerebear12
7091269e65
fix get file metadata bug ( #5394 )
* Removed problematic if statement
This if statement was causing the value of option.AllowedOrigins to be always equal to "*". Now the values in the config file will be used when present. This allows for people who don't need this feature to not update their security.toml files.
* Update filer_server_handers_read.go
* Updated filer responses to invalid requests
9 months ago
jerebear12
85d6d5371b
Disable filer UI in configuration ( #5297 )
* Add filer.ui.enabled configuration property
* Add filer.expose_directory_metadata to config
* Ammend commit
* Remove ShowUI reference
* Update all routes that allow directory metadata
* Add cmd flag to server.go
10 months ago
Konstantin Lebedev
a7fc723ae0
chore: add status code for request_total metrics ( #5188 )
12 months ago
chrislu
8241c9a829
adjust ui pagination size
fix https://github.com/seaweedfs/seaweedfs/issues/4258
2 years ago
Konstantin Lebedev
22181dd018
refactor FilerRequest metrics ( #3402 )
* refactor FilerRequest metrics
* avoid double count proxy
* defer to
2 years ago
chrislu
26dbc6c905
move to https://github.com/seaweedfs/seaweedfs
2 years ago
yulai.li
28cda854eb
Add filer command line parameter to let Filer UI show/hide directory delete button
3 years ago
yulai.li
2347c21cdd
Tune filer UI add rename feature
3 years ago
Chris Lu
24fda6f47f
remove QR code for mobile upload
3 years ago
Chris Lu
ddc8643ee0
filer: directory listing adds namePatternExclude
fix https://github.com/chrislusf/seaweedfs/issues/2023
4 years ago
Chris Lu
f002e668de
change limit to int64 in case of overflow
4 years ago
Chris Lu
2c3c2c27d7
separate prefix from namePattern
fix https://github.com/chrislusf/seaweedfs/issues/1722
4 years ago
Chris Lu
0a7c5f85a9
filer: add namePattern to search in current folder
4 years ago
Chris Lu
9b0e8ef026
filer: added QR code to transfer files with mobile devices
4 years ago
Устюжанин Антон Александрович
2d3b355fb6
test ListDirectoryPrefixedEntries
4 years ago
Chris Lu
c0f0fdb3ba
refactoring
5 years ago
Chris Lu
d214cefc2e
filer: list diretory pagination make up for the expired entries
5 years ago
Chris Lu
89eb05b50f
filer: support TTL for all filer stores
5 years ago
j.laycock
6fc6322c90
Change joeslay paths to chrislusf paths
5 years ago
j.laycock
595a1beff0
Swap imports to use joeslay
5 years ago
Chris Lu
d1cd8f8c5b
add metrics, refactoring
6 years ago
Chris Lu
cece860bfd
add context to all filer APIs
6 years ago
Chris Lu
17918f0b82
fix compilation error on go tip
7 years ago
Chris Lu
95fe745a0c
compatible with previous json rendering
7 years ago
Chris Lu
9b603f5ffa
split filer read into 2 files
7 years ago