OldHawk
9852089081
feat(core): show warning message on home page
2017-06-22 12:55:52 +08:00
OldHawk
5e479644b4
feat(core): config npm start prod
2017-06-20 12:48:31 +08:00
OldHawk
627837a948
feat(core): config npm start prod
2017-06-20 12:34:31 +08:00
OldHawk
bcb6201678
feat(messages): add message detail view
2017-06-18 01:59:23 +08:00
OldHawk
02cab29737
add flag-icon-css support
2017-05-06 13:27:19 +08:00
OldHawk
34458aeed4
fixed many issues
2017-05-05 17:23:24 +08:00
OldHawk
fdf738f163
add angular-local-storage support
2017-05-05 10:59:13 +08:00
OldHawk
1c789cfbf7
add highlight.js support
2017-05-04 14:39:19 +08:00
OldHawk
7933fb2010
remove not used lines
2017-05-03 14:15:25 +08:00
OldHawk
0ed058bee8
add ui-cropper support
2017-05-03 09:53:53 +08:00
OldHawk
731412016f
add marded/angular-marked js support
2017-04-21 17:11:31 +08:00
OldHawk
389f990468
add ngSanitize support
2017-04-09 17:34:32 +08:00
OldHawk
4d81462cb2
add angular-file-saver support
2017-04-07 23:29:01 +08:00
OldHawk
b5c15e8758
add moment & angular-moment support
2017-04-05 12:33:48 +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
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
68f3c6035b
add angular-translate multilingual support
2017-03-25 21:13:45 +08: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
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
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
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
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
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
Joris Willems
500d1a62df
feat(config): upgrade to angular 1.5
...
Update bower dependencies to more recent versions.
Resolved hard-coded dependency by updating file upload
PhantomJs to 2.x series for tests (@usta)
Fix assertion in tests for compatibility with MongoDB 3.2 (@rhutchison)
Improve coding style tests to avoid type errors (@ilanbiala)
Fix refresh showing flash of scrollbar in menu
Remove deprecated angular-ui-utils
Fixes #1124
2016-03-02 18:18:53 +01:00
Julian Laval
6748a7fbf9
fix(config): Added Gruntfile linting
...
Changed config properties to arrays for inclusion in Gruntfile Lodash unions, e.g. linting
Fixes #1125
2016-01-14 18:23:54 +00:00
accraze
1a3f6f8195
feat(build): added imagemin to gulp
...
in order to minify images,
gulp is now given an imagemin task
2016-01-13 19:23:19 -08:00
Cody B. Daig
1095131337
[bug] Seed Password's strength [ Closes #908 ]
2015-09-13 13:32:14 -07:00
jloveland
1fd6bb6119
adding stronger password requirements for improving security based on OWASP
2015-09-07 22:11:02 -04:00
Cody B. Daig
57079e22ec
Remove non CF specific files
2015-08-30 22:02:15 -07:00
Ryan Hutchison
1fa977679c
Task enhancements
...
lint is already referenced in build task.
missing env:prod
add client/server test tasks
Add template cache and autoprefixer.
Update .jshintrc
2015-08-26 00:43:21 -04:00
Ryan Hutchison
801547602b
client-side form validation with ng-messages.
...
remove data prefix from attributes.
fix tests
2015-08-25 02:02:18 -04:00
Ryan Hutchison
cb9d7e3db6
fix indentation
2015-08-11 01:01:12 -04:00
Liran Tal
2f60b2bac9
Merge branch '0.4.0-cf' of https://github.com/ryanjbaxter/mean into ryanjbaxter-0.4.0-cf
2015-08-07 09:24:36 +03:00
Ryan Hutchison
ef3a3f9548
formatting reboot (space-2 and consistency)
...
JSCS fixes
update editorconfig
2015-07-31 10:04:02 -04:00
Ryan J Baxter
efd3ee4ce8
Initial support for deploying MEANJS to Cloud Foundry
2015-07-30 15:15:22 -04:00
Ryan Hutchison
0f7cf546fd
move task configs to separate properties.
...
remove watch on gulpfile.js
2015-07-20 21:18:45 -04:00
Veikko Karsikko
659c8de801
Change file ignore pattern to match word 'core' instead of chars
2015-02-19 16:14:56 +02:00
Christian Berendt
e027f4025b
Add missing newline at the end of text files
...
On Unix it is common to have a newline at the end of text files.
2015-02-16 21:39:55 +01:00
Amos Haviv
ab81d61bd3
New 0.4 version
2014-11-10 23:12:33 +02:00