Commit Graph

57 Commits

Author SHA1 Message Date
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
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
Cody B. Daig
43b8caeb58 Merge pull request #1143 from trendzetter/master
feat(config): upgrade angular-bootstrap from 0.13 to 1.0
2016-01-29 11:49:39 -07: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
Joris Willems
9cd4ceca46 feat(config): Upgrade angular-bootstrap 0.13 to 1.0
Many issues arise when using angular-bootstrap 0.13. Migration to 1.0 is
straightforward, offers a more stable interface, extra directives and fixes
many bugs.
Migration guide:
https://github.com/angular-ui/bootstrap/wiki/Migration-guide-for-prefixes

Fixes #1142
Fixes #1131
2016-01-17 22:06:34 +01:00
Ryan Hutchison
3bf07fe4ec Remove data- prefix from attributes 2015-08-25 12:34:40 -04:00
Andrew Throener
ed89f9ea08 Unauthorized client routing
Added Auth Interceptor tests

cleaned up test

Update routes
2015-08-24 17:04:36 -05:00
Liran Tal
4a65439b19 Refreshing the M.E.A.N links and description in the homepage 2015-08-24 00:17:02 +03:00
Andrew Throener
d319f9203f Initial commit to return /client to the URL include paths
Conflict Resolve

Fixed Karma testing

Added back cacheIDFromPath as I am not sure what that does.  Just removed the replaceing of /client
2015-08-13 11:07:02 -05:00
Ryan Hutchison
ef3a3f9548 formatting reboot (space-2 and consistency)
JSCS fixes

update editorconfig
2015-07-31 10:04:02 -04:00
Cody B. Daig
c539cdb281 Modify Generator Refrences/Docs 2015-07-29 23:48:24 -07:00
Liran Tal
00a4c0603a Merge pull request #566 from simison/error-404-pages
#501 Handle 404 errors at Express backend and at Angular frontend
2015-07-20 22:25:33 +03:00
Ryan Hutchison
9ca71c8cde remove href attribute. 2015-07-07 08:18:47 -04:00
Ryan Hutchison
73b5fa3df0 Revert "load bootstrap (doh)"
This reverts commit 7d8cea159b.
2015-07-07 08:18:38 -04:00