Commit graph

344 commits

Author SHA1 Message Date
Mickael KERJEAN
d67c200af7 bugfix (app): fix server side issues and proper error handling 2018-04-12 00:52:16 +10:00
Mickael KERJEAN
301e7c2362 bugfix (app): fix server side issues and proper error handling 2018-04-12 00:08:18 +10:00
Mickael KERJEAN
3e2714fb33 feature (download): Add a way to download a file in the IDE + fix - #34 2018-04-11 22:43:36 +10:00
Mickael KERJEAN
76172f0239 improvement (UI): faster cache lookup and display loader when it feels right 2018-04-11 11:18:36 +10:00
Mickael KERJEAN
e0006092cb improvement (UI): hovering a hidden breadcrumb element - design update 2018-04-11 11:18:36 +10:00
Mickael KERJEAN
009e6ff1b4 feature (custom login): configure login page from config_client.js - #31 2018-04-10 14:51:52 +10:00
Mickael KERJEAN
6eeca0da4d feature (recent): quickly open recent folders - #30 2018-04-10 14:51:52 +10:00
Mickael KERJEAN
e5ce3fb7ea feature (default root): the default path set what a user can see as root folder #29 2018-04-10 14:51:52 +10:00
Mickael KERJEAN
8d9b554e79 improvement (UI): display of file element in UI, better look and feel
UI (file): edit a file name, UI change

cache version to reflect project version
2018-04-10 14:51:52 +10:00
Mickael KERJEAN
c25eb03540 feature (notification): inform user of anything happenning 2018-04-10 14:51:52 +10:00
Mickael KERJEAN
24592be54b feature (breadcrumb): adapt how paths are rendered in the breadcrumb 2018-04-10 14:51:52 +10:00
Mickael KERJEAN
0eb59521ab feature (prompt): proper prompt system 2018-04-10 14:51:52 +10:00
Mickael KERJEAN
4b06b8a802 feature (notification): proper notification system 2018-04-10 14:51:52 +10:00
Mickael KERJEAN
d4244dc323 maintenance (cleanup): cleanup code 2018-04-10 14:51:52 +10:00
Mickael KERJEAN
50749a1b6c beautify (code): improve code + fixes 2018-04-10 14:51:52 +10:00
Mickael KERJEAN
d88c845a06 feature (links): leverage default browser navigation and behavior for links #27,#26 2018-04-10 14:51:52 +10:00
Mickael KERJEAN
c9c4ee1639 improvement (code): code refactoring 2018-04-10 14:51:52 +10:00
Mickael KERJEAN
aff57c9c16 feature (404): proper 404 page - #28 2018-04-10 14:51:52 +10:00
Mickael KERJEAN
7795b6d74b bugfix (UI): fix issues with file renaming/deletion/creation in UI 2018-04-10 14:51:52 +10:00
Mickael KERJEAN
950f56bbdf improvement (editor): #20 + bugfix 2018-04-10 14:51:52 +10:00
Mickael KERJEAN
050a26e99a improvement (webdav): stream all the way down - #23 2018-04-10 14:51:52 +10:00
Mickael KERJEAN
15cf85f752 improvement (UI): make the UI behave 2018-04-10 14:51:52 +10:00
Mickael KERJEAN
89bb4450f3 improvement (UI): fixes + cleanup interface - #11 2018-04-10 14:51:39 +10:00
Mickael KERJEAN
59afd3f0a5 improvement (UI): make the UI more engaging and "modern" 2018-03-08 16:28:29 +11:00
Mickael KERJEAN
f093f00a4b maintenance (structure): Full revamp of the project code structure 2018-03-07 01:46:21 +11:00
Mickael KERJEAN
9d00dc705a improvement (connection page): UI improvement, fixing errors and weirderies 2018-03-02 05:51:13 +11:00
Mickael KERJEAN
592b584c42 bugfix (filespage): react throwing messages in the console log 2018-03-02 00:17:31 +11:00
Mickael KERJEAN
7fd74a24ee improvement (editor): add syntax highlight for latex + more candidates for syntax highlight 2018-03-02 00:14:05 +11:00
Mickael KERJEAN
e258599a04 bugfix (encryption): crypto was giving warning while using aes-256-ctr, likely after [this](https://github.com/nodejs/node/issues/13801) came out 2018-03-01 20:54:28 +11:00
Mickael KERJEAN
73c1f9be4a improvements (UI): #18 + connection page improvements 2018-03-01 05:03:48 +11:00
Mickael KERJEAN
5b2a0330b6 deps (maintenance): react router had a change in API ... 2018-02-28 01:02:42 +11:00
Mickael KERJEAN
bd78594383 Merge branch 'master' of https://github.com/mickael-kerjean/nuage 2018-02-28 00:30:22 +11:00
Ryan P.C. McQuen
287bee3813
Fix some red herring regex. 2018-01-22 21:39:35 -08:00
Ryan P.C. McQuen
b535f8ebdd
Fix code regex.
This same principle could probably apply to the other regex.
2018-01-08 20:16:59 -08:00
Mickael Kerjean
22e21d2c56 bugfix (UI issue): UI issue on firefox 2017-11-13 13:02:44 +11:00
Mickael KERJEAN
6119b1e1fe maintenance (cleanup): remove dead code and comments 2017-07-03 17:54:09 +10:00
Mickael KERJEAN
5437dab0d7 bugfix (#6): fix webdav backend to allow binary files 2017-07-03 17:45:31 +10:00
Mickael KERJEAN
f25428ca53 feature (#12): syntax highlighting for a wide range of language 2017-07-02 00:59:08 +10:00
Mickael KERJEAN
870d4e7ba5 bugfix (#5): display bug while uploading a file 2017-07-01 10:54:51 +10:00
Mickael KERJEAN
acf243bd07 improvement (UI): hover and select effect on files and breadcrumb improvements 2017-07-01 10:38:12 +10:00
Mickael KERJEAN
c964c274a8 feature (PWA): turn into a progressive web app 2017-06-30 12:24:41 +10:00
Mickael KERJEAN
66cc23913d feature (lazy loading): as per: #7, lazy load stuff 2017-06-29 13:00:16 +10:00
Mickael KERJEAN
3d1ac82e3c cleanup (color): consistent theme 2017-06-28 13:40:23 +10:00
Mickael KERJEAN
0b5137846c cleanup (structure): update code structure 2017-06-27 21:59:40 +10:00