Commit Graph

61 Commits

Author SHA1 Message Date
katoxi
3a832f31db add new translate zh-tw also can be zh-hk 2018-05-10 23:59:03 +08:00
katoxi
c785a4d0d4 add new translate zh-tw also can be zh-hk 2018-05-10 23:58:28 +08:00
OldHawk
3683230af7 feat(core): add angular-cache module support to cache data 2018-05-02 12:53:27 +08:00
OldHawk
6b693c5961 feat(core): add module sprintf support 2018-03-17 09:52:17 +08:00
OldHawk
9558812afe feat(about): add templates of back-end modify online in admin control panel. 2018-03-15 13:21:35 +08:00
OldHawk
e9d2c07f76 feat(systems): markdown syntax support 2018-01-28 12:11:54 +08:00
OldHawk
6ad3fa336d feat(core): add module angularLazyImg support 2018-01-27 21:13:15 +08:00
OldHawk
086a922356 feat(core): add codeMirror module support for server config online 2018-01-27 01:55:30 +08:00
OldHawk
018bb33723 feat(forums): emoji in post form 2017-12-09 23:16:34 +08:00
OldHawk
c38b35b707 feat(forums): admin/Moderators and topic owner can edit topic title when click on the title text
#20
2017-12-07 17:47:05 +08:00
OldHawk
9de571352d doc(readme): update readme.md 2017-11-09 18:12:03 +08:00
OldHawk
3cd636c29b feat(dep): add ngProgress module support 2017-11-03 15:01:30 +08:00
OldHawk
a89ad6a93b feat(forums): add bootstrap-markdown support library 2017-07-07 15:37:46 +08:00
OldHawk
2fe153b87c feat(core): add angular-side-overlay support, and used in message module 2017-06-29 13:45:00 +08:00
OldHawk
e91621e514 feat(traces): add angular-json-tree support 2017-06-24 13:53:03 +08:00
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