Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed first readfile to be getinfo #11

Merged
merged 2 commits into from
Jan 29, 2018
Merged

Conversation

alanswx
Copy link
Collaborator

@alanswx alanswx commented Jan 22, 2018

No description provided.

@alanswx
Copy link
Collaborator Author

alanswx commented Jan 22, 2018

removed editfile - not in API anymore

@jsooter jsooter merged commit 82236ed into jsooter:master Jan 29, 2018
@jsooter
Copy link
Owner

jsooter commented Jan 29, 2018

What was it replaced with?

@alanswx
Copy link
Collaborator Author

alanswx commented Jan 29, 2018

  • API: "editfile" method is REMOVED, instead of it the "readfile" is used at the client #270

We need to fix the error reporting JSON.

Here are all the changes:

  • API: error response format altered to correspond to JSON API standard #210 nodejs connector psolom/RichFilemanager#30
  • API: new error handling flow; required HTTP headers; strict JSON API conformity #270 Rename directory error psolom/RichFilemanager#33
  • API: simplified workflow of the "download" method, doesn't require AJAX API extra call anymore #248 #265 Split configuration file into two: server and client config files psolom/RichFilemanager#32
  • API: "getfile" API method RENAMED to "getinfo" and return either file or folder stats. Restriction to handle files only is removed #270
  • API: "getfolder" API method RENAMED to "readfolder". No changes in functionality #270
  • API: "readfile", "getimage" and "download" methods USE THE SAME FLOW to read file content and write it to the output #270
  • API: "editfile" method is REMOVED, instead of it the "readfile" is used at the client #270
  • API: "seekfolder" new method is ADDED #271 API Wiki update psolom/RichFilemanager#34
  • API file and folder object response structure: removed "timestamp" attribute; "created" and "modified" attributes now contain unix timestamps instead of formatted datetime strings #227

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants