aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Put webdav under /_webdav to avoid name clashJohannes Zellner2019-02-241-1/+1
* Add 5.5 changesJohannes Zellner2019-02-241-0/+3
* Hide rename button when rename is in actionJohannes Zellner2019-02-241-1/+1
* Use inline renamingJohannes Zellner2019-02-242-14/+44
* Ensure upload progress stays within boundsJohannes Zellner2019-02-241-1/+2
* Remove old stylesJohannes Zellner2019-02-243-76/+31
* Trigger dropdown only on clickJohannes Zellner2019-02-241-1/+1
* error is not defined hereJohannes Zellner2019-02-231-1/+1
* Consolidate user verificationJohannes Zellner2019-02-233-146/+194
* add webdav server for easier file accessJohannes Zellner2019-02-234-286/+442
* Fixup testsJohannes Zellner2018-10-154-49/+62
* Corretly send 404 status codesJohannes Zellner2018-10-152-2/+4
* Move from shrinkwrap to package-lock fileJohannes Zellner2018-10-152-214/+153
* Bump versionJohannes Zellner2018-10-155-4/+7
* Use new base imageJohannes Zellner2018-10-151-3/+1
* Add more changesJohannes Zellner2018-10-081-0/+2
* Do not hide menu dropdown on clickJohannes Zellner2018-10-081-1/+1
* Decode the path from the location hash firstJohannes Zellner2018-10-081-3/+3
* Fix logout situation if token is invalidJohannes Zellner2018-10-081-9/+16
* add mov and avi filetypes as videosJohannes Zellner2018-10-081-1/+1
* Superagent is a bit bogusJohannes Zellner2018-10-081-1/+6
* Add upload progress to uiJohannes Zellner2018-10-082-5/+14
* Remove redis dependency only for few tokensJohannes Zellner2018-10-088-63/+36
* Bump versionJohannes Zellner2018-10-084-4/+4
* Bump versionJohannes Zellner2018-10-084-3/+6
* disable folder listing by default and do not show welcome screen when enabledJohannes Zellner2018-09-131-2/+2
* Bump versionJohannes Zellner2018-05-195-4/+9
* Add progressbar smoothingJohannes Zellner2018-05-191-0/+4
* Support dropping a folder for uploadJohannes Zellner2018-05-182-6/+51
* We cannot have one button/input type for both folders and files for uploadJohannes Zellner2018-05-182-4/+17
* Do not error if a user tries to upload a file without a typeJohannes Zellner2018-05-181-0/+3
* Set a drop zone effect to show the correct cursorJohannes Zellner2018-05-181-0/+3
* Support uploading whole folder treesJohannes Zellner2018-05-182-2/+2
* Do not show errors on dialog dismissJohannes Zellner2018-05-181-9/+3
* Improve error feedbackJohannes Zellner2018-05-182-38/+47
* Update mediatagsJohannes Zellner2018-05-171-3/+3
* Bump versionJohannes Zellner2018-05-176-2/+6
* Move root folder to /app/data/surfer_root to not clash with the config fileJohannes Zellner2018-05-171-1/+20
* Fixup the config file usageJohannes Zellner2018-05-172-8/+8
* Make folder listing a global settingJohannes Zellner2018-05-175-17/+85
* Allow es 6Johannes Zellner2018-05-171-0/+1
* Remove commented routeJohannes Zellner2018-05-171-2/+0
* remove old vue.jsJohannes Zellner2018-05-171-8/+0
* remove unused sorttable.jsJohannes Zellner2018-05-172-496/+0
* Do not prematurely show the back buttonJohannes Zellner2018-05-171-1/+1
* Remove bootstrap from welcome pageJohannes Zellner2018-05-171-3/+2
* Use disabled for back button instead of showJohannes Zellner2018-05-171-1/+1
* Add button to navigate backJohannes Zellner2018-05-172-5/+6
* Set page titleJohannes Zellner2018-05-171-1/+1
* Show upload progressJohannes Zellner2018-05-173-57/+64