Commit Graph

41 Commits

Author SHA1 Message Date
OldHawk
678b1b58fc fix(core): auto-focus on input type email 2017-06-15 11:33:15 +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
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
f5e6b7cd7c feat(users): add scoreLevel directive to show user score level 2017-06-12 10:39:25 +08:00
OldHawk
f61d9d0701 fix(core): autofocus directive error when input type is number 2017-06-07 16:33:54 +08:00
OldHawk
f091c36b69 add mouseEnterToggleClass directive 2017-05-16 16:41:12 +08:00
OldHawk
4c859ad97b fixed when chat message is empty, show space 2017-05-15 13:40:06 +08:00
OldHawk
b7f87be94e add chat message font color style select function 2017-05-14 18:42:26 +08:00
OldHawk
9b2ac8b0b7 add mt-scale directive to scale element 2017-05-14 15:20:51 +08:00
OldHawk
85cd88da8b hide footer view on chat room, other view show it 2017-05-14 01:11:13 +08:00
OldHawk
2203faff3a fixed after admin login, admin menu item not translate 2017-05-13 00:08:40 +08:00
OldHawk
241f6e67bf add mtTarget directive, set menu item target 2017-05-12 21:50:59 +08:00
OldHawk
49970167b0 add dynamicHtml cirective to show user chat message 2017-05-11 16:47:02 +08:00
OldHawk
c2b952c6a5 add ng-repeat listen event repeat-begin and repeat-done 2017-05-10 17:52:16 +08:00
OldHawk
302a9afaf5 add mt-scroll directive to listen scroll event of element 2017-05-10 17:51:02 +08:00
OldHawk
6372e28640 add repeat-done directive, runing when ng-repeat done 2017-05-10 16:28:46 +08:00
OldHawk
42f18c5657 change menu translate 2017-05-05 18:27:22 +08:00
OldHawk
85f1724db6 add menu-title directive 2017-05-05 17:22:19 +08:00
OldHawk
4100aa25b9 add pagination on torrent comment list 2017-04-25 19:22:15 +08:00
OldHawk
82f4267028 edit/delete comment 2017-04-23 23:51:11 +08:00
OldHawk
9620b6238d add directive scrollIf, scroll to comment when reply 2017-04-23 16:06:31 +08:00
OldHawk
bc4bb5e494 add $translate support on page-title directive 2017-04-08 16:41:40 +08:00
OldHawk
cd6ae9f774 add toggleClass directive to toggle element class 2017-04-04 23:45:02 +08:00
OldHawk
546e06b701 add directive onErrorSrc when ng-src return 404 to load a default img 2017-04-02 18:05:07 +08:00
OldHawk
e2ec5b7d01 add the footer view 2017-04-01 10:28:54 +08:00
OldHawk
ab79882d74 fix filestyle directive bug 2017-03-28 12:07:08 +08:00
OldHawk
67146ec788 add filestyle directive 2017-03-28 11:41:03 +08:00
OldHawk
6526d88042 change config file MEAN.js -> meanTorrent 2017-03-23 13:48:43 +08:00
Laurence Tennant
f53db0f2e2 Better autofocus (#1664) 2016-12-13 18:51:19 -08:00
Michael Leanos
baa291af4e fix(core): Directive file naming convention (#1558)
Renames show-error & autofocus directives to conform to naming
conventions.

Fixes: https://github.com/meanjs/mean/issues/1233
2016-10-11 20:45:06 -07:00
hyperreality
73a7c2cf61 feat(core): Minor UI fixes for mobile; autofocus (#1499)
* Added configuration for owasp. Synchronize client owap configs with the server configs.
Also added a time indicator on failed login attempts to give the user feedback on subsequent failed login attempts.

* switched to handlebar template for passing the server's owasp config down to the client.

reverted some of the other changes (regarding the http request).

* Removed debug code.

* Changed variable name to owaspConfig

* Fixed minor type-o's and set owasp.config() rather than the underlying configs.

* chore(tidy): tidying up minor lint and layout issues

* fix(lint): CSS alphabetize warnings (#1498)

Fixes css lintings warnings of properties not alphabetized.

* fix(authentication) Stops error on signin/signup (#1495)

Uses the passport info object to simplify login and remove the need to
temporarily cache the redirect within the session.

* Moved owasp config into default and reverted other config files.

Modified config to be "shared". This will allow future configurations to be easily passed to the client.

* fixed 403 redirect if not signed in (#1496)

* Update form-article.client.view.html

For New Article, delete function no required

* UI changes for mobile; autofocus

* fixed broken password popover balloon

* add e2e test for autofocus

* Remove test, fix delete social login button

* feat(core): Move template to .github folder

* Deprecated $http success/error promise methods (#1508)

Replaces the $http service calls with promise based methods
of the client-side UsersService for the following:
  Users Change Password
  Users Manage Social Accounts
  Users Password Forgot
  Users Password Reset
  Users Signup
  Users Signin

Modifies tests to reflect changes.

Closes #1479

* rebase
2016-10-04 21:14:57 -07:00
itelo
d5a29f7acc fix(core): fix page-title directive (#1405)
fix Eslint throws "Move the invocation into the parens that contain the function wrap-iife"
fix typo retrict -> restrict
2016-07-21 22:05:41 -07:00
Michael Leanos
828753715f fix(core): fix page-title directive (#1404) 2016-07-17 19:06:31 -07:00
aanev
c61640bfdb fix(core): Typo in page-title.client.directives.js (#1343)
fix typo in modules/core/client/directives/page-title.client.directives.js

Fixes #1332
2016-05-20 11:10:18 +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
IteloFilho
49f6a83032 feat (title): Dynamic Title: Improve SEO 2016-02-10 12:12:10 -03:00
Ilan Biala
0323696eaf Format code according to ESLint rules 2015-10-16 20:52:31 -04:00
Ryan Hutchison
801547602b client-side form validation with ng-messages.
remove data prefix from attributes.

fix tests
2015-08-25 02:02:18 -04:00