OldHawk
e7fe9fa090
feat(TVseries): show seasons and episodes info in home/list/detail page
2017-05-24 17:26:09 +08:00
OldHawk
8370948b4b
feat(TVseries): add seasons and episodes info of TVseries
2017-05-24 13:21:18 +08:00
OldHawk
09e239fa2a
feat(TVseries): load TVSeries data in list page/detail page
2017-05-24 12:04:56 +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
e7751a3147
test changelog
2017-05-17 18:46:33 +08:00
OldHawk
bbf0b43528
change torrent file upload mode, first save temp folder, when create data ok, then move the file to dest folder,and delete the temp file
2017-05-17 16:03:25 +08:00
OldHawk
127addf166
hide top menu bar displayName on screen-sm size
2017-05-17 11:25:22 +08:00
OldHawk
aef3f9e20d
add topone torrent img link to open detail page
2017-05-17 11:20:39 +08:00
OldHawk
93a196dd89
load torrent detail info from local db
2017-05-17 11:10:59 +08:00
OldHawk
9625893bec
load home data from local db
2017-05-17 10:54:08 +08:00
OldHawk
e6cebd20ca
home view data load, top level
2017-05-16 19:33:47 +08:00
OldHawk
6c6bbb4861
home view data load
2017-05-16 16:42:06 +08:00
OldHawk
2a6636679e
modify template 400,403,404,500 etc
2017-05-13 18:41:32 +08:00
OldHawk
b289e04a35
fixed mtTarget attrs value
2017-05-13 00:11:13 +08:00
OldHawk
241f6e67bf
add mtTarget directive, set menu item target
2017-05-12 21:50:59 +08:00
OldHawk
8a038a2c07
init chat view
2017-05-09 19:02:22 +08:00
OldHawk
7b94e017d8
add menu item target attr, can be _blank,default _self
2017-05-07 17:23:55 +08:00
OldHawk
04ebf3a49e
add language select menu & option
2017-05-06 15:04:22 +08:00
OldHawk
34458aeed4
fixed many issues
2017-05-05 17:23:24 +08:00
OldHawk
eecf64416f
add navbar submenu active status
2017-05-04 11:00:43 +08:00
OldHawk
88a6af0956
add torrent comment view
2017-04-21 17:55:08 +08:00
OldHawk
1ac2fcb7a9
announce request
2017-04-15 01:56:50 +08:00
OldHawk
bdac4d16bc
load torrent video info
2017-04-09 17:35:35 +08:00
OldHawk
4cde9f7039
load TMDB detail info of torrent movie
2017-04-09 01:35:09 +08:00
OldHawk
020029f76b
change to open new tab when showing a torrent detail info
2017-04-08 17:58:09 +08:00
OldHawk
cdcacc6b85
add download btn on every list item
...
change meanTorrent config
2017-04-07 15:34:51 +08:00
OldHawk
9c365243f5
add movie keyword on search panel
2017-04-06 09:46:11 +08:00
OldHawk
ae8a005273
list more item into movie list view
2017-04-05 18:51:58 +08:00
OldHawk
e3bcc00d8c
add Torrents movie list view,controller
2017-04-04 21:59:30 +08:00
OldHawk
b1f2d533bd
edit the Torrent Model files, add torrent_status and torrent_recommend fields
2017-04-04 19:00:37 +08:00
OldHawk
9e01d2e798
reload top movie info of home page
2017-04-04 01:02:21 +08:00
OldHawk
0079236c7b
edited body & footer style
2017-04-03 14:59:55 +08:00
OldHawk
81c3123216
write upload torrent info to mongoDB
2017-04-02 18:06:28 +08:00
OldHawk
3d259e70dd
add padding to img-circle->img-thumbnail
2017-04-02 13:57:48 +08:00
OldHawk
c1c1fedb3f
modify img src to ng-src
2017-04-02 13:37:40 +08:00
OldHawk
1b1ec89c04
check uploads torrent files`s announce url
2017-04-02 00:15:33 +08:00
OldHawk
62a73dce79
add home loading... info
2017-04-01 15:00:59 +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
756c0a9052
add many multilingual fields
...
add torrents and forum topbar menu
2017-03-26 18:27:53 +08:00
OldHawk
111ab49b06
add many multilingual fields
...
add torrents and forum topbar menu
2017-03-26 00:52:31 +08:00
OldHawk
ecad977de7
add angular-translate multilingual support
2017-03-25 23:49:29 +08:00
OldHawk
e7af2be34c
add announce module
2017-03-24 11:50:58 +08:00
OldHawk
6526d88042
change config file MEAN.js -> meanTorrent
2017-03-23 13:48:43 +08:00
Cameron Behar
aebaf2ff74
fix(core): Remove the <base> tag.
2016-10-10 16:05:10 -07:00
Michael Leanos
6be12f8a06
fix(core): Add custom 400 and 404 error messages ( #1547 )
...
* Added 400 and 404 custom error messages
* nicer error message views
* Sign Up & Sign In error responses
Changed the error responses returned from the Sign Up & Sign In API
calls to use 422 rather than 400.
For insight into why this change was made:
https://github.com/meanjs/mean/pull/1510#issuecomment-247435378
For reference on why to use 422 over 400:
https://www.bennadel.com/blog/2434-http-status-codes-for-invalid-data-400-vs-422.htm
2016-10-07 22:03:31 -07:00
Steve Fox
5817a484fa
Add support for params in menu items
( #1305 )
...
* Support params to state for menu items.
* feat(core): Add support for params in menu items
Proposed by @scfox
Fixes #1304
* Removed trailing space on test.
* Changed default params to be empty object instead of empty string.
2016-07-25 14:14:39 -07:00
Ryan Hutchison
b2462ec86c
feat(core): Modify core module to implement style guidelines.
...
Update the core module to implement the style guidelines.
Reduce size of init.js - moved filter logic out to it's own config.
Rename Menus to menuService
2016-03-23 15:41:57 -04:00