@@ -17,8 +17,9 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
17
17
- File permissions (Unix chmod style)
18
18
19
19
### TODO
20
- - Multiple file selector (nice to have)
21
- - Backend controllers (PHP, Python, NodeJS, .Net, etc)
20
+ - Multiple file selector
21
+ - Dropbox and Google Drive compatibility
22
+ - Backend bridges (PHP, Java, Python, Node, .Net)
22
23
23
24
--------------------
24
25
### Backend API
@@ -48,12 +49,6 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
48
49
"size" : " 4096" ,
49
50
"date" : " 17:42" ,
50
51
"type" : " dir"
51
- }, {
52
- "name" : " .htaccess" ,
53
- "rights" : " -rw-r--r--" ,
54
- "size" : " 0" ,
55
- "date" : " 2014-01-03 10:12:09" ,
56
- "type" : " file"
57
52
}, {
58
53
"name" : " index.php" ,
59
54
"rights" : " -rw-r--r--" ,
@@ -78,10 +73,7 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
78
73
```
79
74
##### JSON Response
80
75
``` json
81
- { "result" : {
82
- "success" : true ,
83
- "error" : null
84
- }}
76
+ { "result" : { "success" : true , "error" : null } }
85
77
```
86
78
87
79
--------------------
@@ -98,10 +90,7 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
98
90
```
99
91
##### JSON Response
100
92
``` json
101
- { "result" : {
102
- "success" : true ,
103
- "error" : null
104
- }}
93
+ { "result" : { "success" : true , "error" : null } }
105
94
```
106
95
107
96
--------------------
@@ -117,10 +106,7 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
117
106
```
118
107
##### JSON Response
119
108
``` json
120
- { "result" : {
121
- "success" : true ,
122
- "error" : null
123
- }}
109
+ { "result" : { "success" : true , "error" : null } }
124
110
```
125
111
126
112
--------------------
@@ -139,10 +125,7 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
139
125
140
126
##### JSON Response
141
127
``` json
142
- { "result" : {
143
- "success" : true ,
144
- "error" : null
145
- }}
128
+ { "result" : { "success" : true , "error" : null } }
146
129
```
147
130
148
131
--------------------
@@ -158,9 +141,7 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
158
141
```
159
142
##### JSON Response
160
143
``` json
161
- {
162
- "result" : " <?php echo random(); ?>" ,
163
- }
144
+ { "result" : " <?php echo random(); ?>" }
164
145
```
165
146
166
147
--------------------
@@ -178,10 +159,7 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
178
159
```
179
160
##### JSON Response
180
161
``` json
181
- { "result" : {
182
- "success" : true ,
183
- "error" : null
184
- }}
162
+ { "result" : { "success" : true , "error" : null } }
185
163
```
186
164
187
165
--------------------
@@ -201,10 +179,7 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
201
179
```
202
180
##### JSON Response
203
181
``` json
204
- { "result" : {
205
- "success" : true ,
206
- "error" : null
207
- }}
182
+ { "result" : { "success" : true , "error" : null } }
208
183
```
209
184
210
185
--------------------
@@ -221,10 +196,7 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
221
196
```
222
197
##### JSON Response
223
198
``` json
224
- { "result" : {
225
- "success" : true ,
226
- "error" : null
227
- }}
199
+ { "result" : { "success" : true , "error" : null } }
228
200
```
229
201
230
202
--------------------
@@ -242,10 +214,7 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
242
214
```
243
215
##### JSON Response
244
216
``` json
245
- { "result" : {
246
- "success" : true ,
247
- "error" : null
248
- }}
217
+ { "result" : { "success" : true , "error" : null } }
249
218
```
250
219
251
220
--------------------
@@ -259,10 +228,7 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
259
228
```
260
229
##### JSON Response
261
230
``` json
262
- { "result" : {
263
- "success" : true ,
264
- "error" : null
265
- }}
231
+ { "result" : { "success" : true , "error" : null } }
266
232
```
267
233
268
234
--------------------
0 commit comments