OldHawk
2458de790e
opt(messages): optimization all input length count logic
2017-12-15 11:33:28 +08:00
OldHawk
a34d8585a8
opt(core): optimization emoji in markdown
2017-12-14 13:32:38 +08:00
OldHawk
341ae3b9e8
feat(core): add enter string length count in input form
2017-12-13 18:59:16 +08:00
OldHawk
0687151d05
feat(chat): emoji support on chat room by enter colon
...
#20
2017-12-11 17:02:24 +08:00
OldHawk
8e0468cb64
feat(chat): add input and send message length configure item
...
#20
2017-12-08 18:25:06 +08:00
OldHawk
a16793e2fd
fix(torrents): reomve redundant login check code
2017-10-22 21:40:24 +08:00
OldHawk
c3149302a0
Merge commit '84ec1c80d283cbea8b186629e7b1de49d91cf9ba'
...
* commit '84ec1c80d283cbea8b186629e7b1de49d91cf9ba':
fix(heroku): fix invalid app.json (#1901 )
feat(deps): dependencies upgrade (#1887 )
release(0.6.0): MEAN.JS 0.6.0 (#1863 )
feat(readme): Deploy to Heroku button (#1854 )
fix(users): Spacing Issues
Abstracted OAuth routes to use req param to identify strategy & moved scope to actual strategy definition.
Save profile images to Amazon S3 (#1857 )
fix(build): Require correct dependencies for prod build (#1855 )
fix(eslint): Make `space-before-function-paren` rule consistent with other rules (#1858 )
fix(gulpfile): show error on uglify (#1860 )
feat(core): Add manifest.json (#1851 )
# Conflicts:
# CHANGELOG.md
# README.md
# modules/core/client/views/header.client.view.html
# modules/users/client/views/settings/change-profile-picture.client.view.html
# modules/users/server/controllers/users/users.profile.server.controller.js
# package.json
2017-10-13 15:43:39 +08:00
OldHawk
f639409a87
feat(debug): add debuginfo client service, hide or show console.log
2017-09-13 13:27:34 +08:00
OldHawk
0f9172d56b
fix(users): forgot pass placeholder string
2017-08-22 13:48:57 +08:00
OldHawk
f052ea853e
Merge commit 'b43c80e2c097b11114f4e4f01b9718321721a89b'
...
* commit 'b43c80e2c097b11114f4e4f01b9718321721a89b':
feat(build): Update dependencies (#1847 )
fix(travis): Fix Travis failing on webdriver issues (#1845 )
fix(eslint): Inconsistent spacing before function parentheses (#1844 )
fix(mongodb): update ssl connection settings (#1809 )
Remove deprecated crypto package (#1843 )
feat(config): Mongo Seed 2.0 (#1808 )
fix(users): don't fail on missing old image on image upload (#1839 )
feat(build): Turn on mangling for uglify (#1841 )
fix(gulp): fix broken test:server:watch task (#1842 )
feat(core): Enhancement page title directive (#1686 )
feat(user): Add email support to forgot password (#1834 )
fix(mocha): update mochajs version to reduce vulnerabilities (#1830 )
refactor(menus): Refactor to the Menus client service to use functional loops/filters (#1575 )
feat(config): Mongoose 4.11 upgrade (#1818 )
# Conflicts:
# config/env/development.js
# config/lib/app.js
# modules/articles/server/models/article.server.model.js
# modules/chat/client/config/chat.client.routes.js
# modules/core/client/directives/page-title.client.directive.js
# modules/core/client/services/menu.client.service.js
# modules/users/client/config/users-admin.client.routes.js
# modules/users/client/views/password/forgot-password.client.view.html
# modules/users/server/models/user.server.model.js
# package.json
2017-08-22 13:35:29 +08:00
Pierre Brisorgueil
c69644db65
feat(core): Enhancement page title directive ( #1686 )
...
* fix(users): test for usernameOrEmail
* Add comment to remind change for mongo replicaset connection
* clean comment ..
* Generic pageTitle concept
* Revert "Generic pageTitle concept"
This reverts commit ff00ec950f085ca3b6d1abb564eab1965ab0a56e.
* align on meanjs state
* fix atom beautify newline
* align to mean indent
* pageTitle directive
automatic pageTitle directive
fix loads add ..
clean lodash dependencies
clean code
clean code & indent
clean lodash
* pageTitle directive
automatic pageTitle directive
fix loads add ..
clean lodash dependencies
clean code
clean code & indent
clean lodash
2017-08-09 22:47:01 -07:00
OldHawk
50cb5ac8a5
fix(chat): chat message css
2017-07-20 12:28:44 +08:00
OldHawk
b153645f2b
feat(forums): thumbs up css effect
2017-07-14 18:36:09 +08:00
OldHawk
6f7f08206a
fixed many element css
2017-05-15 19:08:56 +08:00
OldHawk
4c859ad97b
fixed when chat message is empty, show space
2017-05-15 13:40:06 +08:00
OldHawk
de12b3c0e6
add four chat message colors
2017-05-15 13:05:17 +08:00
OldHawk
9567d0fef3
changed chat view background and restore on other views
2017-05-14 18:50:47 +08:00
OldHawk
6078badbe6
add chat message font color style select function
2017-05-14 18:44:17 +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
d00bdbc225
init route(client/server) policy access
2017-05-13 19:10:28 +08:00
OldHawk
e5d0590b68
fixed: oper can not ban/kick oper
2017-05-13 12:41:34 +08:00
OldHawk
8747d6172f
show server down status message
2017-05-13 01:22:08 +08:00
OldHawk
cb538c152a
check user Whether already logined from other location
2017-05-13 00:27:04 +08:00
OldHawk
4aabcbd384
reconnect to chat server when user back to state chat
2017-05-13 00:03:15 +08:00
OldHawk
6c68b74367
add ban expires time to config file, it can be auto moved when the time is expires
2017-05-12 16:55:30 +08:00
OldHawk
b74fddb162
show ban reason to baned user when them connecting
2017-05-12 16:53:13 +08:00
OldHawk
448f868099
oper/admin can ban/kick user out to chat room now~~
2017-05-12 16:38:02 +08:00
OldHawk
bdd378b59d
add chat message bold/italic font style
2017-05-11 19:04:21 +08:00
OldHawk
32c978d872
add chat message bold/italic font style
2017-05-11 18:37:04 +08:00
OldHawk
bb44ea3aa0
add chat message @user function
2017-05-11 17:00:03 +08:00
OldHawk
c021bf8320
hide some csslint warning
2017-05-11 13:05:42 +08:00
OldHawk
78a0167c78
changed chat status message style
2017-05-11 11:26:36 +08:00
OldHawk
1c5500df0e
chat message load finished
2017-05-11 09:45:49 +08:00
OldHawk
3783fe3eb2
load chat message and users list
2017-05-10 17:52:56 +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
42f18c5657
change menu translate
2017-05-05 18:27:22 +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
Cameron Behar
aebaf2ff74
fix(core): Remove the <base> tag.
2016-10-10 16:05:10 -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
Michael Leanos
b2a5cb5b6f
fix(lint): CSS alphabetize warnings ( #1498 )
...
Fixes css lintings warnings of properties not alphabetized.
2016-09-09 22:28:14 -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
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
mleanos
b00498629c
fix(core): Remove trailing slash from routes
...
Adds an angular $urlRouterProvider service Rule to the Core module
configuration, that removes any trailing slashes in the URL for all routes.
The Rule is defined in the core routes configuration. Thus, in order for
this to work on all routes in the application, we have to inject the Core
module into each client module, as a dependecy in the client.module
configuration. Otherwise, we'd have to define the Rule in each module's route
configuration individually.
Adds missing client-side route configuration tests.
Tests demonstrate that the various route configurations can handle a trailing
slash in the URL, and gets resolved to the correct client route.
Fixes #1075
2016-03-06 20:56:29 -08:00
IteloFilho
49f6a83032
feat (title): Dynamic Title: Improve SEO
2016-02-10 12:12:10 -03:00
Ryan Hutchison
5d15e64a6d
feat(chat): Modify chat module to implement johnpapa styleguide.
2015-12-30 20:54:35 -05:00
mleanos
8128570279
[fix] Empty Chat Messages
...
Disables the submit button on the Chat form, when no message is present.
Also, removed the `data-` prefix from the various Chat view elements.
2015-08-24 23:23:55 -07:00