71 Commits

Author SHA1 Message Date
bb7840f27e feature (chromecast): image viewer chromecast support 2023-04-14 00:08:17 +10:00
36c006680c feature (#585): support for proxied ip when logging intrusions 2023-04-07 15:19:16 +10:00
4f4e833360 fix (grammar): grammar issues #567 2023-02-28 18:17:14 +11:00
7ae782000f cleanup (log): rate limit logs 2023-01-05 01:53:50 +11:00
1bd6aebe45 feature (ebook): support for epub reader 2022-12-02 02:56:08 +11:00
32fe6a8674 cleanup (debug): remove debug 2022-11-26 00:38:30 +11:00
ea88b6ee14 fix (origin): better UX for hostname verification 2022-11-25 16:44:10 +11:00
7a76f7dcda maintain (logging): improve some log message 2022-09-28 22:52:33 +10:00
b9a177aa26 maintain (404): change 404 page 2022-09-21 17:01:12 +10:00
9d596704e7 feature (api): public api 2022-09-20 17:43:26 +10:00
0748e56092 fix (recover): recover from possible panic 2022-09-15 18:53:36 +10:00
d0c8f75b01 fix (rate limit): update default value for rate limit 2022-09-13 17:34:42 +10:00
76bf595e22 feature (token): token generation for API 2022-09-13 13:25:17 +10:00
3f933e08db feature (preflight): preflight to /api/files 2022-09-13 13:12:26 +10:00
66c6788b94 feature (doc): embed documentation 2022-09-13 12:53:02 +10:00
0acf94ce0c fix (middleware): bodyparser must not return an error if no body 2022-09-12 01:05:44 +10:00
b1c1f9e0f2 feature (api): api configuration 2022-09-07 00:50:23 +10:00
549d6805f0 feature (api): prepare api for public use 2022-09-05 11:59:28 +10:00
c7e40e42db feature (429): rate limit authentication endpoints 2022-09-04 22:26:03 +10:00
952f45097e feature (rest): setup for rest api 2022-09-04 18:39:34 +10:00
dd6f0ca407 feature (cancellation): logic to cancel request in client and server 2022-09-02 17:26:32 +10:00
a82177e719 maintain (ctx): pass app context as pointer 2022-08-30 17:27:23 +10:00
9a1de6253c feature (logging): additional logging info in debug mode 2022-07-14 13:27:21 +10:00
629a80c836 fix (#469): allow cross domain iframe 2022-04-20 08:04:09 +10:00
9b60ac6301 feature (log): enable more log types 2022-04-07 08:02:24 +10:00
82e12ca1a6 fix (#422): retrocompatibility with authentication middleware 2022-02-01 17:24:27 +11:00
ab71c339dd feature (cookie split): split session cookie onto fixed size chunks - #422
* Fixed invalid cookie issue when session object is serialized into a string larger than 4KB.

* Update session.go

Removed comments

* Update share.go

Removed comments
2022-01-27 09:07:02 +11:00
a95fad4d13 feature (static): upate a few static pages
- /about now shows a list of installed plugin
- 404 page is more "funky"
2022-01-20 17:15:49 +11:00
ae1adb3dad clean (code): cleanup 2022-01-19 22:58:07 +11:00
929064b55f maintenance (iframe): content security policy update 2021-08-23 00:00:57 +10:00
f7a4e52703 maintain (go): go format 2021-08-22 16:47:09 +10:00
78c1c6b7b3 feature (css): allow users to set custom css in admin panel - #332 2020-10-19 01:26:00 +11:00
4cbeb2c095 improve (pdf): fallback to pdfjs whenever native PDF renderer is missing 2020-06-30 00:30:02 +10:00
210118b3a9 feature (mode): create a dark mode 2020-05-27 21:51:21 +10:00
91797bc2b3 fix (log): clearer log message for host value missmatch 2020-05-26 17:11:43 +10:00
0167930d7c fix (pdf): error on the PDF viewer 2020-01-31 16:46:38 +11:00
f3e6c8c030 feature (documents): handle office documents using onlyoffice 2019-12-21 15:17:09 +11:00
cb519d7d24 feature (transcoding): update csp 2019-12-18 03:29:25 +11:00
3b7905734a feature (env): set iframe option from an environment variable 2019-11-22 01:26:22 +11:00
5496796a12 fix (image): broken images to display the image gps tag 2019-11-11 22:24:45 +11:00
58c6c57f82 feature (iframe): embed the app from an iframe 2019-11-11 22:23:11 +11:00
4a0b952ba8 improve (build): make build reproducible and easy to inspect/verify 2019-08-20 00:34:24 +10:00
71e3d6494a optimise (lighthouse): apply optimisations provided by the lighthouse tool 2019-08-03 12:13:47 +02:00
9b1bad4b5c optimise (CSP): follow recommendations from mozilla observatory 2019-05-10 15:49:45 +10:00
a327c41a78 improve (csp): Content Security Policy headers 2019-05-10 13:43:52 +10:00
93ede2068e improve (http): Mozilla observatory tips 2019-05-09 01:25:51 +10:00
b54663016c improve (webdav): handle user restriction and password on the webdav server 2019-05-08 11:30:23 +10:00
9836edacbf maintain (telemetry): update API to a custom endpoint 2019-05-07 14:16:54 +10:00
=
52c48223ba improve (log): write in stdout as well as log file 2019-04-15 12:19:04 +10:00
ea48dbe128 improve (security): add support for the X-Requested-With header 2019-03-08 17:49:17 +11:00