Commit Graph

239 Commits (83d863f3db96b4bb3bd7aecd34bb92919c88aecc)

Author SHA1 Message Date
Manuel Valle c9c761d70b Update events.js
This optimize previous commit. See [](https://github.com/NodeBB/NodeBB/pull/4078).  Added ```translator``` module instead of global ```translator```.
This solves warnings editing posts with *composer*.
Manuel Valle dbcb6f9796 Update events.js
Same problem as [](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*.
psychobunny 7cc8390265 data.loggedIn for new posts
barisusakli 7ad90b4ef6 closes
barisusakli cf889b70bd closes
barisusakli 687d29a44b closes
barisusakli 738b17cae6 closes
barisusakli 784ff07907 ability to add/remove users from chat rooms, tagsinput
Barış Soner Uşaklı 530b0dc19e use .text()
Barış Soner Uşaklı 7e1a84850c closes
barisusakli 0ffd5254ad closes , closes
Julian Lam 2af11a23ce fixes
Julian Lam 65ce8a50b3 Removed cant-vote-self-post
As suggested in , 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 
Julian Lam c2963a7ca9 Composer minver,
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 
barisusakli e5cd928419 closes
barisusakli 6e1f0b9e32 fix top post bar reply button, after IS
barisusakli 9753a6d489 fix user status change in topics
barisusakli 3ca618795f remove browsing
barisusakli 46c2563164 removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
psychobunny 4798647b8a moved infinitescroll.parseAndTranslate to app.parseAndTranslate
Julian Lam 5473a4f3b4 added new client-side hook on thread tools open
Julian Lam 526afc0910 Merge remote-tracking branch 'origin/master' into user-icons
barisusakli 887358f045 closes
Julian Lam 8ca1073be2 removed console logs
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 

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

    closes 

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

    closes 

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  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  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 

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 

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

    closes 

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.
barisusakli aafd4b6984 closes
Julian Lam f7f43de644 Merge remote-tracking branch 'origin/master' into user-icons
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
barisusakli 2a6f411eff fix post-bar and post count
barisusakli b6f6867b50 bottom bar change
barisusakli e91b5f07b8 fix bottom bar events
barisusakli 5c2e78b1a6 parse topic tools on demand
barisusakli 6c9de29326 load post tools menu on demand
barisusakli 2064f20f94 fix tooltip positioning
barisusakli 2ec0d3f376 dont make extra socket call on new post and IS
barisusakli f6fa0ace3c closes
barisusakli 47e2dd9478 closes
barisusakli 79d5eea46d closes
barisusakli fca2cf0a10 closes
barisusakli 8a51c5a023 fix tooltip
barisusakli 2d96cdba1c closes
Julian Lam 4c96f95330 Merge remote-tracking branch 'origin/master' into user-icons
Conflicts:
	public/src/app.js
	public/src/client/account/edit.js
Julian Lam 8b3f1684f7 Closes
Fixes bug where hitting cancel didn't contain the old behaviour (opening the reply dialogue anyway), and instead just plain did nothing.
Julian Lam 95129a1b40 closes
barisusakli fcf411a72b small fixes
barisusakli 50c740ae09 fix tag display when reaching main post
barisusakli 5634c5417c dont use toPid if "topic/reply" is clicked
barisusakli 0b26cfdd43
barisusakli 3be3ed4eb5 same selector
barisusakli 0b052171f0 dont update title if it hasn't changed
barisusakli 902f529d53 closes
Julian Lam 97dd5500a1 Merge remote-tracking branch 'origin/master' into user-icons
barisusakli 9fc80702b8 simpler check
barisusakli 75e2228989 closes
psychobunny 028a520bf0 remove hardcoded fadein
barisusakli 9d0f681ebc fix component name
Julian Lam 730a62519f Merge remote-tracking branch 'origin/master' into user-icons
barisusakli 7379f93a00 up composer
barisusakli 6457cd02ab move removeExtra to IS
Julian Lam f6d5b52a8b WIP user-icons
barisusakli 41fb4fe6b5 remove IS topics on category
ability to specify a container for IS, instead of always assuming
$(document)
barisusakli 5a77a2c21c removed debug log
barisusakli 1dc93f2446 closes
barisusakli 759607a381 parse modals on demand
barisusakli 2e1648b725 fix browsing not disappearing after everyone leaving
barisusakli c3a6b11939 fix first reply insertion
barisusakli e2896ef6b9 socketio/posts socketio/topics refactor
barisusakli c617a3f008 inf scroll changes
dont load main post if start > 0
barisusakli ee24fadfff closes https://github.com/julianlam/nodebb-plugin-markdown/issues/52
barisusakli 11c70f3a28 closes
barisusakli a5e9394d93 closes
barisusakli 17a40b716e fix topic move notification
barisusakli 896aadada7 closes
barisusakli 961efa3533 closes
barisusakli a1c407acd0 closes
barisusakli f9575efaf0 disable fork button during fork
barisusakli cf36f7bc79 closes
psychobunny 3d962822c6 properly, @barisusakli so no need to copy pasta everywhere timeago is used
barisusakli f4dd0c14ae update title for new posts as well
barisusakli 1b9c443076 toggle browsing if all users are gone
barisusakli e592499d48 correctly hide/show user in browsing users
psychobunny a3c41e7fdb action:posts.loading
psychobunny 8e4340544a action:posts.edited
Julian Lam 305c54a727 fixed bug where an extra space was added to new replies
barisusakli daf1a388eb closes
barisusakli ffd22f50ff closes
barisusakli 52f7e13a5c closes
Julian Lam 48af82659e removing the composer from core, out to its own plugin: nodebb-plugin-composer-default, closes
psychobunny d51407834d closes
barisusakli 3ffd3a5d3c closes , closes
barisusakli 1f06f90a50 closes
updated lru to latest
created new files posts/cache.js posts/parse.js posts/edit.js
Julian Lam 5587233e78 fixed quoting and highlighted-text auto-quote for composer when composer is minimized, closes
barisusakli 45bf5de1e5 closes
update url with new slug on topic title edit
Barış Soner Uşaklı df3e007120 closes
barisusakli b815601649 https://github.com/NodeBB/nodebb-theme-persona/issues/59
psychobunny 01542647d4 no need to add img-responsive to all images anymore
Barış Soner Uşaklı dadbda98b7 closes https://github.com/NodeBB/nodebb-theme-persona/issues/52
barisusakli 188a480590 use post-count component
barisusakli e7fa000fe0 removed strict li selector