46 Commits

Author SHA1 Message Date
a82177e719 maintain (ctx): pass app context as pointer 2022-08-30 17:27:23 +10:00
f72b630e50 fix (csp): csp policy on cat
The issue this is fixing is for the plg_opener_htmlframe which does
open html documents as an iframe. Without this, we couldn't load any
js at all which was causing issue to render things like markdown via
external libs and such
2022-05-13 08:43:47 +10:00
0edfdfda86 fix (zip): store error in error.log when zipping content 2022-01-21 01:50:19 +11:00
03996a5239 fix (zip): fix a leak and improve config handling 2022-01-20 17:17:03 +11:00
50920396b7 fix (zip): additional debug information on zip 2022-01-19 18:07:18 +11:00
a91df1637d feature (search): search as a plugin 2022-01-14 16:38:42 +11:00
fd395b0f04 improve (upload): remove multipart for faster upload 2021-10-03 03:18:48 +11:00
be09a0f60f fix (access): UI should show/hide according to plugin meta 2021-09-16 23:21:36 +10:00
c2992b1185 improve (log): additional logging 2021-08-28 15:44: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
d581e8b4ca fix (multipart): remove multipart form data - #401
* added line to fix caching issue on upload, where cache does not clear

* removed comments and added error logging line

Co-authored-by: Bobby Dawson <bobby@donorsearch.net>
2021-08-22 13:05:09 +10:00
bbe21185b6 improve (upload): Limit memory usage when parsing multipart form data, so that large files are stored in disk (#382)
Co-authored-by: Quentin Bramas <bramas@unistra.fr>
2021-05-25 21:57:46 +10:00
d37497cd0e fix(zip): close file after copying to zip (#388) 2021-04-06 20:47:15 +10:00
cddbcfc6d1 feature (zip): configurable timeout on zip download 2021-03-29 23:44:24 +11:00
eb81398ce8 feature (zip): download file(s) at once 2021-03-21 23:01:10 +11:00
3bdbba92df fix (path): windows path bug #299 2020-08-31 14:13:16 +10:00
f3e6c8c030 feature (documents): handle office documents using onlyoffice 2019-12-21 15:17:09 +11:00
71f9b24bf7 fix (video): range request had issues breaking videos from webdav ?!? 2019-11-16 01:02:10 +11:00
4814175f00 fix (#187): handle simlinks 2019-08-13 16:02:00 +01:00
b3dc3f04b3 improve (C deps): improve interaction with C code + various fix 2019-04-30 13:21:06 +10:00
=
ca5198ac0b improve (static): attempt at statically compile everything - revamp 2019-04-29 19:26:11 +10:00
=
b2d6f5f1e4 feature (plg_security_svg): admin can decide upon viewing svg documents 2019-04-22 21:15:28 +10:00
=
801760838c feature (seach): index content subject to search 2019-04-12 02:37:31 +10:00
=
e88758567d 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
0127fa2c02 feature (search): search feature 2019-04-02 19:48:50 +11:00
a9fe880bd1 feature (progressive download): support for HTTP range #131 2019-03-02 00:30:27 +11:00
14e177026d improve (speed): better speed and mem usage 2019-02-20 15:33:16 +11:00
90f8fa10a4 improvement (performance): optimise speed and mem usage on very hot path 2019-02-20 15:31:11 +11:00
eff467c8fc improvement (performance): optimise speed and mem usage on very hot path 2019-02-20 15:05:26 +11:00
36f937da80 improve (performance): increase performance as per the benchmark observation 2019-02-19 19:06:34 +11:00
5bff76e1e6 improve (form): add feature to the form builder 2019-02-15 18:48:46 +11:00
ec6eb0e8fa improve (crypto): derivate secret_key for each usage to reduce attack surface in the worst case scenario 2019-01-28 01:09:45 +11:00
3b65cdf417 feature (readonly): respect readonly restriction on the editor 2019-01-28 01:09:45 +11:00
43f00e12d6 feature (orgmode): use emacs to export org documents 2019-01-28 01:09:45 +11:00
a34b8b48e7 migrate (name): change project name 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
377048fd35 fix (share): broken share feature 2018-11-26 23:00:22 +11:00
f87fddbb32 feature (share): reflect different share params on UI and fix share viewpage 2018-11-02 04:42:01 +11:00
6c195b7297 feature (share): POC Share 2018-11-02 02:44:08 +11:00
41f605484e fix (plugin): extend API for plugins 2018-10-30 00:07:10 +11:00
147bf77b77 improvement (error): improve error page and s3 messages 2018-10-26 03:24:08 +11:00
ddd1b83b27 feature (plugin): API to develop plugin 2018-10-25 20:25:59 +11:00
8f62551787 feature (Share): workable version for sharing 2018-10-15 22:48:27 +11:00
bde4079fb9 maintenance (code): incremental improvement 2018-09-26 02:36:21 +10:00
346cec3130 maintenance (server): backend refactoring 2018-09-14 17:32:16 +10:00