Julian Lam
|
bb80dc360e
|
closes #4982
|
2016-09-02 09:39:13 -04:00 |
|
barisusakli
|
3056adf0e1
|
change to inactive
|
2016-09-02 13:35:17 +03:00 |
|
Timothy Fike
|
247db79d57
|
modifyUserData does not check for offline status.
|
2016-09-01 22:51:09 -04:00 |
|
Julian Lam
|
1d0edee358
|
showing ban reason on user login, closes #5002
|
2016-09-01 09:20:41 -04:00 |
|
barisusakli
|
162f14b229
|
closes #4908
|
2016-09-01 15:44:10 +03:00 |
|
barisusakli
|
55c9e6f4b6
|
closes #3818
set the value saved to empty string if the email is identical to
original
this causes the original to be used since empty string is falsy
|
2016-09-01 15:32:47 +03:00 |
|
barisusakli
|
7afd2925af
|
get sort setting from config
|
2016-08-31 22:50:48 +03:00 |
|
barisusakli
|
b0f630aaec
|
always use string as cache key
|
2016-08-31 21:39:02 +03:00 |
|
barisusakli
|
fe3417538c
|
fix getSortedSetRange() if start>0 and stop is -1
|
2016-08-31 21:23:02 +03:00 |
|
Julian Lam
|
194716cd68
|
re: #5002
|
2016-08-31 12:20:51 -04:00 |
|
barisusakli
|
d4055ddaef
|
no need for pubsub in getNodeInfo
|
2016-08-31 14:25:44 +03:00 |
|
Julian Lam
|
20ae29cce3
|
fixes #4992 (#4994)
* fixes #4992
* make jquery ui a r.js module
* require jqueryui in admin/extend/widgets
|
2016-08-30 21:33:27 -04:00 |
|
barisusakli
|
80c98e5ecf
|
closes #4989
|
2016-08-30 13:25:20 +03:00 |
|
barisusakli
|
0eb3fb222f
|
convert to string
|
2016-08-30 13:19:04 +03:00 |
|
barisusakli
|
e33dfe3c55
|
closes #4997
|
2016-08-30 13:17:48 +03:00 |
|
barisusakli
|
4aac8bbe6a
|
closes #2222
|
2016-08-30 13:10:52 +03:00 |
|
pichalite
|
3ef7c57a63
|
make jquery ui a r.js module
|
2016-08-29 21:53:12 +00:00 |
|
barisusakli
|
6e0a36909d
|
fix pagination after jquery 3.0 update
cache: false in $.ajax breaks the query string by adding _=timestamp
the url results in `page.com/category/2/slug&page=2?_=timestamp`
|
2016-08-29 19:08:48 +03:00 |
|
barisusakli
|
6d34bb4657
|
closes #2166
|
2016-08-29 12:43:37 +03:00 |
|
barisusakli
|
5cd6614d03
|
refactor
|
2016-08-27 16:16:54 +03:00 |
|
barisusakli
|
07fe5057e1
|
make sure validator.escape() receives strings only
|
2016-08-27 15:45:15 +03:00 |
|
barisusakli
|
cbafbab107
|
closes #4986
|
2016-08-27 14:25:30 +03:00 |
|
barisusakli
|
50aac3c6a4
|
closes #4979 closes #4984
|
2016-08-27 14:06:14 +03:00 |
|
barisusakli
|
b933385b76
|
partially revert fa9f1ac7fe
extending module.exports instead of overwriting fixes the issue
|
2016-08-27 12:58:08 +03:00 |
|
barisusakli
|
c8f270ec67
|
another validator.escape fix
|
2016-08-27 02:01:41 +03:00 |
|
barisusakli
|
fa9f1ac7fe
|
fix dependency errors
|
2016-08-27 01:52:08 +03:00 |
|
barisusakli
|
56118ec1da
|
fix 500-embed.tpl
|
2016-08-27 01:42:56 +03:00 |
|
barisusakli
|
324fbcf325
|
merge
|
2016-08-27 00:45:48 +03:00 |
|
barisusakli
|
805b452ae1
|
closes #4981
|
2016-08-27 00:37:13 +03:00 |
|
psychobunny
|
0afa55517f
|
fixed app.loadJQueryUI; minified jquery-ui.js; removed jqueryui from cold load payload; fixed broken image paths
|
2016-08-26 17:31:57 -04:00 |
|
Julian Lam
|
be96704d5d
|
possible fix for #4981
|
2016-08-26 15:56:11 -04:00 |
|
Julian Lam
|
785f4fc5a0
|
updating to jQuery 3.x on frontend and ACP
|
2016-08-26 15:36:50 -04:00 |
|
barisusakli
|
89f550ce7c
|
moved middleware requires
|
2016-08-26 19:40:14 +03:00 |
|
barisusakli
|
56c4e13316
|
another dependency fix and test
|
2016-08-26 19:33:16 +03:00 |
|
barisusakli
|
6d946425fa
|
fix tests, circular deps
|
2016-08-26 19:13:05 +03:00 |
|
barisusakli
|
df7cfe2146
|
missing favicon dep
|
2016-08-26 19:12:55 +03:00 |
|
barisusakli
|
a0f2e8a8ec
|
use req.uid 👍
|
2016-08-26 18:55:44 +03:00 |
|
barisusakli
|
8f408faf46
|
organize middlewares
removed app.locals.middleware
middlewares can be required anywhere, ie in controllers
|
2016-08-26 18:50:37 +03:00 |
|
barisusakli
|
f5941cbf1c
|
removed unused requires
|
2016-08-26 17:14:13 +03:00 |
|
Julian Lam
|
25cd772e0e
|
closes #4766
|
2016-08-26 10:04:44 -04:00 |
|
barisusakli
|
5c83075806
|
moved variables parse to ajaxify.js
|
2016-08-26 16:39:09 +03:00 |
|
barisusakli
|
e5ecb333f9
|
closes #4978
|
2016-08-26 12:53:00 +03:00 |
|
barisusakli
|
97f0d2438f
|
up timeout to 500ms
|
2016-08-26 12:33:44 +03:00 |
|
barisusakli
|
c8ba61ac7b
|
closes #4791
|
2016-08-26 00:05:40 +03:00 |
|
Julian Lam
|
2428d5e442
|
Update bootstrap in ACP
Also fixed #4872 by moving user creation modal to root level
(outside of .panel)
|
2016-08-25 16:10:33 -04:00 |
|
barisusakli
|
f7540a7edc
|
closes #4811
|
2016-08-25 21:56:17 +03:00 |
|
barisusakli
|
f996dfab91
|
removed find
|
2016-08-25 17:02:22 +03:00 |
|
barisusakli
|
276031cd6f
|
closes #4585, closes https://github.com/NodeBB/nodebb-theme-persona/issues/299
|
2016-08-25 16:05:07 +03:00 |
|
barisusakli
|
abd0a10918
|
added selected group to profile api
|
2016-08-25 14:24:17 +03:00 |
|
barisusakli
|
b6ac809a7d
|
moved sync code out of async
|
2016-08-25 13:56:43 +03:00 |
|