Timothy Fike
|
247db79d57
|
modifyUserData does not check for offline status.
|
9 years ago |
Julian Lam
|
1d0edee358
|
showing ban reason on user login, closes #5002
|
9 years ago |
barisusakli
|
162f14b229
|
closes #4908
|
9 years ago |
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
|
9 years ago |
barisusakli
|
7afd2925af
|
get sort setting from config
|
9 years ago |
barisusakli
|
b0f630aaec
|
always use string as cache key
|
9 years ago |
barisusakli
|
fe3417538c
|
fix getSortedSetRange() if start>0 and stop is -1
|
9 years ago |
Julian Lam
|
194716cd68
|
re: #5002
|
9 years ago |
barisusakli
|
d4055ddaef
|
no need for pubsub in getNodeInfo
|
9 years ago |
Julian Lam
|
20ae29cce3
|
fixes #4992 (#4994)
* fixes #4992
* make jquery ui a r.js module
* require jqueryui in admin/extend/widgets
|
9 years ago |
barisusakli
|
80c98e5ecf
|
closes #4989
|
9 years ago |
barisusakli
|
0eb3fb222f
|
convert to string
|
9 years ago |
barisusakli
|
e33dfe3c55
|
closes #4997
|
9 years ago |
barisusakli
|
4aac8bbe6a
|
closes #2222
|
9 years ago |
pichalite
|
3ef7c57a63
|
make jquery ui a r.js module
|
9 years ago |
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`
|
9 years ago |
barisusakli
|
6d34bb4657
|
closes #2166
|
9 years ago |
barisusakli
|
5cd6614d03
|
refactor
|
9 years ago |
barisusakli
|
07fe5057e1
|
make sure validator.escape() receives strings only
|
9 years ago |
barisusakli
|
cbafbab107
|
closes #4986
|
9 years ago |
barisusakli
|
50aac3c6a4
|
closes #4979 closes #4984
|
9 years ago |
barisusakli
|
b933385b76
|
partially revert fa9f1ac7fe
extending module.exports instead of overwriting fixes the issue
|
9 years ago |
barisusakli
|
c8f270ec67
|
another validator.escape fix
|
9 years ago |
barisusakli
|
fa9f1ac7fe
|
fix dependency errors
|
9 years ago |
barisusakli
|
56118ec1da
|
fix 500-embed.tpl
|
9 years ago |
barisusakli
|
324fbcf325
|
merge
|
9 years ago |
barisusakli
|
805b452ae1
|
closes #4981
|
9 years ago |
psychobunny
|
0afa55517f
|
fixed app.loadJQueryUI; minified jquery-ui.js; removed jqueryui from cold load payload; fixed broken image paths
|
9 years ago |
Julian Lam
|
be96704d5d
|
possible fix for #4981
|
9 years ago |
Julian Lam
|
785f4fc5a0
|
updating to jQuery 3.x on frontend and ACP
|
9 years ago |
barisusakli
|
89f550ce7c
|
moved middleware requires
|
9 years ago |
barisusakli
|
56c4e13316
|
another dependency fix and test
|
9 years ago |
barisusakli
|
6d946425fa
|
fix tests, circular deps
|
9 years ago |
barisusakli
|
df7cfe2146
|
missing favicon dep
|
9 years ago |
barisusakli
|
a0f2e8a8ec
|
use req.uid 👍
|
9 years ago |
barisusakli
|
8f408faf46
|
organize middlewares
removed app.locals.middleware
middlewares can be required anywhere, ie in controllers
|
9 years ago |
barisusakli
|
f5941cbf1c
|
removed unused requires
|
9 years ago |
Julian Lam
|
25cd772e0e
|
closes #4766
|
9 years ago |
barisusakli
|
5c83075806
|
moved variables parse to ajaxify.js
|
9 years ago |
barisusakli
|
e5ecb333f9
|
closes #4978
|
9 years ago |
barisusakli
|
97f0d2438f
|
up timeout to 500ms
|
9 years ago |
barisusakli
|
c8ba61ac7b
|
closes #4791
|
9 years ago |
Julian Lam
|
2428d5e442
|
Update bootstrap in ACP
Also fixed #4872 by moving user creation modal to root level
(outside of .panel)
|
9 years ago |
barisusakli
|
f7540a7edc
|
closes #4811
|
9 years ago |
barisusakli
|
f996dfab91
|
removed find
|
9 years ago |
barisusakli
|
276031cd6f
|
closes #4585, closes https://github.com/NodeBB/nodebb-theme-persona/issues/299
|
9 years ago |
barisusakli
|
abd0a10918
|
added selected group to profile api
|
9 years ago |
barisusakli
|
b6ac809a7d
|
moved sync code out of async
|
9 years ago |
Timothy Fike
|
ed3bc06dee
|
Fix requiring files outside of node_modules
e.g.
```
"scripts": [
"../../public/vendor/jquery/js/jquery-ui-1.10.4.custom.js"
]
```
|
9 years ago |
barisusakli
|
84f88a6f15
|
refactor user search
use pagination on results
removed infinite scroll
changed the term and section to use the query param as well
pagination urls respect search
|
9 years ago |