filestash/server/common
2019-12-21 15:17:09 +11:00
..
ssl feature (https): support for HTTPS on the server 2019-05-12 02:21:39 +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 improve (lock): leverage RWLock 2019-05-08 15:16:23 +10:00
config.go fix (#208): create an error message 2019-11-13 23:59:38 +11:00
constants.go improve (build): make build reproducible and easy to inspect/verify 2019-08-20 00:34:24 +10:00
crypto.go feature (documents): handle office documents using onlyoffice 2019-12-21 15:17:09 +11:00
debug.go fix (plugin): extend API for plugins 2018-10-30 00:07:10 +11:00
default.go improve (build): make build reproducible and easy to inspect/verify 2019-08-20 00:34:24 +10:00
dummy.go maintain (refactoring): refactor server code for easier maintenance 2019-05-13 18:03:50 +10: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 feature (documents): handle office documents using onlyoffice 2019-12-21 15:17:09 +11:00
response.go improve (build): make build reproducible and easy to inspect/verify 2019-08-20 00:34:24 +10:00
token.go feature (admin): admin console 2018-12-19 18:35:09 +11:00
types.go fix (#187): handle simlinks 2019-08-13 16:02:00 +01: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