Commit graph

529 commits

Author SHA1 Message Date
Mickael Kerjean
b513bf6888 fix (build): docker image 2019-05-03 10:32:09 +10:00
Mickael Kerjean
2c271e02fc improve (favicon): remove redirection on favicon 2019-05-03 00:08:52 +10:00
Mickael Kerjean
5f7de7826a fix (build): transform the build to push for static program 2019-05-02 23:40:55 +10:00
Mickael Kerjean
f8cc366165 Merge branch 'master' of http://github.com/mickael-kerjean/filestash 2019-05-01 02:14:23 +10:00
Mickael Kerjean
ebcf3a3569 build (maintenance): upgrade build with latest changes 2019-05-01 02:14:10 +10:00
Mickael Kerjean
645dddafec feature (pages): create some error pages 2019-05-01 01:15:08 +10:00
Mickael Kerjean
33ed3f47c7 improve (loading): get rid of the crypto library in the frontend to improve loading speed 2019-04-30 22:50:17 +10:00
Mickael Kerjean
b29231d42b improve (loading): on demand loading of another dependency: exif 2019-04-30 22:26:36 +10:00
Mickael Kerjean
ad1f2358e7 improve (index.html): cleanup the index.html to win in build size 2019-04-30 22:22:31 +10:00
Mickael Kerjean
8608c91e1f improve (images): optimise how assets get loads in the app for lower size + loading speed 2019-04-30 21:38:56 +10:00
Mickael Kerjean
c130e98c7c maintenance (cleanup): remove dead code 2019-04-30 14:27:50 +10:00
Mickael Kerjean
8ff77091d9 improve (speed): frontend code removal - decrease loading time by 23% and bundle size by 8% :O 2019-04-30 14:26:47 +10:00
Mickael Kerjean
b3dc3f04b3 improve (C deps): improve interaction with C code + various fix 2019-04-30 13:21:06 +10:00
Alex Phillips
50ff43bdd4 fix (#159): attempting to fix url encoding for filename URLs
* attempting to fix url encoding for filename URLs

* handle the case where percent sign exists in the filename / dirname

* remove the try/catch as this shouldn't be necessary, changed logic for url encoding links that doesn't involve looping
2019-04-30 12:42:49 +10:00
=
ca5198ac0b improve (static): attempt at statically compile everything - revamp 2019-04-29 19:26:11 +10:00
=
2c7feed57a fix (cd): deploy latest stable image 2019-04-25 11:36:57 +10:00
=
2c124561e6 fix (search): set visibility of hidden files in the search result as per config 2019-04-25 03:04:03 +10:00
=
8af1ba290a fix (selection): newly created files/folder wouldn't get catch by selection up until a refresh 2019-04-25 02:22:04 +10:00
=
57223b241c fix (multiselection): disable dragging of unselected file when a selection exists 2019-04-24 21:35:49 +10:00
=
65a61588a8 feature (batch): create selections of files/folder to batch delete and move actions 2019-04-24 21:16:33 +10:00
=
191ddbd11f improve (plg_security_scanner): new endpoint from actual logs 2019-04-24 01:31:19 +10:00
=
2f74a00879 fix (thumbnail): memory leak found using ab 2019-04-23 19:00:03 +10:00
=
e0b31a34d2 improve (debug): add a few more debugging endpoints 2019-04-23 14:26:59 +10:00
=
2eaf171e49 improve (debug): cleanup debug endpoint + memory endpoint 2019-04-23 12:16:05 +10:00
=
b2d6f5f1e4 feature (plg_security_svg): admin can decide upon viewing svg documents 2019-04-22 21:15:28 +10:00
=
c5db893a5e improve (design): larger breadcrumb 2019-04-22 17:40:47 +10:00
=
17a4123f8e improve (plg_security_scanner): add a bunch of other rules found from production logs 2019-04-22 16:57:57 +10:00
=
4300867113 fix (svg): svg images would not display properly 2019-04-22 15:54:45 +10:00
=
b588ec020c improve (iconography): update a few icons 2019-04-22 15:27:11 +10:00
=
8afd06e055 feature (upload): upload button for phone and tablets 2019-04-19 01:31:12 +10:00
=
6c5771c4f5 improve (design): modal popup 2019-04-18 18:35:27 +10:00
=
788049070e fix (loader): overflow issue on the nyan cat :O 2019-04-18 16:47:56 +10:00
=
aa8dcf794b fix (form): fix download button on the application form 2019-04-18 16:38:48 +10:00
=
3ee341caa4 fix (search): clear search after navigation action 2019-04-18 16:15:28 +10:00
=
28dd859b60 maintenance (cleanup): dead code elimination 2019-04-18 16:08:17 +10:00
=
290a61d1cf improve (ldap): cache already opened connections for much better visible performance 2019-04-18 15:02:46 +10:00
=
cebb28d093 improve (search): index form content 2019-04-18 14:15:20 +10:00
=
81d224f9e8 fix (path): default path when logging in - #151 2019-04-17 16:32:50 +10:00
=
404c3c01ce security (backend): opt in on host key verification for the SFTP backend 2019-04-17 15:02:12 +10:00
=
f438f669f7 improve (admin): improve admin console design 2019-04-17 14:35:12 +10:00
=
6607a7bcd1 fix (admin): typo in admin console 2019-04-17 14:19:35 +10:00
=
f9f7b5c4d3 feature (backend): add a mysql backend 2019-04-17 12:59:23 +10:00
=
23ab6dbf51 fix (about): broken config hash 2019-04-17 01:14:16 +10:00
=
2e6f0931aa fix (build): enable sqlite fts extension 2019-04-17 00:55:30 +10:00
=
e38fa58764 documentation (README): update project README 2019-04-16 15:57:42 +10:00
=
ee1ceb7907 fix (config): config path was updated 2019-04-15 23:43:24 +10:00
=
3eb8811e81 improve (log): cleanup log messages 2019-04-15 15:41:45 +10:00
=
a17dd11ce6 fix (cache): fix concurrency issue where our mutex wasn't lock properly 2019-04-15 13:09:44 +10:00
=
762977190d improve (go): use old APIs instead of brand new one 2019-04-15 12:58:36 +10:00
=
6a9efa6b2f improve (webaim): contrast ratio > 7:1 to comply with webaim AAA level 2019-04-15 12:45:50 +10:00