433 Commits (204dd2a69f6b7ead4e4a46a3b9cff3b833091789)

Author SHA1 Message Date
barisusakli c991997552 removed off from search button 11 years ago
Julian Lam bb7a71389e using websocketAddress config if supplied 11 years ago
psychobunny 947c9b6eea you're now logged out server-side when you're banned, so csrf token doesn't work in app.logout 11 years ago
barisusakli 3bfad766b3 closes #1900 11 years ago
psychobunny 4723b6d68b danger instead of warning for banned alert 11 years ago
psychobunny cb08d4b04f getting rid of this one for good 11 years ago
barisusakli 04c6ca2ebb closes #1862 11 years ago
barisusakli 523b3db3f1 no header tooltips in xs 11 years ago
psychobunny 7401744112 trigger action:ajaxify.contentLoaded on cold load as well 11 years ago
barisusakli d999116541 wait for widgets to render to send ajaxify end
possible fix for broken masonry on f5
11 years ago
Julian Lam a031bc2721 highlighting of the user with whom you are currently chatting with #1788 11 years ago
barisusakli 197300b347 moved populateOnline users out of app.js 11 years ago
barisusakli 7af597d7c2 closes #1750 11 years ago
barisusakli 836540ff78 replaceSelfLinks on new posts and reload 11 years ago
barisusakli 1296cd58b9 closes #1723 11 years ago
barisusakli 13854e8774 closes #1603 11 years ago
barisusakli 76190718d3 indents 11 years ago
Charles 6e50016a11 Cleanup the vars 11 years ago
Charles 23a88492a6 Get template mapping after removing relative path 11 years ago
barisusakli 4bdbce9cd8 use removeRelativePath in app.js too 11 years ago
psychobunny e88abcc1d9 fixed updated language strings 11 years ago
psychobunny 94312cfda8 closes #1595 11 years ago
psychobunny bbcff6a0a5 moved widget rendering up a bit 11 years ago
barisusakli ff2bad635c infinite scroll refactor 11 years ago
Aziz Khoury 0e0f66ba9e minor cleanups. 11 years ago
Aziz Khoury 230b4a0952 now really fix topic/1503 11 years ago
Aziz Khoury 611fd380eb fixes topic/1503 11 years ago
barisusakli 8ee866fc9d closes #1513 11 years ago
barisusakli 4c28de659c closes #1504 11 years ago
barisusakli 66abd20647 moved add commas to process page 11 years ago
barisusakli 883978007d closes #1482
removed updateHeader, the header is using template values in from the
api, update menu partial in vanilla theme as well
11 years ago
barisusakli 1f7fd51b40 some work for #1482 11 years ago
barisusakli 936530dc48 possible fix for #1467 11 years ago
barisusakli 63d88957a8 replace self links client side 11 years ago
psychobunny f3993aca4d closes #1397 11 years ago
barisusakli e12beccc09 closes #1371
adds a dropdown to category view to move/pin/lock/delete multiple topics
11 years ago
Micheil Smith 6e4639496e Improve readability of a selector 11 years ago
Micheil Smith 11b6794946 Refactor connection logic
Aiming to be flatter, with less deep nesting. Still more to go here.
11 years ago
Micheil Smith 0bbd29ac42 Reduce DOM queries for Search elements 11 years ago
barisusakli 14d0081fdf replace 2 error messages with keys 11 years ago
psychobunny cf362f64a3 woops, now everybody is an android browser. 11 years ago
psychobunny 8432d8827e attempt at fixing #1323 11 years ago
psychobunny b464099cca finally found reliable repro steps and squashed you like the bug you are. fixed #1280 11 years ago
barisusakli 0cd13b7b66 closes #1273 11 years ago
barisusakli 421a25eb56 closes #1288 11 years ago
barisusakli 1d3c25fdcc moved alert to its own requirejs module 11 years ago
barisusakli b1a6d394e3 moved format number functions to utils 11 years ago
psychobunny b023ef01af moving widgets and variables code out of ajaxify 11 years ago
psychobunny 339eafd6be updating templates.parseTemplateVariables to ajaxify.variables.parse 11 years ago
Julian Lam 1487545fd2 fixing issue where cold loads were calling client-side event action:ajaxify.end with the wrong "url" 11 years ago
psychobunny 0627734fc0 trim leading whitespace/#/? in search closes #1195 11 years ago
Julian Lam 16f1db4f5d fireEvent reflection socket call, tweaks to Sounds page in ACP 11 years ago
barisusakli 2bb5918b6c closes #1208 11 years ago
psychobunny 35ac0bb793 linted app.js 11 years ago
barisusakli 813b3d6fcc changes for live streaming of posts 11 years ago
psychobunny 29ad8d2582 closes #1192 11 years ago
psychobunny 1ef95bd09e Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	app.js
	public/templates/category.tpl
	public/templates/popular.tpl
	public/templates/recent.tpl
	public/templates/unread.tpl
	src/routes/plugins.js
	src/webserver.js
11 years ago
Julian Lam 6fb393de78 fixing #1177 11 years ago
Julian Lam 5a8a3627d2 bringing subfolder installations to v0.4.0 - JUST FOR @PLANNER 11 years ago
psychobunny cd336006fc optimized cold loading 11 years ago
psychobunny 10f4fa004e Merge remote-tracking branch 'origin/master' into webserver.js-refactor 11 years ago
medwards20x6 76b53478ce Don't fire click when closing an alert 11 years ago
psychobunny c44934cc0d all JS files properly required on cold load 11 years ago
psychobunny e73f8d6f37 Merge remote-tracking branch 'origin/master' into webserver.js-refactor 11 years ago
psychobunny 0211b4484b on cold load, only display page after widgets are rendered 11 years ago
Baris Soner Usakli 6bf36a0468 if alert is closed dont fire clickfn 11 years ago
psychobunny 6827dbc9c4 render widgets on cold load 11 years ago
psychobunny 584347848b trigger action:ajaxify.start and action:ajaxify.end on cold load 11 years ago
Baris Soner Usakli 7eae79cee9 anons cant chat 11 years ago
Baris Soner Usakli 8064f7f0db scroll fix 11 years ago
Baris Soner Usakli 091723a8c5 closes #1101 11 years ago
Baris Soner Usakli 30eb85f96e fixed conflicts 11 years ago
Baris Soner Usakli d87034b131 use alert for bookmark 11 years ago
akhoury 1b207d8276 IE8 support, general cleanups, from native to $ objects ... 11 years ago
Baris Soner Usakli 3ed2d21eb6 fixed flag post, added highlight to scroll post 11 years ago
Baris Soner Usakli e3d01df6a2 closes #980 11 years ago
Baris Soner Usakli 34bf839751 closes #1067 11 years ago
Baris Soner Usakli 21367a1847 reverse infinite loading 11 years ago
Baris Soner Usakli 1da75866f4 added global loggedIn to templates' 11 years ago
Baris Soner Usakli 0756410684 closes #1012 11 years ago
psychobunny 8c2611aeb5 potentially fixes #823 11 years ago
Baris Soner Usakli 93f5f320fe Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 02483b34bf closes #987 11 years ago
psychobunny ff9d7c6c24 removed unnecessary conditionals from app.updateHeader 11 years ago
psychobunny 3c863feac2 fixes translation bug with app.alert 11 years ago
psychobunny 3955ca560f changed hook triggers to window from body 11 years ago
psychobunny 4abeed3802 client side hooks - action:connected, action:reconnected, action:disconnected 11 years ago
psychobunny 609821029b app.isAdmin available client-side 11 years ago
Baris Soner Usakli 23f3111173 fixes alert close 11 years ago
Julian Lam d7b44789fc updating stati to use sibling classes 11 years ago
Baris Soner Usakli c2746b3bb1 minor tweaks to status 11 years ago
Baris Soner Usakli 97e0e48b07 closes #714, closes #824 11 years ago
Baris Soner Usakli 22bc3e9571 added statuses into dropdown 11 years ago
psychobunny 112a9cb532 closes #689 11 years ago
psychobunny 303a32dce6 closes #855 - app.alert strings are now passed through translator so we can finally start getting rid of the remainder of hardcoded strings 11 years ago
Baris Soner Usakli cccaf642a6 closes #898 11 years ago
Baris Soner Usakli 9cb232c198 added header tooltips 11 years ago
Baris Soner Usakli 2560704839 recent unread cleanup 11 years ago
Baris Soner Usakli 606367701f pagination on posts 11 years ago
Baris Soner Usakli cf39c66017 some pagination work 11 years ago
Julian Lam 92706a6550 fixed #826 11 years ago
Baris Soner Usakli ccc62a202b dont go to top on search icon click 11 years ago
MrWaffle c1fea52a93 Only alternate title when not focused 11 years ago
Baris Soner Usakli b7f0c90bf7 more fixes 11 years ago
Baris Soner Usakli 39b631a3a8 more fixes 11 years ago
Baris Soner Usakli e5c8caf5ff more fixes 11 years ago
Baris Soner Usakli 1ec21c2bfd metatitle 11 years ago
Baris Soner Usakli 8bb24fa034 fixed update header 11 years ago
Baris Soner Usakli 67799eac95 removed api: from client side socket calls 11 years ago
Julian Lam 0ea09972b4 fixed issue where outgoing links warning page would intercept clicks to the search button in the headerbar (thanks @dove)
- linted some files
11 years ago
Baris Soner Usakli 243cb5af61 fixed mobile search link 11 years ago
bdharrington7 bf96903d6e removed submenu for login / register in guest menu options 11 years ago
Julian Lam ee963e0c2a moved reconnected socket call to SocketsMeta 11 years ago
Julian Lam c5d8a5a6b2 thread tools (phew!) -- sessionData is getting larger :P 11 years ago
Julian Lam 8dd8412ae3 so far so good... user, meta, notifications, categories 11 years ago
Julian Lam dfa9f203e6 crashing a lot less now, heh 11 years ago
Baris Soner Usakli 58580bd866 closes #716, also moved chat to its own template 11 years ago
psychobunny fda68bc5dd added templates.setGlobal - allows you to add default template vars that are sent to all tpls upon parsing; added relative_path as global 11 years ago
Baris Soner Usakli 751dc73ebe fixes login/register and auth routes in relative path install 11 years ago
Julian Lam b52782deb8 removed use of strip_tags and using String library instead 11 years ago
Baris Soner Usakli 8bfea656c4 Merge branch 'master' of https://github.com/akhoury/NodeBB into akhoury-master 11 years ago
Julian Lam d86aefb518 removing defunct "template" argument in ajaxify.go 11 years ago
akhoury 114294e24a allowGuestSearching config .. second attempt 11 years ago
Julian Lam 64e87b761f closed #652 11 years ago
Julian Lam 69c1ec97c9 re: issue #652, this took longer than expected... 11 years ago
psychobunny 932b960aa9 app.isFocused; app.js cleanup 11 years ago
Julian Lam b81737bc0f moved refreshTitle into app.js, messaging someone now invokes an alternating title, hehe 11 years ago
Julian Lam a65c79cb02 minimized the reconnect spinner to icon only, added bootstrap tooltip 11 years ago
Baris Usakli 9ccfa3f18c fixed js error 11 years ago
Baris Usakli 1660d75205 stricter selector for human readable numbers 11 years ago
Baris Usakli f6d57a241d fixed human readable view post counts 11 years ago
Baris Usakli a87ebb64d8 clean up of posts and some template additions 11 years ago
Baris Usakli 7198110b57 closes #573 11 years ago
Baris Usakli 48a7f9058f closes #558 11 years ago
Baris Usakli 541993c80a fontawesome 4 migration, closes #473 11 years ago
Baris Soner Usakli ff50917c29 show no replies in recent and unread 11 years ago
Baris Soner Usakli 2174aec0e1 closes #542 and other refactors on client side 11 years ago
Julian Lam cd1e26418d making the loading indicator less obtrusive (and smaller, to boot) 11 years ago
Baris Soner Usakli dab4f07258 fixed indents 11 years ago
Baris Usakli 253271127d infinite loader will insert posts in correct order 11 years ago
Baris Usakli 156950ac2f cleaned up app.createNewPosts 11 years ago
Baris Soner Usakli 6ac685b194 possible fix for js error 11 years ago
psychobunny 34c74770ce app.js minor cleanup 11 years ago
psychobunny da8d198676 added some user friendly warnings to chat 11 years ago
Baris Usakli 411ba3542c closes #493 11 years ago
Julian Lam 37497fc5a0 fixed #393 - refactored basic route handling, moved some other routes to debug routes 11 years ago
Baris Usakli bbb045698d closes #481 11 years ago
Baris Usakli c8ec095d99 anons cant edit after posting #365 11 years ago
psychobunny 85daacdf7a remove reference to deprecated mobileMenu 11 years ago
Baris Usakli ac12bd0b8f closes #462 11 years ago
Baris Usakli 9babef0095 closes #422, will restart over if reconnection fails after x number of attempts 11 years ago
Baris Soner Usakli e9b6cdb37a add responsive class to imgs 11 years ago
psychobunny bf677522a9 added additional_profile_info footer in posts view; plugins - filter:posts.custom_profile_info hook lets you add info to post block footer
also fixed app.alert - if title is not set then do not show title.
11 years ago
psychobunny 27f4fdd179 fixes #377 12 years ago
psychobunny d1a94a91c2 added app.uid 12 years ago
Julian Lam 948949c571 closed #375 - now asking socket.io to connect to "current page" instead of hardcoded url, removed api_url and "socket" section from public config 12 years ago
Julian Lam f08067bab2 fixes #356 - issue where accessing a NodeBB using a different machine name
from one that it was set up with causing template data to not load, as it
was being accessed via absolute url, instead of relative url
12 years ago
Julian Lam 1160f39cb0 revamped reconnection notification, closes #354 12 years ago
psychobunny e161b5387b fixed untranslated language on dynamic new posts and infinite loading 12 years ago
Baris Usakli 0b0d64b52e logout/login changes, updateHeader changes 12 years ago
Baris Usakli 83d5a84edd login redirects back 12 years ago
Julian Lam 66cb1fb6ad removed console.log from socket connection success handler 12 years ago
Baris Usakli 290d69d14a remember where the topic was left off 12 years ago
Baris Usakli b25c3d8b67 closes #324 12 years ago
Baris Usakli 776b51fef7 closes #323 12 years ago
Baris Usakli efef9c864c closes #306 12 years ago
Baris Usakli 24e4be77d8 closes #304 12 years ago
psychobunny 828d937dec .jsbeautify 12 years ago
psychobunny abd909d23b pagination - scroll to top / bottom arrows 12 years ago
Baris Usakli caaede7e84 added loading spinner to topic.tpl 12 years ago
Baris Usakli 7cff55a160 closes #209 12 years ago
Julian Lam 8a53c56a46 updated install script to only populate "socket" object in client config with "address", which takes "use_port" into account.
This closes #234
12 years ago
psychobunny 7be69b0b54 more cleanup, account.less, removed mobile sidebar functionality completely 12 years ago
psychobunny cc6e028b1d fixed alert-notify (and blanks) to alert-warning 12 years ago
psychobunny 13e13cd5a8 some changes to topic view + BS3 upgrade 12 years ago
psychobunny 0f8aad52b2 updated all alert-error to alert-danger (wtf did BS3 need to change that?) 12 years ago
Baris Usakli cb6f587f24 closes #197 12 years ago
Baris Soner Usakli 1c95ef4060 fix for infinite scroll crashing, issue #187 12 years ago
Baris Soner Usakli b43e12a42a closes #187, closes #190 12 years ago
Baris Usakli 2b7a1b7515 changed the recursion to load posts to a while loop 12 years ago
Baris Usakli dceec0ce46 more winston, issue #62 12 years ago
Baris Usakli 16a95dd408 fixed welcome back message, it wasnt showing up in some cases 12 years ago
Baris Usakli 1894d0a469 moved confings into redis 12 years ago
Baris Soner Usakli d6b9a2799b full text search using reds, issue #142 12 years ago
Baris Soner Usakli 23fcdde25e removed console.log and commented out code 12 years ago
Baris Soner Usakli 7297a26685 scroll to post 2 12 years ago
Baris Usakli 720dd9e960 scroll to posts 12 years ago
Baris Soner Usakli 3f6f4e347d change some socket calls to use the callback, when user changes their email if they are using a gravatar picture it will be updated too, fixed email updating 12 years ago
Baris Soner Usakli 916b46618c another fix 12 years ago
Baris Usakli 19b570cdcf closes #122 12 years ago
Baris Usakli 5df7af6075 reset reconnect tries to 0 after a succesfull reconnect 12 years ago
Baris Soner Usakli f7217f2d12 closes #130 12 years ago
Baris Soner Usakli 96a779172b closes #106 12 years ago
Baris Usakli 2bb4aab6ac changes to online users code 12 years ago
Baris Soner Usakli 5819b43595 moved index code from index.tpl to its own file 12 years ago
Baris Soner Usakli f7f5da00e1 another fix for js crashes 12 years ago
Baris Soner Usakli 6f57e639f9 changed input to meta 12 years ago
Baris Soner Usakli 49445767cb temp fix to resolve socket js error 12 years ago
Baris Soner Usakli bfc87a8178 fixed admin js error, was trying to use socket. before it was connected 12 years ago
Baris Soner Usakli 9f892c2e80 fixed pushState urls 12 years ago