7267 Commits (915fa99ebe20df0e46ac16d2cd0fba5a14478806)

Author SHA1 Message Date
barisusakli 09a03bbe10 fix validator crash 9 years ago
barisusakli 25f3a31ff1 closes #4587 9 years ago
barisusakli 5ff5a01c4f check for invalid topic 9 years ago
Julian Lam 2e2c8b8e77 fixes #4584 9 years ago
barisusakli 5e5e46e95f closes #4499 9 years ago
Julian Lam cb1920d45a properly fixing #4583 9 years ago
Julian Lam bd8fcb527b closes #4583 9 years ago
barisusakli 94432ff796 closes #4582
remove leading /
9 years ago
Julian Lam 5f36bfab01 re: #4578 9 years ago
Julian Lam de9357970f fixes #4578 9 years ago
Julian Lam 8eaff1492a Added ACP option to customise recent post
Before, could either be OP or last reply.

Now, you can choose between OP, last reply, or last post (which
includes OP)
9 years ago
Barış Soner Uşaklı 14df793ba6 Merge pull request #4557 from BenLubar/gif-image-upload
fix convert-avatars-to-png option not being honored
9 years ago
Barış Soner Uşaklı 58ea83014c Merge pull request #4572 from pichalite/image-upload
fix image upload in post
9 years ago
Ben Lubar 74a5a70969 fix convert-avatars-to-png option not being honored 9 years ago
wktang 414a26fe42 Default mongodb db name should be "nodebb" instead of 0 (unlike redis). (#4573) 9 years ago
Julian Lam 2c83789482 Allowing object to be passed as module list
fixes #4576 again
9 years ago
Julian Lam 1d7a5f58e2 fixes #4576 9 years ago
psychobunny 1d607cbed7 closes #4574 9 years ago
barisusakli cd2c2da420 closes #4575 9 years ago
pichalite f154853b39 add extension after filename trim 9 years ago
barisusakli c266fe9983 closes #4540 9 years ago
barisusakli 18e68346e7 closes #4507 9 years ago
barisusakli 3648d531fa closes #4545 9 years ago
barisusakli 553a69c780 revert img stripping 9 years ago
pichalite 821d723541 fix image upload in post 9 years ago
Julian Lam a500914143 Updated 404 for image handling
If an image or asset specified in static file handler is not
found (ENOENT), then the 404 handler is now invoked (as opposed to
prior, where a handled exception was thrown).

Also, when requesting images inline that do not exist, NodeBB
will now send back "404 Not Found" instead of the entire 404
page. If you access the broken link directly, you'll see the
404 page.
9 years ago
barisusakli a12a149015 fix validator warning 9 years ago
barisusakli eb28e178a7 closes #4567 9 years ago
barisusakli c790373dfc closes #4558 9 years ago
Julian Lam 22cf0966e6 removed console log 9 years ago
Julian Lam ea6d2c35f7 Fixed bug in settingsv1
If the saved value was an empty string, then textareas (and more
importantly, select boxes) would not be properly populated with
the saved value.
9 years ago
Ben Lubar f5009b1a11 add a hook for plugins like nodebb-plugin-imagemagick that don't want to replace the entire upload system 9 years ago
Julian Lam 2aa89b9c70 fixes #4555 9 years ago
Julian Lam 66dd790938 did I fix it @rbeer? :shipit: 9 years ago
Julian Lam a0d989a112 fixes #4551 9 years ago
Julian Lam 4f913d3f19 fixed issue with missing base in path.format 9 years ago
Julian Lam 5858d914bf closes #4550 9 years ago
barisusakli a7415a8db0 added missing count increment 9 years ago
Julian Lam 33255d73dd fix #4546 9 years ago
Julian Lam 4aabac5288 Fixes #4548 9 years ago
barisusakli ff88186d41 closes #4537 9 years ago
psychobunny d83a1987eb fix routing of rjs modules 9 years ago
Julian Lam d0f08b4dd4 added prompt to passport input for Google SSO 9 years ago
psychobunny d24b15a584 closes #4523 9 years ago
barisusakli ff9b2bad49 closes #4512 9 years ago
barisusakli ec33a57f77 closes #3128 9 years ago
Barış Soner Uşaklı 35ac64db7f Merge pull request #4504 from BenLubar/unread-topics
Add /unread/new, which is the same as /unread but does not show topics that were already partially read by the user.
9 years ago
Barış Soner Uşaklı d95944f8d0 Merge pull request #4529 from kerneldeveloper/master
Make the description more clear.
9 years ago
pichalite 4bb5dad05d move ACP user reg type 9 years ago
Mr.Lee 3e2f36fc29 Make the description more clear.
The same description in mongo.js  and install.js are ambiguous.
9 years ago
Aziz Khoury 3dc63438de hmm-2 ... 9 years ago
Aziz Khoury aac30cb5ec hmm .. 9 years ago
Aziz Khoury 8920c95281 reqFromSocket now support payload and event and uid 9 years ago
Aziz Khoury 02e53fd442 update deprecation message 9 years ago
Aziz Khoury c07e29bad6 fix circular dependency -- involves indentations fix 9 years ago
Aziz Khoury 807e3a9d7e adding cls back in socketio index 9 years ago
Aziz Khoury 4f3a962f7f what did i do? 9 years ago
Aziz Khoury 01ee020750 bring back disconnect only for CLS purposes 9 years ago
Aziz Khoury 53e9627001 unify request as a store key for both http and websockets calls 9 years ago
barisusakli 6cc08f3868 fix indent 9 years ago
barisusakli e564260650 moved groupTitle from user settings to user profile/edit 9 years ago
Julian Lam 2ddcaa9ce1 added new hook for hotswap preparation 9 years ago
Julian Lam 3390b7d7f6 closes #4516 9 years ago
barisusakli 229326acd6 another tab 9 years ago
barisusakli f43be13f87 fix indent 9 years ago
barisusakli bec688cea0 relative path fix 9 years ago
barisusakli f7ac1d89ff fix undefined next 9 years ago
Raphael Beer 006496efe3 Add pid to teaser ajaxify data 9 years ago
pichalite e23377580d fixes #4506 9 years ago
Ben Lubar 114e957b0f add client-side unread count support for the "new" filter 9 years ago
Ben Lubar 217f0c5652 Switch to a named filter for unread to allow future expansion.
Don't use the query string as it is not passed to infinite scroll.
9 years ago
Ben Lubar a61d947295 allow filtering /unread to only topics that have not yet been seen 9 years ago
barisusakli a81285befa dont crash if category doesn't exist 9 years ago
Julian Lam e481ed21eb Using pid as discriminator for mergeId
... for favourite and upvote notifications.
9 years ago
Julian Lam 0449e014f6 updated some help text 9 years ago
psychobunny c88ed66312 closes #4502 9 years ago
Julian Lam a9f966f23c closes #4503, /cc @BenLubar 9 years ago
Julian Lam ba44db5b5b updated dependency check logic to better handle missing dependencies 9 years ago
Julian Lam 7bc4ea18f4 Merge remote-tracking branch 'origin/master' into fix-vendors 9 years ago
Julian Lam 930c2b7472 Merge branch 'master' into fix-vendors 9 years ago
Ole R 5023935baf Enable nodebb-plugin-emoji-one by default 9 years ago
Barış Soner Uşaklı 04fb7d5acc enable emoji-apple on install 9 years ago
Julian Lam b6a10c7729 removed console log 9 years ago
Julian Lam 94a505a6bb removed symlink logic and using route bridging instead.
Also allowed plugins to define modules from their plugin.json
9 years ago
Julian Lam f91f705f90 Merge branch 'master' into fix-vendors 9 years ago
Julian Lam 1aaf65e9be fixes #4438 9 years ago
barisusakli 07af4d10e7 closes #4488 9 years ago
barisusakli b948e031f6 closes #2779 9 years ago
psychobunny 12ed4d2af5 remove PostCSS log 9 years ago
psychobunny 359b1fbe1a cleanup 9 years ago
psychobunny e2bc5f241a optimizing process.send for js minification 9 years ago
psychobunny acd24d856f run tasks in series to speed up startup time 9 years ago
psychobunny e134689324 we were accidentally including client-side LESS on the ACP 9 years ago
psychobunny fc65b144b1 running less compilation in series 9 years ago
barisusakli d92fde9824 filter out registered users 9 years ago
barisusakli cb2ea163a0 closes #4486 9 years ago
psychobunny 3d0db5b397 closes #4481 9 years ago
Barış Soner Uşaklı 99ae0eb378 closes #4468 9 years ago
Julian Lam 5e3a114b17 added LRU cache to registration queue data 9 years ago
Julian Lam 3e2231d2cb Fixing viewport shuffling due to image load
Introduced new method ".loadImages()" in posts client side lib
to handle viewport height changes when loading images. Requires
nodebb-plugin-markdown@5.0.0

@BenLubar @boomzillawtf
9 years ago
Julian Lam 5705681aa0 tweaked registration queue logic a bit
- encoding inputs during url construction
- limiting maximum # of parallel requests to 20
- using map instead of forEach
9 years ago
Julian Lam 8013f124da fixes #4471 9 years ago
Julian Lam 22f73a8f68 fixes #4463 9 years ago
barisusakli ae8c40f8a8 dont pass non strings to validator.js #4462 9 years ago
psychobunny f277c66089 closes #4459 9 years ago
barisusakli a9cc12c667 retry failed upserts closes #4467 9 years ago
barisusakli 52cec92df8 some cleanup, dont send ip on newpost 9 years ago
psychobunny 000d5b61c7 fix for retrieving css cache 9 years ago
psychobunny baeed22f20 grunt: only compile ACP less if that was changed, and vice versa with theme/plugin less 9 years ago
barisusakli 78f4cbc9e4 fix indents 9 years ago
barisusakli 0f959c341b closes #4466 9 years ago
barisusakli e8b8f115b7 closes #3652 9 years ago
pichalite 485db7a479 fix for removing topic thumb on edit 9 years ago
barisusakli 76fcc9ec35 this is fine 9 years ago
Barış Soner Uşaklı 21c451c3fe Merge pull request #4457 from boomzillawtf/master
Fix defaults for 'scroll to my post'
9 years ago
boomzillawtf d4464f6ab1 Merge remote-tracking branch 'upstream/master'
Conflicts:
	public/src/client/topic/posts.js
9 years ago
boomzillawtf 6aa0f8eb8a fix #4452: default to scroll to my post 9 years ago
pichalite c5e62f9a58 fixes #4454 9 years ago
barisusakli f55b26282a added category image 9 years ago
psychobunny 0c1376c884 closes #4390 9 years ago
barisusakli 7ab55b0e95 closes #4392 9 years ago
barisusakli 91efab3c6d closes #4437 9 years ago
barisusakli 46de2ca134 closes #4441 9 years ago
barisusakli d79b30ad27 moved uid check to function 9 years ago
Barış Soner Uşaklı ae04d6d6dd Merge pull request #4445 from BenLubar/topic-bookmarks
include bookmarks with topic lists
9 years ago
Barış Soner Uşaklı 2059352ca7 Merge pull request #4447 from BenLubar/empty-topic-slug
save slug correctly on edit
9 years ago
Ben Lubar c7cfe45d0b fix double-URL-encoding causing redirect loops 9 years ago
Ben Lubar 1d9ff2bc70 save slug correctly on edit 9 years ago
Ben Lubar 969e7fdbbe include bookmarks with topic lists 9 years ago
Barış Soner Uşaklı 89aa06526d fix indent 9 years ago
barisusakli 931dedf7f1 revert 50 change on admin 9 years ago
barisusakli 9b1dab8ef9 up default to 50 9 years ago
barisusakli f4dd3d2082 up users per page to 50 9 years ago
barisusakli 0bf05a17bf closes #4378 9 years ago
barisusakli 7e6e3b3a40 closes #4383 9 years ago
barisusakli f246c5e1ee closes https://github.com/NodeBB/nodebb-theme-persona/issues/259 9 years ago
barisusakli e2f78a9585 closes #4432 9 years ago
barisusakli e694bd8ab5 closes #4431 9 years ago
pichalite be4aa5ac94 add title length check to topic fork process 9 years ago
psychobunny a68811cad2 closes #4428 9 years ago
psychobunny f40ec978cb Merge branch 'master' of https://github.com/NodeBB/NodeBB 9 years ago
psychobunny 489bdcced6 #4423 9 years ago
barisusakli 35a7554ec7 closes #4427 9 years ago
barisusakli e3077b0ab0 dont use titleEscaped if its empty 9 years ago
barisusakli cb8abab5c5 fix for undefined topicTitle 9 years ago
barisusakli f665a1e353 closes #4394 9 years ago
barisusakli 041531a2e3 closes #4424 9 years ago
barisusakli 57ccbd606c closes #4391 9 years ago
barisusakli 86106971c4 closes #4382 9 years ago
psychobunny 294171b072 fixes potential XSS in usercard 9 years ago
Barış Soner Uşaklı e9648daf7f Merge pull request #4421 from pichalite/issue-4386
fixes #4386
9 years ago
Barış Soner Uşaklı fd80259768 Merge pull request #4419 from BenLubar/topic-title-truncated
fix notifications that contain topic titles with commas in them
9 years ago
Barış Soner Uşaklı 4d92ddf634 Merge pull request #4416 from BenLubar/email-hidden-symbol-for-staff
show the crossed-out eye icon for private email addresses
9 years ago
pichalite 497592965f fixes issue-4386 9 years ago
Ben Lubar 44431f8410 fix notifications that contain topic titles with commas in them 9 years ago
Ben Lubar 3c607f2612 fix two crashes 9 years ago
Ben Lubar d654978508 show the crossed-out eye icon for users who want their email private for staff, not just the user 9 years ago
Julian Lam f7e4387748 closes #4380 9 years ago
barisusakli 9e44bd3d21 up themes 9 years ago
Barış Soner Uşaklı d5e875538b Merge pull request #4374 from boomzillawtf/master
Setting to show new post after reply
9 years ago
barisusakli 6076bbbed4 added title 9 years ago
barisusakli c71ffed69c closes #4362 9 years ago
barisusakli 677b97d8bb closes #2873 9 years ago
boomzillawtf ceb3b6ebe7 Add setting to avoid showing a post after it is submitted to keep the user's place on the page to address issue #4363 9 years ago
Julian Lam cf8f1210cd added syntax hints to blacklist page 9 years ago
barisusakli b1284f900d up toobusy default 9 years ago
barisusakli c9cfe5b089 closes #4355 9 years ago
barisusakli b6e22b7723 closes #4367 9 years ago
barisusakli 5920697ac0 closes #4368 9 years ago
barisusakli d52a0ad87a closes #4366 9 years ago
Julian Lam 184a2c4540 IP blacklist functionality -- re: #4367
Squashed commit of the following:

commit 5c42fd732d091fa66cf5b45a2af5e1697cc1efcd
Author: Julian Lam <julian@nodebb.org>
Date:   Mon Mar 14 17:29:45 2016 -0400

    allowing blacklist.test to be called synchronously

commit 979faf2dba5e6f6e2ae1bd07341e63678438daf1
Author: Julian Lam <julian@nodebb.org>
Date:   Mon Mar 14 17:01:14 2016 -0400

    added plain ipv6 support and finished middleware logic

commit d4b72fc1aadff34df3ed7dec52ca8d3c3728a078
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Mar 11 16:05:31 2016 -0500

    WIP IP Banning logic middleware

commit f08b2553890c5522b6a1eaf521fe4e94df40574a
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Mar 11 15:26:27 2016 -0500

    tweaks to ACP, rule validator

commit 868abacaa494e6b8a88bd4ea429b1b066a9ecb2e
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Mar 11 13:50:05 2016 -0500

    IP Banning ACP page, styling, save&load functionality
9 years ago
Barış Soner Uşaklı 71c697037d return the ips of the account we are looking at 9 years ago
psychobunny 1a669cb5fb Merge pull request #4158 from frissdiegurke/patch-3
Fix settings trim cleaning arrays
9 years ago
psychobunny 08e50a025d Merge pull request #4360 from kingjan1999/master
Update fontawesome.tpl to FA 4.5
9 years ago
Julian Lam 3f998a9081 Updated topic and category controller to not redirect on incorrect
slug if the call is made via API route.

Cold load? Anything goes.
9 years ago
Julian Lam a275aaeaf5 fixes #4361 9 years ago
accalia 0f917635c6 allow loadMore Calls to fetch page 0 9 years ago
kingjan1999 147e36a7a5 update fontawesome.tpl to FA 4.5 9 years ago
barisusakli a402e29f29 up widget essentials 9 years ago
barisusakli 2869b3c068 closes #4354 9 years ago
psychobunny 50b813ae2f merging pull 4347 9 years ago
psychobunny a6429af6c7 added cache buster to favicon 9 years ago
Barış Soner Uşaklı e49af50ac8 Merge pull request #4346 from pichalite/issue-4340
check for last owner on user kick from group
9 years ago
Barış Soner Uşaklı b365c2fd95 Merge pull request #4338 from pichalite/theme-reset
add argument to theme reset to specify theme
9 years ago
pichalite de421d5f8c remove language string in ACP 9 years ago
barisusakli b0151502c2 use '-inf'/'+inf' 9 years ago
barisusakli 4b531cb655 closes #4345 9 years ago
barisusakli 05cc3fe4ef closes #4335 9 years ago
barisusakli c156d1cb34 closes #4344 9 years ago
barisusakli e3e41e2c65 use object 9 years ago
Barış Soner Uşaklı 61256a54a3 Merge pull request #4348 from yariplus/patch-6
Filter Love for unread controller.
9 years ago
accalia d6f669ef3f fix #4350; When redirecting to fix slug, preserve any provided post_index 9 years ago
Timothy Fike b3d3759e35 Filter Love for unread controller. 9 years ago
pichalite e878b32444 closes #4258 9 years ago
pichalite 96a5d88314 cleanup 9 years ago
pichalite 2f287f11b1 cleanup 9 years ago
pichalite c1c5db4b77 check for last owner on user kick from group 9 years ago
barisusakli 237ff37db5 300ms 9 years ago
barisusakli 16dec24b6c sort by hostname 9 years ago
barisusakli 596e5676ff remove status change 9 years ago