24 Commits

Author SHA1 Message Date
395b312012 maintain (refactoring): cleanup code 2022-11-16 08:27:41 +11:00
3bbf6e4334 fix (upload): webkitGetAsEntry() can be null
see: https://developer.mozilla.org/en-US/docs/Web/API/DataTransferItem/webkitGetAsEntry
We found this issue while trying to upload a file named .#nodes_rev1.json
which somehow chrome doesn't want to read and would give an error to
    the end user
2022-07-07 00:36:36 +10:00
5156432b52 maintain (eslint): linting on frontend 2021-12-21 01:32:37 +11:00
eb81398ce8 feature (zip): download file(s) at once 2021-03-21 23:01:10 +11:00
b779fe3c0e feat (sorting): #214 2020-06-15 23:19:38 +10:00
a9834d374c feature (translation): first step towards i18n #248 2020-05-26 02:02:34 +10:00
865ba7ded6 feature (upload): upload queue that show progress with abort and retry - #267 2020-05-23 16:43:39 +10:00
b3988d3db8 improve (perf): refactor to minimise some loops 2019-05-22 20:21:20 +10:00
836a74ab7d improve (search): user experience around the search 2019-05-21 17:13:21 +10:00
4a2d1d6c3c maintenance (cleanup): dead code elimination: leftover from O(n) initial search 2019-05-09 00:17:42 +10:00
=
65a61588a8 feature (batch): create selections of files/folder to batch delete and move actions 2019-04-24 21:16:33 +10:00
=
8afd06e055 feature (upload): upload button for phone and tablets 2019-04-19 01:31:12 +10:00
=
d4b0496b19 feature (search): dynamically create link for search 2019-04-03 18:03:51 +11:00
0127fa2c02 feature (search): search feature 2019-04-02 19:48:50 +11:00
8393b0d55a fix (test): fix tests 2019-03-14 01:10:59 +11:00
0ed846f5f3 improve (profiling): create a flag to enable profiling 2018-11-19 14:27:41 +11:00
453fb902df improvement (config): enable/disable features from config.json 2018-11-15 12:49:34 +11:00
760ec1980d bugfix (upload): upload directories on Chrome would truncate to 100 files per directory 2018-11-10 00:37:53 +10:00
8f62551787 feature (Share): workable version for sharing 2018-10-15 22:48:27 +11:00
4ca7bab31b maintain (code): cleanup 2018-09-17 09:52:02 +10:00
1077165e3d maintain (code): cleanup 2018-09-14 17:31:57 +10:00
8561193f8b feature (search): basic search 2018-08-04 04:29:55 +10:00
5b4a199ad4 improvement (sort): sort by type - #82 2018-06-15 13:51:04 +10:00
aebca52060 feature (#79): media view, infinite scroll and persistent user settings 2018-05-29 22:43:19 +10:00