OldHawk
8747d6172f
show server down status message
2017-05-13 01:22:08 +08:00
OldHawk
4aabcbd384
reconnect to chat server when user back to state chat
2017-05-13 00:03:15 +08:00
OldHawk
241f6e67bf
add mtTarget directive, set menu item target
2017-05-12 21:50:59 +08:00
OldHawk
7b94e017d8
add menu item target attr, can be _blank,default _self
2017-05-07 17:23:55 +08:00
OldHawk
eb371527a9
add language list config
2017-05-06 13:53:50 +08:00
OldHawk
42f18c5657
change menu translate
2017-05-05 18:27:22 +08:00
OldHawk
a2cb1f6038
add getStorageLangService service
2017-05-05 17:22:02 +08:00
OldHawk
958d755889
write up/down bytes with VIP Ur/Dr
2017-04-18 16:12:50 +08:00
OldHawk
ee2f358265
add NotifycationService to show custom notify message
2017-03-31 13:23:51 +08:00
Sujeeth
d5b8ffa50c
feat(core): Add error handler for failed requests ( #1557 )
...
Add error handle for failed requests(no response from server)
Using Notification.error to show error message
Added test for the notification in Auth Interceptor
Fixes #1556
2016-10-11 20:47:29 -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
Aman Mavai
fde27f0d1e
fix(core): Typo in menu.client.service.js ( #1355 )
...
* fixed typo in modules/core/client/services/menu.client.service.js
* fixed typo in modules/core/tests/client/menu.client.service.tests.js
2016-06-06 15:29:46 +03: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
Marek Grzybek
d14d5130af
feat(config): Deprecate JSHint in favor of ESLint
...
Add basic ESLint setup extending well-known Airbnb code style.
Fixes #1072 , #1097
2016-03-15 19:11:12 +01:00
Pedro Rodrigues
996976ac66
fix(core): Remove duplicate angular interceptor
...
Remove the interceptor defined in the users module
Update the interceptor defined in the core module
Update the respective test
Fixes #1096
2015-12-16 14:55:07 +00:00
Andrew Throener
ed89f9ea08
Unauthorized client routing
...
Added Auth Interceptor tests
cleaned up test
Update routes
2015-08-24 17:04:36 -05:00
cdriscol
ec3af65661
Fixing Menus service remove bugs.
2015-08-15 12:40:00 -06:00
Cody B. Daig
1f7bfddf0b
Make tests pass
2015-08-14 16:01:16 -06:00
Cody B. Daig
9fc6091ab7
Code from mleanos
2015-08-14 16:01:16 -06:00
Cody B. Daig
e68b4226bd
Make TopBar Public By Default
2015-08-14 16:01:16 -06:00
Ryan Hutchison
ef3a3f9548
formatting reboot (space-2 and consistency)
...
JSCS fixes
update editorconfig
2015-07-31 10:04:02 -04:00
cdriscol
d5ea5c99d2
Adding client test coverage.
2015-07-29 06:51:38 -06:00
mleanos
65c6d1ffe0
Socket IO client enhancement with connect() method
...
Updated the Socket client service, with a connect() method. Moved state
redirect out of from Socket service. Added the Authentication.user
check to the Chat client controller, and added a check to make sure the
Socket client service is connected to the server; if not, then connect
using the new connect() method.
Had to do a hard reset from 0.4.0 due to conflicts when merging and
pushing to remote.
2015-07-25 00:36:01 -07:00
Amos Haviv
ab81d61bd3
New 0.4 version
2014-11-10 23:12:33 +02:00