Julian Lam
|
6acbd3ea21
|
optimising build step for #5211
|
2016-11-19 14:24:37 -05:00 |
|
NodeBB Misty
|
5e47ea5996
|
Latest translations and fallbacks
|
2016-11-19 09:02:22 -05:00 |
|
barisusakli
|
ef87a2b7d7
|
closes #5219
|
2016-11-19 16:56:44 +03:00 |
|
Julian Lam
|
0e8bf17ff0
|
re: #5211, bringing back the RELOAD BUTTON :rage2:
|
2016-11-18 12:53:30 -05:00 |
|
barisusakli
|
a3efe42938
|
fix test
|
2016-11-18 17:40:55 +03:00 |
|
barisusakli
|
dada858565
|
add canReply to messages
|
2016-11-18 17:35:10 +03:00 |
|
barisusakli
|
83c50f0648
|
add back emitter
|
2016-11-18 17:35:10 +03:00 |
|
NodeBB Misty
|
8fd5b12291
|
Latest translations and fallbacks
|
2016-11-18 09:02:26 -05:00 |
|
barisusakli
|
9796f54580
|
analytics tests, reduce bcrypt rouds for tests
|
2016-11-18 15:57:53 +03:00 |
|
barisusakli
|
e3616ab0f9
|
socket/meta test
|
2016-11-18 15:32:35 +03:00 |
|
barisusakli
|
853cea7fec
|
removed emitter.js
|
2016-11-18 15:03:50 +03:00 |
|
barisusakli
|
5e7fb4eeb2
|
widget tests
|
2016-11-18 14:43:19 +03:00 |
|
barisusakli
|
50a2a7abbe
|
plugins/install tests
|
2016-11-18 14:03:06 +03:00 |
|
barisusakli
|
2a97e5478f
|
fix pushGroups test
|
2016-11-18 12:10:22 +03:00 |
|
barisusakli
|
e86db04631
|
#5211 run build step before tests
move build to its own file
|
2016-11-18 12:01:33 +03:00 |
|
barisusakli
|
f1a933210b
|
notifications.pushGroups
|
2016-11-18 11:15:27 +03:00 |
|
Barış Soner Uşaklı
|
0c9f61c629
|
Merge pull request #5217 from yariplus/patch-15
Allow sending Error objects to alertError instead of just plain strings.
|
2016-11-18 09:54:38 +02:00 |
|
Barış Soner Uşaklı
|
42aa4fb67b
|
Merge pull request #5212 from stuwil/fix-relative-path-login-redirect
Replace only base URL in login return URL, fixes #5205
|
2016-11-18 09:27:23 +02:00 |
|
Barış Soner Uşaklı
|
32f0fa282f
|
Merge pull request #5215 from pichalite/issue-5213
Fix reorder plugins modal
|
2016-11-18 09:19:30 +02:00 |
|
Timothy Fike
|
f1e3e155c4
|
Update app.js
|
2016-11-17 18:21:54 -05:00 |
|
Timothy Fike
|
2d84c98565
|
Allow sending Error objects to alertError instead of just plain strings.
|
2016-11-17 18:08:44 -05:00 |
|
pichalite
|
d4040ed52e
|
Fixes #5213
|
2016-11-17 22:12:45 +00:00 |
|
Julian Lam
|
7a10cffb25
|
fix Gruntfile.js to work with bew build step
|
2016-11-17 13:56:47 -05:00 |
|
Julian Lam
|
9bab0b53b0
|
re: #5211, broke out meta.css.minify to accept targets, made build output marginally nicer looking
|
2016-11-17 12:11:56 -05:00 |
|
Julian Lam
|
232b387652
|
set up plugins in build step as well
|
2016-11-17 11:51:38 -05:00 |
|
Julian Lam
|
b1f23c8c4b
|
read req.uid instead of req.user.uid in admin groups list
|
2016-11-17 07:47:18 -05:00 |
|
barisusakli
|
71c7ef9109
|
fix test
|
2016-11-17 13:05:59 +03:00 |
|
barisusakli
|
4f0e93732a
|
#5211
remove passing js/css between procs
|
2016-11-17 12:56:00 +03:00 |
|
Julian Lam
|
97d7b57db3
|
nodebb executable integration for #5211
|
2016-11-16 21:18:51 -05:00 |
|
Julian Lam
|
299fcb99f1
|
more progress on #5211
|
2016-11-16 20:54:57 -05:00 |
|
Julian Lam
|
9bf0f6c5cd
|
prep for @psychobunny, re: #5211
|
2016-11-16 20:53:20 -05:00 |
|
Stuart Williams
|
f92758c764
|
Replace only base URL in login redirect URL, fixes #5205
|
2016-11-16 20:31:09 -05:00 |
|
Julian Lam
|
1617c99e7b
|
linting app.js
|
2016-11-16 20:26:47 -05:00 |
|
Julian Lam
|
03cf5d8da5
|
upgrade and setup steps call build step now, re: #5211
|
2016-11-16 20:24:13 -05:00 |
|
Julian Lam
|
179a28d73a
|
basic build compilation logic, re: #5211
|
2016-11-16 19:49:50 -05:00 |
|
Julian Lam
|
560dc15819
|
updated winston config to only use json logging if --json-logging flag is passed in or set in config
|
2016-11-16 19:48:23 -05:00 |
|
Julian Lam
|
135bb6a524
|
fixes #5209
|
2016-11-16 12:20:49 -05:00 |
|
NodeBB Misty
|
c452df5a7f
|
Latest translations and fallbacks
|
2016-11-16 09:02:18 -05:00 |
|
barisusakli
|
f2e4d9ce53
|
change flag tests so they use socket methods as well
|
2016-11-16 16:24:21 +03:00 |
|
barisusakli
|
7a0a77d0fa
|
revoke session tests
|
2016-11-16 15:10:41 +03:00 |
|
Barış Soner Uşaklı
|
6822973502
|
Merge pull request #5207 from stuwil/admin-relative-paths
Add missing relative path to Admin tags and widgets links
|
2016-11-16 09:41:09 +02:00 |
|
Stuart Williams
|
a20027d8f5
|
Add missing relative path to Admin tags and widgets links
|
2016-11-16 00:47:08 -05:00 |
|
NodeBB Misty
|
682afbb440
|
Latest translations and fallbacks
|
2016-11-15 09:02:16 -05:00 |
|
barisusakli
|
3380f61985
|
more tests
|
2016-11-15 14:01:06 +03:00 |
|
barisusakli
|
2476ab3684
|
closes #5202
|
2016-11-15 12:45:07 +03:00 |
|
NodeBB Misty
|
d19171decc
|
updated new chat strings for profile
|
2016-11-14 19:20:56 +00:00 |
|
Julian Lam
|
2f2eb1457d
|
auto-redirect to SSO flow should work in subfolders too
|
2016-11-14 14:01:05 -05:00 |
|
NodeBB Misty
|
e8b38bb9f7
|
Latest translations and fallbacks
|
2016-11-14 09:02:33 -05:00 |
|
barisusakli
|
0bf51c7fff
|
remove node 5 from build matrix
|
2016-11-13 09:19:10 +03:00 |
|
NodeBB Misty
|
6aa93362df
|
Latest translations and fallbacks
|
2016-11-12 09:02:15 -05:00 |
|