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
389f990468
add ngSanitize support
2017-04-09 17:34:32 +08:00
OldHawk
7b36ac8da9
replace comma to space in upload filename
2017-04-08 04:02:30 +08:00
OldHawk
4d81462cb2
add angular-file-saver support
2017-04-07 23:29:01 +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
b5c15e8758
add moment & angular-moment support
2017-04-05 12:33:48 +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
bf01cb37a3
add home topone backdrop info
2017-04-01 14:22:11 +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
766f51ceab
add torrentFileFilter to filter uploads torrent file
2017-03-29 11:02:50 +08:00
OldHawk
67146ec788
add filestyle directive
2017-03-28 11:41:03 +08:00
OldHawk
46610ffded
add bootstrap-filestyle.js support
2017-03-28 10:10:38 +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
68f3c6035b
add angular-translate multilingual support
2017-03-25 21:13:45 +08:00
OldHawk
6526d88042
change config file MEAN.js -> meanTorrent
2017-03-23 13:48:43 +08:00
Liran Tal
f8384040a4
fix(mongoose): fixing mongoose deprecation notice for promises lib ( #1691 )
...
If no promises library set correctly for the mongoose.Promise property then the following warning notice is omitted by mongoose:
`DeprecationWarning: Mongoose: mpromise (mongoose's default promise library) is deprecated, plug in your own promise library instead: http://mongoosejs.com/docs/promises.html `
2016-12-25 11:23:57 +02:00
Michael Leanos
d37b603767
Incorrect production assets ( #1647 )
...
Removed the ng-img-crop references from the production assets
configuration, since the library has been removed from the project.
Also, re-ordered the CSS section to be in alphabetical order.
2016-11-20 16:54:24 -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
shanavas
d47dd41108
feat(build): Ignore compiled sass/less files from git ( #1592 )
...
* Compile sass/less files to appropriate directories
* Include compiled sass/less files in asset
* Ignore compiled sass/less files
2016-10-29 11:30:46 -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
Sujeeth
4dd866992a
fix(config): config.app.domain -> config.domain ( #1572 )
...
Issue brought up by @19r3ka
Fixes #1506
2016-10-15 18:50:10 -07: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
Sujeeth
607ed061e3
feat(core): add notification feedback with angular-ui-notification ( #1532 )
...
Added visual notification for user/article updates
angular-ui-notification config added to core client config
Notification idea from #369
2016-10-10 14:51:44 -07:00
Cody B. Daig
afe0d38e4c
grunt(core): Remove Excess Grunt Dependencies ( #1543 )
2016-10-06 10:32:19 -06:00
Sujeeth
b0c5ad9f69
feat(core): Add prod asset versioning ( #1536 )
...
Asset versioning for prod - idea from #1509
Fixes #1509
2016-10-06 18:48:43 +03:00
Cody B. Daig
f0867c2d69
bluemix(remove): Remove Excess CF files ( #1542 )
2016-10-04 21:26:05 -06:00
Liran Tal
89e8d13c47
fix(logger): cleaning up unused parameters in logger setup ( #1521 )
2016-09-20 00:15:21 +03: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