aboutsummaryrefslogtreecommitdiffhomepage
path: root/cli/actions.js
Commit message (Expand)AuthorAgeFilesLines
* add surfer put examples and fix putGirish Ramakrishnan2019-10-181-24/+37
* Add https:// to --server if requiredGirish Ramakrishnan2019-10-171-1/+8
* Add --server and --token options to cli toolJohannes Zellner2019-08-071-15/+22
* Exit if username or password is emptyJohannes Zellner2017-02-091-0/+2
* Add optional --username and --password arguments for easier scriptingJohannes Zellner2017-02-091-4/+8
* Fix cli help outputJohannes Zellner2017-02-091-3/+3
* No need to set gQuery prior to exitJohannes Zellner2017-02-091-2/+0
* Add cli logout commandJohannes Zellner2017-02-091-0/+18
* Send username/password in body and fix cliJohannes Zellner2017-02-091-11/+12
* Do not show * for password entryJohannes Zellner2017-02-091-1/+1
* Add rename functionalityJohannes Zellner2017-02-071-1/+1
* protect _admin/Johannes Zellner2016-03-011-4/+5
* Send more folder listing detailsJohannes Zellner2016-03-011-2/+2
* Fix file deletion and add dry-run optionJohannes Zellner2016-03-011-5/+16
* Properly check for absolute file pathsJohannes Zellner2016-03-011-0/+1
* Require a file argument for deleteJohannes Zellner2016-03-011-1/+2
* Support last argument as destinationJohannes Zellner2016-03-011-7/+21
* Some style hintsJohannes Zellner2016-03-011-1/+1
* Fix uri parsingJohannes Zellner2016-03-011-5/+5
* Add missing callback in uploadJohannes Zellner2015-11-301-0/+2
* Fix relative path detectionJohannes Zellner2015-11-301-1/+2
* Do not include hidden folders by defaultJohannes Zellner2015-11-301-3/+6
* do not add extra newlineGirish Ramakrishnan2015-11-271-1/+1
* fix path resolutionGirish Ramakrishnan2015-11-271-1/+9
* upload to destinationPathGirish Ramakrishnan2015-11-271-1/+1
* Display uploaded URLGirish Ramakrishnan2015-11-271-2/+7
* Check for error objectJohannes Zellner2015-09-081-1/+1
* Use 222 status code to indicate folder listing and use stdout only for dataJohannes Zellner2015-09-081-8/+29
* Improve error handling on loginJohannes Zellner2015-09-081-5/+9
* Parse uriJohannes Zellner2015-07-011-3/+11
* Remove unused functionJohannes Zellner2015-06-271-10/+0
* Add and remove logsJohannes Zellner2015-06-271-2/+2
* Add auth to clientJohannes Zellner2015-06-271-8/+44
* Add ldap authJohannes Zellner2015-06-271-0/+2
* Add welcome screenJohannes Zellner2015-06-271-0/+2
* Use del instead of rimrafJohannes Zellner2015-06-271-2/+3
* Support recursive putJohannes Zellner2015-06-271-0/+96