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
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
Mikael Korpela
07a860f6b5
feat(angular): disable Angular debug data in production ( #1457 )
...
Disable Angular debug data in production for a significant performance
boost.
Passes environment variable from template to app config and from there
to
Angular bootstrap config.
https://docs.angularjs.org/guide/production#disabling-debug-data
See #1294
2016-08-28 14:52:05 +03:00
Mikael Korpela
23fd205d81
fix(server): Remove unused loadModels() ( #1426 )
2016-08-26 13:34:02 +03:00
hyperreality
246c5d953c
feat(profile): Profile picture cropping, mobile uploading and progress bar ( #1443 )
...
* Add ng-file-upload and picture cropping
* Update bower.json
Remove bower dependency for angular-file-upload
2016-08-26 09:56:56 +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
shanavas
0934f87cfb
feat(build): Wiredep task for grunt and gulp ( #1402 )
...
* Fix(grunt): remove redundant grunt task loading
remove explicit grunt task loading for `grunt-protactor-coverage` as
`load-grunt-tasks` handles it
* Feat(grunt): add wiredep task for grunt
Automatically update bower dependencies.
* Fix(grunt-wiredep):Remove trailing comma from assets
Remove trailing comma from assets configuration generated by wiredep
* Fix(gulp): Remove trailing comma from asset files
Remove trailing comma from asset configurations generated by wiredep
* Fix(npm): use tilde ranges
* Fix(gulp): use wiredep instead of gulp-wiredep
Fixes #1398
* Fix(grunt): use wiredep instead of grunt-wiredep
* Fix(lint): suppress eslint errors in asset files
Fixes #1402
2016-07-23 18:25:35 +03:00
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
Liran Tal
c9169e41a1
fix(hsts): removing hsts configuration set on lusca's csrf settings but is already configured and provided using helmet
2016-04-13 13:42:21 +03:00
Marek Grzybek
d14d5130af
feat(config): Deprecate JSHint in favor of ESLint
...
Add basic ESLint setup extending well-known Airbnb code style.
Fixes #1072 , #1097
2016-03-15 19:11:12 +01:00
IteloFilho
3d199ea93e
feat(gulp): add wiredep gulp task
2016-03-10 20:31:32 -03:00