aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Reduce spacingJohannes Zellner2017-02-051-1/+0
|
* Merge breadcrumb and new directory buttonJohannes Zellner2017-02-051-3/+1
|
* Only show item action buttons on hoverJohannes Zellner2017-02-052-3/+21
|
* Show upload progress per filesJohannes Zellner2017-02-052-8/+41
|
* Fix the routing by using middleware selectivelyJohannes Zellner2017-02-051-9/+9
|
* Prevent dom element flickering on loadJohannes Zellner2017-02-051-2/+2
|
* No need to copy the cli to the docker imageJohannes Zellner2017-02-051-2/+0
|
* Rename app/ to frontend/Johannes Zellner2017-02-0538-3/+3
|
* Add a shrinkwrap fileJohannes Zellner2017-02-051-0/+1539
|
* Serve up folder listingsJohannes Zellner2017-02-051-1/+5
|
* Add serve-index moduleJohannes Zellner2017-02-051-0/+1
|
* Update ReadmeJohannes2016-11-171-3/+3
|
* Rename app.js -> server.jsJohannes2016-11-174-3/+3
|
* Rename auth exportsJohannes2016-11-172-5/+5
|
* gitignore local user fileJohannes2016-11-171-0/+1
|
* Add local user admin toolJohannes2016-11-171-0/+105
|
* Implement local file authJohannes2016-11-171-6/+15
|
* Update safetydance and add bcryptjsJohannes2016-11-171-5/+3
|
* Bump versionJohannes2016-11-152-1/+4
|
* Support multifile upload via the webinterfaceJohannes2016-11-152-12/+23
|
* Bump versionJohannes2016-11-062-1/+4
|
* Remove spaceJohannes2016-11-061-1/+1
|
* Make breadcrumbs clickableJohannes2016-11-062-6/+9
| | | | Fixes #2
* ensure we deal with encoding of paths correctly on the clientJohannes2016-11-061-3/+3
|
* URI decode all pathsJohannes2016-11-061-2/+2
|
* Fix handling of paths with spacesJohannes2016-11-061-1/+1
|
* fix wrong css valueJohannes2016-11-061-1/+1
|
* No need to log profile on every loginJohannes2016-11-061-1/+0
|
* use node 4.2.6Girish Ramakrishnan2016-09-161-1/+1
|
* Version 0.5.7Girish Ramakrishnan2016-09-162-2/+6
|
* add post install messageGirish Ramakrishnan2016-09-162-1/+4
|
* Use new medialinksJohannes Zellner2016-08-261-3/+3
|
* Use appId in tests everywhereJohannes Zellner2016-08-261-2/+2
|
* Add medialinksJohannes Zellner2016-08-264-1/+1
|
* Bump versionJohannes Zellner2016-08-262-1/+3
|
* use chrome instead of ff for testsJohannes Zellner2016-08-261-3/+3
|
* Remove unused ENV DEBIAN_FRONTENDJohannes Zellner2016-08-261-2/+0
|
* Adjust tests to backup subcommandsJohannes Zellner2016-08-261-1/+1
|
* use latest base imageGirish Ramakrishnan2016-08-251-1/+1
|
* Merge pull request #3 from ocdtrekkie/patch-1Johannes Zellner2016-07-061-0/+21
|\ | | | | Add a license file
| * Add a license fileJacob Weisz2016-07-051-0/+21
|/ | | | | According to your package.json file, this app is intended to be released under MIT licensing. However, without a LICENSE file, it is hard for visitors (or GitHub) to see this. https://help.github.com/articles/open-source-licensing/
* Indicate where to specify the public folderJohannes Zellner2016-07-041-1/+1
|
* Update the readmeJohannes Zellner2016-07-041-12/+24
|
* Use new base imageJohannes Zellner2016-07-043-2/+6
|
* New versionJohannes Zellner2016-05-182-1/+3
|
* Stop event processing for upload buttonJohannes Zellner2016-05-181-1/+1
| | | | This prevents changing the url
* Bump versionJohannes Zellner2016-05-032-2/+6
|
* Clear the file input prior to triggering itJohannes Zellner2016-05-032-2/+7
| | | | | | This ensures the change event is fired even if the file didn't change Fixes #2
* Bump versionJohannes Zellner2016-04-052-1/+4
|
* Support username and email loginJohannes Zellner2016-04-051-1/+1
| | | | This change is required for the username !== userId cloudron change