27 Commits

Author SHA1 Message Date
2017da2af0 Render audio and video file preview
Audio and video files are not downloaded, but the element src is
fetching the content directly from storage. Unfortunately, one cannot
skip forward, when the RS server doesn't support content ranges.
2018-11-17 15:33:28 +00:00
3dbf1e1228 Formatting 2018-06-19 18:13:20 +02:00
c7a4faf5b2 Disabled editor buttons while uploading changes 2018-04-01 15:55:57 +02:00
f2fe1f5530 Reset JSON treeviews when editing is cancelled
And don't add all the event handlers by default.
2018-04-01 15:40:17 +02:00
5748f83971 Use proper button groups
Improve styling of button groups, so they're more intuitive. Remove
button-group containers for single buttons.
2018-04-01 15:25:25 +02:00
c979b13df5 Edit files via the JSON tree view editor 2018-04-01 13:59:34 +02:00
411613088a Add JSON tree view in addition to source preview 2018-01-06 14:56:19 +00:00
cd8d32d812 Inject service in file-preview component 2018-01-06 13:03:04 +00:00
89b846c511 Show disconnect link on hover 2017-12-26 14:01:43 +01:00
b8604bacb5 Add basic disconnect link 2017-12-26 13:53:21 +01:00
e38e873dd2 Style user address (with username seperate from host) 2017-12-26 12:03:40 +01:00
9625e9cbb2 Show folders first in dir lists 2017-11-27 22:15:01 +01:00
0d2d356e93 Show a message when no preview rendered 2017-11-27 22:02:35 +01:00
59de8a4151 Show images in file view 2017-11-27 21:55:28 +01:00
7263f092d0 Show file content for non-binary files 2017-11-27 21:55:28 +01:00
f190b6aabb Add inspect/details view 2017-11-27 21:55:24 +01:00
674aff63cf Show file sizes in listings 2017-11-13 00:11:23 +01:00
9399849e0c Add breadcrumb navigation 2017-11-12 22:33:41 +01:00
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
287a999207 Use different file icon for JSON objects 2017-11-12 18:27:54 +01:00
1f94c59261 Traverse directories 2017-11-12 18:12:02 +01:00
93d8c68949 Turn dir listings into UL, so we can use normal links 2017-11-12 15:36:09 +01:00
0607d82e50 Show listings of a path 2017-11-12 04:03:13 +01:00
ff2f44df18 Add file type icons 2017-11-09 00:48:59 +01:00
939dce2b1f Render directory items in index 2017-11-09 00:22:42 +01:00
9221f93ea3 Basic layout and categories nav 2017-11-08 02:06:16 +01:00
Tomster
199f6d6d97 Initial Commit from Ember CLI v2.16.2
_...,
                                                     ,:^;,...;
              -+===;.         ,,--++====++-,,,     .:  /.....,
            :::::~+++++#:,+#++++++++++++++++++#*..:   /,......
           (,,,,,,::=+++##++++++++++++++++++++++#.   :....../
            ...,,,,,::++++++++++++++++++++++++++++++*..,...:
            *..+...,#@@@@@@@@@++++++++++++++++++++++#*....*
              @#,;##############@@@+*+#@@@@@@@@@@#*++#..<
              *@##@@+,-*^^^*-+@####@@@######@@@#####@@,,,+
                @#@*            @#@@@@#@@+--*^^*--#@@@@@@#
                @#@.    @#      @##+++@#,           .@@#@@
                 #@#    @@     +@@++++#@@     @@     :@@
                 :@#*         @#@++++++@#*    #@     @@+
                :*+@@#;,.__.+@#@+,-^^.++@#          @@++
               ;*  :*@@@##@@@@;++r._j^.+@##@+,.__,,@@++.
              /*    ........+++++++++++++#@@@@@###@@#++++,
            ,:       ...,@@@#++===----==@@@####,,....+++++
           .:       ......@@##@\   ;   :@####@,,...... +++.
           ;       .........@###,   ;  ;xx#@;,,.....   *;+,
           |       ........,*;xxxx--^--=xxx,........   :+#;
           ;         ......,,;xxxxxxxxxxxxx;,.....     *+#
            ;          ......,::xxxx;.     ......       +.   .
             *;            .........  +###  ....       / ,. /:| ,.
               .+:             ...  ;##++##, .      ,#. (..v..;*./
                  **                ##  ###*    .:*&&&+. \.,....<,
                   #&+**==-..,,__  ;##  ###  :,*+&&&&&&&v+#&,,.._/
                  #&&&&*...,::,,.  ##; ,##* .*****;:&&&&&&&&&
                 ,+*+;~*..*** *.* ### ###* *******    *+#&;*
                                  ##,;##    ****    :,  **
         #####    ##   ###  ###,  ########       .#####   ;##  ##
        #######  ;##  #### ,###.  ##########    ########  ### ####
       ###  ###  ### ##########   ####  ####   ,##   ###  #######*
      ### ,###  ##############:   ##     ###  #### ,##   :#### ###  ##;
  ##########    ########### ##   .##    ,###  #######    ##### :######
    ######    .###### ####  ##   ###    ### ######*    :#####   ####
       #############  ####  ################    ######## ###
        #####*  *#*    #:   :###   *###*         *####    #*
2017-11-07 00:17:29 +01:00