OldHawk
6c68b74367
add ban expires time to config file, it can be auto moved when the time is expires
2017-05-12 16:55:30 +08:00
OldHawk
448f868099
oper/admin can ban/kick user out to chat room now~~
2017-05-12 16:38:02 +08:00
OldHawk
04ebf3a49e
add language select menu & option
2017-05-06 15:04:22 +08:00
OldHawk
eb371527a9
add language list config
2017-05-06 13:53:50 +08:00
OldHawk
1df12fb5e9
add torrent sale expires time, and show in video info view
2017-05-02 15:50:52 +08:00
OldHawk
08e64607ff
add torrent admin panel function(delete,set sale type)
2017-05-02 12:19:06 +08:00
OldHawk
712532131b
return user isOper/isAdmin to client
2017-04-27 17:11:06 +08:00
OldHawk
8c387898a5
get other torrents info when show a torrent detail
2017-04-27 13:57:09 +08:00
OldHawk
284629b0a7
upload subtitle function finished
2017-04-25 14:34:59 +08:00
OldHawk
6eb6415667
add subtitles upload config
2017-04-25 10:50:45 +08:00
OldHawk
1ae25f875b
user self and admin can edit/delete comment&reply
2017-04-24 11:49:43 +08:00
OldHawk
958d755889
write up/down bytes with VIP Ur/Dr
2017-04-18 16:12:50 +08:00
OldHawk
fe9dfcd90c
disabled announce access from browser
2017-04-17 17:21:42 +08:00
OldHawk
d7baed3c02
announce request: write user uploaded,downloaded data
2017-04-16 16:39:28 +08:00
OldHawk
2a2d92af9f
announce request: event start&stop
2017-04-16 14:06:11 +08:00
OldHawk
5d1aeb9318
announce request: user client blacklist checked
2017-04-15 16:15:44 +08:00
OldHawk
1181d48f5a
announce request: user status check normal,banned,sealed
2017-04-15 15:48:07 +08:00
OldHawk
1ac2fcb7a9
announce request
2017-04-15 01:56:50 +08:00
OldHawk
b39efa292b
add imdb config
2017-04-12 22:14:38 +08:00
OldHawk
cdcacc6b85
add download btn on every list item
...
change meanTorrent config
2017-04-07 15:34:51 +08:00
OldHawk
ae8a005273
list more item into movie list view
2017-04-05 18:51:58 +08:00
OldHawk
9e01d2e798
reload top movie info of home page
2017-04-04 01:02:21 +08:00
OldHawk
13e4a346d0
add tmdb image base url config and service
2017-04-02 12:37:23 +08:00
OldHawk
f14f228593
config the themoviedb api key
2017-04-02 11:23:47 +08:00
OldHawk
1b1ec89c04
check uploads torrent files`s announce url
2017-04-02 00:15:33 +08:00
OldHawk
a661e09b4d
modify uploads function
2017-04-01 10:57:04 +08:00
OldHawk
a8722a3361
modify the torrents config file
2017-04-01 10:28:04 +08:00
OldHawk
10493d8168
add torrents config file
2017-03-31 14:48:11 +08:00
OldHawk
85f1be11a6
add announce config item in config.js
...
add torrents uploads folder in config.js
create the torrents upload folder where app is started
2017-03-27 13:31:07 +08:00
OldHawk
6526d88042
change config file MEAN.js -> meanTorrent
2017-03-23 13:48:43 +08:00
Laurence Tennant
2b6cf53d30
fix(users): Better MIME-type checking, remove image cropping library ( #1589 )
...
* Cropping remove, nicer UI
* Fix MIME-type checking, add image upload tests
* Change image config settings to uploads.profile.image to build a more
rational structure for configuring other types of uploads
2016-11-15 15:59:47 -08:00
Michael Leanos
502143b212
fix(config): Default env config lint error ( #1604 )
...
Fixes linting errors thrown from incorrect spacing in the default
environment config. Incorrect spacing at the `illegalUsernames` config
setting.
2016-10-29 13:24:11 -07:00
Sujeeth
fb9d9d912c
feat(user): add strict validations for username ( #1574 )
...
Idea proposed by @sparshy #1204
Suggestions, rules and tests from Trustroots @simison
Added validations on user server model
Added client side validations
Added relevant tests on user server tests
Added relevant tests on user e2e tests
Fixes #1204
2016-10-19 20:40:26 -07:00
Pedro Rodrigues
59c11c622e
fix(core): fix twitter meta tags ( #1581 )
...
I believe the Twitter meta tags are outdated and this PR fixes them.
Taking into account the current MEAN.js tags and the Twitter docs, the most similar feature I found
is the Twitter Summary Card (https://dev.twitter.com/cards/types/summary ).
2016-10-19 11:49:02 +03:00
Michael Leanos
ef3b361c09
fix(config): Default config dangling comma ( #1570 )
...
Removes the dangling comma from the default configuration db.promise
setting.
2016-10-15 14:07:30 -07:00
Cody B. Daig
517dc32b69
promise(core): Add Promise Option to Mongoose ( #1560 )
...
Fixes #1559
2016-10-15 07:11:05 -07:00
walter
0588eaba48
Moved owasp config into default and reverted other config files.
...
Modified config to be "shared". This will allow future configurations to be easily passed to the client.
2016-09-12 11:53:22 -07:00
walter
4ddb059346
switched to handlebar template for passing the server's owasp config down to the client.
...
reverted some of the other changes (regarding the http request).
2016-09-08 11:17:41 -07:00
walter
d896d07d8b
Added configuration for owasp. Synchronize client owap configs with the server configs.
...
Also added a time indicator on failed login attempts to give the user feedback on subsequent failed login attempts.
2016-09-07 19:16:11 -07:00
Cody B. Daig
dd809510cc
chore(core): Remove Bluemix ( #1476 )
2016-09-05 20:42:53 +03:00
hyperreality
70a3e4cac3
fix(tests): Reorganized coverage tests ( #1480 )
...
* Added coverage to Gulp
* Moved karma coverage task to Gulpfile, moved LCOV posting to coveralls to .travis.yml config
2016-09-05 20:42:37 +03:00
hyperreality
7be1910420
feat(tests): add client and server test coverage to Gulp ( #1466 )
...
* Added coverage to Gulp
* Integrated coveralls tests with gulp
* spurious changes to kick off coveralls
2016-09-04 01:30:32 +03:00
Liran Tal
c0f6cb3e4d
feat(mongodb): support for mongodb secure connections with ssl certificates ( #1472 )
...
Fixes #1349
2016-09-04 01:29:28 +03:00
Liran Tal
cf246babd1
feat(config): adds a generic DOMAIN configuration environment ( #1469 )
...
Generic DOMAI configuration environment variable, useful for setting links to an app
in reset email templates, and other cases.
Fixes #871 and #847
2016-09-01 22:37:43 +03:00
hyperreality
14136450ab
feat(core): update project dependencies, fix express config ( #1463 )
2016-08-30 01:10:14 +03:00
Liran Tal
f6e579765f
feat(express): introducing handlebars nodejs template system ( #1461 )
...
This commit introduces handlebars template system and completely replacing Swig and the Consolidate project to handle multiple template systems.
Fixes #1286
2016-08-29 08:32:21 +03:00
Liran Tal
64392b1eed
fix(config): updating environment variable name for mongodb with the new one for Heroku ( #1413 )
2016-07-31 13:34:04 +03:00
Liran Tal
37183e0359
* fix(express): updating express session name variable due to deprecation
...
* fix(express): updating express session name variable from key (the old deprecated one) to the new variable: name
* fix(express): re-wording confusing comment on the session cookie name
2016-07-27 11:39:13 +05:45
Liran Tal
c364922f67
feat(ssl): supporting a certificate authority bundle file for the secured SSL configuration ( #1342 )
2016-06-07 09:58:02 +03:00
Liran Tal
c8cbcd326f
feat(logs): replacing unmaintained and vulnerable file-stream-rotator package with winston log facility ( #1334 )
...
* replacing file-stream-rotator with a better logging mechanism using winston which can be extended later for other use cases and integrations
* refactoring logger mechanism, accomodating for tests and environment variable configurations
* only enabling morgan logger if config.log.format option was defined, and disabling the app.log file transport option for the test environment
* disabling all kind of logging when in test enviroment
2016-05-22 01:03:18 +03:00