filestash/server/common
2019-05-07 11:46:23 +10:00
..
app.go feature (admin): admin console 2018-12-19 18:35:09 +11:00
backend.go improve (API): Cat now returns a io.ReadCloser to make it obvious it has to be closed 2019-04-04 19:27:06 +11:00
cache.go fix (cache): fix concurrency issue where our mutex wasn't lock properly 2019-04-15 13:09:44 +10:00
config.go improve (UI): Add option to always display upload button (#161) 2019-05-07 11:43:41 +10:00
constants.go maintenance (code): fix typos 2019-05-07 11:46:23 +10:00
crypto.go fix (build): broken build 2019-03-06 09:39:07 +11:00
debug.go fix (plugin): extend API for plugins 2018-10-30 00:07:10 +11:00
default.go optimise (middleware): refactore middleware to focus on better performance and security 2019-01-28 01:09:45 +11:00
error.go improve (efficiency): improve memory efficiency for resource intensive tasks 2019-05-06 15:16:57 +10:00
files.go improve (performance): increase performance as per the benchmark observation 2019-02-19 19:06:34 +11:00
log.go improve (go): use old APIs instead of brand new one 2019-04-15 12:58:36 +10:00
mime.go feature (seach): index content subject to search 2019-04-12 02:37:31 +10:00
plugin.go improve (API): Cat now returns a io.ReadCloser to make it obvious it has to be closed 2019-04-04 19:27:06 +11:00
response.go improve (performance): increase performance as per the benchmark observation 2019-02-19 19:06:34 +11:00
token.go feature (admin): admin console 2018-12-19 18:35:09 +11:00
types.go improve (API): Cat now returns a io.ReadCloser to make it obvious it has to be closed 2019-04-04 19:27:06 +11:00
utils.go improve (API): Cat now returns a io.ReadCloser to make it obvious it has to be closed 2019-04-04 19:27:06 +11:00