Daniel
f8044bfc96
Remove redundant variables ( #397 )
2016-06-12 09:43:35 +03:00
Daniel
3a2d97af6a
Supersede mkdirp with fs-extra.
...
Ensure USERS_PATH exists at start.
Remove unnecessary USER_PATH check.
Use fs-extra's copy to write default config.
2016-06-11 19:35:40 +01:00
Pavel Djundik
dcec9f3c37
Fix overriding home folder
2016-05-15 17:02:53 -04:00
Pavel Djundik
d725bf0f70
Remove permissions test and do not suggest using sudo
2016-05-15 17:02:47 -04:00
Jérémie Astori
fe85873f1e
Replace all concatenated paths with Node's path.join
2016-05-15 17:01:10 -04:00
Pavel Djundik
e75a8f40a6
Stricter eslint rule for curly brackets
2016-05-01 12:41:17 +03:00
Pavel Djundik
d9a0dd9406
Use lowercase global
...
GLOBAL shows a deprecated warning in node 6
2016-04-28 21:36:09 +03:00
Jérémie Astori
21fb0e0709
Merge pull request #257 from thelounge/xpaw/console-log
...
Add global logging helper
2016-04-27 02:43:54 -04:00
Jérémie Astori
1150d646cb
Merge pull request #205 from maxpoulin64/I-194
...
Restrict access to the home directory by default
2016-04-27 02:25:30 -04:00
Pavel Djundik
ede3131168
Add global logging helper
2016-04-27 00:05:55 +03:00
Pavel Djundik
f4ac2aad19
Fix loading config before HOME variable is set
2016-04-19 23:58:49 +03:00
William Boman
8293497ae9
command-line/add,reset: reword password prompt
...
This makes the password prompts not look like a root access password prompt.
2016-04-03 20:47:45 +02:00
Maxime Poulin
346fb83abe
Restrict access to the home directory by default
...
Follow up on #165
Closes #194
2016-03-19 18:59:45 -04:00
Pavel Djundik
bd370699fd
Fix crash and remove remaining 0777 mode
2016-03-05 20:31:29 +02:00
Jérémie Astori
96158ba43d
Rename variable corresponding to the server
2016-02-10 06:20:05 +00:00
Jérémie Astori
39dc4e8957
Update name and link to repo to new project
2016-02-10 06:20:05 +00:00
William Boman
8fdfd70c7e
Comply with ESLint
2015-10-26 03:01:47 +01:00
Mattias Erming
4d525eba88
Fix config
2014-11-06 11:48:10 +00:00
Mattias Erming
1dc9929cf7
Remove password argument from add command
2014-10-27 22:55:20 +01:00
thevdude
d18f318cad
fix command-line scripts to work with username.json files
2014-10-22 22:37:29 -04:00
Mattias Erming
e914ed50eb
Fix '--home' option
2014-10-14 22:53:26 +02:00
Mattias Erming
1a620e1d54
Change 'users/' folder structure
2014-10-14 22:05:16 +02:00
Mattias Erming
377e778f5d
Move config.js
2014-10-14 21:10:09 +02:00
Mattias Erming
4dc9c66859
Bring back process.env variables
2014-10-14 20:47:49 +02:00
Mattias Erming
d1296abf12
Clean up server options
2014-10-11 14:35:28 +02:00
XeonCore
dbd423e5a1
Allow binding to a local IP
2014-10-11 17:17:41 +11:00
David White
df1578689f
Replace "vi" with $EDITOR in config command
2014-10-09 13:40:16 +01:00
David White
a6aa40b1c1
Fix missing Helper method in edit and use $EDITOR
...
* Fix the missing Helper method in the edit command to use Helper.HOME and the correct path assembly method (path.join) instead of joining strings together!
* Use $EDITOR instead of "vi" in the event a user doesn't have "vi" installed or doesn't understand it. Fallback to "vi" in case user doesn't have $EDITOR set.
2014-10-09 09:27:36 +01:00
Mattias Erming
2ed7d6364c
Added '--home <path>' option
2014-10-03 16:33:44 -07:00
Mattias Erming
316fba3c08
Use 'bcrypt-nodejs' package
2014-10-03 02:57:35 -07:00
Mattias Erming
354dac6a52
Fix config overwrite
2014-10-01 14:17:20 -07:00
Mattias Erming
656900448b
Prevent private mode when no user exists
2014-10-01 12:05:07 -07:00
Shell Turner
cb588dc22f
Don't sudo when editing the config
2014-10-01 19:38:35 +02:00
Shell Turner
b7fd64c2d8
Change config command to edit config.js in the Shout home directory
...
Also, copy config.js to the Shout home directory if it's not already
there.
2014-10-01 19:38:28 +02:00
Shell Turner
7e4534afa9
Always go through the Helper object to load config
2014-10-01 18:53:54 +02:00
Mattias Erming
216030710a
Minor changes
2014-09-16 10:33:15 -07:00
Mattias Erming
c3552319cd
Update 'add' command
2014-09-15 14:31:25 -07:00
Mattias Erming
7defba55eb
Added '-v, --version' option
2014-09-15 12:51:04 -07:00
Mattias Erming
3c76399cd0
Added '--public' and '--private' options
2014-09-15 12:37:05 -07:00
Mattias Erming
9553aa1888
Merge pull request #145 from sdepold/hotfix/merge-conflict
...
Remove legacy access to home variable
2014-09-14 12:52:52 +02:00
Sascha Depold
24803a73d7
Remove legacy access to home variable
2014-09-14 07:08:08 +02:00
Mattias Erming
136213da73
Hidden password reset
2014-09-13 17:10:06 -07:00
Mattias Erming
2b41e2e88e
Fix password reset
2014-09-13 15:42:11 -07:00
Mattias Erming
0d38f004d9
Add missing require
2014-09-13 14:55:07 -07:00
Mattias Erming
41027adc69
Normalize line endings
2014-09-13 14:29:45 -07:00
YuviPanda
f752d55b37
Add missing semicolon
2014-09-13 18:51:34 +01:00
YuviPanda
77484ccdf3
Remove duplicate definition of path variable
2014-09-13 18:51:10 +01:00
Mattias Erming
221ed4b980
Change config.json to config.js
2014-09-13 09:41:11 -07:00
Mattias Erming
ead12493ff
Merge pull request #123 from sdepold/feature/configurable-home
...
Load home directory from helper and make it configurable.
2014-09-13 18:29:33 +02:00
YuviPanda
8bbfb9618c
Don't echo password on commandline when reading
2014-09-13 16:21:57 +01:00
Sascha Depold
aa2406eb4b
Load home directory from helper and make it configurable.
2014-09-13 14:26:45 +02:00
Mattias Erming
0f68823298
Fix 'shout add' crash
2014-09-11 16:55:50 -07:00
Mattias Erming
d53c0716e6
Added 'shout reset' command
2014-09-11 14:00:18 -07:00
Mattias Erming
428f63946b
Added password hashing
2014-09-11 13:37:16 -07:00
Mattias Erming
74d0765e00
Better --help output
2014-09-09 13:06:36 -07:00
Stuart P. Bentley
3cfa1f42b2
Use PORT and IP environment variables
...
This makes Shout Heroku / Dokku / Plusku compatible.
2014-09-09 11:20:24 +00:00
Mattias Erming
b50deee77e
Merge pull request #68 from JonathanHuot/master
...
Added listen IP parameter
2014-09-09 10:18:54 +02:00
Mattias Erming
04da27617e
Create 'users/' if not exist
2014-09-09 01:10:09 -07:00
Jonathan Huot
3a093dacd8
Added listen IP parameter. Listening on localhost allow to put Nginx/Varnish in front of shout server
2014-09-09 09:48:53 +02:00
Mattias Erming
2f5be12d00
Minor change
2014-09-08 10:28:12 -07:00
Mattias Erming
90cce21e3a
Minor changes
2014-08-26 11:15:17 -07:00
Mattias Erming
752c4c491b
Save users in ~/.shout/
2014-08-26 11:01:26 -07:00
Mattias Erming
0199fb4657
Added '/quote' command
2014-08-25 03:35:27 -07:00
Mattias Erming
6be53fba43
Rename cli folder
2014-08-25 02:40:13 -07:00