16 Commits

Author SHA1 Message Date
28bf80ae2a chore (plg_backend_local): improve error message 2024-06-05 02:34:31 +10:00
4244c9c604 feature (path): configurable path for generated data 2024-03-18 21:06:18 +11:00
8ca7a0e3f9 maintain (path): absolute path
getting things ready to have config coming as a plugin to handle
various distributions
2023-03-02 20:15:56 +11:00
e8968d824a fix (window): cross compile for windows 2022-09-28 21:16:10 +10:00
b62a9dd423 fix (os): wrapper for file related operation via the os package 2022-08-30 01:46:06 +10:00
8bbd4a2f57 fix (symlink): evaluate symlinks before opening file 2022-08-29 20:10:14 +10:00
bb91f589e1 fix (open): handle non existing local file 2022-08-28 22:18:38 +10:00
812446ac23 fix (symlink): wrap os.OpenFile to prevent symlinks expansion
os.Open and os.OpenFile make it possible to open a wide range of
files as seen in https://cs.opensource.google/go/go/+/refs/tags/go1.19:src/os/types.go;l=35

We only want to handle regular files and folders, no socket, device,
symlink, ....
2022-08-28 21:43:43 +10:00
09a6b8f6c0 feature (nixos): working directory override - #403 2021-08-30 23:35:08 +10:00
f7a4e52703 maintain (go): go format 2021-08-22 16:47:09 +10:00
b26bdfa1c6 merge 2021-08-22 13:11:22 +10:00
36f937da80 improve (performance): increase performance as per the benchmark observation 2019-02-19 19:06:34 +11:00
c61f528e24 fix (share): fix edge cases around the path and start migrate tests 2019-01-28 01:09:45 +11:00
ab93520773 optimise (middleware): refactore middleware to focus on better performance and security 2019-01-28 01:09:45 +11:00
ddd1b83b27 feature (plugin): API to develop plugin 2018-10-25 20:25:59 +11:00
04c97e34fb migration: migrate NodeJS code base to Golang 2018-07-30 13:34:44 +10:00