aboutsummaryrefslogtreecommitdiffhomepage
path: root/server.js
Commit message (Expand)AuthorAgeFilesLines
* Make listen port and ldap filter more flexibleHEADmasterIsmaël Bouya2020-05-051-1/+1
* Make configuration not editableIsmaël Bouya2020-05-051-4/+3
* Add raw/tar/zip endpointsIsmaël Bouya2020-05-051-0/+53
* Use custom public folder listingJohannes Zellner2020-03-031-10/+14
* Stop polluting logs with healthcheckJohannes Zellner2020-01-051-1/+1
* Add access token ui and rest apiJohannes Zellner2019-08-071-0/+3
* Replace passport usage with simpler custom middlewareJohannes Zellner2019-08-061-3/+0
* Put webdav under /_webdav to avoid name clashJohannes Zellner2019-02-241-1/+1
* add webdav server for easier file accessJohannes Zellner2019-02-231-1/+11
* Corretly send 404 status codesJohannes Zellner2018-10-151-1/+1
* Remove redis dependency only for few tokensJohannes Zellner2018-10-081-10/+11
* disable folder listing by default and do not show welcome screen when enabledJohannes Zellner2018-09-131-2/+2
* Fixup the config file usageJohannes Zellner2018-05-171-1/+1
* Make folder listing a global settingJohannes Zellner2018-05-171-14/+53
* Remove commented routeJohannes Zellner2018-05-171-2/+0
* Fix serving up the root welcome pageJohannes Zellner2017-02-091-1/+7
* Use accessTokens instead of username/passwordJohannes Zellner2017-02-091-0/+3
* Add rename functionalityJohannes Zellner2017-02-071-1/+2
* Fix the routing by using middleware selectivelyJohannes Zellner2017-02-051-9/+9
* Rename app/ to frontend/Johannes Zellner2017-02-051-2/+2
* Serve up folder listingsJohannes Zellner2017-02-051-1/+5
* Rename app.js -> server.jsJohannes2016-11-171-0/+55