filestash/server/common
2019-05-17 13:39:41 +10: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 cleanup (admin): disabling constants edit from the console 2019-05-17 13:39:41 +10:00
constants.go feature (https): support for HTTPS on the server 2019-05-12 02:21:39 +10:00
crypto.go feature (tuneel): HTTP tunnel via websocket to expose instance on the internet 2019-05-15 15:08:52 +10:00
debug.go fix (plugin): extend API for plugins 2018-10-30 00:07:10 +11:00
default.go maintain (refactoring): refactor server code for easier maintenance 2019-05-13 18:03:50 +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 improve (plugin): expose routes via plugins 2019-05-10 18:18:02 +10:00
response.go maintain (refactoring): refactor server code for easier maintenance 2019-05-13 18:03:50 +10: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