Commit Graph

4312 Commits (f7f5b2c8d930e36af47574aa476c486619ea0807)

Author SHA1 Message Date
pichalite 44d4c2bc7c hopefully I got everything right this time!!
barisusakli d7df6c0b06 remove more from config
barisusakli 5ac02a59ac remove some more config from api/config
barisusakli ebf820d571 remove from global config
pichalite 2723800628 indentation
pichalite 971c3eb0e1 indentation
pichalite 9901438001 indentation
pichalite 2c5e9dc4cf fix indent
pichalite 4b5d5b4bd9 search user and initiate chat from expanded chat page
psychobunny 46cfd03465 closes
Julian Lam 9a7ec01e15 Merge pull request from frissdiegurke/patch-2
Fix undefined S within translator
Barış Soner Uşaklı 303ac90dc5 Merge pull request from pichalite/master
use component
Ole R 91ec4c80c2 Oops, fix call of undefined
pichalite 776c60dc00 use component
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.
barisusakli 1ed3b40a1b fix calls
Barış Soner Uşaklı 2ce22caa41 Merge pull request from pichalite/master
remove unused code and use components
barisusakli e6cf8ec5cf more flagged posts shenanigans
barisusakli 1b9e18c6fc allow global mods to see banned users
pichalite ee47a13556 use components
pichalite e6e4b5784d remove unused code
psychobunny 2560e6345f Merge pull request from pichalite/master
use ajaxify.data.username instead of getting html
pichalite d133ff74bd use ajaxify.data.username instead of getting html
use ajaxify.data.username instead of getting html for toggleFollow
barisusakli 5e86d9f804 closes
barisusakli 2b5f9d075b closes
barisusakli f09ee86e42 closes
barisusakli c2e1426e57 fix syntax error, and actually show error if minification fails
barisusakli ae8837b44a generate notification path on demand
Julian Lam baaad13286 reverted latest change to translator match regex
- Fixes issue with parentheses in translations (closes )
- 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.
pichalite 0c5712411b fix for user icons when searching for users to add to group in acp>manage>group page
barisusakli 8220567b5b added topics to `action:topics.loaded` also fire it on category view
Julian Lam 5de0e74908 Notification paths are now sent back in socket call, so client-
side alert now shows more data and is clickable.
barisusakli 86d70eca74 closes
Julian Lam 32466d8bb1 tweaked paginator block to toggle when text is updated, and use ready class instead of invisible
Julian Lam 99315e1c73 updated translator so that language key parameters cannot contain
html in them (or more specifically, < and >)
barisusakli 1cf2b81f3d Revert "herp derp"
This reverts commit 9c9d805a32.
barisusakli 9c9d805a32 herp derp
barisusakli 767c798b2f log self account delete, logout on self account delete
Julian Lam f1ed3ad659 allowing favicon updating to be disabled via client side hook
pichalite 7010364e7e fix enable/disable button in ACP manage navigation page
Julian Lam 0368280e52 Merge pull request from manolino/patch-3
Update app.js
barisusakli 24c56eb80a switch topic select to components
barisusakli e90cba65a8 closes
Manuel Valle 41963bb300 Update app.js
migrated global *translate* to a *require.js* module.
Manuel Valle 4c43276fce Update events.js
Tebbed indentation.
Manuel Valle 67d9323b9e Update events.js
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*.
Julian Lam 452bb953c9 Merge pull request from pichalite/master
fixes for rewards ACP page 
Julian Lam ff8fb0e9ab no need to set var, just use rjs
Julian Lam 6470f2ef53 Merge branch 'patch-1' of https://github.com/manolino/NodeBB into manolino-patch-1
Julian Lam 2cabf7a3d1 Merge pull request from pichalite/master
fixes 
barisusakli 32ca95319e closes
Julian Lam 8608092bbb on new uploaded image, refresh profile edit page
Julian Lam 5a92b1a5cf change all instances of .avatar on new image upload
Julian Lam f18382a892 firing client-side hook on notification count update now
Julian Lam 2d48faf5df Fixed
Also related to regression first caused by the fix to  from
fcb381f922

Also, added tests for translator. omg.
barisusakli 92b339ff1d much whitespace so wow
barisusakli 6802a76332 fix relative_path
barisusakli cb91587567 closes
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
pichalite aaaab288ef ACP rewards page fix
pichalite ed74e590b5 Revert "fixes for rewards ACP page #3910"
This reverts commit 0c740293fc.
pichalite 0c740293fc fixes for rewards ACP page
pichalite ee529d92d3 fixes
barisusakli 46f2faaa05 closes
barisusakli ee9d0ac2da cleanup search, removed socketuser.loadSearchPage, use regular route
barisusakli 694b96ea60 closes
psychobunny b3a98515e9 fixed ban/unban components
pichalite 90210350f9 Use Skin instead of Theme
psychobunny 7cc8390265 data.loggedIn for new posts
barisusakli ab6c84471b some search/sort changes
barisusakli 92f0e2d86a closes
added account/upvoted, account/downvoted, account/best
barisusakli ae9606f5ee closes
barisusakli da338a1341 fix typo
barisusakli 222ef14d7f added chat:autocomplete:init
barisusakli 1ad4128649 closes , closes
Julian Lam d67efa3a5b update core to allow composer to define static route
Barış Soner Uşaklı dd0560a4b8 closes
barisusakli 18013c5518 closes
psychobunny 70bbf41dc3 popular/tab component
barisusakli 7ad90b4ef6 closes
Julian Lam fcb381f922 Fixes
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.
barisusakli 51154c8726 closes
barisusakli 6be8675580 closes
barisusakli f8a114ba5c closes
barisusakli cf889b70bd closes
barisusakli 687d29a44b closes
barisusakli dffb57ba14 closes
Julian Lam ad9a1d0f2c closes
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, 

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 

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 

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 

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

Also, closes . Help text is just omitted now.
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.
Julian Lam 4cc4824087 Merge pull request from pitaj/master
Maximum invites and invites are stored
Julian Lam 2d203d7dca Squashed commit of the following:
Closes 

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

    theme minvers for 

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: 

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

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 
barisusakli 0ffd5254ad closes , closes
Julian Lam bc199d6872 By default, always switch chat in chats page
closes 
Julian Lam 648e9c4dc8 fix
Julian Lam 2af11a23ce fixes
Julian Lam 3a520cdfbf Successful web installer now doesn't show 503
Barış Soner Uşaklı 9770983fdb closes
Julian Lam fc495a83ec closes
Julian Lam 992bcffcdf we stopped using -dev versions, so this conditional is unnecessary
Julian Lam a936866688 revamped ACP Flags interface,
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.
Julian Lam fc476ba168 Fixes
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.
Julian Lam f673f4f186 🐶
Julian Lam e232d9e198 Fixed issue where page view counts kept changing
... when they should only really be updated for the
hourly pageviews graph.
Julian Lam 6d386dd2ee Fixed some labelling issues and added support for last month
Julian Lam 7f9ac3f1fe Fixing bug where the labels would revert back to hours
Julian Lam 027d80debd Fixed issue where graph would always switch back to single-day
Julian Lam 9c1b067445 Closes
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.
barisusakli d3778a052a fix ajaxify data
barisusakli ecd777b659 closes https://github.com/NodeBB/nodebb-theme-persona/issues/206
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 
Barış Soner Uşaklı c55abdd095 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 20c8411287 closes closes
Julian Lam 93c077dabd closes
Julian Lam dc035c11f3 updated widget code to work better with sidebar areas
barisusakli e5cd928419 closes
Julian Lam 8944856692 updated approval queue message to use modal
Julian Lam ccf957f681 Added cancel button to picture change modal
Julian Lam 8a90afeed2 fixes
barisusakli 3bd83cd732 remove dupe code
barisusakli 323cc165b6 closes
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
barisusakli 356f1d38cb fix image upload for other users
psychobunny 18bd4c1cda closes
barisusakli 90c2a16b94 closes
barisusakli 6e1f0b9e32 fix top post bar reply button, after IS
Julian Lam 2830538835 Cover photo removal for groups,
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.
barisusakli 3648f69f72 added uid
Julian Lam f1412b6e9b Fixed cover loading for subdirs and added removal
re: 
barisusakli 54901afe5e removed toggleNew
barisusakli 277ee94f06 dont call meta.rooms.enter for guests
barisusakli baa813a4cb Merge remote-tracking branch 'refs/remotes/origin/master' into room-optimize
Julian Lam de9f196c75 Merge branch 'userhomepage' of https://github.com/yariplus/NodeBB into yariplus-userhomepage
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
barisusakli 1ecf27417a removed commented out stuff removed topics.enter
barisusakli 491a6d0234 Merge remote-tracking branch 'refs/remotes/origin/master' into room-optimize
barisusakli 0d23c56281 removed event:disconnect
barisusakli bac2a0d959 removed event:connect use socket.io connect event duh
barisusakli 5879185ebc single proc stats
yariplus 853aa37cd2 Add user home pages.
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)
psychobunny dd8a77b949 components: account/ban, account/unban, account/delete
psychobunny dc7be48121 account/follow, account/unfollow, account/chat components
psychobunny aa373841e9 use ajaxify.data.uid instead of template element
Julian Lam 3314ab4b83 fixes
Julian Lam dc916c5e3c closes
psychobunny b9316bfd23 removed alert.location
psychobunny 1982501985 toaster components + deprecated alert.location
psychobunny 8cf6fe3aa1 closes
psychobunny 0be363d220 closes
@martyalicante @a5mith  hopefully finally fixed :)
Barış Soner Uşaklı 871dffb0d3 Merge pull request from pitaj/patch-1
Use the hide class instead of jQuery hide
Peter Jaszkowiak 6e889ed60d Use hidden class for search field
barisusakli 797b7f2ec1 remove quotes on both ends
psychobunny 4798647b8a moved infinitescroll.parseAndTranslate to app.parseAndTranslate
psychobunny ad0a7e0cb2 upping themes
psychobunny ec434dfe95 user/picture component
psychobunny ce4df8f22b fixed cover image editing on all profile pages
Julian Lam 8d4209d42c Merge remote-tracking branch 'origin/master' into user-icons
psychobunny 40bda722c9 fix acp title on ajaxify
Julian Lam ae43c16227 Fix tooltips for user icons that aren't divs
Julian Lam 04dcd38d04 added new client-side hook on thread tools open
Julian Lam 5473a4f3b4 added new client-side hook on thread tools open
Julian Lam 526afc0910 Merge remote-tracking branch 'origin/master' into user-icons
psychobunny f19043d046 profile cover photos
psychobunny 02d1304185 removing groups.cover.get, seemingly it doesn't do anything
psychobunny 973da9bdcc up persona
psychobunny a4cae65732 fixed hardcoded group name in uploader + cleanup
psychobunny ef20141e8f jshint
psychobunny 7a6d6c2bd6 Merge branch 'master' of https://github.com/NodeBB/NodeBB
psychobunny a6796479bf fixed drag and drop image upload
psychobunny 61b1f5fe32 allow regular uploading (modal) of cover photo
barisusakli 887358f045 closes
barisusakli aae393ebe1 closes
psychobunny 69e43cd35a modularized coverPhoto
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.
Julian Lam 7ee584b632 If notification dropdown is double-clicked, all notifications are marked read
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 7217fa7493 fix unread count increase
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 02abcf0da7 add newlines tabs to meta and link tabs
barisusakli 74b02ee096 dont crash if item is undefined
barisusakli 2064f20f94 fix tooltip positioning
barisusakli c426c7288f find closest to middle in navigator
barisusakli 5e5cafafd0 make one socket call to load unread counts
barisusakli edf545cd2c dont load sound data on cold load
barisusakli 2ec0d3f376 dont make extra socket call on new post and IS
barisusakli d146bff2a1 send less data when leaving rooms
psychobunny 0e7228eff7 fix admin menu + title if url has a query string
ex. ?loggedin
barisusakli f17ba88c0f closes
barisusakli 6b1834d4ae closes
barisusakli f2d6f931af closes
barisusakli 2f5eb248eb fix postcount
barisusakli cba871ec90 closes
barisusakli d351d01490 fix sort on category page
barisusakli b556652582 fix chat redirect
barisusakli f6fa0ace3c closes
barisusakli 16a65c8ffc closes
barisusakli 096ecce87b fix indent
barisusakli 07a97717ab removed bool param
barisusakli e2a5440ae8 closes
barisusakli 47e2dd9478 closes
barisusakli de4d747e63 closes
barisusakli 9ac4704848 more search cleanup
barisusakli 79d5eea46d closes
barisusakli fca2cf0a10 closes
barisusakli 8a51c5a023 fix tooltip
barisusakli 7854e67b7b closes
barisusakli 0ce1e666e7 disabling/enabling parent will disable/enable children
barisusakli c268493d2b closes
barisusakli 2d96cdba1c closes
Julian Lam 5c71bb5923 fixed user avatar modal again
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 99e5015083 closes
Julian Lam 95129a1b40 closes
barisusakli 4d87890942 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 f4c5d3e159 parse picture modals when needed
https://github.com/NodeBB/nodebb-theme-persona/issues/161
barisusakli 848a14d861 fix typo
barisusakli 89439f2c14 fix upload hide
barisusakli 5f3eb5934a don't update bookmark on every scroll event
barisusakli d4206c047d select by class
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 22d6742422 closes
barisusakli ca294fc6ec closes
psychobunny 714efd0d0e scrollToPost / scrollToPostIndex offset isn't used anymore
barisusakli 9fc80702b8 simpler check
barisusakli 75e2228989 closes
barisusakli 00bc9f51c9 dont display post just scroll
barisusakli b7ce4312a9 show toPid inline
Julian Lam 09d23c3dd0 Added support for a theme to generate a link back to a parent post
psychobunny 81b3ae2597 cleanup
psychobunny 4c4d560f64 fixed f5 from in the middle of a big topic
psychobunny 028a520bf0 remove hardcoded fadein
barisusakli 9d0f681ebc fix component name
barisusakli bcd8bdf0df closes
barisusakli e7f87f4ffd closes
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
psychobunny 2669241c06 closes
Julian Lam c2da45c2f0 user profile changing logic
Julian Lam a43d40fbc7 upgrade script, and fixed client-side generation of user icon
Julian Lam 730a62519f Merge remote-tracking branch 'origin/master' into user-icons
barisusakli d8c9c8d447 dont crash on null category
Julian Lam e46496012a chat dropdown
Julian Lam a52f6cf0b4 User Account Edit and Change Picture Modal
barisusakli 7379f93a00 up composer
barisusakli 6457cd02ab move removeExtra to IS
barisusakli 80d6ba6b44 closes
barisusakli 4db0dadd1c closes
Julian Lam f6d5b52a8b WIP user-icons
barisusakli e02781f7e8 fix for IS when viewport is short
barisusakli df89a62b32 removed :rage3: comment
barisusakli b2dbb127e2 fix previous commit so it only uses window height if viewport <=0
barisusakli e78de34122 fix case where container might be smaller than viewport
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 5e0a7d7dac some more acp/nav fixes
barisusakli e4f0cd856a prettier admin navigation page
barisusakli 759607a381 parse modals on demand
barisusakli 30bc401797 parse upload picture modal on demand
barisusakli 2e1648b725 fix browsing not disappearing after everyone leaving
barisusakli de15c2925d use topic.toTop()
barisusakli 2e8505c66d home/end keys for inf scroll
barisusakli c3a6b11939 fix first reply insertion
barisusakli e2896ef6b9 socketio/posts socketio/topics refactor
barisusakli 8a3452f985 start reverse IS earlier
Julian Lam 6fe480d8c6 Adding some snazzy hotkeys to chat page
Julian Lam cef8e44b3b Fix bug with missing ref, using pushState instead of replaceState in chats client-side lib
Julian Lam 47d39d3346 closes
barisusakli 8f40b3f00d fix indent
barisusakli c617a3f008 inf scroll changes
dont load main post if start > 0
Julian Lam ebed9d641c Add new ACP option to upload Touch Icon,
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.
psychobunny 1dbfa65bc5 closes
barisusakli e461615c1a closes
barisusakli 054e0bb83b closes
barisusakli ee24fadfff closes https://github.com/julianlam/nodebb-plugin-markdown/issues/52
barisusakli 4e2318fa1e fix title in acp removed extra |
barisusakli 13508ca7f9 closes
barisusakli 75af978145 closes
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
psychobunny 70da64b927 button to revert to original email template
psychobunny 109fe895b3 ability to edit and save custom email templates
psychobunny 55748ac3f5 ability to select what kind of test email to send
barisusakli ee8bb8d908 closes
barisusakli 38cd153077 hide on enter as well
barisusakli 4d8f92de24 closes
barisusakli da9a6ba399 missing ;
barisusakli 0a9f82e30d removed some dupe code from chats
barisusakli 2f94307125 removed duplicated code in chats
barisusakli 5c51efdab3 globals config.relative_path
barisusakli fbfb39f967 moved socket connection out of app.js
psychobunny a8d44758cb acp remove logo fix
barisusakli 8c2fdcc77c group escape fixes
barisusakli 1cda4e8d9b scrollbar and scroll to bottom on logs page
Julian Lam c148b1c956 If a new message arrives, replace the teaser with the new message content, closes
Julian Lam 2e3eef136f Update chat frontend to better handle incoming messages
When an incoming message occurs from somebody who is new,
a new chat contact is spawned and put into the contact list.
barisusakli 04be0411e7 build search categories server side
Julian Lam 7fae82a9bd Update chat page behaviour on mobile
As the chat page is not optimised for mobile devices, if
entered, the chat messages themselves will be hidden
(corresponding commits on themes), and the client-side
javascript will open the chat modal when contacts are clicked.
barisusakli ade9a44b11 closes
barisusakli f17a716055 closes
barisusakli 1e3391ff12 closes
barisusakli 11c70f3a28 closes
Barış Soner Uşaklı 5b08538264 closes
Barış Soner Uşaklı 6d8134618f fix chats
barisusakli a5e9394d93 closes
barisusakli 17a40b716e fix topic move notification
barisusakli b17feb3b6c nested categories on search
barisusakli 501bfbfc47 closes
barisusakli 22d6ceab59 closes
barisusakli 0cac0692b6 closes
barisusakli af19bd8bd2 msgs on reset
barisusakli 30d087cbd3 closes
Barış Soner Uşaklı bcb3b55ab0 Merge pull request from yariplus/homepages
Add Custom and Category homepages.
barisusakli ad685a0147 fix function in loops
barisusakli 896aadada7 closes
Barış Soner Uşaklı 5831bdd2ec Merge pull request from MegaGM/fix.user-status.update.handling
Fix: When a user changes his online status,
Mega b383c17df2 Resolve
Mega b4bcfb83a7 Fix: When a user changes his online status, all [component="user/status"] elements on a page are changing. The same bug appears in:
/user/*
/users/*
/topic/*
/chats/*

Cold load: http://i.imgur.com/OL2njmf.jpg
After change my status: http://i.imgur.com/J6I8lOC.jpg
yariplus d998fe2dd5 Add Custom and Category homepages.
barisusakli e3ca91e325 fixes item 1
barisusakli 9361ff0772 closes
barisusakli dd5a8e8a88 closes
barisusakli 775e0532eb fix search selector
barisusakli 95b709c806 dont crash if data.responseJSON doesnt exist
barisusakli 459e51862a closes
barisusakli a64cbbc6df
barisusakli 961efa3533 closes
barisusakli 2d175cc3fb closes
barisusakli bb4984a9aa closes
barisusakli e6755d0adc closes
barisusakli a1c407acd0 closes
barisusakli af50ade066 closes
Julian Lam 394fa87b39 on account deletion modal, focus on text input
psychobunny 31fef4f429 hint. damn those globals wtb browserify
psychobunny b6a43fb5cf fixes
psychobunny 4962fb4851 closes
Julian Lam 1a741da3d4 translating parsed template in client side code
Julian Lam c3821c2070 Close
barisusakli 0ffb81308e closes
barisusakli f9575efaf0 disable fork button during fork
psychobunny ff2543e522 thought they all seemed pretty self-explanatory to me
psychobunny bc5f9d0199 closes
psychobunny d5cc37b166 notifications/list and notifications components
psychobunny 30c1001e5d also for settings v2
psychobunny e36976fd39 closes
barisusakli 794c218cb6 fix displayMenuItem
barisusakli f6c95456f2 fix password change notifs
barisusakli 09dacfd6a9 remove bookmark alert on scroll or after 10 secs
barisusakli 980484d930 added config as global :dull:
barisusakli 7689d54d42 closes
barisusakli c3719ea5b5 closes
barisusakli 9d4d904479 404 fix
barisusakli 48512bff6b get rid of app.exposeConfigToTemplates
psychobunny 3c71de285a Merge branch 'master' of https://github.com/NodeBB/NodeBB
psychobunny 80b13c94c8 snackbar translation for acp
barisusakli 0be3bd1893 removed ajaxify.variables
barisusakli 6810b529c9 prevent infinite loop on topic scroll to bottom
psychobunny 82d39753b7 hint
psychobunny b10a7d4410 notifications/icon component
psychobunny b66a58dd52 user/status: don't touch the other classes
fixes that 2px thing @julianlam
psychobunny 54d996ca6a fixed user/logout component + vanilla 3.1.2
psychobunny b19120f822 user/logout componen
psychobunny e9a42cdecb fixed notifications on deskto
psychobunny a44f467ebc Notifications.loadNotifications()
psychobunny 2301362f59 component="header/usercontrol"; also fixes user status bug
psychobunny a663f95669 chats.loadChats()
psychobunny 63be875daa header/userpicture, header/profilelink, header/username components
psychobunny 2e33ae2742 Merge branch 'master' into persona-2.1
psychobunny 6e714a5344 Revert "header/userpicture, header/profilelink, header/username components"
This reverts commit d1effa65d0.
psychobunny d1effa65d0 header/userpicture, header/profilelink, header/username components
psychobunny 306964b4ea chat/dropdown and chat/list component
barisusakli eaefd9d24c remove meta/title.js and meta.title.build
psychobunny d75f5574e0
psychobunny 6c44db9a0c closes
barisusakli cf36f7bc79 closes
Julian Lam 1772041b6e fixed invocation of clickdn in snackbar
psychobunny 7210ffdde9 only need to translate bootbox's footer
psychobunny 3145e75fc0 closes
psychobunny 19a3950928 don't blow up if no skin was selected
Julian Lam 902d11c6af Fix
barisusakli db90d19b45 fix password confirm
psychobunny cd83dcf2e0 better styling for snackbar on mobile
psychobunny 7fa4057051 overrideTimeago only needs to be called once
psychobunny 0caa095ea4 closes
psychobunny 0cb8f2b80c closes
psychobunny cc299f89e2 mobile menu for ACP first pass
psychobunny ea3fa0ff1d md snackbar for acp
Barış Soner Uşaklı 76c0e33bcb filter links and children
Julian Lam 141174ac94 Fix ACP active state issue
Apparently, all this time, there was a bug that caused active
states to not properly be shown in subfolder installations. This
commit fixes that regression. ping @psychobunny
psychobunny cdc351bc02 fixed acp search
psychobunny 656476620e fix new checkboxes on ajaxify
psychobunny 6dbd7cad84 done with this stupid checkbox experiment
psychobunny d091729de3 search bar and restart menu completed
psychobunny fd46b31d6e fixed selection of skins
psychobunny 181bb9a6a7 theme selection buttons
psychobunny 88c466bf3f fixed theme selection
psychobunny b62cf2ad14 fix selection of skins
psychobunny 867c09bab6 revert theme: default theme is now persona
psychobunny 1e2fb5cd4c undo button for skins and themes
psychobunny 9dcaafdb1b widgets save button
psychobunny dfa4f47289 save / create buttons for categories/category
psychobunny 26858436b6 fix for acp subpage nav
psychobunny bd494207eb got rid of that fancy edit for cat name/desc + improved layout for settings
psychobunny ffd38b8cc3 some UX tweaks to manage/category
psychobunny c6282e289a main header title + better logic
psychobunny 744a7d4210 extend/widgets
psychobunny d1f45b6d79 extend/plugin
psychobunny ec335b55cd fixed active state for install plugins submenu
psychobunny 4fd99e8aae removed activateMobile
psychobunny 30970d618c dynamic title for settings pages
psychobunny 2da3b34798 Merge branch 'master' into acp-paper
Barış Soner Uşaklı f4da333b42 Merge pull request from yariplus/catsfixes
Fixing some issues with acp category page
psychobunny ba58c83b97 acp active states for main menu
psychobunny 9389c0773e acp themes redesign first pass
psychobunny 30cd8d2af9 cleaned up the widgets page 👍
yariplus 67e450a05b Fix issues with acp category page
strange name for background size variable
invalid class selectors
hijacking of background style
psychobunny d464cb2f0d settings - automated table of contents
psychobunny fed87dded6 sayonara, acp menu
barisusakli 5ababdbdf0 prevent crash if data.enter is not string
barisusakli 5b87af4389 closes
recursively get all children
calculate topic/post count from children
new sorted set `cid:<id>:children`
fix search query params
psychobunny 4b0f50f57e closes
Julian Lam 3b3c383d93 adding a fallback for en_GB and en_US
psychobunny 3d962822c6 properly, @barisusakli so no need to copy pasta everywhere timeago is used
psychobunny 5b1571ad1e don't need to refresh to preview updated skin
barisusakli f4dd0c14ae update title for new posts as well
Julian Lam 3d9415b65e Fixes
psychobunny f9b104192b fixing deprecated global translator call
psychobunny 5299e1fdc6 closes
barisusakli c70267bd23 fix indent
barisusakli 5e3e1f8781
barisusakli 6e630b3cfd closes , thanks to @psychobunny
Julian Lam 1b812068ca Fix bug where translator would split on all colons, and not just the first
barisusakli f8f3e3faa7 closes https://github.com/NodeBB/nodebb-theme-persona/issues/79
barisusakli 9e1d5c8113 closes
barisusakli 5a15ee7713
barisusakli 1b9c443076 toggle browsing if all users are gone
Julian Lam e60194292f Fix a myriad of problems with the ACP/Plugins page
- Fixed 
- Fixed issue where the normalised API return would have the wrong id for all plugins
- Fixed issue where uninstalling a locally installed plugin via ACP would cause NodeBB to crash
- Simplified ACP/Plugins client-side code to simply refresh the page after installing or uninstalling a plugin.
Barış Soner Uşaklı e34b30eeca Merge pull request from pejuaxel/master
Add missing localizations
Barış Soner Uşaklı 2968dbb9ac Merge pull request from bdharrington7/bookmark2
Saves user bookmarks on server if available
bdharrington7 bd26961fa6 Makes bookmark click scroll to last read instead of past it
bdharrington7 25203ee67e changes bookmark storage to sortedset, gets uid from socket rather than being passed from client
barisusakli d5128d0513 closes
barisusakli e592499d48 correctly hide/show user in browsing users
Axel fc0871a79d Merge branch 'master' of https://github.com/NodeBB/NodeBB
Axel 91e81065dc Localize "Group Name:"
Julian Lam cead53ec86 Fix list behaviour in chat page
Julian Lam 53a1e6106e Fix bug where an empty chat message would appear in the chat modal
Julian Lam 98b74f848e Fix newSet detection on chat messages
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.
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)
Julian Lam eac92b00c6 better error checking with socket broadcast method
Julian Lam 6348eb2bab fixed
Julian Lam 4f4e33eb15 Merge branch 'pichalite-master'
Julian Lam eb5be2f671 fixed some whitespace issues and made the admin check return early, in its own block
Julian Lam d10fd6248e Merge branch 'master' of https://github.com/pichalite/NodeBB into pichalite-master
Axel 9c2d7a2468 new language keys
Julian Lam 474ff3ed35 fixed
pichalite d2bbca1de1 don't display leave/join buttons for admin group
Julian Lam ee9390ee34 fixed
pichalite a5226c9423 don't display "Leave Group" button for admins in "administrators" system group on groups details page
barisusakli 954c25823e closes
bdharrington7 54180acf9b saves updated bookmark in callback
Julian Lam 93007bc34f fixed regression of pagination caused by changes to ajaxification logic
bdharrington7 2a82b5db91 Merge branch 'master' into bookmark2
bdharrington7 4d99f60b3d uses server-side bookmark if available
Julian Lam 7e6703c18e more line ending conversion
bdharrington7 45df5a3d0b stores the user's bookmark on the server
psychobunny 0bc4799c3c remove setTimeout hax in settingsv1 :squirrel:
psychobunny fdc66eb607 fixes checkboxes for settingsv2 (deja vu)
psychobunny a3c41e7fdb action:posts.loading
psychobunny 8e4340544a action:posts.edited
Julian Lam 957766c1d7 fixed
Julian Lam 0c6b2b122e fixed
Julian Lam fdefff3516 fixes
barisusakli 1413fc1b1a closes
Julian Lam 22251cb0bd fixed , introduced new navigation data property, "targetBlank", deprecated "target", which was never exposed anyway, and updated default values
Julian Lam 5340537631 closed
Julian Lam 87e5c733a4 added dedicated client-side action hook for when the client-side finishes loading
Julian Lam 4b9eab6dc0 fixes
Julian Lam b2a69758ee added back multi-line support for translator
Julian Lam eaa35c8057 making translator regex stricter, so it doesn't match language strings that won't ever exist
Julian Lam 2c62bafdc7 fixed ajaxify for pagination blocks
Julian Lam 305c54a727 fixed bug where an extra space was added to new replies
Julian Lam e25d2fa6e6 closed
Julian Lam d712dcdce1 fixed issue where ajaxify couldn't handle urls with "#" href if the currently address already had a hash value present.
barisusakli daf1a388eb closes
Julian Lam 2cb70ceccc added auto-ajaxify on reconnect 😎
Julian Lam f9a29186c4 updated ajaxify 5xx handling code to work even if nginx is used as a proxy (as it serves back 502, not 500)
barisusakli 81eeab42ed category filter on /unread
Julian Lam 835750f36f fixed checkbox behaviour in widgets page... @psychobunny, did I do this right?
Julian Lam 534b13e089 fixed bug where ephemeral groups and the registered-users group wouldn't show in in ACP/category details page for privileges.
Julian Lam 140b8be161 updated ACP checkbox module so that it hides the checkbox via js instead of blanket CSS hiding
psychobunny a4ace48469 closes
psychobunny 541fd474b3 fixes checkboxes for both settingsv1 and settingsv2
Barış Soner Uşaklı 4fc4a0ff3e dont escape group.name, use displayName in tpls instead
Barış Soner Uşaklı d225951027 fix group name
Barış Soner Uşaklı a12ecbc230 admin/manage/groups pagination
Julian Lam b4e39374bb firing 'change' event for all checkboxes after settingsv2 load
psychobunny 6b6bae7cc5 font awesome checkboxes for acp
psychobunny b73a26f7a6 fixes reload button and probably a bunch of other things in ACP
Julian Lam 74f2f7caef fixes
psychobunny b69ea4564a fix user presence graph
if nobody's using your forum at all, this thing stopped working
altogether
psychobunny c01f06214e don't re-render graph if data is stale
psychobunny c6713177d3 realtime mode toggle for dashboard
barisusakli 2b493964d0 closes
barisusakli ffd22f50ff closes
barisusakli 52f7e13a5c closes
Julian Lam ceb4de653d fixed
barisusakli 619251143d reset inf scroll on search
Julian Lam 48af82659e removing the composer from core, out to its own plugin: nodebb-plugin-composer-default, closes
barisusakli 491d376fb4 closes
psychobunny a285e0734d closes
barisusakli 5ee1951245 closes
barisusakli 57c2418157 closes
barisusakli a31178ebd8 closes
barisusakli 2b0b2ea858 fix search by ip
psychobunny 5ff9a7f9a9 allow multiline support for translator
see: https://github.com/psychobunny/templates.js/issues/36
barisusakli b89b4d066a max chars
barisusakli 38b838d462 closes
moved group edit from modal to its own page
added hidden/private to group edit in acp, they were only in the client
groups page
moved add users above member list
barisusakli 1d72a8f0ee fix composer redirect on home page
barisusakli 9d562a8708 closes
barisusakli 0ef2ccc130 closes
barisusakli 536c443c1e closes
barisusakli 1bbce82c23 duh
barisusakli 8ff7ba82c2 closes
barisusakli 6d0d74a6e9 moved topic search end to topics.js
barisusakli 2880a77a9f closes
barisusakli 387a5e36b2 search fix, moved topic search to topic.js
psychobunny 28e1ae46c7 woops, committed some testing code by accident
psychobunny 7564881298 don't minify files in /client
adds an extra call to the client/route.js file on cold load but cuts a
ton of extra weight in nodebb.min.js
psychobunny 97d1ab2e35 console.log
psychobunny f8b3282295 closes
psychobunny 548d39fac5 lint
psychobunny ac2811be75 instance.restart
psychobunny 6c607bca1e closes
psychobunny 6ae64ca884 fixed skin revert message
barisusakli 3a36ae5c13 wait for loadScript & widgets.render to emit action:ajaxify.end
Julian Lam 17ff083cc6 passing in available composer data into the composer.loaded client-side hook
Julian Lam 6fedcca4ee changed a bunch of whitespace back into tabs, and fixed issue where categories without a parentCid were not showing up at all in the ACP
Julian Lam 478850ac05 rewrote a bit of the code so that templates.js is called asynchronously, and moved indentation levels to CSS instead of inlined styling.
Julian Lam 394497c9d5 Merge branch 'categories-parent-acp' of https://github.com/NicolasSiver/NodeBB into NicolasSiver-categories-parent-acp
psychobunny f1f028b89c Merge pull request from yariplus/patch-1
Fix specificity on ACP widget panel heading.
psychobunny 2dfb9837a7 log
Barış Soner Uşaklı 507fb225a2 removed console.log
Barış Soner Uşaklı 4420e7a9fc closes , closes
psychobunny 05c5196965 closes
Nicolas Siver a17c65ee9f move item template to file
Barış Soner Uşaklı b717da0229 Merge pull request from pitaj/master
Fixed translator backwards compatibility issue
barisusakli 045d9df81f closes
Nicolas Siver 1bfb41bccb sorting tree
Nicolas Siver 46ce3aae9f tree view
psychobunny a355fbfc81 closes
psychobunny d51407834d closes
psychobunny b96018b0f5 closes
Julian Lam f9053c077d updated groups ACP styling and template to use a table, like categories
Conflicts:
	src/views/admin/manage/groups.tpl
Barış Soner Uşaklı 7bed4c40d6 closes
Julian Lam 8f7416d1cb updated acp category privilege settings so that not all groups are shown in privilege table, closes
psychobunny f698d28dfb one last fix for
psychobunny 7b81c5db9f
psychobunny 79fd5a4d8e closes
psychobunny 63a2a20fd3 remove the old history.pushState hack for mobile composer
psychobunny 55bed3464e if mobile, go to /compose route
Julian Lam f6181e6481 fixes
Ole R. 22e227a6cd fixed error-report within translator.js
reported by [rex-huang](https://community.nodebb.org/user/rex-huang), see https://community.nodebb.org/topic/4520/error-handling-is-wrong-in-translator-js
Timothy Fike 8414e31730 Fix specificity on panel heading.
Needs to be specific so I can put an accordion inside. 😎
barisusakli 4f37d268b6 removed sort by username
barisusakli 5f23f04423 Merge remote-tracking branch 'origin/master' into user-search
barisusakli fbdae8fe1d return time and matchcount on page switch
barisusakli aa577f4adc part 1
no upgrade script yet
psychobunny 60f9fc17ae
barisusakli 30a9b66b31 fix room enter
barisusakli 10de7a92e4 dont let joining other uid rooms
psychobunny a88ad903af action:ajaxify.dataLoaded
barisusakli b292aeea72 closes
also dont allow loading posts of a topic if its deleted via
topics.loadMore
barisusakli be1865da2d closes
barisusakli 0083d4ff1c return user settings in api
barisusakli ffac8eb41d closes
Barış Soner Uşaklı b08774763a added tpl to ajaxify.content-loaded
Julian Lam cd7a3f64f4 removed extra console logging
Julian Lam c7fbaf1a53 updated notif page code to work with new mobile-only dropdown for marking notifications read
Julian Lam e18f6c95fa added link to 'install plugins' page in acp installed plugins menu dropdown
also fixed annoying white background when a menu item other than the one active is focused upon
barisusakli 2fc8b153c1 img-responsive on about me images
Peter Jaszkowiak ad7b561dd4 Fixed translator backwards compatibility issue
Also removed the _clearMenus global object because populating the global namespace is bad, bad, bad
barisusakli 9749658d35 added about me field
barisusakli 163b70fba9 fix acp logout
psychobunny 533193fa79 send in data to action:taskbar.pushed as well
psychobunny 1556365712 call taskbar.push regardless of whether it's a new chat or not
there's logic in taskbar.push to not create the element anyways
psychobunny c13e14d2c8 pass in element to filter:taskbar.push; taskbar.push cleanup
barisusakli 0d7e72be51 removed dupe code
barisusakli 17dfb4df94 posts_list.tpl changes
barisusakli 03b0d282f1 search fix prevent crash if search term is invalid regex
Barış Soner Uşaklı a5c52958e7 made handleSearch public
Barış Soner Uşaklı e88d88e56c added return false
Barış Soner Uşaklı 8544531a79 removed event
Barış Soner Uşaklı 21b634e03f closes
Julian Lam 15265bf36e Merge pull request from yariplus/settingsobject2
Enhance settings object plugin
psychobunny a9015cee03 Merge remote-tracking branch 'origin/master' into web-install
psychobunny 24a11314dc installer - finally got it all working ;)
psychobunny ddd5c49461 installer ux fixes
psychobunny 7488fa0416 cleanup; fixes
psychobunny 45e216edef installer: database error messages
psychobunny 8556ddd9a0 installation spinner; started launch page
psychobunny f981e6d466 fixed confirm password validation
psychobunny 220dec5711 installer: validate before sending form
barisusakli dd61bdb9c6 closes
psychobunny 948ad5fb44 Merge remote-tracking branch 'origin/master' into web-install
barisusakli 7632997a99 closes
psychobunny 89c863caa7 embarassing console.log's are allowed at 8pm on monday
psychobunny 213ee2d063 installer: fixed validation
psychobunny a93e52aade fixed cold load database switcher for installer
psychobunny a386974585 installer: database switcher
psychobunny 8a7aaf8f76 installer: validate email
psychobunny ab2272b6b5 installer: confirm password
psychobunny fe40d0f9e8 installer: password validation
psychobunny 50b9a7096e minor ux
psychobunny 25e2e72366 got username validation working
psychobunny 1f2bd9390d compiling JS as well now
psychobunny 55c969ab23 Merge remote-tracking branch 'origin/master' into web-install
barisusakli 3ffd3a5d3c closes , closes
psychobunny 2ffdec5386 styled active clas
barisusakli 1f06f90a50 closes
updated lru to latest
created new files posts/cache.js posts/parse.js posts/edit.js
Julian Lam 9e994f3baf finally closed -- added implicit privilege markers to client-side privileges table
Julian Lam 5a0ea28633 better fix for
Julian Lam bbccc38efd Revert "made pagination.loadPage also a silent ajaxify, so in-topic searching works with it"
This reverts commit 7e3e7edfd4.
barisusakli 72f80dd330 closes
Julian Lam 7e3e7edfd4 made pagination.loadPage also a silent ajaxify, so in-topic searching works with it
barisusakli dd92b06f16
Julian Lam e309a188c3 fixed issue in ajaxify.go where search module was not properly required
yariplus 9d3a9f4493 Enhance settings object plugin
Use an array to declare the object properties so that the order is always the same.
Add a data-new attribute for individual properties. (You can still use a whole object in the data-new attribute of a parent array.)
Add data-prepend and data-append attributes to properties for inserting html before or after that property. (This may also be useful for the array plugin.)
Julian Lam 821c9f12d6 updated scrollToPost behaviour to no longer ajaxify loudly. Also updated call to checkPagePresence to fire before the topicDOM events begin, so if an in-topic search is conducted on a different topic from the current topic, the topicDOM behaviour continues. closes
Julian Lam 65b2523b0f closed
barisusakli da5909349b closes
barisusakli e8afe329a9 pagination
psychobunny 5d04cd0bef ability to add class to taskbar; new action hook; send touid in chat
psychobunny 23c4ecfe60 filter:taskbar.push
not really a filter, but does the job as long as its synchronous
Julian Lam 5587233e78 fixed quoting and highlighted-text auto-quote for composer when composer is minimized, closes
psychobunny 1d94b6a96f closes
psychobunny c188fa2a1f closes
Julian Lam ee7d356781 Merge pull request from yariplus/settingsobject
Add object setting plugin
Barış Soner Uşaklı c9b5948034 closes
Julian Lam 0e0b92f794 update group pages to use components
Barış Soner Uşaklı 7bc2eeff4a duh
Julian Lam 1c36fbd57b fixed
Julian Lam 2000947cd6 fixed
barisusakli 500c9f061c removed return
barisusakli 8c7ded3062 closes