Commit Graph

92 Commits

Author SHA1 Message Date
OldHawk
2458de790e opt(messages): optimization all input length count logic 2017-12-15 11:33:28 +08:00
OldHawk
a34d8585a8 opt(core): optimization emoji in markdown 2017-12-14 13:32:38 +08:00
OldHawk
3a29d5c0d7 fix(core): fixed eslint warning 2017-12-13 19:09:17 +08:00
OldHawk
341ae3b9e8 feat(core): add enter string length count in input form 2017-12-13 18:59:16 +08:00
OldHawk
90168515e3 feat(torrents): emoji and markdown richTextbox in torrents detail page
#20
2017-12-10 23:25:44 +08:00
OldHawk
ab8642d4ac fix(forums): disable upload js file 2017-12-10 19:10:06 +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
e26beac87b fix(core): fixed torrent status progressbar issues 2017-12-03 10:50:16 +08:00
OldHawk
acfaf32f13 feat(torrents): add "go to top" in torrent commentary section 2017-11-26 20:10:43 +08:00
OldHawk
1722452c9c fix(core): remove some debug console msg 2017-11-21 17:19:48 +08:00
OldHawk
415cfab5ce fix(core): fixed limit user score number to two decimals 2017-11-21 16:26:37 +08:00
OldHawk
c6fd184019 fix(core): fixed user ratio showed in ranking list issues 2017-11-21 15:16:44 +08:00
OldHawk
51df18fe80 feat(home): optimization home torrent list 2017-11-21 13:41:03 +08:00
OldHawk
1517316242 fix(upToTop): fixed eslint warning 2017-11-17 16:55:56 +08:00
OldHawk
c8696f4032 feat(forums): add 'upToTop' directive to scroll window to top 2017-11-17 15:55:57 +08:00
OldHawk
4492cac6c6 feat(core): torrentProgress style 2017-11-07 17:56:32 +08:00
OldHawk
56a7b3c3d7 fix(core): fixed eslint warning. 2017-11-03 17:11:39 +08:00
OldHawk
e5ac2d4316 fix(core): fixed eslint warning. 2017-11-03 17:10:36 +08:00
OldHawk
9ac83cac7d fix(core): fixed eslint warning. 2017-11-03 17:09:25 +08:00
OldHawk
98cdc94e2b feat(torrents): show seed or leech progress stats in home torrent list 2017-11-03 16:53:09 +08:00
OldHawk
60c1b0c057 feat(torrents): show seed or leech progress stats in torrent list page 2017-11-03 15:41:17 +08:00
OldHawk
f1989f6727 feat(torrents): add directive torrentProgress to show user seed or leech progress status 2017-11-03 15:15:09 +08:00
OldHawk
eed52da545 fix(scrape): fixed last scrape time to prevent frequent scrape 2017-10-23 11:07:00 +08:00
OldHawk
424d9b1986 fix(core): torrent log background image url issues 2017-10-21 17:21:57 +08:00
OldHawk
660c078786 feat(about): new directive 'mouse-enter-toggle-class-group' 2017-10-21 11:39:14 +08:00
OldHawk
f9a7bc073e feat(torrents): show sports torrent info in home 2017-10-10 17:11:01 +08:00
OldHawk
f8e8a4c6ba feat(torrents): torrent logo showed logic 2017-10-10 14:16:29 +08:00
OldHawk
78708d6276 feat(torrents): add music torrent MTV flag 2017-10-05 02:34:22 +08:00
OldHawk
e119f19470 feat(torrents): add music torrent MTV flag 2017-10-05 02:29:31 +08:00
OldHawk
54a0735e99 feat(core): list music top list and newest in home page 2017-10-03 17:25:05 +08:00
OldHawk
ee626a1532 fix(core): fix jslint warning 2017-10-03 00:47:04 +08:00
OldHawk
c7abdd643b feat(torrents): add music-desk link 2017-10-03 00:38:32 +08:00
OldHawk
eaaa9c30b2 feat(torrents): show music disk effect in detail page 2017-10-01 23:22:41 +08:00
OldHawk
4ba82dffde feat(torrents): list music torrents 2017-09-29 17:55:50 +08:00
OldHawk
8b254310fc feat(torrents): add music-disk status in user account center and admin manage page 2017-09-29 15:14:38 +08:00
OldHawk
c7d3beb037 feat(torrents): add music-disk directive 2017-09-29 14:38:00 +08:00
OldHawk
38018a507e feat(torrents): create music torrents 2017-09-28 18:31:49 +08:00
OldHawk
8eee5d78e4 feat(configure): add app.name configure item. 2017-09-14 16:39:08 +08:00
OldHawk
f639409a87 feat(debug): add debuginfo client service, hide or show console.log 2017-09-13 13:27:34 +08:00
OldHawk
a2f149da90 fix(core): restore page-title directive 2017-08-22 13:48:04 +08:00
OldHawk
f052ea853e Merge commit 'b43c80e2c097b11114f4e4f01b9718321721a89b'
* commit 'b43c80e2c097b11114f4e4f01b9718321721a89b':
  feat(build): Update dependencies (#1847)
  fix(travis): Fix Travis failing on webdriver issues (#1845)
  fix(eslint): Inconsistent spacing before function parentheses (#1844)
  fix(mongodb): update ssl connection settings (#1809)
  Remove deprecated crypto package (#1843)
  feat(config): Mongo Seed 2.0 (#1808)
  fix(users): don't fail on missing old image on image upload (#1839)
  feat(build): Turn on mangling for uglify (#1841)
  fix(gulp): fix broken test:server:watch task (#1842)
  feat(core): Enhancement page title directive (#1686)
  feat(user): Add email support to forgot password (#1834)
  fix(mocha): update mochajs version to reduce vulnerabilities (#1830)
  refactor(menus): Refactor to the Menus client service to use functional loops/filters (#1575)
  feat(config): Mongoose 4.11 upgrade (#1818)

# Conflicts:
#	config/env/development.js
#	config/lib/app.js
#	modules/articles/server/models/article.server.model.js
#	modules/chat/client/config/chat.client.routes.js
#	modules/core/client/directives/page-title.client.directive.js
#	modules/core/client/services/menu.client.service.js
#	modules/users/client/config/users-admin.client.routes.js
#	modules/users/client/views/password/forgot-password.client.view.html
#	modules/users/server/models/user.server.model.js
#	package.json
2017-08-22 13:35:29 +08:00
Mikael Korpela
f44c9bce71 fix(eslint): Inconsistent spacing before function parentheses (#1844)
Defines `space-before-function-paren` eslint rule and changes files accordingly.
2017-08-14 23:50:33 +03:00
Pierre Brisorgueil
c69644db65 feat(core): Enhancement page title directive (#1686)
* fix(users): test for usernameOrEmail

* Add comment to remind  change for mongo replicaset connection

* clean comment ..

* Generic pageTitle concept

* Revert "Generic pageTitle concept"

This reverts commit ff00ec950f085ca3b6d1abb564eab1965ab0a56e.

* align on meanjs state

* fix atom beautify newline

* align to mean indent

* pageTitle directive

automatic pageTitle directive

fix loads add ..

clean lodash dependencies

clean code

clean code & indent

clean lodash

* pageTitle directive

automatic pageTitle directive

fix loads add ..

clean lodash dependencies

clean code

clean code & indent

clean lodash
2017-08-09 22:47:01 -07:00
OldHawk
b65eb27683 fix(forums): eslint warning 2017-07-16 16:44:44 +08:00
OldHawk
28f20af9dc feat(forums): attach file upload add manual-file-chooser. 2017-07-16 16:42:28 +08:00
OldHawk
ba72241eea fix(forums): attach download error 2017-07-15 15:28:46 +08:00
OldHawk
b153645f2b feat(forums): thumbs up css effect 2017-07-14 18:36:09 +08:00
OldHawk
f2e0878da6 feat(forums): add scale by param directive 2017-07-14 18:35:31 +08:00
OldHawk
9aec36d161 feat(forums): attach upload & download is finished 2017-07-14 12:30:42 +08:00
OldHawk
3366ce0e8e feat(forums): topic owner or oper can edit topic content now 2017-07-08 18:52:21 +08:00