Commit Graph

1161 Commits (fd31ad3cfe945bcc3a179f39dd84034620dcc2d1)

Author SHA1 Message Date
acardinale 9321e565ad Added new core component for topic with tid
Added new core component for topic with a specific tid
To use
```javascript
var topicContainer = components.get('topic', 'tid', tid);
```javascript
in a view with more topics / posts
Julian Lam 7563873bd4 Merge branch 'master' of github.com:NodeBB/NodeBB
barisusakli 9a19f61372 closes
Julian Lam b4df9427d5 linting
barisusakli 4bbc8110a9 closes
barisusakli 0d4949ea26 parts not used
pichalite 62fb092099 change post sharing to use /post/pid url
Leonardo Vieira e4afa67956 allow resizing chat from left/top as well
Julian Lam 34f2d25651 fixes
Timothy Fike 6a4754efca Set switches appropriately on plugin settings pages. ()
lex(a) mourek 2a7732789d Fixed czech translation for timeago ()
When czech language is set, browser throws 404 Not Found error on jquery.timeago.cz.js
Thats because translation file were renamed 
81f072ebb2
https://github.com/NodeBB/NodeBB/blob/master/public/vendor/jquery/timeago/locales/jquery.timeago.cs.js

so that cs->cz override is no needed anymore.
Julian Lam 621e0d145e closes
Serving english timeago strings from server instead of round-trip
re-request on failure.
Julian Lam 39d9be787e fixes
barisusakli decd853507 closes
barisusakli b493b81dbd fix crash if category or children is invalid
barisusakli eb0aea6390 add /user/<uid> and /post/<pid> redirects
change notifications to use new redirects
barisusakli 7365b9cc73 more chat refactors
Julian Lam b2b99ce9f9 added new core component for topic teaser
/cc @rbeer
Barış Soner Uşaklı fecda8c051 Merge pull request from pichalite/chat-dropdown
don't show rooms without messages
Raphael Beer ee2c178f2a Don't add .undefined if selection is empty
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.
Raphael Beer aaef2d4362 Use modal Element as traversing root
Raphael Beer ff2ca0f786 Add changeSelection to iconSelect
Raphael Beer dca9218ee9 Add .selected to currently set icon in modal
barisusakli 19bc6fa133 fix undefined callback in sounds
Julian Lam 430adc366c fix
Julian Lam 94a505a6bb removed symlink logic and using route bridging instead.
Also allowed plugins to define modules from their plugin.json
Julian Lam f91f705f90 Merge branch 'master' into fix-vendors
Barış Soner Uşaklı 8d86aecc83 Merge pull request from rbeer/ulModal-localSize
Check file size locally.
Raphael Beer 58cc25e385 Set default hasValidFileSize return to true
Julian Lam 1385d19f64 Further tweaks to viewport shuffling and dynamic image loading
@BenLubar
psychobunny a978f763e3 fixes crash https://github.com/NodeBB/nodebb-theme-persona/issues/250
psychobunny 6a74589e31 closes https://github.com/NodeBB/nodebb-theme-persona/issues/250
barisusakli 5fa6686112 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	public/src/modules/navigator.js
barisusakli 3a27e7b0ea closes
Raphael Beer ff09789812 Check file size locally.
Julian Lam 31e70ac5a8 applying threshold detection only to topics
re: 
Julian Lam cc60767eb0 removed console logging 🐶
Julian Lam add82ba6c9 Added threshold detection when scrolling upwards
... for less jolty upwards scrolling.
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
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
psychobunny 0c1376c884 closes
barisusakli 56ef1e9869 closes
barisusakli e2f78a9585 closes
psychobunny 489bdcced6
psychobunny 3e14606226 added roomId to match the other hook
barisusakli c9cfe5b089 closes
Julian Lam b73af30a2b added git ignore file for modules directory
barisusakli 3981e230c4 category children helper
barisusakli d67ec1d096 fix indent
barisusakli 05cc3fe4ef closes
barisusakli c156d1cb34 closes
barisusakli 07c1a822db closes closes
barisusakli b2b104dab3 closes
barisusakli a67f3d2a15 closes
barisusakli 4b5ec512b9 refactor/cleanup uploader.js
barisusakli 65dda58e0c renamed tpl
barisusakli df9558f1fa closes
pichalite cd99a46918 don't show rooms without messages
Barış Soner Uşaklı 3e46ef8c35 closes
Julian Lam 44aae7daa5 removed hammer, updated semver, added mousetrap
pichalite 5f6a1a0acd complete fixes for
psychobunny a320ec3efb closes
psychobunny 9e832e006a closes
barisusakli 8bc80abde6 removed notify typing code, not even working
barisusakli 3567f2ad55 closes
pichalite eba107cef4 fix Mac platform case
Julian Lam 322d4052b0 chat controls now hidden instead of taking up space in chat modal
Julian Lam 3b76b0343b Revert "fixes NodeBB/nodebb-theme-persona#218"
This reverts commit ee529d92d3.
Barış Soner Uşaklı 88e4591f88 closes
barisusakli bc9c564650 closes
barisusakli d7df6c0b06 remove more from config
psychobunny 46cfd03465 closes
Ole R 91ec4c80c2 Oops, fix call of undefined
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 5e86d9f804 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.
Julian Lam 5de0e74908 Notification paths are now sent back in socket call, so client-
side alert now shows more data and is clickable.
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 >)
Julian Lam f1ed3ad659 allowing favicon updating to be disabled via client side hook
barisusakli 24c56eb80a switch topic select to components
Julian Lam 2cabf7a3d1 Merge pull request from pichalite/master
fixes 
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
pichalite ee529d92d3 fixes
barisusakli 46f2faaa05 closes
barisusakli 222ef14d7f added chat:autocomplete:init
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 687d29a44b 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 abed319da2 closes
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 f0b333e8a1 closes
barisusakli 26ac05dd5c Merge remote-tracking branch 'refs/remotes/origin/master' into group-chat
Julian Lam a091067175 closes
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 d8810ceae9 send messages
barisusakli 784ff07907 ability to add/remove users from chat rooms, tagsinput
barisusakli 29d8b9c181 more room changes app.openChat
barisusakli 58d05f7c79 recent chat list with rooms
Julian Lam 7b49dc9061 fixes
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 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 
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.
barisusakli 20c8411287 closes closes
Julian Lam 93c077dabd closes
Julian Lam 8a90afeed2 fixes
barisusakli 3bd83cd732 remove dupe code
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.
Julian Lam f1412b6e9b Fixed cover loading for subdirs and added removal
re: 
barisusakli 54901afe5e removed toggleNew
barisusakli 46c2563164 removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
Julian Lam 3314ab4b83 fixes
psychobunny b9316bfd23 removed alert.location
psychobunny 1982501985 toaster components + deprecated alert.location
psychobunny ad0a7e0cb2 upping themes
psychobunny ec434dfe95 user/picture component
Julian Lam 526afc0910 Merge remote-tracking branch 'origin/master' into user-icons
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 a6796479bf fixed drag and drop image upload
psychobunny 61b1f5fe32 allow regular uploading (modal) of cover photo
psychobunny 69e43cd35a modularized coverPhoto
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
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 02abcf0da7 add newlines tabs to meta and link tabs
barisusakli 74b02ee096 dont crash if item is undefined
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 6b1834d4ae closes
barisusakli d351d01490 fix sort on category page
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
barisusakli fcf411a72b small fixes
barisusakli 848a14d861 fix typo
barisusakli 89439f2c14 fix upload hide
barisusakli d4206c047d select by class
Julian Lam 97dd5500a1 Merge remote-tracking branch 'origin/master' into user-icons
barisusakli ca294fc6ec closes
psychobunny 714efd0d0e scrollToPost / scrollToPostIndex offset isn't used anymore
psychobunny 81b3ae2597 cleanup
psychobunny 4c4d560f64 fixed f5 from in the middle of a big topic
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
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 f6d5b52a8b WIP user-icons
barisusakli 1dc93f2446 closes
barisusakli 30bc401797 parse upload picture modal on demand
barisusakli c3a6b11939 fix first reply insertion
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
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
barisusakli da9a6ba399 missing ;
barisusakli 0a9f82e30d removed some dupe code from chats
barisusakli 2f94307125 removed duplicated code in chats
barisusakli 1e3391ff12 closes
barisusakli 501bfbfc47 closes
barisusakli 22d6ceab59 closes
barisusakli 0cac0692b6 closes
barisusakli ad685a0147 fix function in loops
barisusakli a1c407acd0 closes
psychobunny d5cc37b166 notifications/list and notifications components
psychobunny 30c1001e5d also for settings v2
barisusakli 794c218cb6 fix displayMenuItem
barisusakli 6810b529c9 prevent infinite loop on topic scroll to bottom
psychobunny 82d39753b7 hint
psychobunny b10a7d4410 notifications/icon component
psychobunny e9a42cdecb fixed notifications on deskto
psychobunny a44f467ebc Notifications.loadNotifications()
psychobunny a663f95669 chats.loadChats()
psychobunny 306964b4ea chat/dropdown and chat/list component
psychobunny d75f5574e0
psychobunny 6c44db9a0c closes
Julian Lam 3b3c383d93 adding a fallback for en_GB and en_US
Julian Lam 3d9415b65e Fixes
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
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
psychobunny fdc66eb607 fixes checkboxes for settingsv2 (deja vu)
Julian Lam 0c6b2b122e fixed
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 534b13e089 fixed bug where ephemeral groups and the registered-users group wouldn't show in in ACP/category details page for privileges.
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ı a12ecbc230 admin/manage/groups pagination
Julian Lam b4e39374bb firing 'change' event for all checkboxes after settingsv2 load
barisusakli ffd22f50ff closes
Julian Lam 48af82659e removing the composer from core, out to its own plugin: nodebb-plugin-composer-default, closes
psychobunny 5ff9a7f9a9 allow multiline support for translator
see: https://github.com/psychobunny/templates.js/issues/36
barisusakli b89b4d066a max chars
barisusakli 1d72a8f0ee fix composer redirect on home page
barisusakli 0ef2ccc130 closes
barisusakli 536c443c1e closes
barisusakli 1bbce82c23 duh
barisusakli 8ff7ba82c2 closes
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 f8b3282295 closes
Julian Lam 17ff083cc6 passing in available composer data into the composer.loaded client-side hook
Barış Soner Uşaklı b717da0229 Merge pull request from pitaj/master
Fixed translator backwards compatibility issue
barisusakli 045d9df81f 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
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
barisusakli b292aeea72 closes
also dont allow loading posts of a topic if its deleted via
topics.loadMore
Peter Jaszkowiak ad7b561dd4 Fixed translator backwards compatibility issue
Also removed the _clearMenus global object because populating the global namespace is bad, bad, bad
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
Barış Soner Uşaklı 21b634e03f closes
Julian Lam 15265bf36e Merge pull request from yariplus/settingsobject2
Enhance settings object plugin
Julian Lam 5a0ea28633 better fix for
barisusakli 72f80dd330 closes
barisusakli dd92b06f16
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
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
Julian Lam ee7d356781 Merge pull request from yariplus/settingsobject
Add object setting plugin
Barış Soner Uşaklı c9b5948034 closes
Julian Lam 2000947cd6 fixed
barisusakli 8c7ded3062 closes
barisusakli cf825d02b7 escape title
psychobunny 3ec99b8021
psychobunny 1201425db2 hint
psychobunny e78fc98146 cross-browser support for composer resize animation
psychobunny 4d414d0b63 .category-box and .post-preview now components
barisusakli 427dda654a temp fix for
psychobunny 59909894fc closes
psychobunny f601bdee5e Merge branch 'master' of https://github.com/NodeBB/NodeBB
psychobunny 97419bbdd9 closes
barisusakli b2fad172e5 closes
Barış Soner Uşaklı 5fda8422c5 fix focus
barisusakli 0d515803e4 fix post edit
barisusakli 9d026919ac closes
Barış Soner Uşaklı dadbda98b7 closes https://github.com/NodeBB/nodebb-theme-persona/issues/52
barisusakli 5f2271e4e0 closes
barisusakli 0d839bdb2c parantheses
psychobunny 7563e9aba1 added localStorage for preview toggled state
psychobunny e1ff3deaf0 move preview toggle function into composer/preview.js
psychobunny bc4e5371d7 Merge pull request from MegaGM/fixcategory.images
fix: category images (helpers.generateCategoryBackground)
psychobunny 232d1aae31 helpers.getBookmarkFromIndex
Julian Lam 47a7ab15be refactored translator system to be a require.js module, and not a global
Julian Lam 16c6578bdb updated components to be a require.js module, not a global (:rage2:)
Julian Lam c706638b5d updating groups access control so:
1. Guests can no longer receive the moderate bit
  2. If you attempt to grant the moderate privilege to a public group, a confirmation modal appears
  3. A lock icon is present next to all private groups
barisusakli d27ec057c5 closes
Julian Lam d249a46fae fixed around event handling for composer submit button, and upped vanilla minver
barisusakli 65bdeba385 helpers.js fix maybe
Mega 8b48a1e3af fix: category images (helpers.generateCategoryBackground)
psychobunny 7c7b43d295 semicolon
psychobunny 789418f987 stripTags and escape template helpers
use it like so {function.stripTags, title}
see vanilla or persona topics_list.tpl for more info
Julian Lam d95f5a9ae0 added help block to category purge button, updated iconSelect library to use templates in a better way, hooked up iconSelect for category mgmt,
Julian Lam 9b84a887d3 a huge frickin' number of changes for . This is part of
Julian Lam a1621145d5 Merge branch 'master' into categories_revamp
Conflicts:
	public/less/admin/admin.less
	public/src/admin/manage/categories.js
	src/controllers/admin.js
	src/views/admin/manage/categories.tpl
	src/views/config.json
psychobunny d39c2924e4 found a rogue topic class selector
barisusakli 4c31535c4b closes
psychobunny 4ca6364dd4 removed .category-item selectors
psychobunny 10eb617c6d category and category/topic components; removed #topic-container selectors
Barış Soner Uşaklı 0cc900bdcf closes
barisusakli 5bc2e7dac2 closes
psychobunny 51745568df removed the rest of the .post-row selectors in favour for components system
psychobunny 567d171d2f jshint
psychobunny 6439147586 updated core to point #post_container and .post-row to its respective components
psychobunny eba0f32913 post/anchor component
psychobunny e08f34e79d function.generateTopicClass
psychobunny 412c5360a6 allow timeago to be cast on other elements as well, ex. small
psychobunny 82ac542f55 helpers.generateCategoryBackground
psychobunny f7f048f06a when toggling composer preview, autofocus on composer
barisusakli 2f688136d1 closes
barisusakli b37bcc6dfe closes
psychobunny dfe48fffb1 composer fixes when resizing window horizontally
psychobunny 2f05ec7de0 closes and
psychobunny 8d313d2f16 return composing state to normal after discard/posting
psychobunny 9262c8b9f6 after selecting a category in composer, auto-select the next field
psychobunny 83f89e9537 made action bar button less restrictive
psychobunny 31368ac974 on mobile, resize composer textarea as you type so it doesn't constrain the editable view
psychobunny 7227dfd704 add composing mobile classes if composing on mobile
psychobunny 7282bbafb2 removing composer-mobile.tpl
was totally a bad idea.
Barış Soner Uşaklı 940c33c426 fix js error removed dupe code
psychobunny eb733fdb6f toggle preview button on composer
psychobunny daf9999a29 prevent composer from going too low
psychobunny 6059165a54 if composer:resizePercentage hasn't been set, default to half the page
psychobunny 0913dbbade added a border effect on max'd composer
psychobunny 49a173bdf0 last bit of fixes to composer
psychobunny bc9d7f2922 fix so that mouse is always on the handle
psychobunny 5b56157403 composer refactor part 1
removed lots of hardcoded values; used translate 3d instead of height
for smoother dragging; various optimizations; snap to top functionality
psychobunny bd99124fb9 refactored write preview code
psychobunny da758c429a remove hardcoded z-index; give composer a "maximized" class if maximized
psychobunny b56e862838 removed hardcoded fa-chevron icons from client js
psychobunny 1ec1c5a366 fixes composer maximizing
psychobunny fcc8093fa6 show discard prompt
psychobunny e47c375e69 closes
Julian Lam 4360069859 fixing buttons on mobile composer, and updating format so tags button only appears on mobile
barisusakli 2a8437f08f removed templates config and mapping 🐑
yariplus 1102f40873 Add object setting plugin
Allows objects to be added to a plugin's settings using a tag with a JSON-like syntax in data-attributes.
A complex object can be created by using an array or another object as a parent, the object will be added to the parent array or the parent object's declared property instead of as it's own data-key.
psychobunny 9bf55c96d2 closes
barisusakli 01b012d89d
psychobunny a59b932020 displayUsersLink deprecated
barisusakli f7f453f8cd closes
Julian Lam 6a32a0f399 closes
Julian Lam a3bc5d2037 fixing bug where the nav dropdown didn't close when a chat was opened
Julian Lam 5173fd7138
Julian Lam a2c6f58782 fixed issue where an updated alert didn't contain changes to the clickfn, closes
Julian Lam 339619fc9d
Julian Lam 00f3084b8e closes , closes , closes , closes , closes , closes , closes , closes
Squashed commit of the following:

commit ca5064a4effa3904ce936b521b169bba8d24f1a1
Author: Julian Lam <julian@designcreateplay.com>
Date:   Thu Feb 26 08:19:32 2015 -0500

    Revert "added ajaxify popstate cache, so back/forward will just put back the already loaded page"

    This reverts commit 77d154bb8b.

commit ae07fc56c156074de8048bb627f5d9be849c8ad1
Author: Julian Lam <julian@designcreateplay.com>
Date:   Thu Feb 26 08:19:24 2015 -0500

    Revert "on click, topics are marked read from the unread page. Also fixed an issue where isPopState kept getting set to true, causing issues"

    This reverts commit d8c9ec0d40.

    Conflicts:
    	public/src/client/unread.js

commit 96ee3631d7e4e1fc2c1b7632d86684fecd1e430f
Author: Julian Lam <julian@designcreateplay.com>
Date:   Thu Feb 26 08:18:25 2015 -0500

    Revert "actually fixed isPopState error"

    This reverts commit e6701c5a1f.
psychobunny 241f5b0224 linted client side modules
barisusakli a0c3ddc555 fix navigator
psychobunny b1f835b053 Merge remote-tracking branch 'origin/master' into sortable-menu
psychobunny 2ff59278c9 navigation cleanup
Julian Lam f00589c8ba removing 'see all chats' from chats list, as it is in menu.tpl now