filestash/server/common
2020-07-01 00:23:17 +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 feature (search): fallback search when full text search isn't active 2020-07-01 00:23:17 +10:00
constants.go fix (persistance): change path of config folders - #183 2020-03-05 22:14:08 +11: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 feat (local): translation of common server side errors 2020-05-26 16:20:14 +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 improve (config): common issue on install problems 2020-06-18 00:16:42 +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