aboutsummaryrefslogtreecommitdiffhomepage
path: root/cli
Commit message (Expand)AuthorAgeFilesLines
* add surfer put examples and fix putGirish Ramakrishnan2019-10-182-27/+51
* Add https:// to --server if requiredGirish Ramakrishnan2019-10-171-1/+8
* Add --server and --token options to cli toolJohannes Zellner2019-08-072-20/+31
* Fix help textGirish Ramakrishnan2017-03-101-2/+2
* Exit if username or password is emptyJohannes Zellner2017-02-091-0/+2
* Add optional --username and --password arguments for easier scriptingJohannes Zellner2017-02-092-4/+10
* 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-092-0/+22
* Use version from package.jsonJohannes Zellner2017-02-091-1/+1
* do not blindly allow self-signed certsJohannes Zellner2017-02-091-3/+0
* Send username/password in body and fix cliJohannes Zellner2017-02-092-13/+13
* 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-012-5/+18
* Properly check for absolute file pathsJohannes Zellner2016-03-011-0/+1
* Require a file argument for deleteJohannes Zellner2016-03-012-4/+5
* Support last argument as destinationJohannes Zellner2016-03-012-9/+22
* 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-302-3/+7
* 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-082-9/+30
* Improve error handling on loginJohannes Zellner2015-09-081-5/+9
* Require urlJohannes Zellner2015-07-011-1/+1
* 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-272-9/+47
* Add ldap authJohannes Zellner2015-06-271-0/+2
* Add welcome screenJohannes Zellner2015-06-271-0/+2
* Use del instead of rimrafJohannes Zellner2015-06-272-2/+4
* Support recursive putJohannes Zellner2015-06-273-0/+197