-
Notifications
You must be signed in to change notification settings - Fork 38
Comparing changes
Open a pull request
base repository: no-src/gofs
base: v0.1.0
head repository: no-src/gofs
compare: main
Commits on Nov 29, 2021
-
Add support gin web server, and implement basic auth and login middle…
…ware for file server.
Configuration menu - View commit details
-
Copy full SHA for 4ddd76c - Browse repository at this point
Copy the full SHA 4ddd76cView commit details -
Update dependency, github.com/no-src/log v0.0.5 => github.com/no-src/log v0.0.6.
Configuration menu - View commit details
-
Copy full SHA for 827ed2c - Browse repository at this point
Copy the full SHA 827ed2cView commit details -
Change gin default mode is release.
Use log.DefaultLogger as gin.DefaultWriter.
Configuration menu - View commit details
-
Copy full SHA for a48760e - Browse repository at this point
Copy the full SHA a48760eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 996212d - Browse repository at this point
Copy the full SHA 996212dView commit details
Commits on Nov 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c55a7f9 - Browse repository at this point
Copy the full SHA c55a7f9View commit details -
The file server allows anonymous access if there is no effective acco…
…unt from server_users flag.
Configuration menu - View commit details
-
Copy full SHA for e2c746a - Browse repository at this point
Copy the full SHA e2c746aView commit details
Commits on Dec 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7dcb7a0 - Browse repository at this point
Copy the full SHA 7dcb7a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 158b974 - Browse repository at this point
Copy the full SHA 158b974View commit details -
Configuration menu - View commit details
-
Copy full SHA for a28d49a - Browse repository at this point
Copy the full SHA a28d49aView commit details
Commits on Dec 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9a90528 - Browse repository at this point
Copy the full SHA 9a90528View commit details -
Auto check auth state per second, close the connection if unauthorize…
…d after one minute.
Configuration menu - View commit details
-
Copy full SHA for 439177e - Browse repository at this point
Copy the full SHA 439177eView commit details
Commits on Dec 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5c97954 - Browse repository at this point
Copy the full SHA 5c97954View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8f4f45 - Browse repository at this point
Copy the full SHA c8f4f45View commit details
Commits on Dec 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6320779 - Browse repository at this point
Copy the full SHA 6320779View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f749c3 - Browse repository at this point
Copy the full SHA 0f749c3View commit details -
Add the server_compress flag to control the file server response comp…
…ress. Add the Option struct as file server options.
Configuration menu - View commit details
-
Copy full SHA for e40c2b5 - Browse repository at this point
Copy the full SHA e40c2b5View commit details -
Add the server_tmpl_override flag to support force override all templ…
…ate resources when it releases
Configuration menu - View commit details
-
Copy full SHA for 8cbdf8b - Browse repository at this point
Copy the full SHA 8cbdf8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 030f04f - Browse repository at this point
Copy the full SHA 030f04fView commit details
Commits on Dec 10, 2021
-
Reduce the monitor writes file repeated, because the write event will…
… trigger twice or more in some cases maybe
Configuration menu - View commit details
-
Copy full SHA for c081599 - Browse repository at this point
Copy the full SHA c081599View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f91e47 - Browse repository at this point
Copy the full SHA 3f91e47View commit details
Commits on Dec 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 569e9f2 - Browse repository at this point
Copy the full SHA 569e9f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f838d4 - Browse repository at this point
Copy the full SHA 6f838d4View commit details
Commits on Dec 13, 2021
-
Use the list.List to save messages and events, avoid lost data, and r…
…emove the msg_queue param
Configuration menu - View commit details
-
Copy full SHA for c0f02c2 - Browse repository at this point
Copy the full SHA c0f02c2View commit details
Commits on Dec 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 50d87e3 - Browse repository at this point
Copy the full SHA 50d87e3View commit details
Commits on Dec 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 872039a - Browse repository at this point
Copy the full SHA 872039aView commit details
Commits on Dec 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0ad767c - Browse repository at this point
Copy the full SHA 0ad767cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d905622 - Browse repository at this point
Copy the full SHA d905622View commit details
Commits on Dec 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 040bb19 - Browse repository at this point
Copy the full SHA 040bb19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 389f72c - Browse repository at this point
Copy the full SHA 389f72cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c627eff - Browse repository at this point
Copy the full SHA c627effView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99ea2bf - Browse repository at this point
Copy the full SHA 99ea2bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0d2b6c - Browse repository at this point
Copy the full SHA e0d2b6cView commit details -
Fix MD5FromFile write incorrect size bytes
Add MD5FromFileName func to calculate file hash with file path
Configuration menu - View commit details
-
Copy full SHA for d482ba2 - Browse repository at this point
Copy the full SHA d482ba2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f979cb4 - Browse repository at this point
Copy the full SHA f979cb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56d8b63 - Browse repository at this point
Copy the full SHA 56d8b63View commit details -
The create event does not truncate the file, that will truncate file …
…before writing to file now Optimize the sync_once command, support just sync the changed files
Configuration menu - View commit details
-
Copy full SHA for 213f177 - Browse repository at this point
Copy the full SHA 213f177View commit details -
Fix the web server allows unauthorized access, the default auth middl…
…eware is not abort the route when auth failed
Configuration menu - View commit details
-
Copy full SHA for d390a84 - Browse repository at this point
Copy the full SHA d390a84View commit details -
Configuration menu - View commit details
-
Copy full SHA for d12cbf8 - Browse repository at this point
Copy the full SHA d12cbf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88bc218 - Browse repository at this point
Copy the full SHA 88bc218View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7d83ac - Browse repository at this point
Copy the full SHA c7d83acView commit details
Commits on Dec 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for aee1ab1 - Browse repository at this point
Copy the full SHA aee1ab1View commit details
Commits on Dec 27, 2021
-
Remove the server_tmpl and server_tmpl_override flags, read templates…
… from memory now
Configuration menu - View commit details
-
Copy full SHA for c515b02 - Browse repository at this point
Copy the full SHA c515b02View commit details
Commits on Dec 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b282e43 - Browse repository at this point
Copy the full SHA b282e43View commit details -
Configuration menu - View commit details
-
Copy full SHA for f834e91 - Browse repository at this point
Copy the full SHA f834e91View commit details -
Return file identity as hash key, that removes the query section if t…
…he file name is an url
Configuration menu - View commit details
-
Copy full SHA for 8f709d5 - Browse repository at this point
Copy the full SHA 8f709d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1d5ea2 - Browse repository at this point
Copy the full SHA f1d5ea2View commit details -
Create the file first if that does not exist when trigger write actio…
…n, then asynchronous execute the write in the background
Configuration menu - View commit details
-
Copy full SHA for f847d0f - Browse repository at this point
Copy the full SHA f847d0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 116e810 - Browse repository at this point
Copy the full SHA 116e810View commit details -
Configuration menu - View commit details
-
Copy full SHA for 697347f - Browse repository at this point
Copy the full SHA 697347fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b22baf3 - Browse repository at this point
Copy the full SHA b22baf3View commit details
There are no files selected for viewing