]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/log
perso/Immae/Projets/Nodejs/Surfer.git
7 years agoAdd changes for version 0.7.0
Johannes Zellner [Fri, 10 Feb 2017 11:14:09 +0000 (12:14 +0100)] 
Add changes for version 0.7.0

7 years agoFix tests
Johannes Zellner [Fri, 10 Feb 2017 09:30:20 +0000 (10:30 +0100)] 
Fix tests

7 years agoFix serving up the root welcome page
Johannes Zellner [Thu, 9 Feb 2017 15:23:23 +0000 (16:23 +0100)] 
Fix serving up the root welcome page

7 years agoExit if username or password is empty
Johannes Zellner [Thu, 9 Feb 2017 14:48:08 +0000 (15:48 +0100)] 
Exit if username or password is empty

7 years agoAdd optional --username and --password arguments for easier scripting
Johannes Zellner [Thu, 9 Feb 2017 14:47:40 +0000 (15:47 +0100)] 
Add optional --username and --password arguments for easier scripting

7 years agoFix cli help output
Johannes Zellner [Thu, 9 Feb 2017 14:32:31 +0000 (15:32 +0100)] 
Fix cli help output

7 years agoRename test location to test
Johannes Zellner [Thu, 9 Feb 2017 14:30:22 +0000 (15:30 +0100)] 
Rename test location to test

7 years agoSet correct colspan for empty folder label
Johannes Zellner [Thu, 9 Feb 2017 14:18:11 +0000 (15:18 +0100)] 
Set correct colspan for empty folder label

7 years agoLoad latest folder on reload
Johannes Zellner [Thu, 9 Feb 2017 14:17:26 +0000 (15:17 +0100)] 
Load latest folder on reload

7 years agostore stringified objects in redis for now
Johannes Zellner [Thu, 9 Feb 2017 13:47:47 +0000 (14:47 +0100)] 
store stringified objects in redis for now

7 years agoAdd redis addon
Johannes Zellner [Thu, 9 Feb 2017 12:56:03 +0000 (13:56 +0100)] 
Add redis addon

7 years agoUse optionally redis if available
Johannes Zellner [Thu, 9 Feb 2017 12:54:55 +0000 (13:54 +0100)] 
Use optionally redis if available

7 years agoAdd redis node module
Johannes Zellner [Thu, 9 Feb 2017 12:26:22 +0000 (13:26 +0100)] 
Add redis node module

7 years agoUpdate to new base image 0.10.0
Johannes Zellner [Thu, 9 Feb 2017 12:26:11 +0000 (13:26 +0100)] 
Update to new base image 0.10.0

7 years agoNo need to set gQuery prior to exit
Johannes Zellner [Thu, 9 Feb 2017 12:18:57 +0000 (13:18 +0100)] 
No need to set gQuery prior to exit

7 years agoAdd cli logout command
Johannes Zellner [Thu, 9 Feb 2017 12:16:41 +0000 (13:16 +0100)] 
Add cli logout command

7 years agoUse version from package.json
Johannes Zellner [Thu, 9 Feb 2017 12:03:47 +0000 (13:03 +0100)] 
Use version from package.json

7 years agodo not blindly allow self-signed certs
Johannes Zellner [Thu, 9 Feb 2017 12:02:55 +0000 (13:02 +0100)] 
do not blindly allow self-signed certs

7 years agoSend username/password in body and fix cli
Johannes Zellner [Thu, 9 Feb 2017 12:02:41 +0000 (13:02 +0100)] 
Send username/password in body and fix cli

7 years agoDo not show * for password entry
Johannes Zellner [Thu, 9 Feb 2017 11:55:01 +0000 (12:55 +0100)] 
Do not show * for password entry

7 years agoUpdate readline-sync
Johannes Zellner [Thu, 9 Feb 2017 11:50:45 +0000 (12:50 +0100)] 
Update readline-sync

7 years agoRemove console.log()
Johannes Zellner [Thu, 9 Feb 2017 11:47:54 +0000 (12:47 +0100)] 
Remove console.log()

7 years agoUse accessTokens instead of username/password
Johannes Zellner [Thu, 9 Feb 2017 11:40:40 +0000 (12:40 +0100)] 
Use accessTokens instead of username/password

7 years agoShow busy indicator only in place of file list
Johannes Zellner [Wed, 8 Feb 2017 15:33:37 +0000 (16:33 +0100)] 
Show busy indicator only in place of file list

7 years agoSupport drag'n'drop upload
Johannes Zellner [Wed, 8 Feb 2017 15:18:44 +0000 (16:18 +0100)] 
Support drag'n'drop upload

7 years agoRemove unused js files
Johannes Zellner [Tue, 7 Feb 2017 15:28:47 +0000 (16:28 +0100)] 
Remove unused js files

7 years agoAdd rename functionality
Johannes Zellner [Tue, 7 Feb 2017 15:26:17 +0000 (16:26 +0100)] 
Add rename functionality

This also break backwardscompat since PUT is now POST
and PUT is used for renaming

7 years agoRemove cluttered .. up table item
Johannes Zellner [Sun, 5 Feb 2017 16:59:40 +0000 (08:59 -0800)] 
Remove cluttered .. up table item

7 years agocurrent directory in breadcrumb is not a link
Johannes Zellner [Sun, 5 Feb 2017 16:56:02 +0000 (08:56 -0800)] 
current directory in breadcrumb is not a link

7 years agoReduce spacing
Johannes Zellner [Sun, 5 Feb 2017 16:46:58 +0000 (08:46 -0800)] 
Reduce spacing

7 years agoMerge breadcrumb and new directory button
Johannes Zellner [Sun, 5 Feb 2017 16:46:30 +0000 (08:46 -0800)] 
Merge breadcrumb and new directory button

7 years agoOnly show item action buttons on hover
Johannes Zellner [Sun, 5 Feb 2017 16:44:55 +0000 (08:44 -0800)] 
Only show item action buttons on hover

7 years agoShow upload progress per files
Johannes Zellner [Sun, 5 Feb 2017 16:21:02 +0000 (08:21 -0800)] 
Show upload progress per files

7 years agoFix the routing by using middleware selectively
Johannes Zellner [Sun, 5 Feb 2017 14:47:47 +0000 (06:47 -0800)] 
Fix the routing by using middleware selectively

7 years agoPrevent dom element flickering on load
Johannes Zellner [Sun, 5 Feb 2017 14:23:09 +0000 (06:23 -0800)] 
Prevent dom element flickering on load

7 years agoNo need to copy the cli to the docker image
Johannes Zellner [Sun, 5 Feb 2017 14:15:37 +0000 (06:15 -0800)] 
No need to copy the cli to the docker image

7 years agoRename app/ to frontend/
Johannes Zellner [Sun, 5 Feb 2017 14:14:47 +0000 (06:14 -0800)] 
Rename app/ to frontend/

7 years agoAdd a shrinkwrap file
Johannes Zellner [Sun, 5 Feb 2017 14:08:55 +0000 (06:08 -0800)] 
Add a shrinkwrap file

7 years agoServe up folder listings
Johannes Zellner [Sun, 5 Feb 2017 14:08:43 +0000 (06:08 -0800)] 
Serve up folder listings

7 years agoAdd serve-index module
Johannes Zellner [Sun, 5 Feb 2017 14:08:30 +0000 (06:08 -0800)] 
Add serve-index module

7 years agoUpdate Readme
Johannes [Thu, 17 Nov 2016 12:00:55 +0000 (13:00 +0100)] 
Update Readme

7 years agoRename app.js -> server.js
Johannes [Thu, 17 Nov 2016 11:58:45 +0000 (12:58 +0100)] 
Rename app.js -> server.js

7 years agoRename auth exports
Johannes [Thu, 17 Nov 2016 11:54:21 +0000 (12:54 +0100)] 
Rename auth exports

7 years agogitignore local user file
Johannes [Thu, 17 Nov 2016 11:51:43 +0000 (12:51 +0100)] 
gitignore local user file

7 years agoAdd local user admin tool
Johannes [Thu, 17 Nov 2016 11:51:23 +0000 (12:51 +0100)] 
Add local user admin tool

7 years agoImplement local file auth
Johannes [Thu, 17 Nov 2016 11:51:06 +0000 (12:51 +0100)] 
Implement local file auth

7 years agoUpdate safetydance and add bcryptjs
Johannes [Thu, 17 Nov 2016 11:50:49 +0000 (12:50 +0100)] 
Update safetydance and add bcryptjs

7 years agoBump version
Johannes [Tue, 15 Nov 2016 16:01:28 +0000 (17:01 +0100)] 
Bump version

7 years agoSupport multifile upload via the webinterface
Johannes [Tue, 15 Nov 2016 15:56:03 +0000 (16:56 +0100)] 
Support multifile upload via the webinterface

7 years agoBump version
Johannes [Sun, 6 Nov 2016 14:44:35 +0000 (15:44 +0100)] 
Bump version

7 years agoRemove space
Johannes [Sun, 6 Nov 2016 14:41:06 +0000 (15:41 +0100)] 
Remove space

7 years agoMake breadcrumbs clickable
Johannes [Sun, 6 Nov 2016 14:37:30 +0000 (15:37 +0100)] 
Make breadcrumbs clickable

Fixes #2

7 years agoensure we deal with encoding of paths correctly on the client
Johannes [Sun, 6 Nov 2016 14:22:45 +0000 (15:22 +0100)] 
ensure we deal with encoding of paths correctly on the client

7 years agoURI decode all paths
Johannes [Sun, 6 Nov 2016 14:06:31 +0000 (15:06 +0100)] 
URI decode all paths

7 years agoFix handling of paths with spaces
Johannes [Sun, 6 Nov 2016 13:47:32 +0000 (14:47 +0100)] 
Fix handling of paths with spaces

7 years agofix wrong css value
Johannes [Sun, 6 Nov 2016 13:41:43 +0000 (14:41 +0100)] 
fix wrong css value

7 years agoNo need to log profile on every login
Johannes [Sun, 6 Nov 2016 13:39:10 +0000 (14:39 +0100)] 
No need to log profile on every login

7 years agouse node 4.2.6
Girish Ramakrishnan [Sat, 17 Sep 2016 01:23:39 +0000 (18:23 -0700)] 
use node 4.2.6

7 years agoVersion 0.5.7
Girish Ramakrishnan [Sat, 17 Sep 2016 01:11:50 +0000 (18:11 -0700)] 
Version 0.5.7

7 years agoadd post install message
Girish Ramakrishnan [Sat, 17 Sep 2016 01:04:45 +0000 (18:04 -0700)] 
add post install message

7 years agoUse new medialinks
Johannes Zellner [Fri, 26 Aug 2016 16:22:49 +0000 (18:22 +0200)] 
Use new medialinks

7 years agoUse appId in tests everywhere
Johannes Zellner [Fri, 26 Aug 2016 16:18:36 +0000 (18:18 +0200)] 
Use appId in tests everywhere

7 years agoAdd medialinks
Johannes Zellner [Fri, 26 Aug 2016 16:17:55 +0000 (18:17 +0200)] 
Add medialinks

7 years agoBump version
Johannes Zellner [Fri, 26 Aug 2016 16:03:56 +0000 (18:03 +0200)] 
Bump version

7 years agouse chrome instead of ff for tests
Johannes Zellner [Fri, 26 Aug 2016 16:03:48 +0000 (18:03 +0200)] 
use chrome instead of ff for tests

7 years agoRemove unused ENV DEBIAN_FRONTEND
Johannes Zellner [Fri, 26 Aug 2016 15:58:44 +0000 (17:58 +0200)] 
Remove unused ENV DEBIAN_FRONTEND

7 years agoAdjust tests to backup subcommands
Johannes Zellner [Fri, 26 Aug 2016 15:57:06 +0000 (17:57 +0200)] 
Adjust tests to backup subcommands

7 years agouse latest base image
Girish Ramakrishnan [Fri, 26 Aug 2016 03:13:28 +0000 (20:13 -0700)] 
use latest base image

7 years agoMerge pull request #3 from ocdtrekkie/patch-1
Johannes Zellner [Wed, 6 Jul 2016 09:10:51 +0000 (11:10 +0200)] 
Merge pull request #3 from ocdtrekkie/patch-1

Add a license file

7 years agoAdd a license file
Jacob Weisz [Tue, 5 Jul 2016 17:10:39 +0000 (12:10 -0500)] 
Add a license file

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/

7 years agoIndicate where to specify the public folder
Johannes Zellner [Mon, 4 Jul 2016 12:45:42 +0000 (14:45 +0200)] 
Indicate where to specify the public folder

7 years agoUpdate the readme
Johannes Zellner [Mon, 4 Jul 2016 12:43:12 +0000 (14:43 +0200)] 
Update the readme

7 years agoUse new base image
Johannes Zellner [Mon, 4 Jul 2016 12:20:30 +0000 (14:20 +0200)] 
Use new base image

7 years agoNew version
Johannes Zellner [Wed, 18 May 2016 10:25:09 +0000 (12:25 +0200)] 
New version

7 years agoStop event processing for upload button
Johannes Zellner [Wed, 18 May 2016 10:24:10 +0000 (12:24 +0200)] 
Stop event processing for upload button

This prevents changing the url

8 years agoBump version
Johannes Zellner [Tue, 3 May 2016 12:55:13 +0000 (14:55 +0200)] 
Bump version

8 years agoClear the file input prior to triggering it
Johannes Zellner [Tue, 3 May 2016 12:53:57 +0000 (14:53 +0200)] 
Clear the file input prior to triggering it

This ensures the change event is fired even if the file didn't change

Fixes #2

8 years agoBump version
Johannes Zellner [Tue, 5 Apr 2016 14:47:49 +0000 (16:47 +0200)] 
Bump version

8 years agoSupport username and email login
Johannes Zellner [Tue, 5 Apr 2016 14:46:27 +0000 (16:46 +0200)] 
Support username and email login

This change is required for the username !== userId cloudron change

8 years agoadd .git to .dockerignore
Girish Ramakrishnan [Wed, 30 Mar 2016 15:46:15 +0000 (08:46 -0700)] 
add .git to .dockerignore

8 years agoChanges for 0.5.1
Johannes Zellner [Thu, 3 Mar 2016 10:03:18 +0000 (11:03 +0100)] 
Changes for 0.5.1

8 years agoAdd selenium tests
Johannes Zellner [Thu, 3 Mar 2016 10:00:33 +0000 (11:00 +0100)] 
Add selenium tests

8 years agoAdd element ids for better testability
Johannes Zellner [Thu, 3 Mar 2016 09:54:33 +0000 (10:54 +0100)] 
Add element ids for better testability

8 years agomake tests work with npm test
Johannes Zellner [Thu, 3 Mar 2016 09:54:18 +0000 (10:54 +0100)] 
make tests work with npm test

8 years agoAdd test files
Johannes Zellner [Thu, 3 Mar 2016 09:53:54 +0000 (10:53 +0100)] 
Add test files

8 years agoCleanup toplevel dev dependencies
Johannes Zellner [Wed, 2 Mar 2016 09:11:41 +0000 (10:11 +0100)] 
Cleanup toplevel dev dependencies

8 years agoFix the configurePath
Johannes Zellner [Wed, 2 Mar 2016 08:48:45 +0000 (09:48 +0100)] 
Fix the configurePath

8 years agoRemove ejs dependency
Johannes Zellner [Wed, 2 Mar 2016 08:46:04 +0000 (09:46 +0100)] 
Remove ejs dependency

8 years agoNo need to serve up welcome.html with ejs
Johannes Zellner [Wed, 2 Mar 2016 08:45:26 +0000 (09:45 +0100)] 
No need to serve up welcome.html with ejs

8 years agoRemove unused files
Johannes Zellner [Wed, 2 Mar 2016 08:43:59 +0000 (09:43 +0100)] 
Remove unused files

8 years agoAdd basic footer
Johannes Zellner [Tue, 1 Mar 2016 21:12:58 +0000 (22:12 +0100)] 
Add basic footer

8 years agoRearrange medialinks
Johannes Zellner [Tue, 1 Mar 2016 18:49:02 +0000 (19:49 +0100)] 
Rearrange medialinks

8 years agoUpdate medialinks and description
Johannes Zellner [Tue, 1 Mar 2016 18:45:19 +0000 (19:45 +0100)] 
Update medialinks and description

8 years agoSet autofocus and add basic error handling
Johannes Zellner [Tue, 1 Mar 2016 18:15:52 +0000 (19:15 +0100)] 
Set autofocus and add basic error handling

8 years agoprotect _admin/
Johannes Zellner [Tue, 1 Mar 2016 18:04:23 +0000 (19:04 +0100)] 
protect _admin/

8 years agoWork off of the location hash to make browser history work
Johannes Zellner [Tue, 1 Mar 2016 17:51:11 +0000 (18:51 +0100)] 
Work off of the location hash to make browser history work

8 years agoFix logout
Johannes Zellner [Tue, 1 Mar 2016 17:38:03 +0000 (18:38 +0100)] 
Fix logout

8 years agoAdd favicon
Johannes Zellner [Tue, 1 Mar 2016 17:31:21 +0000 (18:31 +0100)] 
Add favicon

8 years agopretty print file size
Johannes Zellner [Tue, 1 Mar 2016 17:21:56 +0000 (18:21 +0100)] 
pretty print file size

8 years agoShow folders first
Johannes Zellner [Tue, 1 Mar 2016 17:18:12 +0000 (18:18 +0100)] 
Show folders first