aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add access token ui and rest apiJohannes Zellner2019-08-071-3/+34
|
* Replace passport usage with simpler custom middlewareJohannes Zellner2019-08-061-43/+23
|
* Bump manifest formatJohannes Zellner2019-06-171-5/+5
|
* error is not defined hereJohannes Zellner2019-02-231-1/+1
|
* Consolidate user verificationJohannes Zellner2019-02-231-47/+60
|
* add webdav server for easier file accessJohannes Zellner2019-02-231-1/+38
|
* Remove redis dependency only for few tokensJohannes Zellner2018-10-081-26/+20
|
* Add file download buttonJohannes Zellner2017-04-071-1/+1
|
* store stringified objects in redis for nowJohannes Zellner2017-02-091-2/+8
|
* Use optionally redis if availableJohannes Zellner2017-02-091-9/+50
|
* Send username/password in body and fix cliJohannes Zellner2017-02-091-3/+3
|
* Remove console.log()Johannes Zellner2017-02-091-2/+0
|
* Use accessTokens instead of username/passwordJohannes Zellner2017-02-091-11/+54
|
* Add rename functionalityJohannes Zellner2017-02-071-4/+29
| | | | | This also break backwardscompat since PUT is now POST and PUT is used for renaming
* Rename auth exportsJohannes2016-11-171-2/+2
|
* Implement local file authJohannes2016-11-171-6/+15
|
* URI decode all pathsJohannes2016-11-061-2/+2
|
* Fix handling of paths with spacesJohannes2016-11-061-1/+1
|
* No need to log profile on every loginJohannes2016-11-061-1/+0
|
* Support username and email loginJohannes Zellner2016-04-051-1/+1
| | | | This change is required for the username !== userId cloudron change
* protect _admin/Johannes Zellner2016-03-011-1/+7
|
* Use the forceJohannes Zellner2016-03-011-1/+1
|
* Add ui to create directoriesJohannes Zellner2016-03-012-4/+19
|
* Send more folder listing detailsJohannes Zellner2016-03-011-3/+22
|
* Fix file deletion and add dry-run optionJohannes Zellner2016-03-011-3/+18
|
* Properly check for absolute file pathsJohannes Zellner2016-03-011-1/+3
|
* use test credentialsJohannes Zellner2016-03-011-2/+2
|
* Use 222 status code to indicate folder listing and use stdout only for dataJohannes Zellner2015-09-081-2/+2
|
* Dynamically use HOSTNAME in welcome screenJohannes Zellner2015-06-271-5/+0
|
* Fix session serializationJohannes Zellner2015-06-272-3/+3
|
* Add auth to clientJohannes Zellner2015-06-271-7/+17
|
* Add ldap authJohannes Zellner2015-06-271-0/+42
|
* Use del instead of rimrafJohannes Zellner2015-06-271-3/+3
|
* Support recursive putJohannes Zellner2015-06-272-45/+16
|
* Add cliJohannes Zellner2015-06-271-0/+34
|
* Ensure directoriesJohannes Zellner2015-06-271-18/+25
|
* Fix deleteJohannes Zellner2015-06-271-3/+3
|
* initial commitJohannes Zellner2015-06-272-0/+159