Commit Graph

8983 Commits (67b7ecf4dfe43a547f0ab32d20afcb94f839b981)
 

Author SHA1 Message Date
barisusakli 67b7ecf4df Merge branch 'master' of https://github.com/NodeBB/NodeBB
barisusakli dd06e8d7d8 return early if falsy
psychobunny 2f05ec7de0 closes and
barisusakli 4cb58d976b fix indices, main post always 0
barisusakli fd1b7bbd3a fix redirection
psychobunny ec897be3e7 jshint
barisusakli 2878bf6cfe removed commented out code
barisusakli c63d5f4b7a test
barisusakli f89741636c return false to prevent default
barisusakli ca31ac882c added return true/false
Julian Lam 5269c2eb9e latest language translations
barisusakli 076931d5b5 fix search tooltip
barisusakli a626005570 closes
psychobunny 8d313d2f16 return composing state to normal after discard/posting
psychobunny 7b604c0895 this prevents autosize from causing the screen from jumping up and down as you type, on android at least
@jackmoore this might not the best solution but its working well so far.
let me know if you'd like a PR :)
psychobunny 6d4b658579 using unminified version of autosize
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 5e3a990f2d added vendor/autosize
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ı 8234e4cc07 new hook action:topic.reply
only fires on normal replies
Barış Soner Uşaklı 9d0b4f5841 app.showEmailConfirmWarning :dull:
Barış Soner Uşaklı 940c33c426 fix js error removed dupe code
Barış Soner Uşaklı abd3979fb3 closes
psychobunny eb733fdb6f toggle preview button on composer
Barış Soner Uşaklı 8484c7c51a closes
Julian Lam 40763d2ae7 again
psychobunny f1f199019d Merge pull request from cnvo/master
Update FontAwesome 4.3.0
Julian Lam 57a64870fd actually fixing
Julian Lam 8e2483b2e6 fixed
barisusakli 9f4f858ff9 group member search
only look in uids that are member of the group, added custom findUids
function to user.search
barisusakli 201c4b35da pagination data
if query is empty get all uids
Julian Lam e8167a80a0 if bgColor and color are not sent in the category creation call, automatic colours are supplied
barisusakli d342e01ef1 search group members
psychobunny daf9999a29 prevent composer from going too low
Julian Lam 2a80140e70 fixed issue where socket.io would no longer reconnect perpetually, new behaviour waits 10x the reconnect delay, and then starts over. Also upped the reconnection delay default to 1.5s.
Trevor 8d2f89a5e2 Update FontAwesome 4.3.0
Fixed incorrect variables path.
Trevor 6454e89bac Update FontAwesome 4.3.0
barisusakli 724df69561 fix redirects
barisusakli 25a2e9b812 we just need the group members :trollface:
Julian Lam 5d7b46935d fixing issue where grunt wouldn't read js from file properly if nodebb wasn't run in production mode at least once
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 3b5b87c14e Merge branch 'master' of https://github.com/NodeBB/NodeBB
psychobunny 49a173bdf0 last bit of fixes to composer
barisusakli ddd4680ea7 added helpers.redirect
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