aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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
* add .git to .dockerignoreGirish Ramakrishnan2016-03-301-0/+2
|
* Changes for 0.5.1Johannes Zellner2016-03-032-2/+6
|
* Add selenium testsJohannes Zellner2016-03-031-33/+131
|
* Add element ids for better testabilityJohannes Zellner2016-03-031-4/+4
|
* make tests work with npm testJohannes Zellner2016-03-031-2/+10
|
* Add test filesJohannes Zellner2016-03-032-0/+14
|
* Cleanup toplevel dev dependenciesJohannes Zellner2016-03-021-5/+1
|
* Fix the configurePathJohannes Zellner2016-03-021-1/+1
|
* Remove ejs dependencyJohannes Zellner2016-03-021-1/+0
|
* No need to serve up welcome.html with ejsJohannes Zellner2016-03-021-4/+1
|
* Remove unused filesJohannes Zellner2016-03-022-32/+0
|
* Add basic footerJohannes Zellner2016-03-012-1/+33
|
* Rearrange medialinksJohannes Zellner2016-03-011-3/+2
|
* Update medialinks and descriptionJohannes Zellner2016-03-012-6/+14
|
* Set autofocus and add basic error handlingJohannes Zellner2016-03-012-6/+30
|
* protect _admin/Johannes Zellner2016-03-013-8/+15
|
* Work off of the location hash to make browser history workJohannes Zellner2016-03-011-6/+20
|
* Fix logoutJohannes Zellner2016-03-011-2/+2
|
* Add faviconJohannes Zellner2016-03-011-0/+2
|
* pretty print file sizeJohannes Zellner2016-03-013-1/+12
|
* Show folders firstJohannes Zellner2016-03-011-0/+1
|
* Add file previewJohannes Zellner2016-03-0110-3/+30
|
* Add a spinnerJohannes Zellner2016-03-011-1/+1
|
* Add missing columnJohannes Zellner2016-03-011-0/+1
|
* Use the forceJohannes Zellner2016-03-011-1/+1
|
* Update the landing pageJohannes Zellner2016-03-011-6/+2
|
* Add missing filesJohannes Zellner2016-03-0111-5/+2751
|
* Update the package versionJohannes Zellner2016-03-011-1/+1
|
* Bump versionJohannes Zellner2016-03-012-1/+5
|
* Ensure tooltips are workingJohannes Zellner2016-03-011-0/+6
|
* Add some pretty dateJohannes Zellner2016-03-012-3/+6
|
* Add ui to create directoriesJohannes Zellner2016-03-014-7/+74
|
* Move admin ui to _admin to avoid less likely conflictJohannes Zellner2016-03-013-12/+15
|
* Clearly this is not angularJohannes Zellner2016-03-011-1/+1
|
* Implement file deletionJohannes Zellner2016-03-012-2/+45
|
* Implement file uploadJohannes Zellner2016-03-012-2/+35
|
* Add upload buttonJohannes Zellner2016-03-012-3/+7
|