789 Commits (2c5e9dc4cfa55942665ea2b1f8ad2b20dbdbc0bb)

Author SHA1 Message Date
barisusakli 46c2563164 removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
9 years ago
Julian Lam 3314ab4b83 fixes #3809 9 years ago
psychobunny b9316bfd23 removed alert.location 9 years ago
psychobunny 1982501985 toaster components + deprecated alert.location 9 years ago
psychobunny ad0a7e0cb2 upping themes 9 years ago
psychobunny ec434dfe95 user/picture component 9 years ago
Julian Lam 526afc0910 Merge remote-tracking branch 'origin/master' into user-icons 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 a6796479bf fixed drag and drop image upload 9 years ago
psychobunny 61b1f5fe32 allow regular uploading (modal) of cover photo 9 years ago
psychobunny 69e43cd35a modularized coverPhoto 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
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 02abcf0da7 add newlines tabs to meta and link tabs 9 years ago
barisusakli 74b02ee096 dont crash if item is undefined 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 6b1834d4ae closes #3767 9 years ago
barisusakli d351d01490 fix sort on category page 9 years ago
barisusakli 2d96cdba1c closes #3720 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
barisusakli fcf411a72b small fixes 9 years ago
barisusakli 848a14d861 fix typo 9 years ago
barisusakli 89439f2c14 fix upload hide 9 years ago
barisusakli d4206c047d select by class 10 years ago
Julian Lam 97dd5500a1 Merge remote-tracking branch 'origin/master' into user-icons 10 years ago
barisusakli ca294fc6ec closes #3663 10 years ago
psychobunny 714efd0d0e scrollToPost / scrollToPostIndex offset isn't used anymore 10 years ago
psychobunny 81b3ae2597 cleanup 10 years ago
psychobunny 4c4d560f64 fixed f5 from in the middle of a big topic 10 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
10 years ago
Julian Lam 730a62519f Merge remote-tracking branch 'origin/master' into user-icons 10 years ago
barisusakli d8c9c8d447 dont crash on null category
#3681
10 years ago
Julian Lam e46496012a chat dropdown 10 years ago
Julian Lam f6d5b52a8b WIP user-icons 10 years ago
barisusakli 1dc93f2446 closes #3677 10 years ago
barisusakli 30bc401797 parse upload picture modal on demand 10 years ago
barisusakli c3a6b11939 fix first reply insertion 10 years ago
Julian Lam ebed9d641c Add new ACP option to upload Touch Icon, #3668
Also added a number of fixes for mobile enhancements, such
as serving a manifest.json file for Android devices, and
serving proper link tags for all uploaded touch icons.

This commit also creates a new template helper for link tags.
10 years ago
psychobunny 1dbfa65bc5 closes #3655 10 years ago
Julian Lam fa109241cc Update fontawesome picker module (iconSelect)
- Removed 'fa-doesnt-exist' icon
- Added a icon filter search input
- Added a "No Icon" button at the bottom
- Added link back to full FA list
- If icon is picked, it shows the icon class in the search input
10 years ago
barisusakli da9a6ba399 missing ; 10 years ago
barisusakli 0a9f82e30d removed some dupe code from chats 10 years ago
barisusakli 2f94307125 removed duplicated code in chats 10 years ago
barisusakli 1e3391ff12 closes #3617 10 years ago
barisusakli 501bfbfc47 closes #3611 10 years ago
barisusakli 22d6ceab59 closes #2427 10 years ago
barisusakli 0cac0692b6 closes #3532 10 years ago
barisusakli ad685a0147 fix function in loops 10 years ago
barisusakli a1c407acd0 closes #3530 10 years ago
psychobunny d5cc37b166 notifications/list and notifications components 10 years ago
psychobunny 30c1001e5d #3522 also for settings v2 10 years ago
barisusakli 794c218cb6 fix displayMenuItem 10 years ago
barisusakli 6810b529c9 prevent infinite loop on topic scroll to bottom 10 years ago
psychobunny 82d39753b7 hint 10 years ago
psychobunny b10a7d4410 notifications/icon component 10 years ago
psychobunny e9a42cdecb fixed notifications on deskto 10 years ago
psychobunny a44f467ebc Notifications.loadNotifications() 10 years ago
psychobunny a663f95669 chats.loadChats() 10 years ago
psychobunny 306964b4ea chat/dropdown and chat/list component 10 years ago
psychobunny d75f5574e0 #3499 10 years ago
psychobunny 6c44db9a0c closes #3490 10 years ago
Julian Lam 3b3c383d93 adding a fallback for en_GB and en_US 10 years ago
Julian Lam 3d9415b65e Fixes #3442 10 years ago
barisusakli 5e3e1f8781 #3430 10 years ago
barisusakli 6e630b3cfd closes #3434, thanks to @psychobunny 10 years ago
Julian Lam 1b812068ca Fix bug where translator would split on all colons, and not just the first 10 years ago
Julian Lam 53a1e6106e Fix bug where an empty chat message would appear in the chat modal 10 years ago
Julian Lam 98b74f848e Fix newSet detection on chat messages 10 years ago
Julian Lam 2593f1b4d9 Fix bug where new chat messages would not append
... due to incorrect class and id assignment of the chat modal. Regression was caused by an earlier commit that moved the
typing span elsewhere.
10 years ago
Julian Lam 60a6775c72 Changed behaviour of the Chat Typing Notification
Instead of being placed at the bottom of the modal/list,
it will now be displayed at the top of the modal, and not
shown in the chats page at all (as it is already present
in the contact list)
10 years ago
Julian Lam eac92b00c6 better error checking with socket broadcast method 10 years ago
Julian Lam 6348eb2bab fixed #3359 10 years ago
Julian Lam 4f4e33eb15 Merge branch 'pichalite-master' 10 years ago
Julian Lam eb5be2f671 fixed some whitespace issues and made the admin check return early, in its own block 10 years ago
Julian Lam d10fd6248e Merge branch 'master' of https://github.com/pichalite/NodeBB into pichalite-master 10 years ago
Axel 9c2d7a2468 new language keys 10 years ago
Julian Lam 474ff3ed35 fixed #3359 10 years ago
pichalite d2bbca1de1 don't display leave/join buttons for admin group 10 years ago
Julian Lam ee9390ee34 fixed #2949 10 years ago
pichalite a5226c9423 don't display "Leave Group" button for admins in "administrators" system group on groups details page 10 years ago
barisusakli 954c25823e closes #3352 10 years ago
psychobunny fdc66eb607 fixes checkboxes for settingsv2 (deja vu) 10 years ago
Julian Lam 0c6b2b122e fixed #3268 10 years ago
Julian Lam b2a69758ee added back multi-line support for translator 10 years ago
Julian Lam eaa35c8057 making translator regex stricter, so it doesn't match language strings that won't ever exist 10 years ago
Julian Lam 534b13e089 fixed bug where ephemeral groups and the registered-users group wouldn't show in in ACP/category details page for privileges. 10 years ago
psychobunny 541fd474b3 fixes checkboxes for both settingsv1 and settingsv2 10 years ago
Barış Soner Uşaklı 4fc4a0ff3e dont escape group.name, use displayName in tpls instead 10 years ago
Barış Soner Uşaklı a12ecbc230 admin/manage/groups pagination 10 years ago
Julian Lam b4e39374bb firing 'change' event for all checkboxes after settingsv2 load 10 years ago
barisusakli ffd22f50ff closes #1999 10 years ago
Julian Lam 48af82659e removing the composer from core, out to its own plugin: nodebb-plugin-composer-default, closes #3288 10 years ago
psychobunny 5ff9a7f9a9 allow multiline support for translator
see: https://github.com/psychobunny/templates.js/issues/36
10 years ago
barisusakli b89b4d066a max chars 10 years ago