Commit graph

369 commits

Author SHA1 Message Date
=
b0c863eaf5 maintenance (dev): development environment and workflow 2019-04-10 17:56:39 +10:00
=
1294780b18 maintenance (test): init test assets 2019-04-09 21:10:45 +10:00
=
4370dfb8c7 feature (search): cleanup 2019-04-05 17:08:12 +11:00
=
4ba5a7c346 feature (search): content indexing: pdf, docx, txt, pptx, org 2019-04-04 19:34:24 +11: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
=
48d997066c feature (search): search result, filter out some results from the search 2019-04-03 18:14:35 +11:00
=
d4b0496b19 feature (search): dynamically create link for search 2019-04-03 18:03:51 +11:00
=
bf2e44baab fix (design): fix position issue within the admin console 2019-04-03 15:17:23 +11:00
=
d046027bd9 conf (makefile): default rule in project Makefile 2019-04-03 15:16:32 +11:00
Mickael
0127fa2c02
feature (search): search feature 2019-04-02 19:48:50 +11:00
Mickael KERJEAN
e729feb43c doc (legacy): remove mentions of things that don't exist anymore 2019-04-02 12:28:10 +11:00
Mickael KERJEAN
07c6e5bab4 maintenance (cleanup): dead code elimination 2019-03-25 22:37:25 +11:00
Mickael KERJEAN
ce2f3cfc2b feature (webdav): build webdav server from shared link 2019-03-25 22:08:45 +11:00
Mickael KERJEAN
133d2257b9 improvement (boot): better boot messages 2019-03-21 02:33:34 +11:00
Mickael KERJEAN
3cbe3ab6bb improve (viewer): improve image and video viewer 2019-03-21 00:56:10 +11:00
Mickael KERJEAN
b688c470a5 fix (IE): better nothing than something half working for IE, will remove when IE is properly tested 2019-03-19 13:07:17 +11:00
Mickael KERJEAN
3e32c4e1f0 improve (exif): the more button only appear when there's something to show 2019-03-19 00:59:01 +11:00
Mickael KERJEAN
5afe004d11 improve (design): fix weird size of the closing button in the exif viewer 2019-03-19 00:52:07 +11:00
Mickael KERJEAN
872a6e0cd0 fix (bug): issue in date formatting and file size using the webdav backend - #143 2019-03-18 23:08:58 +11:00
Mickael KERJEAN
bbdcd995da fix (edge case): forgotten edge case when page change 2019-03-18 14:16:08 +11:00
Mickael KERJEAN
8d6ee6b940 improve (loader): nyan cat as default loader 2019-03-18 14:15:16 +11:00
Mickael KERJEAN
e224ef16fe feature (abusive): creative defense against attacks 2019-03-18 13:37:32 +11:00
Mickael KERJEAN
d6ba3f0cf1 fix (logout): display an error when something goes wrong during logout - instead of infinite spinner 2019-03-15 18:13:28 +11:00
Mickael KERJEAN
cb9f3badc7 fix (navigation): navigation was braking when a file had a pound in its name 2019-03-15 18:01:55 +11:00
Mickael KERJEAN
fb829c8c3a fix (admin): download the activity log would get an error 2019-03-15 17:26:33 +11:00
Mickael KERJEAN
c2361c105a feature (loader): awesome loader on intial page load 2019-03-15 16:38:04 +11:00
Mickael KERJEAN
63670050ff maintain (code): cleanup dependencies and other dead things 2019-03-15 13:52:25 +11:00
Mickael KERJEAN
3246447da2 improvement (ui): improve quick access bar 2019-03-15 11:42:50 +11:00
Mickael KERJEAN
e9786ada96 improvement (messaging): add error message when the server is down 2019-03-15 01:55:49 +11:00
herlev
95af619175 improvement (ARM): update the build to support ARM - #142 2019-03-14 11:51:07 +11:00
Mickael KERJEAN
8393b0d55a fix (test): fix tests 2019-03-14 01:10:59 +11:00
Mickael KERJEAN
9e63eafb61 fix (admin): fix the not allowed message upon access to the admin console 2019-03-14 01:10:59 +11:00
Mickael KERJEAN
685690ed0d feature (backblaze): support for backblaze 2019-03-14 01:10:48 +11:00
Mickael KERJEAN
ea48dbe128 improve (security): add support for the X-Requested-With header 2019-03-08 17:49:17 +11:00
Mickael KERJEAN
c431b64b64 admin (documentation): improve the support page of the admin 2019-03-08 16:33:17 +11:00
Mickael KERJEAN
a02510418d improve (login): redirect the user to the login screen once the session expire 2019-03-08 01:25:29 +11:00
Mickael KERJEAN
7f8c47c186 fix (regression): toggle hidden files 2019-03-08 00:47:28 +11:00
Mickael KERJEAN
b3408a75dd fix (extension): fix file extension display issue 2019-03-08 00:21:00 +11:00
Mickael KERJEAN
771504f621 maintenance (cleanup): remove dead code 2019-03-08 00:17:21 +11:00
Mickael KERJEAN
20bf336a1b perf (filebrowse): optimise frontend client on hot path 2019-03-08 00:10:45 +11:00
Mickael KERJEAN
581b89f700 upgrade (dep): upgrade react to latest version 2019-03-07 18:47:12 +11:00
Mickael KERJEAN
faa1aa69b2 improve (code): dead code elimination 2019-03-07 18:42:13 +11:00
Mickael KERJEAN
f3569a5473 fix (navigation): prevent file navigation to unknown state 2019-03-07 15:58:41 +11:00
Mickael KERJEAN
46a1175db5 fix (login): fix firefox issue preventing a user from logging in after pressing enter when the focus is on a password field 2019-03-07 15:23:19 +11:00
Mickael KERJEAN
906fb1f3f4 improvement (quick access): improve the user friendly aspect of the quick access bar 2019-03-07 14:31:03 +11:00
Mickael KERJEAN
13345a4104 fix (navigation): recover from an edge case that would brake navigation when the URL is malformed 2019-03-06 13:26:11 +11:00
Mickael KERJEAN
6c5c8f34a0 fix (build): broken build 2019-03-06 09:39:07 +11:00
Mickael KERJEAN
feb15980df fix (build): fix broken build 2019-03-02 03:58:49 +11:00
Mickael KERJEAN
a9fe880bd1 feature (progressive download): support for HTTP range #131 2019-03-02 00:30:27 +11:00
Mickael KERJEAN
2a7d1131b9 fix (shared): fix bug that wouldn't let the user create shared link when the path params is set 2019-02-25 18:44:51 +11:00