Commit Graph

46 Commits

Author SHA1 Message Date
OldHawk
37899b2ef2 feat(core): show warning message only once 2017-06-22 13:02:37 +08:00
OldHawk
9852089081 feat(core): show warning message on home page 2017-06-22 12:55:52 +08:00
OldHawk
6d70d4e83f fix(core): getCountUnread error when guest access 2017-06-19 13:11:00 +08:00
OldHawk
22ddef8d54 feat(messages): remove redundant console.log 2017-06-18 21:39:38 +08:00
OldHawk
fd314bf211 feat(messages): show unread messages count on header menu 2017-06-18 21:18:15 +08:00
OldHawk
3e8dbd63be feat(messages): init messages module list page 2017-06-16 18:02:04 +08:00
OldHawk
44c659dace fix(invitations): count invitations on sign in 2017-06-16 17:15:38 +08:00
OldHawk
2cbc9f6c9c feat(invitation): show invitations count badge in header menu 2017-06-16 10:04:52 +08:00
OldHawk
88be3c96bf fix(invitations): show Correct score level when user sign in/up 2017-06-14 10:27:09 +08:00
OldHawk
ddb9b05756 feat(invitations): exchange an invitation with scores, the invitation can invite friend join us. 2017-06-13 17:28:54 +08:00
OldHawk
d29796a7f0 feat(users): change score/status menu position 2017-06-13 10:34:27 +08:00
OldHawk
8567bb4617 fix(users): first sign in, level show error 2017-06-13 09:42:07 +08:00
OldHawk
5b79b720ed feat(users): show scoreLevel on admin manage user view 2017-06-12 12:16:57 +08:00
OldHawk
711bc12a23 feat(users): show scoreLevel on user profile menu of header 2017-06-12 10:51:19 +08:00
OldHawk
ab93adc650 feat(users): add user score menu item 2017-06-09 16:08:04 +08:00
OldHawk
dfe599283b feat(users): add social account switch 2017-06-05 14:28:16 +08:00
OldHawk
41e444f928 fix(translate): change TVSeries to TVSerial 2017-05-26 11:53:49 +08:00
OldHawk
1cbde1763f feat(core,messages,status): add module Messages and Status 2017-05-25 16:20:24 +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
aef3f9e20d add topone torrent img link to open detail page 2017-05-17 11:20:39 +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
85cd88da8b hide footer view on chat room, other view show it 2017-05-14 01:11:13 +08:00
OldHawk
d00bdbc225 init route(client/server) policy access 2017-05-13 19:10:28 +08:00
OldHawk
04ebf3a49e add language select menu & option 2017-05-06 15:04:22 +08:00
OldHawk
42f18c5657 change menu translate 2017-05-05 18:27:22 +08:00
OldHawk
4db7cb0438 add page changed effect 2017-04-27 09:36:56 +08:00
OldHawk
652a00faf5 add torrents list view pagination 2017-04-26 13:06:05 +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
6e64b7463e add Admin submenu 'Manager Torrents' 2017-04-04 19:47:36 +08:00
OldHawk
9e01d2e798 reload top movie info of home page 2017-04-04 01:02:21 +08:00
OldHawk
c1c1fedb3f modify img src to ng-src 2017-04-02 13:37:40 +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
111ab49b06 add many multilingual fields
add torrents and forum topbar menu
2017-03-26 00:52:31 +08: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
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
Andrew Throener
48eabd02ed fix(core menu): Menuize the account routes so they can be added to by submodules
Newlines fix

Removed Comment
2016-01-25 19:40:05 -06:00
Ryan Hutchison
ef3a3f9548 formatting reboot (space-2 and consistency)
JSCS fixes

update editorconfig
2015-07-31 10:04:02 -04: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