Julian Lam
|
8be9854062
|
latest translations
|
10 years ago |
barisusakli
|
ad12886d19
|
Merge branch 'master' of https://github.com/NodeBB/NodeBB
|
10 years ago |
barisusakli
|
2974f1ba8a
|
closes #2602
|
10 years ago |
Julian Lam
|
19f0f6b7e0
|
fixed issue where trying to go to the user profile would cause a cold load instead of ajaxify
|
10 years ago |
barisusakli
|
0305ad989c
|
match uploader return
|
10 years ago |
barisusakli
|
f74383bba4
|
changed userPhoto to files[]
|
10 years ago |
barisusakli
|
23f450adbd
|
delete topic post sorted sets on topic purge
|
10 years ago |
barisusakli
|
5414c268a0
|
sort numerically
|
10 years ago |
barisusakli
|
9f35a2b251
|
flat threadtools.purge
|
10 years ago |
barisusakli
|
1caddb6182
|
uploads controller
|
10 years ago |
barisusakli
|
a70b73df81
|
Merge branch 'master' of https://github.com/NodeBB/NodeBB
|
10 years ago |
barisusakli
|
4ab288acae
|
delete fullname:uid mapping on user delete
|
10 years ago |
psychobunny
|
5d43aa3212
|
ability to redirect the user from anywhere
just send
```
callback({
status: 302,
path: '/user/psychobunny'
});
```
|
10 years ago |
psychobunny
|
a7d73d4106
|
fixes adding new routes to user/xxx/route
|
10 years ago |
barisusakli
|
a8de1c1465
|
properly fix #2586
|
10 years ago |
barisusakli
|
d7c27b35ab
|
closes #2586
|
10 years ago |
barisusakli
|
db1cc6b8d2
|
search by fullname
|
10 years ago |
barisusakli
|
a77a761433
|
closes #1917
|
10 years ago |
psychobunny
|
52cf224e5a
|
translator.getTranslations & bug fix
|
10 years ago |
psychobunny
|
5ee0ed401f
|
fixed ajaxify's redirecting to external URLs.. well fixed redirecting in general
|
10 years ago |
psychobunny
|
1a13f2a54a
|
no need to crash nodebb on missing template directory warning
|
10 years ago |
barisusakli
|
ce9c17f8e5
|
ability to search posts by user
|
10 years ago |
Julian Lam
|
b685194dae
|
updated helper loading so it loads all helpers in helpers local var
|
10 years ago |
Julian Lam
|
aa62c52580
|
closed #2583
|
10 years ago |
barisusakli
|
60f1b9679a
|
search filters
|
10 years ago |
barisusakli
|
c1ac92ac19
|
popular topics will use topic creation time
|
10 years ago |
Julian Lam
|
2d4383c7b0
|
updating bootstrap in ACP to v3.3.1
|
10 years ago |
Julian Lam
|
fc7a882877
|
fixed #2582
|
10 years ago |
psychobunny
|
b34420c2d7
|
Update CONTRIBUTING.md
|
10 years ago |
barisusakli
|
f060a36853
|
fix indent
|
10 years ago |
barisusakli
|
b51127bd9c
|
closes #2578
|
10 years ago |
Julian Lam
|
f5b758245f
|
added indonesian to NodeBB, Terima kasih!
|
10 years ago |
Julian Lam
|
779fd0405e
|
latest translations!
|
10 years ago |
Julian Lam
|
3c1ee1f59f
|
fixing incorrect language code for Italian
|
10 years ago |
Julian Lam
|
9b8cc9fe6c
|
partial revert of 659d0f68cb , #2417
|
10 years ago |
Julian Lam
|
835886998b
|
having composer/resize call findBootstrapEnvironment only on the first resize method call, and not right when library is required, #2417
|
10 years ago |
Julian Lam
|
428a431164
|
Revert "wrapping findBootstrapEnvironment so that it doesn't run before the DOM is ready #2417"
This reverts commit e42365f7c1 .
|
10 years ago |
Julian Lam
|
e42365f7c1
|
wrapping findBootstrapEnvironment so that it doesn't run before the DOM is ready #2417
|
10 years ago |
Julian Lam
|
659d0f68cb
|
possibly fixing issue where mobile composer textarea is not properly sized when initially opened. Sort of related to #2417
|
10 years ago |
psychobunny
|
4bbd3b47c0
|
Merge pull request #2580 from TheBronx/master
update bootstrap js to v3.3.1 fixes #2579
|
10 years ago |
TheBronx
|
e26f8c3290
|
update bootstrap js to v3.3.1 fixes #2579
update bootstrap.min.js to v3.3.1 fixes #2579
|
10 years ago |
Baris Usakli
|
a36391864a
|
fix recent replies crash, closes #2575
|
10 years ago |
Julian Lam
|
e4caa83158
|
Merge pull request #2573 from unreadableusername/master
footer.tpl loggedIn variable support
|
10 years ago |
Baris Usakli
|
8522af504a
|
closed #2571
|
10 years ago |
psychobunny
|
64468a6f16
|
more linting
|
10 years ago |
psychobunny
|
357de92624
|
tests/database linting
|
10 years ago |
psychobunny
|
f3a113d318
|
jslinting on holiday ftw
|
10 years ago |
Julian Lam
|
112a1e8c85
|
happy new year!
|
10 years ago |
psychobunny
|
3da6466045
|
I thought I was on holiday (fixes infinite loop on language calls)
|
10 years ago |
Oleksandr Pidlisnyi
|
f9887de478
|
footer.tpl loggedIn variable support
|
10 years ago |