4312 Commits (f7f5b2c8d930e36af47574aa476c486619ea0807)

Author SHA1 Message Date
boomzilla 52e4a37df8 When forking a topic, updates user bookmarks in the topic to keep the last read position (#4554)
from inadvertently being too far down the topic due to post indices decreasing because
some posts were moved to a new topic.
9 years ago
barisusakli f473e03f76 closes #4565 9 years ago
barisusakli cef7fb545b closes #1972 9 years ago
barisusakli c758f59014 closes #2302 9 years ago
barisusakli 77cf860c7a closes #4588 9 years ago
barisusakli 7365b9cc73 more chat refactors 9 years ago
barisusakli ab70220499 fix indent 9 years ago
barisusakli f67f408b2c some chats refactor 9 years ago
Ben Lubar 37bd63ab75 wrap images in links even if the images aren't unloaded. handle resized images with no file extension (as seen on wtdwtf) (#4561) 9 years ago
barisusakli f61d0cb457 https://github.com/NodeBB/nodebb-plugin-composer-default/issues/24 9 years ago
barisusakli 3648d531fa closes #4545 9 years ago
barisusakli eb04dba96c closes #4568 9 years ago
barisusakli c790373dfc closes #4558 9 years ago
Barış Soner Uşaklı 9d6532fe7b moved to ajaxify.start 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
Julian Lam 352ef81e84 Merge pull request #4530 from BenLubar/delay-image-loading
don't delay image loading when "delay image loading" is unchecked
9 years ago
Julian Lam b2b99ce9f9 added new core component for topic teaser
/cc @rbeer
9 years ago
Barış Soner Uşaklı fecda8c051 Merge pull request #4286 from pichalite/chat-dropdown
don't show rooms without messages
9 years ago
Julian Lam 5858d914bf closes #4550 9 years ago
Raphael Beer ee2c178f2a Don't add .undefined if selection is empty 9 years ago
Raphael Beer c9b2011a11 Set input#fa-filter value to name of selected icon
- Set selected icon before modal is visible.
- Select input#fa-filter content to allow
  immediate typing/searching.
9 years ago
Raphael Beer aaef2d4362 Use modal Element as traversing root 9 years ago
Raphael Beer ff2ca0f786 Add changeSelection to iconSelect 9 years ago
Raphael Beer dca9218ee9 Add .selected to currently set icon in modal 9 years ago
Julian Lam 674136423c Merge branch 'new-chat-message' of https://github.com/pichalite/NodeBB into pichalite-new-chat-message 9 years ago
barisusakli ff9b2bad49 closes #4512 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
Danijel b7335c7a61 remove HTTP(S) schema for external bootstrap CSS file.
remove HTTP(S) schema from external bootstrap CSS file to avoid mixed content error.
9 years ago
Ben Lubar f18099b435 actually don't delay image loading when "delay image loading" is unchecked 9 years ago
pichalite b5d798077f remove log
:fail:
9 years ago
pichalite 30ce17ef73 mark room unread on new message 9 years ago
barisusakli 19bc6fa133 fix undefined callback in sounds 9 years ago
barisusakli e564260650 moved groupTitle from user settings to user profile/edit 9 years ago
Julian Lam 3390b7d7f6 closes #4516 9 years ago
pichalite aad64cad35 show post tools for global mod on delete 9 years ago
Ben Lubar 114e957b0f add client-side unread count support for the "new" filter 9 years ago
Julian Lam a9f966f23c closes #4503, /cc @BenLubar 9 years ago
Julian Lam 430adc366c fix #4498 9 years ago
Julian Lam 930c2b7472 Merge branch 'master' into fix-vendors 9 years ago
Julian Lam 053bbc06fa fixes apapadimoulis/what-bugs#84
closes #4496
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 06cd4cd406 only triggering topic infinite loader once a second, fixes #4477 9 years ago
barisusakli b948e031f6 closes #2779 9 years ago
Julian Lam 73c4feec20 fixes #4487 9 years ago
Barış Soner Uşaklı 8d86aecc83 Merge pull request #4479 from rbeer/ulModal-localSize
Check file size locally.
9 years ago
Raphael Beer 58cc25e385 Set default hasValidFileSize return to true 9 years ago
Julian Lam 1385d19f64 Further tweaks to viewport shuffling and dynamic image loading
@BenLubar
9 years ago
Julian Lam 8ae2afff05 Revert "more tweaks to threshold"
This reverts commit 1783a07067.
9 years ago
psychobunny a978f763e3 fixes crash https://github.com/NodeBB/nodebb-theme-persona/issues/250 9 years ago
psychobunny 6a74589e31 closes https://github.com/NodeBB/nodebb-theme-persona/issues/250 9 years ago
psychobunny b15e5a8d17 closes #4475 9 years ago
psychobunny 29b336ad9f closes #4480 9 years ago
barisusakli 5fa6686112 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	public/src/modules/navigator.js
9 years ago
barisusakli 3a27e7b0ea closes #4405 9 years ago
Raphael Beer ff09789812 Check file size locally. 9 years ago
Julian Lam 1783a07067 more tweaks to threshold 9 years ago
Julian Lam 31e70ac5a8 applying threshold detection only to topics
re: #4477
9 years ago
barisusakli 3b9120cd38 closes #4476 9 years ago
Julian Lam 6df78f8ad0 fixing some more jitteriness when scrolling upwards 9 years ago
Julian Lam cc60767eb0 removed console logging 🐶 9 years ago
Julian Lam add82ba6c9 Added threshold detection when scrolling upwards
... for less jolty upwards scrolling.
9 years ago
Julian Lam 28db642050 Fixing regression from 3e2231d2cb
@BenLubar
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 5d4f61ec96 Tweaked scrollToPostIndex logic
The old behaviour would scroll the post anchor to the midline, but
this was inferior UX for long posts since the top half of the
screen is essentially stuff you didn't want to see.

The new logic is as follows:
- If the target post is smaller than the browser viewport, it will
  scroll in such a way that the entire post is vertically centered
  (post midline matching viewport midline)
- If the target post is larger than the browser viewport, it will
  scroll in such a way that the top of the post is located just
  under the navbar, maximizing the target post's content.
- Updated themes to relocate their anchors to in between posts
9 years ago
Ben Lubar 395e71feee fix topic reply button 9 years ago
Ben Lubar c50f228acc when clicking the reply button, limit the selection to the post's
content.
9 years ago
Julian Lam 22f73a8f68 fixes #4463 9 years ago
barisusakli 691802efad removed params 9 years ago
barisusakli e1a8c520ba closes #4404 9 years ago
barisusakli e8b8f115b7 closes #3652 9 years ago
barisusakli c6c1e2e217 closes #4289 9 years ago
barisusakli 38c560019f #4403 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
psychobunny 0c1376c884 closes #4390 9 years ago
psychobunny 5d77e37a3c closes #4403 9 years ago
barisusakli 56ef1e9869 closes #4444 9 years ago
barisusakli 0bf05a17bf closes #4378 9 years ago
barisusakli 7e6e3b3a40 closes #4383 9 years ago
barisusakli e2f78a9585 closes #4432 9 years ago
barisusakli e0f3ac8cb7 change to editedISO 9 years ago
RaceProUK fd854b134d Allow for a little scrolling before dismissing bookmark alert
This is just in case someone scrolls a little accidentally; the alert remains so they can still follow it if they want to
9 years ago
psychobunny f40ec978cb Merge branch 'master' of https://github.com/NodeBB/NodeBB 9 years ago
psychobunny 489bdcced6 #4423 9 years ago
psychobunny 3e14606226 added roomId to match the other hook 9 years ago
barisusakli 301f12d630 fix conditional 9 years ago
barisusakli f665a1e353 closes #4394 9 years ago
psychobunny 9cb2f9e05f removed JS fake link #4407 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ı fe7d4999c9 Merge pull request #4418 from BenLubar/post-tools-stream
fix post tools not showing up for other users on new posts
9 years ago
barisusakli 4eb7468dcd already checked in scrollToPostIfSelf 9 years ago
pichalite 9c9e49e2f6 properly fix with styling 9 years ago
pichalite 497592965f fixes issue-4386 9 years ago
Ben Lubar bb88c82ffd fix post tools not showing up for other users on new posts (src/topics/posts.js has this condition already) 9 years ago
boomzillawtf 3d0012d730 Loads posts if appropriate, but doesn't scroll to new post according to the scroll to my post setting. Addresses #4412. 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 c71ffed69c closes #4362 9 years ago
boomzillawtf eb7c2d5872 Use scrollToMyPost setting with both pagination and infinite scroll 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 54e36f7c54 Update ajaxify logic w/ returnPath support
If returnPath is defined, and url is null, then ajaxify will
execute a replaceState instead of an ajaxification.

Used in cases where a separate route is pushed but you'll want to
return to the page you were on previously. (see: #4371)
9 years ago
psychobunny c8b179e492 better settings for birthday datepicker 9 years ago
barisusakli c9cfe5b089 closes #4355 9 years ago
barisusakli b6e22b7723 closes #4367 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
Julian Lam a275aaeaf5 fixes #4361 9 years ago
Barış Soner Uşaklı 263b09f11a fix typo in group cover upload 9 years ago
Julian Lam d876763846 added logic to filter out prerelease versions of NodeBB from the update checker 9 years ago
Julian Lam b73af30a2b added git ignore file for modules directory 9 years ago
barisusakli 3981e230c4 category children helper 9 years ago
barisusakli d67ec1d096 fix indent 9 years ago
barisusakli 05cc3fe4ef closes #4335 9 years ago
barisusakli c156d1cb34 closes #4344 9 years ago
barisusakli e11140b7ef retry once 9 years ago
Barış Soner Uşaklı bd6d44aeaa closes #4327 9 years ago
psychobunny 3f912e2c6a closes #4334 9 years ago
Julian Lam 72a05c1d07 disabling graph animation on mobile devices 9 years ago
Barış Soner Uşaklı 3d55eec885 Merge pull request #4317 from samhax/delete-user-invites
Delete user invites from APM
9 years ago
samhax 37d53db693 Removed unused variable from click events. 9 years ago
barisusakli dc7a861a49 removed unused vars 9 years ago
barisusakli 7441c181b4 closes #4312 9 years ago
barisusakli 7bf808d0f4 closes #4322 9 years ago
barisusakli 07c1a822db closes #4318 closes #4309 9 years ago
psychobunny 54d47e1e24 allow data-ajaxify=false for external links to override config.openOutgoingLinksInNewTab 9 years ago
HSam a62e31dc70 Finished the invite removal button changes. 9 years ago
HSam 48db16fba7 Finished adding a new delete to also remove the reference from the invites list on the APM. 9 years ago
Barış Soner Uşaklı cf681721d5 responseJSON is undefined on 502 9 years ago
Barış Soner Uşaklı 6828d4c239 closes #4306 9 years ago
HSam 4d87f0276b In the process of adding the delete button to the invitation panel. Apparently, the delete method doesn't work with the invitation items, so I might need to add some extra logic. 9 years ago
barisusakli e03bacf032 fixes timeago 9 years ago
psychobunny 5d01060fbc closes #4302 9 years ago
psychobunny 650890ad83 Revert "temp disable for #4302"
This reverts commit 974fa7b253.
9 years ago
barisusakli b2b104dab3 closes #4306 9 years ago
barisusakli 974fa7b253 temp disable for #4302 9 years ago
barisusakli a67f3d2a15 closes #4299 9 years ago
psychobunny 45bc387749 Revert "fixes #4289"
This reverts commit c2b428cc95.
9 years ago
barisusakli 07266eab9e closes #3793 9 years ago
psychobunny 09e5f053f0 action:post.tools.load 9 years ago
Julian Lam c2b428cc95 fixes #4289 9 years ago
barisusakli 4b5ec512b9 refactor/cleanup uploader.js 9 years ago
barisusakli 65dda58e0c renamed tpl 9 years ago
barisusakli df9558f1fa closes #4268 9 years ago
pichalite cd99a46918 don't show rooms without messages 9 years ago
pichalite 571f364922 fix for post menu display on newPost 9 years ago
Barış Soner Uşaklı 5f3473142e fix reply as topic quoting 9 years ago
Julian Lam 99e9508131 fixed #4270 9 years ago
Barış Soner Uşaklı 3e46ef8c35 closes #4276 9 years ago
Julian Lam 13623a620b fixed #4277 9 years ago
Julian Lam 432c3d777d Merge branch 'master' into fix-vendors 9 years ago
Julian Lam 44aae7daa5 removed hammer, updated semver, added mousetrap 9 years ago
Julian Lam e1323c0295 Updated js code so vendors can be added to the modules folder, so
they can be required properly and we can finally get rid of that
really annoying "mismatched anonymous" error in Require.js.

First module to make the transition: Chart.js
9 years ago
barisusakli 7ffbf35bcf closes #4273 9 years ago
pichalite 5f6a1a0acd complete fixes for #4144 9 years ago
Julian Lam db3446b1ca updated some of the graph colours 9 years ago
Julian Lam 088940d4c7 Squashed commit of the following:
commit 49e6c0040cc82c1e2684933a8e167ef14854aff8
Author: Julian Lam <julian@designcreateplay.com>
Date:   Thu Feb 25 16:12:15 2016 -0500

    added recording and charts for topic and post counts globally and by cid

commit e02ff70757f778aa016fbc42ef10a5da2d07a9d9
Author: Julian Lam <julian@designcreateplay.com>
Date:   Thu Feb 25 15:35:49 2016 -0500

    added labels to charts

commit e75d83bf3886e5183bcf5fcd848d71c513761e01
Author: Julian Lam <julian@designcreateplay.com>
Date:   Thu Feb 25 13:30:47 2016 -0500

    added per category graphs to ACP management page

commit e3f543200950925cc9e8bf33cccb592f949a100e
Author: Julian Lam <julian@designcreateplay.com>
Date:   Thu Feb 25 12:36:11 2016 -0500

    updated analytics to move helper methods to analytics lib and sending per category analytics to ACP page

commit 01891d8f7c408925fcdad18dcaa941e5ebbeb9b2
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Feb 24 16:48:55 2016 -0500

    saving per-category analytics, and updated the writeData method to use async for "clarity"
9 years ago
psychobunny a320ec3efb closes #4178 9 years ago
psychobunny 9e832e006a closes #2920 9 years ago
barisusakli 8bc80abde6 removed notify typing code, not even working 9 years ago
barisusakli 78bb4776df fix crazy indents 9 years ago
barisusakli 3567f2ad55 closes #4208 9 years ago
barisusakli 2fdb8fc5e1 closes #3709 9 years ago
barisusakli 34f68a029a closes #4204 9 years ago
barisusakli 9d045e70f5 change xregexp 9 years ago
pichalite eba107cef4 fix Mac platform case 9 years ago
psychobunny 582b69dbbc Merge pull request #4253 from pichalite/recent-chats
account for search input when calculating recent list height
9 years ago
psychobunny e069150625 closes #2165 9 years ago
pichalite 991d85cae2 account for search input when calculating recent list height on expanded chats 9 years ago
psychobunny 637c20f44d closes #3526 9 years ago
psychobunny 1dba781923 closes #4203 9 years ago
Julian Lam 322d4052b0 chat controls now hidden instead of taking up space in chat modal 9 years ago
psychobunny a0a98e64b7 closes #4220 9 years ago
Julian Lam 3b76b0343b Revert "fixes NodeBB/nodebb-theme-persona#218"
This reverts commit ee529d92d3.
9 years ago
barisusakli 6951dc1fe2 closes #4211 9 years ago
Julian Lam 13dfe6cd51 Merge pull request #4243 from pichalite/issue-4241
don't mention guest on reply
9 years ago
Julian Lam 20103b64ce Merge pull request #4219 from pichalite/groups
add missing translation in groups
9 years ago
pichalite fba4e93cfe remove translator 9 years ago
pichalite 872b33f0cc fix typo 9 years ago
Julian Lam a61fea862b Merge pull request #4245 from pichalite/issue-4159
fixes #4159
9 years ago
pichalite f22b218250 fixes #4235 9 years ago
pichalite ca3fa023e8 fixes #4159 9 years ago
pichalite a22d7290ec fix logout on user delete 9 years ago
pichalite 3024d2e661 don't mention guest on reply 9 years ago
pichalite f637521105 chat edit fixes 9 years ago
Timothy Fike c80bd0c413 Added app.newTopic
Make a new topic from anywhere. #4223
9 years ago
pichalite 9f760f9b55 translate string in groups 9 years ago
barisusakli 6b341a844d remove notifyTyping 9 years ago
pichalite 42239e119d search banned users only on /users/banned route 9 years ago
Barış Soner Uşaklı 573840ccbd changed to title raw 9 years ago
barisusakli 2fc385f723 closes #4141, closes #4149 9 years ago
psychobunny 759b183967 fixes a bug in instant updates on category view 9 years ago
barisusakli 6a98758a01 closes https://github.com/NodeBB/nodebb-theme-lavender/issues/60 9 years ago
barisusakli 8c3b52ef36 closes #4096 9 years ago
Barış Soner Uşaklı 88e4591f88 closes #4194 9 years ago
Barış Soner Uşaklı 82875de32d remove / from startsWith 9 years ago
Barış Soner Uşaklı d851443ea7 closes #4187 9 years ago
barisusakli bc9c564650 closes #4169 9 years ago
barisusakli 90b89a488e closes #4175 9 years ago
Barış Soner Uşaklı d2df63f9a5 Merge pull request #4165 from pichalite/initiate-chat
Initiate chat from chat page
9 years ago
pichalite d81b6947f6 conditional change 9 years ago
pichalite 44d4c2bc7c hopefully I got everything right this time!! 9 years ago
barisusakli d7df6c0b06 remove more from config 9 years ago
barisusakli 5ac02a59ac remove some more config from api/config 9 years ago
barisusakli ebf820d571 remove from global config 9 years ago
pichalite 2723800628 indentation 9 years ago
pichalite 971c3eb0e1 indentation 9 years ago
pichalite 9901438001 indentation 9 years ago
pichalite 2c5e9dc4cf fix indent 9 years ago
pichalite 4b5d5b4bd9 search user and initiate chat from expanded chat page 9 years ago
psychobunny 46cfd03465 closes #4144 9 years ago
Julian Lam 9a7ec01e15 Merge pull request #4153 from frissdiegurke/patch-2
Fix undefined S within translator
9 years ago
Barış Soner Uşaklı 303ac90dc5 Merge pull request #4155 from pichalite/master
use component
9 years ago
Ole R 91ec4c80c2 Oops, fix call of undefined 9 years ago
pichalite 776c60dc00 use component 9 years ago
Ole R 2bcd4e1e3f Fix undefined S within translator
If you `require(['string'], function (stringLib) { S = stringLib; })` it is an async call and thus you need to ensure any usage of `S` happens when this is resolved.
9 years ago
barisusakli 1ed3b40a1b fix calls 9 years ago
Barış Soner Uşaklı 2ce22caa41 Merge pull request #4143 from pichalite/master
remove unused code and use components
9 years ago
barisusakli e6cf8ec5cf more flagged posts shenanigans 9 years ago
barisusakli 1b9e18c6fc allow global mods to see banned users 9 years ago
pichalite ee47a13556 use components 9 years ago
pichalite e6e4b5784d remove unused code 9 years ago
psychobunny 2560e6345f Merge pull request #4142 from pichalite/master
use ajaxify.data.username instead of getting html
9 years ago
pichalite d133ff74bd use ajaxify.data.username instead of getting html
use ajaxify.data.username instead of getting html for toggleFollow
9 years ago
barisusakli 5e86d9f804 closes #4131 9 years ago
barisusakli 2b5f9d075b closes #4101 9 years ago
barisusakli f09ee86e42 closes #4113 9 years ago
barisusakli c2e1426e57 fix syntax error, and actually show error if minification fails 9 years ago
barisusakli ae8837b44a generate notification path on demand 9 years ago
Julian Lam baaad13286 reverted latest change to translator match regex
- Fixes issue with parentheses in translations (closes #4107)
- No longer marking translation keys invalid if they contain HTML,
  as that was probably not performant. Instead, parameters will
  simply be escaped via the StringJS library.
9 years ago
pichalite 0c5712411b fix for user icons when searching for users to add to group in acp>manage>group page 9 years ago
barisusakli 8220567b5b added topics to `action:topics.loaded` also fire it on category view 9 years ago
Julian Lam 5de0e74908 Notification paths are now sent back in socket call, so client-
side alert now shows more data and is clickable.
9 years ago
barisusakli 86d70eca74 closes #4103 9 years ago
Julian Lam 32466d8bb1 tweaked paginator block to toggle when text is updated, and use ready class instead of invisible 9 years ago
Julian Lam 99315e1c73 updated translator so that language key parameters cannot contain
html in them (or more specifically, < and >)
9 years ago
barisusakli 1cf2b81f3d Revert "herp derp"
This reverts commit 9c9d805a32.
9 years ago
barisusakli 9c9d805a32 herp derp 9 years ago
barisusakli 767c798b2f log self account delete, logout on self account delete 9 years ago
Julian Lam f1ed3ad659 allowing favicon updating to be disabled via client side hook 9 years ago
pichalite 7010364e7e fix enable/disable button in ACP manage navigation page 9 years ago
Julian Lam 0368280e52 Merge pull request #4081 from manolino/patch-3
Update app.js
9 years ago
barisusakli 24c56eb80a switch topic select to components 9 years ago
barisusakli e90cba65a8 closes #4085 9 years ago
Manuel Valle 41963bb300 Update app.js
migrated global *translate* to a *require.js* module.
9 years ago
Manuel Valle 4c43276fce Update events.js
Tebbed indentation.
9 years ago
Manuel Valle 67d9323b9e Update events.js 9 years ago
Manuel Valle c9c761d70b Update events.js
This optimize previous commit. See [#4078](https://github.com/NodeBB/NodeBB/pull/4078).  Added ```translator``` module instead of global ```translator```.
This solves warnings editing posts with *composer*.
9 years ago
Manuel Valle dbcb6f9796 Update events.js
Same problem as [#4069](https://github.com/NodeBB/NodeBB/pull/4069).  Added a **translator** variable refering to **translator** module instead of global *translator*.
This solves warnings editing posts with *composer*.
9 years ago
Julian Lam 452bb953c9 Merge pull request #4068 from pichalite/master
fixes for rewards ACP page #3910
9 years ago
Julian Lam ff8fb0e9ab no need to set var, just use rjs 9 years ago
Julian Lam 6470f2ef53 Merge branch 'patch-1' of https://github.com/manolino/NodeBB into manolino-patch-1 9 years ago
Julian Lam 2cabf7a3d1 Merge pull request #4066 from pichalite/master
fixes NodeBB/nodebb-theme-persona#218
9 years ago
barisusakli 32ca95319e closes #3436 9 years ago
Julian Lam 8608092bbb on new uploaded image, refresh profile edit page 9 years ago
Julian Lam 5a92b1a5cf change all instances of .avatar on new image upload 9 years ago
Julian Lam f18382a892 firing client-side hook on notification count update now 9 years ago
Julian Lam 2d48faf5df Fixed #4033
Also related to regression first caused by the fix to #3695 from
fcb381f922

Also, added tests for translator. omg.
9 years ago
barisusakli 92b339ff1d much whitespace so wow 9 years ago
barisusakli 6802a76332 fix relative_path 9 years ago
barisusakli cb91587567 closes #4063 9 years ago
Manuel Valle a60e3c63cf Update overrides.js
Inside **translate** function, **translator** refers to *global* genereting warnings. Added a **translator** variable refering to **translator** module.
This solves some problems using *bootbox* in my plugins and widgets
9 years ago
pichalite aaaab288ef ACP rewards page fix 9 years ago
pichalite ed74e590b5 Revert "fixes for rewards ACP page #3910"
This reverts commit 0c740293fc.
9 years ago
pichalite 0c740293fc fixes for rewards ACP page #3910 9 years ago
pichalite ee529d92d3 fixes NodeBB/nodebb-theme-persona#218 9 years ago
barisusakli 46f2faaa05 closes #4045 9 years ago
barisusakli ee9d0ac2da cleanup search, removed socketuser.loadSearchPage, use regular route 9 years ago
barisusakli 694b96ea60 closes #4064 9 years ago
psychobunny b3a98515e9 fixed ban/unban components 9 years ago
pichalite 90210350f9 Use Skin instead of Theme 9 years ago
psychobunny 7cc8390265 data.loggedIn for new posts 9 years ago
barisusakli ab6c84471b some search/sort changes 9 years ago
barisusakli 92f0e2d86a closes #3586
added account/upvoted, account/downvoted, account/best
9 years ago
barisusakli ae9606f5ee closes #3738 9 years ago
barisusakli da338a1341 fix typo 9 years ago
barisusakli 222ef14d7f added chat:autocomplete:init 9 years ago
barisusakli 1ad4128649 closes #3917, closes #2941 9 years ago
Julian Lam d67efa3a5b update core to allow composer to define static route 9 years ago
Barış Soner Uşaklı dd0560a4b8 closes #4043 9 years ago
barisusakli 18013c5518 closes #3977 9 years ago
psychobunny 70bbf41dc3 popular/tab component 9 years ago
barisusakli 7ad90b4ef6 closes #2659 9 years ago
Julian Lam fcb381f922 Fixes #3695
Guests now trigger topic notifications, and the translator has
been updated so that translations inside translations are
handled in a way that doesn't cause the translator to explode.
9 years ago
barisusakli 51154c8726 closes #3998 9 years ago
barisusakli 6be8675580 closes #4012 9 years ago
barisusakli f8a114ba5c closes #4010 9 years ago
barisusakli cf889b70bd closes #3982 9 years ago
barisusakli 687d29a44b closes #2134 9 years ago
barisusakli dffb57ba14 closes #3986 9 years ago
Julian Lam ad9a1d0f2c closes #3989
Squashed commit of the following:

commit 23de0708708ed190eafbcd6ea93d43333cb87aa3
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Dec 23 10:48:16 2015 -0500

    wired up session revocation, #3989

commit 45a3f18321b74a9b6893d404b6c870f1ec4d95cd
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Dec 23 09:49:27 2015 -0500

    session deletion via session uuid

commit 2bf87338cf9bfa2df0b299639421d8da7553c69a
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 22 13:53:35 2015 -0500

    WIP #3989

commit 623f45c3fa8b96f8b6eec0613eb7f9463348ab93
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 22 10:22:24 2015 -0500

    saving more metadata and displaying sessions in UCP #3989

commit d0567ed7cc33a1aea66e921b657f782038f32191
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 22 10:21:38 2015 -0500

    updated fontawesome to v4.5.0

commit 7131c97fe8ab42838eb2915a04e74f80f3d9a133
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 22 09:39:16 2015 -0500

    saving user-agent metadata into user session #3989

commit 661b7e6dba774b80b5dc6d04f89a79f809ff791e
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 22 09:23:24 2015 -0500

    New user auth methods to add/revoke sessions, #3989
9 years ago
barisusakli ab0797a6d8 chat fixes
update bootstrap tags input
dont allow adding self to chat room
9 years ago
barisusakli df605babff closes #3983 9 years ago
barisusakli abed319da2 closes #3996 9 years ago
barisusakli 738b17cae6 closes #3584 9 years ago
barisusakli 4bff714947 closes #3953
dont remove topics if selection is in progress
9 years ago
barisusakli dff3d7f20e various group chat fixes #3980
fix multiple modals using the same tagsinput
fix online user getting chat notification
fix owner not being able to remove users in the chat modal
9 years ago
barisusakli 1449d438f5 closes #3969 9 years ago
barisusakli f0b333e8a1 closes #3929 9 years ago
barisusakli 5e9a656709 Merge remote-tracking branch 'refs/remotes/origin/master' into group-chat 9 years ago
Julian Lam 668adc5187 fixing bootswatch integration 9 years ago
barisusakli 26ac05dd5c Merge remote-tracking branch 'refs/remotes/origin/master' into group-chat 9 years ago
Julian Lam a091067175 closes #3963 9 years ago
barisusakli 5a26eb1c76 IS fix, timeago fix 9 years ago
barisusakli 3d79e0750b fix edit delete for rooms 9 years ago
barisusakli 992ca0a351 fix taskbar icon 9 years ago
barisusakli d2b54ae0f8 display less derpy chat list 9 years ago
barisusakli f71fd0a3ec only allow users in the room to get raw message content 9 years ago
barisusakli 832a20e59e markRead fixes 9 years ago
barisusakli d8810ceae9 send messages 9 years ago
barisusakli 784ff07907 ability to add/remove users from chat rooms, tagsinput 9 years ago
barisusakli 8fab270852 leaveRoom method, small fixes 9 years ago
barisusakli 2ac34ba391 fix recepientUid 9 years ago
barisusakli 29d8b9c181 more room changes app.openChat 9 years ago
barisusakli 5d1169e686 changed the chat route to /chats/:roomid? 9 years ago
barisusakli 58d05f7c79 recent chat list with rooms 9 years ago
Julian Lam ea1b640435 calling translator in parseMessage 9 years ago
Barış Soner Uşaklı 530b0dc19e use .text() 9 years ago
Barış Soner Uşaklı 7e1a84850c closes #3948 9 years ago
Julian Lam 7b49dc9061 fixes #3935 9 years ago
Julian Lam a4d8ab9d12 fixes #3950 9 years ago
Julian Lam c04622506d console.log removal 9 years ago
Julian Lam 0b735fad17 fixed #3936 9 years ago
Julian Lam 46571ccd77 closes #3930 9 years ago
Julian Lam c1460d36f0 Deprecated uploader.open, use uploader.show instead
... as it now takes a single Object argument instead of multiple
parameters.

Also, closes #3942. Help text is just omitted now.
9 years ago
Julian Lam 84a039446c updated modal to not show parentheses when max file size
is not defined...

Also fixing hideAlerts error in ACP when opening the upload modal.
9 years ago
Julian Lam 4cc4824087 Merge pull request #3908 from pitaj/master
Maximum invites and invites are stored
9 years ago
Julian Lam 2d203d7dca Squashed commit of the following:
Closes #2668

commit 3d4f494ed3257bceda8f6f82057cab83f0f252b3
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Dec 11 12:06:42 2015 -0500

    theme minvers for #2668

commit b608ce61854f8195143685bb9753b80d32b26e95
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Dec 11 12:01:03 2015 -0500

    Allowing chat modal to edit and delete messages

    re: #2668

commit 0104db90a4070582f3938b6929dae35f985bac35
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Dec 11 11:51:23 2015 -0500

    Fixed issue where newSet calculations were off

    ... sometimes.

    Also, rendering of edited messages now parses a template partial,
    instead of just replacing the content.

commit 5cb6ca600425ca9320c599b32306e93dcc5aa4ce
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Dec 11 11:07:12 2015 -0500

    If edited content matches existing content...

    ... then edit is aborted.

commit 6e7495247b1895589c716db29f919a934087b924
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Dec 11 11:05:08 2015 -0500

    some linting and fixed issue where new msgs when deleted would crash server

commit db4a9e40d6dff44569c2437378121db8fdf75cf8
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 17:25:56 2015 -0500

    Message deletion for #2668, and fixed bug

    Fixed bug where chat modal would spawn even though user was sitting
    on the /chats page.

commit a5aa2498ab4a8bba02a6daa43a9dbed7b3e37976
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 14:55:23 2015 -0500

    wiring up the edit button, #2668

commit 5f2afdcf6f2b9eae6b5873ca100149e65e3d385d
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 14:20:39 2015 -0500

    added indicator to show if and when a message had been edited

commit e8301132d525c1b9fd46c98cdb282ac7ea7a0d7f
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 14:06:39 2015 -0500

    Allowing editing of chat messages

commit bfd991be1cb1769599f7d5d2b1638e313c3c2dcb
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 10:33:49 2015 -0500

    Added messageId to messages object return

commit 0306ee6657b3288dd4547c66869d7d4ece0b31ad
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 08:20:17 2015 -0500

    WIP #2668
9 years ago
barisusakli 0ffd5254ad closes #3933, closes #3934 9 years ago
Julian Lam bc199d6872 By default, always switch chat in chats page
closes #3915
9 years ago
Julian Lam 648e9c4dc8 fix #3889 9 years ago
Julian Lam 2af11a23ce fixes #3922 9 years ago
Julian Lam 3a520cdfbf Successful web installer now doesn't show 503 9 years ago
Barış Soner Uşaklı 9770983fdb closes #3913 9 years ago
Julian Lam fc495a83ec closes #3763 9 years ago
Julian Lam 992bcffcdf we stopped using -dev versions, so this conditional is unnecessary 9 years ago
Julian Lam a936866688 revamped ACP Flags interface, #3907 9 years ago
Peter Jaszkowiak a3cfcd9a48 Maximum invites, invites stored
Added the ability for admins to restrict the maximum amount of invites
a user can make. Invites are stored and displayed in the registration
queue admin page.
9 years ago
Julian Lam fc476ba168 Fixes #3906
Initially, the removed block of code was used to stop the chat modal
from popping up altogether, since the /chats page was usable on
mobile. Since the re-design, only the contact list is shown on
mobile, leaving the modal as the main way to communicate. So, this
intercepting code is actually interfering now.
9 years ago
Julian Lam f673f4f186 🐶 9 years ago
Julian Lam e232d9e198 Fixed issue where page view counts kept changing
... when they should only really be updated for the
hourly pageviews graph.
9 years ago
Julian Lam 6d386dd2ee Fixed some labelling issues and added support for last month 9 years ago
Julian Lam 7f9ac3f1fe Fixing bug where the labels would revert back to hours 9 years ago
Julian Lam 027d80debd Fixed issue where graph would always switch back to single-day 9 years ago
Julian Lam 9c1b067445 Closes #3884
Added toggles to change graph to monthly view vs regular
single-day view.

Also fixed issue where labels were out of date as the graph
data changed.
9 years ago
barisusakli d3778a052a fix ajaxify data 9 years ago
barisusakli ecd777b659 closes https://github.com/NodeBB/nodebb-theme-persona/issues/206 9 years ago
Julian Lam 65ce8a50b3 Removed cant-vote-self-post
As suggested in nodebb/nodebb-theme-persona#203, a positive
action has been applied when a user attempts to upvote
their own post. It will now open the upvoters modal
instead of throwing an alertError.

Closes nodebb/nodebb-theme-persona#203
9 years ago
Barış Soner Uşaklı c55abdd095 closes #3815 9 years ago
Julian Lam c2963a7ca9 Composer minver, #3693 9 years ago
Julian Lam 65396000d2 Updated modal to not be .confirm() but .dialog()
Also updated composer code to actually send a link back
to the other topic...

Closes #3693
9 years ago
barisusakli 20c8411287 closes #3767 closes #3774 9 years ago
Julian Lam 93c077dabd closes #3825 9 years ago
Julian Lam dc035c11f3 updated widget code to work better with sidebar areas 9 years ago
barisusakli e5cd928419 closes #3826 9 years ago
Julian Lam 8944856692 updated approval queue message to use modal 9 years ago
Julian Lam ccf957f681 Added cancel button to picture change modal 9 years ago
Julian Lam 8a90afeed2 fixes #3859 9 years ago
barisusakli 3bd83cd732 remove dupe code 9 years ago
barisusakli 323cc165b6 closes #3851
dont use post file upload for cover uploads
check cover upload file size against new setting
store cover uploads in profile folder
use `uid-profilecover` filename for cover uploads
9 years ago
barisusakli 356f1d38cb fix image upload for other users 9 years ago
psychobunny 18bd4c1cda closes #3844 9 years ago
barisusakli 90c2a16b94 closes #3835 9 years ago
barisusakli 6e1f0b9e32 fix top post bar reply button, after IS 9 years ago
Julian Lam 2830538835 Cover photo removal for groups, #3832 9 years ago
Julian Lam 92be63ebe6 Update user account removeFn
As I did not realise both groups and users call the same
coverPhoto lib, the removeFn has to be in the user client js,
and not in the coverPhoto lib.

... of course, it *could* be in there, but it would be hacky.
9 years ago
barisusakli 3648f69f72 added uid 9 years ago
Julian Lam f1412b6e9b Fixed cover loading for subdirs and added removal
re: #3832
9 years ago
barisusakli 54901afe5e removed toggleNew 9 years ago
barisusakli 277ee94f06 dont call meta.rooms.enter for guests 9 years ago
barisusakli baa813a4cb Merge remote-tracking branch 'refs/remotes/origin/master' into room-optimize 9 years ago
Julian Lam de9f196c75 Merge branch 'userhomepage' of https://github.com/yariplus/NodeBB into yariplus-userhomepage 9 years ago
barisusakli 9753a6d489 fix user status change in topics 9 years ago
barisusakli 3ca618795f remove browsing 9 years ago
barisusakli 46c2563164 removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
9 years ago
barisusakli 1ecf27417a removed commented out stuff removed topics.enter 9 years ago
barisusakli 491a6d0234 Merge remote-tracking branch 'refs/remotes/origin/master' into room-optimize 9 years ago
barisusakli 0d23c56281 removed event:disconnect 9 years ago
barisusakli bac2a0d959 removed event:connect use socket.io connect event duh 9 years ago
barisusakli 5879185ebc single proc stats 9 years ago
yariplus 853aa37cd2 Add user home pages. #3616 9 years ago
Julian Lam ceaa3a334d Squashed commit of the following:
commit 3a39e5e6bd3c357d78d8ec1dad6e3a64c18ee3ab
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Nov 3 20:15:10 2015 -0500

    minor tweak

commit ed3c25ba8b431a2b730aae78a43cfa934521a5d4
Merge: d9cde96 d7a0adc
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Nov 3 20:12:32 2015 -0500

    Merge branch 'master' of https://github.com/acardinale/NodeBB into acardinale-master

commit d7a0adc5c883c5fa3207f3adcd0661246221e7c9
Author: Andrea Cardinale <a.cardinale@webandtech.it>
Date:   Wed Sep 30 10:32:25 2015 +0200

    Get registry (if it's set) from config.json in suggest method (client-side)
9 years ago
psychobunny dd8a77b949 components: account/ban, account/unban, account/delete 9 years ago
psychobunny dc7be48121 account/follow, account/unfollow, account/chat components 9 years ago
psychobunny aa373841e9 use ajaxify.data.uid instead of template element 9 years ago
Julian Lam 3314ab4b83 fixes #3809 9 years ago
Julian Lam dc916c5e3c closes #3817 9 years ago
psychobunny b9316bfd23 removed alert.location 9 years ago
psychobunny 1982501985 toaster components + deprecated alert.location 9 years ago
psychobunny 8cf6fe3aa1 closes #3808 9 years ago
psychobunny 0be363d220 closes #1241
@martyalicante @a5mith  hopefully finally fixed :)
9 years ago
Barış Soner Uşaklı 871dffb0d3 Merge pull request #3769 from pitaj/patch-1
Use the hide class instead of jQuery hide
9 years ago
Peter Jaszkowiak 6e889ed60d Use hidden class for search field 9 years ago
barisusakli 797b7f2ec1 remove quotes on both ends 9 years ago
psychobunny 4798647b8a moved infinitescroll.parseAndTranslate to app.parseAndTranslate 9 years ago
psychobunny ad0a7e0cb2 upping themes 9 years ago
psychobunny ec434dfe95 user/picture component 9 years ago
psychobunny ce4df8f22b fixed cover image editing on all profile pages 9 years ago
Julian Lam 8d4209d42c Merge remote-tracking branch 'origin/master' into user-icons 9 years ago
psychobunny 40bda722c9 fix acp title on ajaxify 9 years ago
Julian Lam ae43c16227 Fix tooltips for user icons that aren't divs 9 years ago
Julian Lam 04dcd38d04 added new client-side hook on thread tools open 9 years ago
Julian Lam 5473a4f3b4 added new client-side hook on thread tools open 9 years ago
Julian Lam 526afc0910 Merge remote-tracking branch 'origin/master' into user-icons 9 years ago
psychobunny f19043d046 profile cover photos 9 years ago
psychobunny 02d1304185 removing groups.cover.get, seemingly it doesn't do anything 9 years ago
psychobunny 973da9bdcc up persona 9 years ago
psychobunny a4cae65732 fixed hardcoded group name in uploader + cleanup 9 years ago
psychobunny ef20141e8f jshint 9 years ago
psychobunny 7a6d6c2bd6 Merge branch 'master' of https://github.com/NodeBB/NodeBB 9 years ago
psychobunny a6796479bf fixed drag and drop image upload 9 years ago
psychobunny 61b1f5fe32 allow regular uploading (modal) of cover photo 9 years ago
barisusakli 887358f045 closes #3784 9 years ago
barisusakli aae393ebe1 closes #3794 9 years ago
psychobunny 69e43cd35a modularized coverPhoto 9 years ago
Julian Lam 8ca1073be2 removed console logs 9 years ago
Julian Lam 68c3f9d849 Squashed commit of the following:
commit 56582bc9eee5d81a01f42a28808b617b9c96873a
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Oct 27 05:21:11 2015 -0400

    added missing template

commit 6462a1626e7d8d77210b6e10eace5c9214335f33
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Oct 27 05:19:07 2015 -0400

    sitemap index

commit 3cfd56f1fbc8e03405dc394375bf5ff6eef21322
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Oct 27 04:47:52 2015 -0400

    sitemap routes, controllers, and library methods for pages, categories, and topics

commit e58e07c0881bdbe16d503b4679b85f761b02163c
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Oct 27 04:07:39 2015 -0400

    added groups to sitemap

commit 7ee584b632
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Oct 27 01:43:06 2015 -0400

    If notification dropdown is double-clicked, all notifications are marked read

commit 488f147bef
Author: barisusakli <barisusakli@gmail.com>
Date:   Mon Oct 26 22:39:19 2015 -0400

    closes #3781

commit 5e1bd58a02
Author: barisusakli <barisusakli@gmail.com>
Date:   Mon Oct 26 22:28:30 2015 -0400

    closes #3782

commit 57d3980267
Author: barisusakli <barisusakli@gmail.com>
Date:   Mon Oct 26 22:16:08 2015 -0400

    closes #3790

commit 555c5b82da
Author: barisusakli <barisusakli@gmail.com>
Date:   Mon Oct 26 21:19:20 2015 -0400

    check user settings

commit 5454862c1c
Author: barisusakli <barisusakli@gmail.com>
Date:   Mon Oct 26 20:26:02 2015 -0400

    wait for all callbacks when creating tags

commit 051c5077eb
Merge: 839fd93 e0e04ef
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date:   Mon Oct 26 09:54:12 2015 -0400

    Merge pull request #3792 from drlogout/master

    Fixed wrong method name in socket.io/groups.js from isAdmin to isAdmi…

commit e0e04ef892
Author: Christian Nolte <hello@noltech.net>
Date:   Mon Oct 26 14:50:32 2015 +0100

    Fixed wrong method name in socket.io/groups.js from isAdmin to isAdministrator

commit 839fd935ad
Author: barisusakli <barisusakli@gmail.com>
Date:   Sun Oct 25 21:54:35 2015 -0400

    add back thread tools filter

commit 37060bf1a3
Merge: 5820a19 bf918bd
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date:   Sun Oct 25 18:13:06 2015 -0400

    Merge pull request #3787 from cubehouse/patch-1

    Upgrade script fails on some consoles

commit 5820a193f6
Author: barisusakli <barisusakli@gmail.com>
Date:   Sun Oct 25 17:04:46 2015 -0400

    closes #3789

commit 0d88d52557
Author: barisusakli <barisusakli@gmail.com>
Date:   Sun Oct 25 17:03:33 2015 -0400

    up theme

commit 9bc43ba5e1
Author: barisusakli <barisusakli@gmail.com>
Date:   Sun Oct 25 16:57:42 2015 -0400

    closes #3788

commit aafd4b6984
Author: barisusakli <barisusakli@gmail.com>
Date:   Sun Oct 25 15:56:17 2015 -0400

    closes #3786

commit bf918bd016
Author: James Holding <cubehouse@users.noreply.github.com>
Date:   Sun Oct 25 10:14:00 2015 +0000

    Upgrade script fails on some consoles

    The upgrade script errors/fails on some consoles if the stdout.columns isn't set (my console did this when upgrading a Docker instance of NodeBB).
    Checking for stdout.columns before using, falling back to a couple of spaces for slightly prettiness if we can't work out the console width.
9 years ago
Julian Lam 7ee584b632 If notification dropdown is double-clicked, all notifications are marked read 9 years ago
barisusakli aafd4b6984 closes #3786 9 years ago
Julian Lam f7f43de644 Merge remote-tracking branch 'origin/master' into user-icons 9 years ago
Julian Lam b52475c270 Merge remote-tracking branch 'origin/master' into user-icons
Conflicts:
	public/src/client/account/edit.js
	src/middleware/middleware.js
	src/socket.io/meta.js
	src/socket.io/user/picture.js
	src/user.js
	src/views/admin/manage/group.tpl
9 years ago
barisusakli 7217fa7493 fix unread count increase 9 years ago
barisusakli 2a6f411eff fix post-bar and post count 9 years ago
barisusakli b6f6867b50 bottom bar change 9 years ago
barisusakli e91b5f07b8 fix bottom bar events 9 years ago
barisusakli 5c2e78b1a6 parse topic tools on demand 9 years ago
barisusakli 6c9de29326 load post tools menu on demand 9 years ago
barisusakli 02abcf0da7 add newlines tabs to meta and link tabs 9 years ago
barisusakli 74b02ee096 dont crash if item is undefined 9 years ago
barisusakli 2064f20f94 fix tooltip positioning 9 years ago
barisusakli c426c7288f find closest to middle in navigator 9 years ago
barisusakli 5e5cafafd0 make one socket call to load unread counts 9 years ago
barisusakli edf545cd2c dont load sound data on cold load 9 years ago
barisusakli 2ec0d3f376 dont make extra socket call on new post and IS 9 years ago
barisusakli d146bff2a1 send less data when leaving rooms 9 years ago
psychobunny 0e7228eff7 fix admin menu + title if url has a query string
ex. ?loggedin
9 years ago
barisusakli f17ba88c0f closes #3765 9 years ago
barisusakli 6b1834d4ae closes #3767 9 years ago
barisusakli f2d6f931af closes #3505 9 years ago
barisusakli 2f5eb248eb fix postcount 9 years ago
barisusakli cba871ec90 closes #3759 9 years ago
barisusakli d351d01490 fix sort on category page 9 years ago
barisusakli b556652582 fix chat redirect 9 years ago
barisusakli f6fa0ace3c closes #3732 9 years ago
barisusakli 16a65c8ffc closes #3754 9 years ago
barisusakli 096ecce87b fix indent 9 years ago
barisusakli 07a97717ab removed bool param 9 years ago
barisusakli e2a5440ae8 closes #3741 9 years ago
barisusakli 47e2dd9478 closes #3107 9 years ago
barisusakli de4d747e63 closes #3742 9 years ago
barisusakli 9ac4704848 more search cleanup 9 years ago
barisusakli 79d5eea46d closes #3270 9 years ago
barisusakli fca2cf0a10 closes #3745 9 years ago
barisusakli 8a51c5a023 fix tooltip 9 years ago
barisusakli 7854e67b7b closes #1637 9 years ago
barisusakli 0ce1e666e7 disabling/enabling parent will disable/enable children 9 years ago
barisusakli c268493d2b closes #3723 9 years ago
barisusakli 2d96cdba1c closes #3720 9 years ago
Julian Lam 5c71bb5923 fixed user avatar modal again 9 years ago
Julian Lam 4c96f95330 Merge remote-tracking branch 'origin/master' into user-icons
Conflicts:
	public/src/app.js
	public/src/client/account/edit.js
9 years ago
Julian Lam 8b3f1684f7 Closes #3693
Fixes bug where hitting cancel didn't contain the old behaviour (opening the reply dialogue anyway), and instead just plain did nothing.
9 years ago
Julian Lam 99e5015083 closes #3690 9 years ago
Julian Lam 95129a1b40 closes #3693 9 years ago
barisusakli 4d87890942 closes #3715 9 years ago
barisusakli fcf411a72b small fixes 9 years ago
barisusakli 50c740ae09 fix tag display when reaching main post 9 years ago
barisusakli 5634c5417c dont use toPid if "topic/reply" is clicked 9 years ago
barisusakli 0b26cfdd43 #3705 9 years ago
barisusakli 3be3ed4eb5 same selector 9 years ago
barisusakli f4c5d3e159 parse picture modals when needed
https://github.com/NodeBB/nodebb-theme-persona/issues/161
9 years ago
barisusakli 848a14d861 fix typo 9 years ago
barisusakli 89439f2c14 fix upload hide 9 years ago
barisusakli 5f3eb5934a don't update bookmark on every scroll event 9 years ago
barisusakli d4206c047d select by class 9 years ago
barisusakli 0b052171f0 dont update title if it hasn't changed 9 years ago
barisusakli 902f529d53 closes #3692 9 years ago
Julian Lam 97dd5500a1 Merge remote-tracking branch 'origin/master' into user-icons 9 years ago
barisusakli 22d6742422 closes #3569 9 years ago
barisusakli ca294fc6ec closes #3663 9 years ago
psychobunny 714efd0d0e scrollToPost / scrollToPostIndex offset isn't used anymore 9 years ago
barisusakli 9fc80702b8 simpler check 9 years ago
barisusakli 75e2228989 closes #3689 9 years ago
barisusakli 00bc9f51c9 dont display post just scroll 9 years ago
barisusakli b7ce4312a9 show toPid inline 9 years ago
Julian Lam 09d23c3dd0 Added support for a theme to generate a link back to a parent post 9 years ago
psychobunny 81b3ae2597 cleanup 9 years ago
psychobunny 4c4d560f64 fixed f5 from in the middle of a big topic 9 years ago
psychobunny 028a520bf0 remove hardcoded fadein 9 years ago
barisusakli 9d0f681ebc fix component name 9 years ago
barisusakli bcd8bdf0df closes #3687 9 years ago
barisusakli e7f87f4ffd closes #3686 9 years ago
psychobunny e9d3f4278d IS improvements
* simplify calculation (scrollTop vs elementInView)
* use post anchor rather than create big $ objs from post html
* pressing f5 repeatedly now always takes you to the correct pid
9 years ago
psychobunny 2669241c06 closes #3656 9 years ago
Julian Lam c2da45c2f0 user profile changing logic 9 years ago
Julian Lam a43d40fbc7 upgrade script, and fixed client-side generation of user icon 9 years ago
Julian Lam 730a62519f Merge remote-tracking branch 'origin/master' into user-icons 9 years ago
barisusakli d8c9c8d447 dont crash on null category
#3681
9 years ago
Julian Lam e46496012a chat dropdown 9 years ago
Julian Lam a52f6cf0b4 User Account Edit and Change Picture Modal 9 years ago
barisusakli 7379f93a00 up composer 9 years ago
barisusakli 6457cd02ab move removeExtra to IS 9 years ago