90 Commits

Author SHA1 Message Date
OldHawk
18dbdf50b1 feat(medals): new module medals 2018-06-18 20:32:11 +08:00
OldHawk
b1fd2def16 feat(core): update font-awesome to v5.0.13 2018-06-12 19:21:36 +08:00
OldHawk
330f0c5406 feat(history): write admin operate history on user account 2018-05-29 15:50:18 +08:00
OldHawk
4fecaa5300 feat(users): oper/admin can add remark info to user account 2018-05-26 20:16:45 +08:00
OldHawk
072c4006eb feat(torrents): return torrent filename if exists when upload 2018-05-18 10:34:33 +08:00
OldHawk
9333860cd5 feat(config): setting whether show site keywords and description info 2018-05-02 15:41:18 +08:00
OldHawk
944a59467b feat(home): add configure settings item to hide more info from home page 2018-04-25 17:08:00 +08:00
OldHawk
ab3d7ac2bb feat(torrents): add access limit to maker group settings of torrent uploader 2018-04-24 12:01:53 +08:00
OldHawk
3ee3392a96 feat(core): limit fixed ip list to access admin center 2018-04-23 14:28:16 +08:00
OldHawk
02c6464af6 feat(core): set req.cf_ip when render index 2018-03-22 14:36:57 +08:00
OldHawk
38e8eeeb9e feat(core): add Cloudflare support 2018-03-22 12:44:54 +08:00
OldHawk
6b4212214c feat(templates): add more variable into server templates 2018-03-20 13:19:35 +08:00
OldHawk
89962c594d fix(core): remove unused code and add a comm-variable 2018-03-16 17:41:51 +08:00
OldHawk
6c07a86693 feat(forums): reinit all variable when finished post topic or reply 2018-01-21 16:02:02 +08:00
OldHawk
915992909a fix(core): fixed announce url issue 2018-01-21 15:23:40 +08:00
OldHawk
fed88277e3 feat(mongo): add common.server.model to define common Schema for all models. 2018-01-10 14:05:45 +08:00
OldHawk
959a658aae feat(core): add configure item to set setDefaultValueOnIndex
set app.domain and announce.url on renderer index
if false, app.domain and announce.url used these config settings value
if true, app.domain and announce.url used req.app.get('domain') || req.headers.host
if web server used proxyPass setting, this should set to false
2018-01-07 10:28:21 +08:00
OldHawk
a006695f14 feat(config): set config default value on render index 2017-12-29 14:30:28 +08:00
OldHawk
11635470bc feat(config): set config default value on render index 2017-12-29 13:56:08 +08:00
OldHawk
dae2a82474 fix(config): fixed eslint warning 2017-12-16 16:30:14 +08:00
OldHawk
8cd802fb67 fix(config): ignore more not used configure items from browser 2017-12-16 16:28:44 +08:00
OldHawk
018bb33723 feat(forums): emoji in post form 2017-12-09 23:16:34 +08:00
OldHawk
4af4b47d65 fix(forums): fixed normal user and vip/oper only forum access issues
normal user cannot view the vip/oper forum topics in 'global topics'
normal user can not view forum by url link enter, system well nav to forums home

#40 #20
2017-12-04 16:39:37 +08:00
OldHawk
2caa625f0e fix(backup): ignore some important configure items in browser source code
//ignore backup settings
  cfg.backup = undefined;
  //ignore ircAnnounce settings
  cfg.ircAnnounce = undefined;
  //ignore password settings
  cfg.password = undefined;
  //ignore trace settings
  cfg.trace = undefined;
  //ignore tmdbConfig.key settings
  cfg.tmdbConfig.key = undefined;

  #20
2017-12-04 15:18:49 +08:00
OldHawk
c3149302a0 Merge commit '84ec1c80d283cbea8b186629e7b1de49d91cf9ba'
* commit '84ec1c80d283cbea8b186629e7b1de49d91cf9ba':
  fix(heroku): fix invalid app.json (#1901)
  feat(deps): dependencies upgrade (#1887)
  release(0.6.0): MEAN.JS 0.6.0 (#1863)
  feat(readme): Deploy to Heroku button (#1854)
  fix(users): Spacing Issues
  Abstracted OAuth routes to use req param to identify strategy & moved scope to actual strategy definition.
  Save profile images to Amazon S3 (#1857)
  fix(build): Require correct dependencies for prod build (#1855)
  fix(eslint): Make `space-before-function-paren` rule consistent with other rules (#1858)
  fix(gulpfile): show error on uglify (#1860)
  feat(core): Add manifest.json (#1851)

# Conflicts:
#	CHANGELOG.md
#	README.md
#	modules/core/client/views/header.client.view.html
#	modules/users/client/views/settings/change-profile-picture.client.view.html
#	modules/users/server/controllers/users/users.profile.server.controller.js
#	package.json
2017-10-13 15:43:39 +08:00
Pedro Rodrigues
e4f83c69ff feat(core): Add manifest.json (#1851)
Adds a JSON file which provides information about the app,
offering a quicker access and a richer experience for the users.
2017-08-26 20:43:29 +03:00
OldHawk
e99835e480 feat(core): add project keywords 2017-08-03 13:28:39 +08:00
OldHawk
39d2431424 fix(core): server error info render error 2017-05-27 15:51:14 +08:00
OldHawk
7679e89a51 feat(users): log user signed_ip,leeched_ip, client_agent, last_signed 2017-05-26 10:49:17 +08:00
OldHawk
c9d6dbe5e7 feat(TVseries): load TVSeries data
upload tvseries, create tvseries torrent item, load tvseries data to home view, admin manage tvseries data etc.
2017-05-23 18:55:59 +08:00
OldHawk
ab48ea97a6 fix(core): update movie info save process 2017-05-22 18:16:35 +08:00
OldHawk
6f7f08206a fixed many element css 2017-05-15 19:08:56 +08:00
OldHawk
2a6636679e modify template 400,403,404,500 etc 2017-05-13 18:41:32 +08:00
OldHawk
448f868099 oper/admin can ban/kick user out to chat room now~~ 2017-05-12 16:38:02 +08:00
OldHawk
b7b5988517 add highlight.js support 2017-05-04 16:25:07 +08:00
OldHawk
46fb8015a7 overwrite user model toJSON, make is_vip vitrual field 2017-05-03 18:20:31 +08:00
OldHawk
712532131b return user isOper/isAdmin to client 2017-04-27 17:11:06 +08:00
OldHawk
f13943ecfc return user._id in browser 2017-04-23 03:13:05 +08:00
OldHawk
4879e5ca18 fixed up/down bytes with VIP Ur/Dr 2017-04-18 18:13:06 +08:00
OldHawk
958d755889 write up/down bytes with VIP Ur/Dr 2017-04-18 16:12:50 +08:00
OldHawk
9d74664f26 make passkey when user signup 2017-04-16 17:46:15 +08:00
OldHawk
cdcacc6b85 add download btn on every list item
change meanTorrent config
2017-04-07 15:34:51 +08:00
OldHawk
0079236c7b edited body & footer style 2017-04-03 14:59:55 +08:00
OldHawk
13e4a346d0 add tmdb image base url config and service 2017-04-02 12:37:23 +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
e2ec5b7d01 add the footer view 2017-04-01 10:28:54 +08:00
OldHawk
2989274c37 add an AnnounceConfig client service, it can read announce config data of server side 2017-03-27 13:37:17 +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