Barış Soner Uşaklı
|
59d0815073
|
closes #5637
|
2017-04-28 18:48:32 -04:00 |
|
Barış Soner Uşaklı
|
82863a28f0
|
add the loaded topics after the last topic on the list
|
2017-04-28 02:08:14 -04:00 |
|
Barış Soner Uşaklı
|
13f5d29cb9
|
eslint
|
2017-04-27 19:16:32 -04:00 |
|
Barış Soner Uşaklı
|
af6cde5534
|
show how many nodes responded
|
2017-04-27 18:58:21 -04:00 |
|
Barış Soner Uşaklı
|
0b3656f34c
|
fix timeouts on category.purge when there are 20k groups
|
2017-04-27 16:40:01 -04:00 |
|
Julian Lam
|
db4fdbaebe
|
removing jslint directive at top of upgrade scripts @pitaj
|
2017-04-27 02:47:38 -04:00 |
|
Julian Lam
|
6095b7e6db
|
change where progress.incr is called for flags_refactor upgrade script
|
2017-04-27 02:47:37 -04:00 |
|
Peter Jaszkowiak
|
4b87324234
|
Quick fix
|
2017-04-26 16:02:15 -06:00 |
|
Peter Jaszkowiak
|
033ce02e7b
|
Rename hooks
Add `static:messaging.canMessageRoom` as well
|
2017-04-26 15:22:17 -06:00 |
|
Peter Jaszkowiak
|
8a87311d5c
|
Remove annoying jslint comment
Use an rc file instead
|
2017-04-26 15:08:12 -06:00 |
|
Peter Jaszkowiak
|
2a0cb3b9ee
|
Fix profile covers not working with subfolders
Remove relative_path from the paths saved in the database so they're more portable
|
2017-04-26 14:57:49 -06:00 |
|
Barış Soner Uşaklı
|
7a6b685aa0
|
if the main and last post is purged, purge the topic as well
|
2017-04-26 14:19:48 -04:00 |
|
Barış Soner Uşaklı
|
870bb87b08
|
always pass strings to bcrypt compare
|
2017-04-26 13:17:21 -04:00 |
|
Peter Jaszkowiak
|
19d6386237
|
Also abort if no uids to push to
|
2017-04-26 10:48:08 -06:00 |
|
Peter Jaszkowiak
|
42e21d5aa9
|
Add more messaging hooks
|
2017-04-26 10:45:40 -06:00 |
|
Peter Jaszkowiak
|
3350a89791
|
Allow aborting notification push
|
2017-04-25 15:27:12 -06:00 |
|
barisusakli
|
085d8c2f92
|
fix lint
|
2017-04-25 16:48:54 -04:00 |
|
Barış Soner Uşaklı
|
9d229ae960
|
fix path to log file if base_dir is undefined
|
2017-04-24 18:52:59 -04:00 |
|
Julian Lam
|
9f09140668
|
Merge pull request #5627 from NodeBB/acp-search-escape
Escape ACP search values
|
2017-04-24 15:54:59 -04:00 |
|
Julian Lam
|
7abd80490b
|
Merge pull request #5626 from NodeBB/reject-nonaudio-uploads
Reject non-audio upload requests to the sounds route
|
2017-04-24 15:54:42 -04:00 |
|
Peter Jaszkowiak
|
65e31493a9
|
Escape ACP search values
|
2017-04-24 11:40:39 -06:00 |
|
Barış Soner Uşaklı
|
c45c4a5fdb
|
on login display invalid-login-credentials
|
2017-04-24 13:31:38 -04:00 |
|
Barış Soner Uşaklı
|
4900f21dd5
|
fix crash in header
|
2017-04-24 13:30:01 -04:00 |
|
Peter Jaszkowiak
|
1ac14a466e
|
Reject non-audio upload requests to the sounds route
|
2017-04-24 11:22:38 -06:00 |
|
Misty (Bot)
|
066e54474e
|
Latest translations and fallbacks
|
2017-04-24 09:22:48 +00:00 |
|
Barış Soner Uşaklı
|
5f634518c9
|
Merge pull request #5624 from NodeBB/fix-5622
Fix #5622
|
2017-04-23 15:48:45 -04:00 |
|
Peter Jaszkowiak
|
81e23a8a9a
|
Fix #5622
|
2017-04-23 12:48:35 -06:00 |
|
barisusakli
|
04f884db65
|
fix crash in languages if lang doesn't exist @pitaj
|
2017-04-23 12:47:52 -04:00 |
|
Misty (Bot)
|
4cf87264cf
|
Latest translations and fallbacks
|
2017-04-23 09:22:16 +00:00 |
|
barisusakli
|
33e8ecc1f4
|
closes #5404
|
2017-04-22 19:07:57 -04:00 |
|
barisusakli
|
b91b41dfa3
|
show database values in gbs
|
2017-04-22 17:08:54 -04:00 |
|
barisusakli
|
fa13e9acc0
|
closes #5621
|
2017-04-22 14:38:43 -04:00 |
|
barisusakli
|
08049c0712
|
remove empty block
|
2017-04-22 13:49:10 -04:00 |
|
barisusakli
|
5516352758
|
closes #5612
|
2017-04-22 13:43:58 -04:00 |
|
Barış Soner Uşaklı
|
081578c7f4
|
Merge pull request #5616 from NodeBB/auto-lang
Automatically detect user language based on browser accepts header
|
2017-04-22 12:58:54 -04:00 |
|
Misty (Bot)
|
94a9a6ad39
|
Latest translations and fallbacks
|
2017-04-22 09:22:41 +00:00 |
|
Peter Jaszkowiak
|
64bf542d17
|
Fix HTML lang attribute using the defaultLang
Themes need `lang="{function.localeToHTML, userLang, defaultLang}"` in
their header.tpl file
|
2017-04-21 23:56:19 -06:00 |
|
Peter Jaszkowiak
|
6432c02ab8
|
Add tests
|
2017-04-21 23:54:59 -06:00 |
|
barisusakli
|
ba51a6c746
|
fix underscore
|
2017-04-22 00:33:49 -04:00 |
|
barisusakli
|
b7b65c7d63
|
change style
|
2017-04-22 00:19:23 -04:00 |
|
barisusakli
|
a2784738a4
|
fix lint
|
2017-04-22 00:15:12 -04:00 |
|
Peter Jaszkowiak
|
c7929ec7d8
|
Add option for disabling language autodetection
|
2017-04-21 22:10:25 -06:00 |
|
barisusakli
|
2029de4cc5
|
closes #5449
|
2017-04-21 23:56:24 -04:00 |
|
barisusakli
|
3d39a577f4
|
style change
|
2017-04-21 23:55:57 -04:00 |
|
Barış Soner Uşaklı
|
c43a4e4b82
|
Merge pull request #5615 from NodeBB/fix-5536
Fix #5536
|
2017-04-21 23:33:15 -04:00 |
|
barisusakli
|
08dd412896
|
Merge remote-tracking branch 'refs/remotes/origin/master' into develop
# Conflicts:
# src/upgrade.js
|
2017-04-21 21:43:39 -04:00 |
|
Barış Soner Uşaklı
|
d6703753da
|
up request dep
|
2017-04-21 21:41:37 -04:00 |
|
barisusakli
|
75e5f2da74
|
closes #5485
|
2017-04-21 21:36:42 -04:00 |
|
barisusakli
|
73700ed747
|
closes #5617
|
2017-04-21 13:48:43 -04:00 |
|
Julian Lam
|
22b4091bdf
|
Merge pull request #5614 from NodeBB/fix-signatures
Fix images not displaying in signatures
|
2017-04-21 09:00:43 -04:00 |
|