Skip to content

Commit f918dc8

Browse files
committed
Update README.md
1 parent 3065c97 commit f918dc8

File tree

1 file changed

+13
-47
lines changed

1 file changed

+13
-47
lines changed

README.md

Lines changed: 13 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
1717
- File permissions (Unix chmod style)
1818

1919
### 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)
2223

2324
--------------------
2425
### Backend API
@@ -48,12 +49,6 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
4849
"size": "4096",
4950
"date": "17:42",
5051
"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"
5752
}, {
5853
"name": "index.php",
5954
"rights": "-rw-r--r--",
@@ -78,10 +73,7 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
7873
```
7974
##### JSON Response
8075
```json
81-
{ "result": {
82-
"success": true,
83-
"error": null
84-
}}
76+
{ "result": { "success": true, "error": null } }
8577
```
8678

8779
--------------------
@@ -98,10 +90,7 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
9890
```
9991
##### JSON Response
10092
```json
101-
{ "result": {
102-
"success": true,
103-
"error": null
104-
}}
93+
{ "result": { "success": true, "error": null } }
10594
```
10695

10796
--------------------
@@ -117,10 +106,7 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
117106
```
118107
##### JSON Response
119108
```json
120-
{ "result": {
121-
"success": true,
122-
"error": null
123-
}}
109+
{ "result": { "success": true, "error": null } }
124110
```
125111

126112
--------------------
@@ -139,10 +125,7 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
139125

140126
##### JSON Response
141127
```json
142-
{ "result": {
143-
"success": true,
144-
"error": null
145-
}}
128+
{ "result": { "success": true, "error": null } }
146129
```
147130

148131
--------------------
@@ -158,9 +141,7 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
158141
```
159142
##### JSON Response
160143
```json
161-
{
162-
"result": "<?php echo random(); ?>",
163-
}
144+
{ "result": "<?php echo random(); ?>" }
164145
```
165146

166147
--------------------
@@ -178,10 +159,7 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
178159
```
179160
##### JSON Response
180161
```json
181-
{ "result": {
182-
"success": true,
183-
"error": null
184-
}}
162+
{ "result": { "success": true, "error": null } }
185163
```
186164

187165
--------------------
@@ -201,10 +179,7 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
201179
```
202180
##### JSON Response
203181
```json
204-
{ "result": {
205-
"success": true,
206-
"error": null
207-
}}
182+
{ "result": { "success": true, "error": null } }
208183
```
209184

210185
--------------------
@@ -221,10 +196,7 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
221196
```
222197
##### JSON Response
223198
```json
224-
{ "result": {
225-
"success": true,
226-
"error": null
227-
}}
199+
{ "result": { "success": true, "error": null } }
228200
```
229201

230202
--------------------
@@ -242,10 +214,7 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
242214
```
243215
##### JSON Response
244216
```json
245-
{ "result": {
246-
"success": true,
247-
"error": null
248-
}}
217+
{ "result": { "success": true, "error": null } }
249218
```
250219

251220
--------------------
@@ -259,10 +228,7 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
259228
```
260229
##### JSON Response
261230
```json
262-
{ "result": {
263-
"success": true,
264-
"error": null
265-
}}
231+
{ "result": { "success": true, "error": null } }
266232
```
267233

268234
--------------------

0 commit comments

Comments
 (0)