Commit Graph

111 Commits

Author SHA1 Message Date
Basti 14c39d292f Prevent error alert for discovery errors
They're handled by the widget
2017-12-31 18:40:08 +00:00
Basti 8f7b861347 0.6.0 2017-12-31 18:29:29 +00:00
Basti ab9ad2f354 Handle invalid RS auth tokens 2017-12-31 13:35:25 +01:00
Basti ab637deb33 Add delete button 2017-12-30 20:24:40 +01:00
Basti 220888a7c5 Move header to route templates, remove obsolete code 2017-12-30 20:05:41 +01:00
Basti f681524599 Update package lockfile 2017-12-30 20:05:27 +01:00
Basti 554e661ad6 0.5.1 2017-12-26 14:56:17 +01:00
Basti e4520d86c3 Fix file preview content not breaking 2017-12-26 14:55:37 +01:00
Basti a27d142b4b 0.5.0 2017-12-26 14:02:04 +01:00
Basti 89b846c511 Show disconnect link on hover 2017-12-26 14:01:43 +01:00
Basti b8604bacb5 Add basic disconnect link 2017-12-26 13:53:21 +01:00
Basti 36901b8006 Use new skipInitial widget option 2017-12-26 13:53:03 +01:00
Basti 2e4b5a0337 Add disconnect route 2017-12-26 12:16:18 +01:00
Basti f7142fa125 Fix widget style on connect page 2017-12-26 12:16:03 +01:00
Basti e38e873dd2 Style user address (with username seperate from host) 2017-12-26 12:03:40 +01:00
Basti 0a41be32fd Fix route test 2017-12-26 12:03:32 +01:00
Basti 5d533d2c08 More connect improvements
* Use extra route for disconnected/initial state
* Style connect screen properly
* Hide widget when connected in favor of custom UI
* Show account info in sidebar header
2017-12-25 10:50:03 +01:00
Basti 07be7dece8 0.4.0 2017-12-24 10:57:19 +01:00
Basti b5418a15c8 Update package.json 2017-12-24 10:56:58 +01:00
Basti 0ee09d99ce Wait for connection state before fetching anything
This ensures that no data is fetched prematurely.
2017-12-24 10:53:27 +01:00
Basti 456e1f15fb More connection handling 2017-12-24 10:52:41 +01:00
Basti e865ffe073 Improve connection handling
* Clear directory data on disconnect
* Clear path URL param on disconnect
* Don't try to fetch dir listing when starting app disconnected
2017-12-22 12:54:29 +01:00
Basti b49cb5c50e Add current developmen status to README 2017-12-17 16:10:39 +00:00
Basti 92d4b5c73d Update README 2017-12-17 16:02:08 +00:00
Basti a121128d28 Improve deployment 2017-12-17 15:52:16 +00:00
Basti ea587b502b Pull build branch before deployment routine 2017-12-17 15:48:52 +00:00
Basti 579757dee2 Set up deployment 2017-12-17 15:47:03 +00:00
Basti 9625e9cbb2 Show folders first in dir lists 2017-11-27 22:15:01 +01:00
Basti 0d2d356e93 Show a message when no preview rendered 2017-11-27 22:02:35 +01:00
Basti 59de8a4151 Show images in file view 2017-11-27 21:55:28 +01:00
Basti 7263f092d0 Show file content for non-binary files 2017-11-27 21:55:28 +01:00
Basti f190b6aabb Add inspect/details view 2017-11-27 21:55:24 +01:00
Basti 674aff63cf Show file sizes in listings 2017-11-13 00:11:23 +01:00
Basti db9dadbaa7 Fix test 2017-11-12 22:51:07 +01:00
Basti 16fb111c6d Revert "Add .gitlab-ci.yml"
This reverts commit 3da8bfb810.
2017-11-12 22:50:20 +01:00
Basti 68644e6cb6 Add license 2017-11-12 21:42:42 +00:00
Basti 3da8bfb810 Add .gitlab-ci.yml 2017-11-12 21:42:02 +00:00
Basti 9399849e0c Add breadcrumb navigation 2017-11-12 22:33:41 +01:00
Basti 6d4ef48991 Improve styles a bit 2017-11-12 21:10:58 +01:00
Basti 2008ed5634 Refactor categories into rootListing
This uses proper paths with slashes everywhere, and lists documents
instead of just folders for root.
2017-11-12 20:46:31 +01:00
Basti 287a999207 Use different file icon for JSON objects 2017-11-12 18:27:54 +01:00
Basti e6ba3644c4 Sort dir listings by item name 2017-11-12 18:17:12 +01:00
Basti 1f94c59261 Traverse directories 2017-11-12 18:12:02 +01:00
Basti 2bd918655d Move dir listing fetch to service 2017-11-12 18:03:07 +01:00
Basti d834f5c8e9 Improve rendering of file icons 2017-11-12 15:46:44 +01:00
Basti 93d8c68949 Turn dir listings into UL, so we can use normal links 2017-11-12 15:36:09 +01:00
Basti d924303c32 Prevent outlines on active links (nav) 2017-11-12 15:08:35 +01:00
Basti ab4dca82fd Simplify content type shown in dir lists 2017-11-12 15:06:07 +01:00
Basti 0db37c96f5 Prevent widget being hidden on race condition 2017-11-12 14:56:50 +01:00
Basti c0dfbd5077 Ensure categories are always loaded 2017-11-12 14:53:47 +01:00