2247 Commits (c72c876b0499389e2926fec5e3359209b62913d8)

Author SHA1 Message Date
barisusakli 5209c614fc add taskbar to body 11 years ago
psychobunny 212768ee86 closes #1325 11 years ago
barisusakli 3a5048a6cd moved account menu to partial 11 years ago
barisusakli 41d5d16bac show widget title next to type, closes #1313 11 years ago
barisusakli 1edd2649fc this doesnt exist on topics page 11 years ago
barisusakli 4bc3f54468 closes #1318 11 years ago
barisusakli bdefebeea0 reverting some of my code and fixed #1322 properly 11 years ago
Julian Lam ef47fc78eb fixed up translation strings, closed #1278 11 years ago
Julian Lam 339d0e5495 flag post translations 11 years ago
Julian Lam bc29f832fe language keys for password changing -- issue #1278 11 years ago
barisusakli 10f56faf9d admin cleanup
removed unnecessary admin checks in src/admin/user then realized they
are just one liners so moved them to src/socket.io.admin.js moved
categories update to categories folder
11 years ago
psychobunny 4693f64bef better layout for global sidebars on mobile 11 years ago
barisusakli b5f4503e9f fixed share url 11 years ago
psychobunny d1495102f2 fixed positioning if no sidebar widget selected 11 years ago
barisusakli e7a791ab74 removed unused globals from share module 11 years ago
barisusakli 273f499cc2 moved the duplicated sharing code to requirejs module 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 f01cb88c57 deprecated: plugins/fireHook, filter:server.create_routes, filter:admin.create_routes 11 years ago
psychobunny 924388d96f widgets - only collapse / expand divs that specify a target location 11 years ago
psychobunny 576246c315 global widget areas (sidebar/footer) - closes #1097 11 years ago
barisusakli ed3a1b47bd category changes 11 years ago
Julian Lam 4161f138f3 adding data-dir attribute for languages 11 years ago
barisusakli 35eebbf20a chat message fix 11 years ago
Julian Lam 2430b970f3 fixed issue where timeago strings were not rendering in the correct language on cold loads 11 years ago
Julian Lam 4b45a4b168 fixing persian language timeago mapping 11 years ago
psychobunny 0ba7c4891c closes #1295 11 years ago
psychobunny 7678eaf528 fixes #1296 11 years ago
psychobunny 5ce069fdd3 imported latest templates.js 11 years ago
psychobunny ab20880332 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
psychobunny 31d8f13f7b closes #1297 11 years ago
barisusakli 500ca33675 changed bootswatch to protocolless 11 years ago
psychobunny d27eb17b32 fixes #1294 11 years ago
psychobunny c76a073482 added skins tab; closes #1293 11 years ago
psychobunny ed87d40f71 helpers.buildMetaTag 11 years ago
psychobunny 40cc21fad8 closes #1100 11 years ago
psychobunny baadd0f2ed allow logged in users to access /users page 11 years ago
psychobunny dab91d6ce9 fixed require.js error 11 years ago
psychobunny 3ae8aa1c55 helpers.js (client/server); closes #1275 11 years ago
psychobunny f913c58925 imported latest templates.js updates 11 years ago
psychobunny 0c8c246be4 simplified widgets 11 years ago
psychobunny 4f04bd82a6 some fixes 11 years ago
psychobunny 4d02600820 fixing some things code climate was qq'ing about 11 years ago
psychobunny b023ef01af moving widgets and variables code out of ajaxify 11 years ago
psychobunny 0dd7339bec fixed admin/users banning/admin 11 years ago
psychobunny 1b206a6ae8 ajaxify cleanup 11 years ago
psychobunny 67b1dd546c Merge remote-tracking branch 'origin/master' into templates.js-merge 11 years ago
psychobunny dbb75f181d more cleanup 11 years ago
psychobunny e4f136c208 cleanup 11 years ago
psychobunny 2ae0b3905d forgot to remove error first from templates.js 11 years ago
psychobunny 7e11d29f06 got rid of all templates.prepare; pull blocks using templates.getBlock instead of parsing twice 11 years ago
psychobunny 339eafd6be updating templates.parseTemplateVariables to ajaxify.variables.parse 11 years ago
psychobunny 7217954078 updating all templates.get to ajaxify.variables.get 11 years ago
psychobunny 113eb38f9a moving ajaxify-related things out of templates and into ajaxify 11 years ago
psychobunny 608a1ce6d0 https://github.com/psychobunny/templates.js 11 years ago
barisusakli 3a69a191ff closes #1285 11 years ago
barisusakli 4f88e9cf2c shortened the user postcount update code 11 years ago
barisusakli d6ad100ed5 not used anymore 11 years ago
barisusakli 5fe5e3d893 topics.js refactor 11 years ago
barisusakli 2507d6c853 display_moderator_tools is already returned
when new posts were loaded, we were making a socket call for each post
to check if the post is editable, but this data is already returned in
display_moderator_tools when posts are loaded.
11 years ago
barisusakli e4fbb31e68 some cleanup 11 years ago
barisusakli 3493be4ef0 closes #1268 11 years ago
barisusakli abc7fd54f3 added class to chat messages 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
barisusakli 0c744a947e chat will use timeago 11 years ago
barisusakli 980cf2ccf9 closes #1184 11 years ago
barisusakli 1664d179b9 closes #1245 11 years ago
barisusakli 642b9e4d69 fixed extra space in new if there is no username 11 years ago
barisusakli 2b2e83992e changed messages 11 years ago
barisusakli d6223406e9 added space between uploading and number 11 years ago
barisusakli b470a9b264 fixes jumping to top on vote 11 years ago
barisusakli 7f193041a8 removed admin topics 11 years ago
Julian Lam 8abaa812ec fixing client-side script for groups page in ACP 11 years ago
barisusakli 880c393b6d fixed admin groups page
changed gid to groupName
11 years ago
Julian Lam d33253bc3a Merge remote-tracking branch 'origin/master' 11 years ago
Julian Lam 0e44eb8629 final refactoring pass for groups -- #1252 11 years ago
barisusakli fa98da6978 related to #1250 11 years ago
barisusakli c070808209 store postcontainer 11 years ago
barisusakli cabc3e5e3d more cleanup 11 years ago
barisusakli 9b63facf6f more postTools refactor 11 years ago
barisusakli 9dd0f3c9b9 some more 11 years ago
barisusakli 363e7c23bd postTools cleanup 11 years ago
barisusakli 8ffaecaa4c fixed paginator on entry, moved out postTools to a new file 11 years ago
Julian Lam 4239c376c8 truncating user list in Groups ACP page, resolved #1132. Refactored system groups handling 11 years ago
Julian Lam ab5ec68f2f Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam da1a1d5930 adding callback to settings.load, and omitting password validation check on user creation if no password is entered (e.g. SSO login) 11 years ago
barisusakli f61ca4327d fixed profile 11 years ago
barisusakli d2af4a6b69 user images wont be responsive in widgets 11 years ago
barisusakli 0f66e80a5a added setting to disable notification sounds 11 years ago
barisusakli 45f0021503 moved follow to thread tools 11 years ago
Julian Lam 2badb76fc2 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 61afee98c3 updates to new settings mechanism, updating markdown minver, minor linting for upgrades.js, and upgrade stmt for markdown migration 11 years ago
barisusakli e67e9aee42 moved user creation to new file 11 years ago
barisusakli 3f23821580 moved topic moving and thread tools out of topic.js 11 years ago
psychobunny ef97f627f4 closes #1237 11 years ago
barisusakli 10d8eed7b9 closes #1229 11 years ago
psychobunny 653007b72e closes #1231 11 years ago
psychobunny 99108c750a don't refresh widgets on every new post 11 years ago
psychobunny e60b2f7716 closes #1174 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
Julian Lam 14a0b45ae8 securing settings.save socket listeners behind admin namespace 11 years ago
Julian Lam c1ccc81400 ACP integration for Sounds 11 years ago
Julian Lam eeb3bdc7f7 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
barisusakli 4cadd8da7a missing radix 11 years ago
barisusakli 367a9aa022 composer jshint 11 years ago
Julian Lam 17903adace Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
barisusakli b4af4c72cc alertSuccess can take language strings 11 years ago
barisusakli da8c2896d7 moved to showForkModal 11 years ago
barisusakli 38d4fd1a59 took out forking to its own file 11 years ago
Julian Lam f942c03a58 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
barisusakli 1354739d19 user deletion #746
user deletion NOT SKALABLE
11 years ago
Julian Lam 0ea14324ac adding missing files 11 years ago
Julian Lam 6d03f713c5 "Sounds" tab in Settings page... WIP, needs fixing. 11 years ago
barisusakli a0e784a612 closes #1138 11 years ago
barisusakli d2bef79888 closes #1194 11 years ago
barisusakli ccc717b339 account posts jshint 11 years ago
Julian Lam 401bd02748 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 553cabdcfa refactored sound system so that they can be specified in ACP, updated soundfile to work in FF, which fixes #1209 11 years ago
barisusakli 9685cb7fe0 removed broken post update 11 years ago
barisusakli 161c7f1875 closes #1201 11 years ago
barisusakli 2bb5918b6c closes #1208 11 years ago
barisusakli 7668b95c66 register.js cleanup 11 years ago
barisusakli 970639274e fixes image uploads
if images had special regex characters in them upload text was failing
11 years ago
barisusakli 90e398e5c9 user js refactor, category fix
if a category that didn't exist was request with category/1231 or
api/category/1231 it was crashing.
11 years ago
psychobunny b2986f2a4e removing use strict from forum/topic.js until its refactored properly 11 years ago
psychobunny 35ac0bb793 linted app.js 11 years ago
psychobunny dd7433bab6 fixed active users icon in thread 11 years ago
psychobunny 01077cb35b Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
psychobunny 0d625761be fixing bug introduced @ da0355ef79 (multiple widget areas defined = explosion) 11 years ago
barisusakli 0f19578523 removed dupe body 11 years ago
psychobunny bdc7a19bd7 don't attempt to parse a non-existing widget area 11 years ago
psychobunny 58fe16e15c Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
psychobunny 7fc2e627c5 linting templates.js; got rid of some unused server-side code 11 years ago
Julian Lam e611a8174e linting setting.js again and abstracting out saveField 11 years ago
psychobunny 0a293be823 linting categories.js and footer.js 11 years ago
psychobunny d183e58771 linting admin/groups 11 years ago
psychobunny 6ea760d636 linting admin/index; admin/languages 11 years ago
psychobunny 2d65a746e4 linting admin/settings 11 years ago
psychobunny b515995432 removed unnecessary switch case 11 years ago
psychobunny e9fb2f4135 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
psychobunny 44a91fe9ea linting admin/themes 11 years ago
Julian Lam ca2e9d7d9e linting and moving xregexp back to .js 11 years ago
psychobunny da0355ef79 remove async dep for widgets (30kb was overkill for one use of async.each); linting 11 years ago
Julian Lam 2826381b20 draft saving in composer -- resolved #1197 11 years ago
barisusakli c320051a1e chat jshint 11 years ago
Julian Lam e757183cec linting 11 years ago
Julian Lam 89ba0840e6 minor reordering of jslint comment 11 years ago
Julian Lam 0668556d4f Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam c000a8c5ba linting 11 years ago
barisusakli e9ab9dcce2 search cleanup 11 years ago
barisusakli 67f1251ba3 pagination cleanup 11 years ago
Julian Lam 392075eb27 fixing theme previews in subfolder installs 11 years ago
Julian Lam 4343f240d0 moving async back to proper vendor folder 11 years ago
Julian Lam 2f1707e772 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
barisusakli 813b3d6fcc changes for live streaming of posts 11 years ago
psychobunny 1e9850b6b9 vendor* 11 years ago
psychobunny df29410c08 moving async back to require.js modules/vendor folder 11 years ago
Julian Lam 3dc4fd9fd9 added sounds for incoming and outgoing chat, and new notification 11 years ago
Julian Lam f65a7f96ff moving async to proper vendor folder 11 years ago
Julian Lam cb304d7d54 fixed #1188 11 years ago
barisusakli a5f4135c62 added socket listeners to home 11 years ago
psychobunny 29ad8d2582 closes #1192 11 years ago
barisusakli 3d68c7c6b6 added getObjectsFields methods to db class, changed getUsers methods to use the new method, refactor to user.js and mongo.js 11 years ago
psychobunny a68ba044c3 fixed missing topic_name and viewcount when reverse infinite scrolling 11 years ago
psychobunny 857df86726 fixed pagination, and loading of template blocks on cold load (temp solution) 11 years ago
psychobunny 875c8ed66c console.log 11 years ago
psychobunny 62afe65ccf bugfix + deprecated templates.getTemplateNameFromUrl 11 years ago
psychobunny 712c382a28 optimizing ajaxify (still needs work though) 11 years ago
psychobunny 464c2f42c3 Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	public/templates/admin/themes.tpl
	src/meta.js
	src/routes/api.js
11 years ago
barisusakli 73c89010cb closes #1182 11 years ago
barisusakli 57f9f8bc57 closes #1176 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
barisusakli 6496b91c29 closes #1180 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 e84dd4fd94 Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	public/templates/accountedit.tpl
	public/templates/header.tpl
	src/routes/meta.js
	src/webserver.js
11 years ago
Baris Soner Usakli 30130b2d62 set back to false when loading indicator fades out 11 years ago
Baris Soner Usakli 6a824a2e10 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 7dfdab0a2d search page change 11 years ago
psychobunny 7183fda2eb console.log 11 years ago
psychobunny bcd8137d0e console.log 11 years ago
psychobunny 55a7838725 temporary templateMapping fix for admin side; will come back to this after merging this branch 11 years ago
Julian Lam 1f23642ab4 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam e9e53ad95e added a new property to userData "hasPassword", disabling "current password" field in user editing if no password is set (for SSO logins, for example) 11 years ago
Baris Soner Usakli 7135e9424c closes #1167 11 years ago
Baris Soner Usakli 3fe9bdc24c removed the postbar selector from activeusers 11 years ago
psychobunny 73d637096c Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	public/templates/account.tpl
	public/templates/accountposts.tpl
	public/templates/favourites.tpl
	public/templates/search.tpl
11 years ago
MrWaffle 33a5a2177e Send the callback to the retry 11 years ago
psychobunny 3614211f0e Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	public/templates/accountposts.tpl
	public/templates/header.tpl
11 years ago
psychobunny 552eb78db8 template compiling init; changing themes now finally works on this branch 11 years ago
psychobunny 88e5ddac76 deprecating hook events on body 11 years ago
psychobunny c67182204f clean-up + bugfixes 11 years ago
psychobunny 444956d517 deprecated loadTemplates client-side as well 11 years ago
psychobunny 68d526b762 deprecated templates.ready, templates.init, templates.loadServer; start webserver immediately without having to wait for templates.js 11 years ago
psychobunny f73fd1eeae removed an unused hack in utils.js 11 years ago
Baris Soner Usakli 76d8d09f9b closes #1141 11 years ago
Baris Soner Usakli d100a41ce7 fixes topic follow 11 years ago
psychobunny 6e8c618fb1 prevent translator crash if data is undefined; linted/cleanup 11 years ago
psychobunny cd336006fc optimized cold loading 11 years ago
Baris Soner Usakli 8c11299197 template language fix 11 years ago
psychobunny 10f4fa004e Merge remote-tracking branch 'origin/master' into webserver.js-refactor 11 years ago
psychobunny 48df0cf889 Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	src/routes/admin.js
11 years ago
medwards20x6 76b53478ce Don't fire click when closing an alert 11 years ago
Baris Soner Usakli dbb814fe4e category permission page fixes 11 years ago
Baris Soner Usakli be70b3de57 closes #1090 11 years ago
Baris Soner Usakli 529cd60dd2 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 70299ea5c2 better search result page 11 years ago
psychobunny c26af77a24 fixing cold load of admin/index 11 years ago
Julian Lam 64ee792013 fixed #1154 11 years ago
Julian Lam 5a8fa9b1f7 fixed regression in groups management modal 11 years ago
psychobunny 5b25e21606 console.log 11 years ago
psychobunny d20501b29d meta.js merge conflict 11 years ago
psychobunny c44934cc0d all JS files properly required on cold load 11 years ago
psychobunny 52a50a80ba templates.parseTemplateVariables, added optional callback 11 years ago
psychobunny b9264dea76 ajaxify.loadScript 11 years ago
Baris Soner Usakli 98fa8c419d closes #1152 11 years ago
Baris Soner Usakli e4b6d0e1ff closes #1096 11 years ago
psychobunny ee5596fad5 Merge remote-tracking branch 'origin/master' into webserver.js-refactor 11 years ago
Baris Soner Usakli 5732994097 reset_code click fix 11 years ago
Baris Soner Usakli 1b7f8cc5cb active users fix 11 years ago
Julian Lam 77f5d6ff7d Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 1c324f45cf tried fixing absentee detection in active users 11 years ago
Baris Soner Usakli c6ff8e1042 #1148 11 years ago
Julian Lam 2b178ff76d proper tracking of users' reply status when others enter the room 11 years ago
Julian Lam a9b78d2600 minimizing the composer should unregister it 11 years ago
Julian Lam 68fb6ec09a Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam f2ffc2b533 properly referencing the tid of the composer instead of blindly checking templates.get('topic_id') 11 years ago
Baris Soner Usakli 3c6e4ebda1 possible fix to #1148 11 years ago
Julian Lam 7ef84e0daa switched to 'ping active' system 11 years ago
Julian Lam b3d7ae1c86 showing who is replying in the active users block 11 years ago
psychobunny 26853d024e Merge remote-tracking branch 'origin/master' into webserver.js-refactor 11 years ago
Baris Soner Usakli 8eca195530 updateHeader once on load 11 years ago
Baris Soner Usakli 84dc012198 closes #1142 11 years ago
Baris Soner Usakli e75c303b89 added unique visitor count to admin dashboard 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
psychobunny 6f21547a8d ajaxify.fadeIn, ajaxify.fadeOut 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
Baris Soner Usakli eea677655f minor clean up to categories.js 11 years ago
psychobunny 23c283f06c ajaxify.getTemplateMapping 11 years ago
psychobunny 49997639e9 moved widget rendering code into ajaxify.renderWidgets 11 years ago
psychobunny 584347848b trigger action:ajaxify.start and action:ajaxify.end on cold load 11 years ago
Baris Soner Usakli eac201cae9 no need to do these on every ajaxify into categories 11 years ago
Baris Soner Usakli 7eae79cee9 anons cant chat 11 years ago
Baris Soner Usakli ccd29bfd61 added callback to category update 11 years ago
psychobunny 607bc8545b Merge remote-tracking branch 'origin/master' into webserver.js-refactor 11 years ago
Baris Soner Usakli 8064f7f0db scroll fix 11 years ago
Baris Soner Usakli 9b4ca12dc1 fixed missing var, posts.js cleanup 11 years ago
Baris Soner Usakli 091723a8c5 closes #1101 11 years ago
Baris Soner Usakli 389fc787a3 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli c49c3e3550 fixed jquery ui package 11 years ago
psychobunny 4435a20d90 fixed merge conflict 11 years ago
psychobunny 4a33b41464 deprecating loadServer in favour of using res.render 11 years ago
Julian Lam dfd13fac0d Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 44ac7ec262 added new hooks for rendering help messages in composer, removed markdown text from translation 11 years ago
Baris Soner Usakli 30eb85f96e fixed conflicts 11 years ago
Baris Soner Usakli 0ca6c58ded closes #1137 11 years ago
akhoury 2209a55afc - changes per PR conversation 11 years ago
akhoury 0070e1158e removing a boolean left out from the addEventListener definition 11 years ago
Baris Soner Usakli 72aa22d824 removed unused timestamp 11 years ago
akhoury 3f1d5c6656 merge fork with upstream master 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
akhoury b59c10a1e9 took out some overrides out utils to a new overrides.js 11 years ago
psychobunny aee2b2ecd0 allow express to serve parsed tpls via res.render 11 years ago
Baris Soner Usakli 36bc2967c2 fix highlight on vanilla, dont replaceState if url didnt change 11 years ago
Julian Lam f5d1ba4231 closed #1113 11 years ago
Baris Soner Usakli 8913de4ea8 dont add post-bar to each post 11 years ago
Baris Soner Usakli 3c53ebb02e better scrolling 11 years ago
Baris Soner Usakli b658c68736 back doesnt work 11 years ago
Baris Soner Usakli a3855a47e5 check replaceState 11 years ago
Baris Soner Usakli 5567378234 change hash take 2 11 years ago
Baris Soner Usakli 4b1c8150d3 update post has in address bar, #1126 11 years ago
Baris Soner Usakli 14b298eda8 cleaned updateHeader 11 years ago
Baris Soner Usakli f39248c83b closes #1123 11 years ago
psychobunny 156c0302c9 properly namespacing objects in templates 11 years ago
Baris Soner Usakli 0777c96a55 dont highlight reverse infinite loaded posts 11 years ago
Baris Soner Usakli 0da2839943 added the class for topic delete 11 years ago
Baris Soner Usakli 3ed2d21eb6 fixed flag post, added highlight to scroll post 11 years ago
Baris Soner Usakli 7c49c32ad3 scroll fix 11 years ago
Baris Soner Usakli cd9bd91ab2 fixes double hashes in share links 11 years ago
psychobunny a79ca2b135 clean up ENDIF conditional if object.value is undefined and is used in an ELSE block 11 years ago
Julian Lam 1052165373 updated messages when toggling themes or plugins 11 years ago
Julian Lam 2baa381917 plugins and themes now trigger a restart 11 years ago
Julian Lam 4ef1d83acd Merge branch 'master' into nodebb-loader 11 years ago
Baris Soner Usakli e3d01df6a2 closes #980 11 years ago
Baris Soner Usakli b8b83c2ec2 share buttons 11 years ago
Baris Soner Usakli f967407805 follow state clean up 11 years ago
Baris Soner Usakli 649bcf49b4 one liner 11 years ago
Baris Soner Usakli b5c8158ad5 more cleanup 11 years ago
Baris Soner Usakli 403de08d60 cleaned more 11 years ago
Baris Soner Usakli 122d1ad82a less is more 11 years ago
Baris Soner Usakli 6c6c57f45f closes #1108 11 years ago
Baris Soner Usakli 6e5a6b8784 upgraded categories to sorted set, score is the order set from acp, check if category topic exists before posting 11 years ago
Baris Soner Usakli d6d9776cde added toPid to posts 11 years ago
Julian Lam 7760a6b207 added restart button to ACP (!!) 11 years ago
Baris Soner Usakli 3f43ca0925 change on click 11 years ago
Baris Soner Usakli cfe5b6aa4a check if thumEl exists before trim 11 years ago
Baris Soner Usakli bae76ebd70 fixed the redis error when going to unread/recent if nextStart is missing 11 years ago
Baris Soner Usakli 29ba015d69 fixed topic thumbs 11 years ago
psychobunny f862d856fc alright clearly, regex on fridays just don't happen for me. - fixed 11 years ago
psychobunny 027398f5ba unreverting change 11 years ago
psychobunny 0c54afe576 reverting previous template fix 11 years ago
psychobunny 6f7243f42f fixed a bug running multiple blocks in one template on an empty array 11 years ago
psychobunny c7fb34c23f new client-side hooks: filter:categories.new_topic, action:categories.new_topic.loaded 11 years ago
psychobunny 15f19653c5 action:categories.loading and action.categories.loaded 11 years ago
psychobunny 7e767da73e closes #1086 and #1085 11 years ago
psychobunny a3191227de closes #1080 11 years ago
psychobunny 86dd01154e closes #1079 11 years ago
Baris Soner Usakli 74b0da78f4 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli a92fb07f02 fixes multiple click handlers in admin users 11 years ago
psychobunny 52781bb539 Merge remote-tracking branch 'origin/master' into Widgets 11 years ago
psychobunny e28589bea8 added jumbotron, alert widgets + color picker for alert and panel 11 years ago
Baris Soner Usakli 7e825c61bd some login changes 11 years ago
psychobunny 80ce4db764 add container field and title field to all widgets by default 11 years ago
psychobunny ef65f510a5 fomatting 11 years ago
psychobunny 5acf296ada added containers; drag on top of widgets to set a custom container 11 years ago
psychobunny b821dc70cf moved Forum Stats widget out of core and into widget-essentials 11 years ago
Baris Soner Usakli 93130b27d5 insert loggedIn before hash' 11 years ago
Baris Soner Usakli 34bf839751 closes #1067 11 years ago
akhoury 63c9269240 merged composer and some other files with master 11 years ago
akhoury 25207852e8 added topics thumbnails support 11 years ago
psychobunny 599027f2d3 send full url to widgets as well so they can parse based on path 11 years ago
psychobunny fa4555e26e moved addActiveUser code to widget-essentials 11 years ago
psychobunny cb986186a1 removing recent replies code + tpls from the core in favour of widget system 11 years ago
psychobunny aea7329871 animate page load only after widgets load 11 years ago
psychobunny 163b0f964e Merge remote-tracking branch 'origin/master' into Widgets 11 years ago
psychobunny c0df95b2dc render widgets upon ajaxify - this widget feetorez iz completified! 11 years ago
psychobunny 37d673028a added async to client side 11 years ago
Baris Soner Usakli ea222c4f8a crash fix for notifications, removed exec_body_script, closes #1058 11 years ago
psychobunny 4e1b3506e8 allow plugins/widgets to define widgets; moved sample widgets out of core and into nodebb-widget-essentials 11 years ago
psychobunny f4ad1bdeae console.log 11 years ago
Baris Soner Usakli fd3efd59f9 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 495fded6dd closes #1038 11 years ago
Julian Lam 3107e43b64 cleaned up admin panel index a bit 11 years ago
psychobunny 86a8103c15 saving, updating, deleting widgets; widget dragging improvements 11 years ago
Julian Lam 0d7e47ded7 closed #1057 11 years ago
Baris Soner Usakli ab60da30da Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 520b349c17 closes #1044 11 years ago
psychobunny 9f8f78f6d4 client-side saving of widgets 11 years ago
psychobunny 447cff1995 got the basic ui, dragging, sorting etc going for widgets acp 11 years ago
psychobunny 6496ad95e8 Revert "closes #992"
This reverts commit ed4b0461b9.
11 years ago
Baris Soner Usakli f33256d628 fixes error alerts if scroll is triggered during transitions 11 years ago
Baris Soner Usakli 8518f26adb closes #1023 11 years ago
Baris Soner Usakli 6140d76f76 fixed index of newly created posts, matched vanilla search form to lavender 11 years ago
Baris Soner Usakli 17cee2cb99 pagination fix if only 1 topic 11 years ago
Baris Soner Usakli e1f016c075 closes #1046 11 years ago
Julian Lam 3b4985efe5 tx translation update 11 years ago
Baris Soner Usakli 1712fcc9fe dont scroll to 0th post 11 years ago
Baris Soner Usakli 229fe2f80f seems to work better for long posts 11 years ago
Baris Soner Usakli 7aa38adb52 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 83ad454c3e better error message if image upload fails, #1052 11 years ago
psychobunny d69835e115 allow any hash to be pushed to history 11 years ago
psychobunny 1e47953efd expanding hash regex to alphanumeric 11 years ago
Baris Soner Usakli 9b88dcdc14 removed double if 11 years ago
Baris Soner Usakli 92ebf2975a possible fix for #1050 11 years ago
Baris Soner Usakli a620a85d85 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 21367a1847 reverse infinite loading 11 years ago
psychobunny ed4b0461b9 closes #992 11 years ago
Baris Soner Usakli 1da75866f4 added global loggedIn to templates' 11 years ago
Baris Soner Usakli 0ec9f3835f fixed js error in composer 11 years ago
Baris Soner Usakli 0756410684 closes #1012 11 years ago
Baris Soner Usakli 43e8016dd1 fixes admin user picture edit 11 years ago
Julian Lam 9e64f4e303 passing in a picture into notifications now 11 years ago
Julian Lam ef45ae9ba3 fixed the rotating bell in notifications loading LOL 11 years ago
Baris Soner Usakli fec1b75030 fixes pagination block on direct page load 11 years ago
Baris Soner Usakli 893efa5f2a closes #1004 11 years ago
Baris Soner Usakli 075c6c01f2 upload changes, show progres in composer 11 years ago
Baris Soner Usakli b912dcb2f0 topic title 11 years ago
Baris Soner Usakli 896af72a25 added topic title to header 11 years ago
Baris Soner Usakli ab9ff94713 fw changes 11 years ago
Baris Soner Usakli c703dba3dd closes #1009 11 years ago
Baris Soner Usakli 7f298c596f fixed category save 11 years ago
Baris Soner Usakli dcebb0cc4c removed whitespace 11 years ago
Baris Soner Usakli 4c6fb72db0 move cursor to end in share input 11 years ago
Baris Soner Usakli bb59158bbc closes #721, admins can edit other users from their edit page 11 years ago
Baris Soner Usakli 1861273d45 delegated event for category save 11 years ago
Baris Soner Usakli a274a8cc12 more unread changes 11 years ago
psychobunny ecb1fa928c console.log 11 years ago
psychobunny ef9965832a updating account settings templates + client side to allow for dynamic parsing of user settings 11 years ago
Baris Soner Usakli 4ff62f4e30 closes #1005 11 years ago
Baris Soner Usakli 02048e551f assorted CP changes 11 years ago
Baris Soner Usakli 20dd194171 show error in composer if upload fails 11 years ago
Baris Soner Usakli cacde313cd closes #995 11 years ago
Julian Lam 4429014d2f Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 97e52fd169 adding new client-side hook and post_uuid to composer template 11 years ago
Baris Soner Usakli 8e756b5b26 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 242927d702 user selectable pagination 11 years ago
psychobunny 8c2611aeb5 potentially fixes #823 11 years ago
psychobunny 83a201acce closes #918 11 years ago
Julian Lam 55b39f1eff second pass, #981 11 years ago
Julian Lam 5f8bfaa871 reverting some fixes 11 years ago
Julian Lam 37a1fbd9cd Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam b6e96541e7 first pass, #981 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
Julian Lam 3bdbd28532 removing console log in search template 11 years ago
Julian Lam 5b8585fafb fixed #985 11 years ago
Julian Lam 92d029f072 removed regex removal of @first block on infinite post load in favour of DOM method 11 years ago
psychobunny ff9d7c6c24 removed unnecessary conditionals from app.updateHeader 11 years ago
Baris Soner Usakli 6ab5f42ef0 only update anon count if on online page 11 years ago
Julian Lam 5b16223923 proper RTL handling f hebrew and arabic 11 years ago
Baris Soner Usakli e18d9dc1b4 closes #975 11 years ago
Julian Lam daa76e821c Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 2075049ae0 default en_GB 11 years ago
Baris Soner Usakli 042df13611 merged 11 years ago
Baris Soner Usakli 253c19abeb removed unused var added error log 11 years ago
Julian Lam 7d736f9352 fixed hebrew language string and introducing fallback to english if wrong language is set 11 years ago
Baris Soner Usakli 194c404857 more fixes to admin users 11 years ago
Baris Soner Usakli 0719baf8b2 fixes error in admin users page 11 years ago
Baris Soner Usakli 26849ba2b7 added hooks for image uploads into user and admin routes 11 years ago
Baris Soner Usakli 378ccc3cb7 removed imgur from core 11 years ago
Julian Lam 7ea379d4f1 added client side hooks: "action:topic.loading" and "action:topic.loaded" 11 years ago
Baris Soner Usakli 27381bfc35 misc responsive fixes 11 years ago
Baris Soner Usakli 7531d9dd2c fixes username in account page 11 years ago
Baris Soner Usakli 1d5239b9a5 closes #966 11 years ago
Baris Soner Usakli d4c2a47c8e allow images in home and category 11 years ago
Julian Lam 0670382992 final pass - resolved #961 11 years ago
psychobunny 3c863feac2 fixes translation bug with app.alert 11 years ago
psychobunny 1e955b769b refactoring favourites 11 years ago
psychobunny 25a6302c01 upvoting / downvoting complete 11 years ago
psychobunny cf3f72feb9 client-side voting logic 11 years ago
Baris Soner Usakli 56cdc86a37 took out userSockets, using io.sockets.clients() now' 11 years ago
Baris Soner Usakli a0195ffa32 fixes users online loadmore 11 years ago
Baris Soner Usakli 8ef9d787f5 human readable profile page numbers 11 years ago
Baris Soner Usakli 388532eedc closes #943 11 years ago
Baris Soner Usakli 574e981de9 closes #831, user profile changes 11 years ago
psychobunny 3c63b135c7 closes #939 11 years ago
psychobunny cecd3fe969 adding return false to favouriting and following. using jq for follow code 11 years ago
Baris Soner Usakli c7195290c8 added infinite load to user favourites page 11 years ago
Baris Soner Usakli 5bed729682 closes #935 11 years ago
psychobunny a53c35f071 added back 'body' trigger - to be deprecated in 0.4x 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
psychobunny 3f0f2bc956 console.log 11 years ago
psychobunny ecc1c315cc closes #927 11 years ago
Julian Lam 53285d70a9 just sneaking tabIndent into NodeBB core -- nothing to see here... 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 2cdddd2637 closes #925 11 years ago
Baris Soner Usakli 9e22b7c8fd focus composer text area after drag resize 11 years ago
Baris Soner Usakli 63a3bfd51d after drag focus input in chat, closes #924 11 years ago
Baris Soner Usakli c2746b3bb1 minor tweaks to status 11 years ago
Baris Soner Usakli feaea6dcea Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 52962a7e9b dont show invisible users in online users page 11 years ago
Julian Lam b288edfb6b Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 9e8addee81 fixed #859 11 years ago
Baris Soner Usakli 700876fe58 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 97e0e48b07 closes #714, closes #824 11 years ago
Julian Lam c9bb65133a Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 37f7d1d08a resolved issue #913 11 years ago
Baris Soner Usakli 22bc3e9571 added statuses into dropdown 11 years ago
Baris Soner Usakli aa856e2f5c closes #847 11 years ago
Baris Soner Usakli 14b2fd050e Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli bdd4bb0003 closes #920' 11 years ago
psychobunny 4647b88071 added optional forum terms of use to ACP, closes #775 11 years ago
psychobunny 347d402f48 closes #752 11 years ago
psychobunny e91ab5c660 closes #917 11 years ago
Baris Soner Usakli ab2b0e6560 fixed direct loading of popular page 11 years ago
Baris Soner Usakli a86ddc9934 closes #726 11 years ago
Baris Soner Usakli 36ae568349 #656 11 years ago
Baris Soner Usakli e48014ba61 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 0f5b3ae859 added img-responsive to images in chat messages 11 years ago
Julian Lam 55b67ed735 Merge branch 'master' of github.com:designcreateplay/NodeBB
Conflicts:
	src/routes/api.js
11 years ago
Julian Lam 0376e3d574 renamed language directories to ICU standard, upgrade script, no longer promoting english at top of list in languages tab, en now en_GB, encompasses Canadian and English English 11 years ago
psychobunny 23c711947b added support for !array.length 11 years ago
psychobunny 0cca8e0bcf closes #783, support for array.length 11 years ago
Baris Soner Usakli efa45ad907 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 89e554b333 closes #906 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 8607ea9a84 notifications fix 11 years ago
psychobunny 24d2ac270c changed notifications code to jq - prevents crashes if notification element does not exist 11 years ago
Julian Lam de751ed623 fixed #900 - api calls hopefully no longer cached 11 years ago
Julian Lam fb2b54b314 refactored meta and link tag generation to template (yay frontend processing!)
cache busters now always added in template, instead of throughout code
11 years ago
Baris Soner Usakli 1a55f9217d turn off click events to prevent multiple calls' 11 years ago
Baris Soner Usakli d0702f663b disable scroll events on ajaxify' 11 years ago
Baris Soner Usakli 6a78221261 closes #903 11 years ago
Julian Lam fe8156793a Merge branch 'master' of github.com:henrock/NodeBB into henrock-master 11 years ago
Julian Lam 3f876fec80 added ajaxify.start and ajaxify.end client-side hooks 11 years ago
Julian Lam 38ee3fd5a3 don't bother firing hooks received by js unless a listener exists 11 years ago
Henrik Jerlenius 52ee5096af fixed translation on recent replies feed 11 years ago
Baris Soner Usakli cccaf642a6 closes #898 11 years ago
Baris Soner Usakli ed401de169 closes #896 11 years ago
Baris Soner Usakli 5759b1b1a2 closes #857 11 years ago
Baris Soner Usakli f68b692ce4 closes #863 11 years ago
Baris Soner Usakli c06320e28b closes #870 11 years ago
Baris Soner Usakli c0184ba350 blocked 11 years ago
Julian Lam 4ae8824faf tweaks and formatting 11 years ago
Julian Lam 7edf041747 Merge branch 'master' of github.com:mattijle/NodeBB into mattijle-master 11 years ago
Julian Lam d924d01677 timeago fix for brasilian portugueso 11 years ago
Matti Leppänen 98c4b08f15 Merge remote-tracking branch 'upstream/master' 11 years ago
Baris Soner Usakli 71ccd0854d fixes notification header icon 11 years ago
Baris Soner Usakli 9cb232c198 added header tooltips 11 years ago
Baris Soner Usakli 31a57cf0dd closes #885 11 years ago
Baris Soner Usakli d54e2fba9e closes #810 11 years ago
Matti Leppänen 4f495e2b46 quote gets added to the active composer instead of starting a new one. 11 years ago
Baris Soner Usakli c0e818afc6 closes #854 11 years ago
Baris Soner Usakli 26673d3ada delegated events in admin categories 11 years ago
Baris Soner Usakli 25442a89ca closes #878 11 years ago
Julian Lam 0c71707fb5 fixed #877 11 years ago
Julian Lam 0869765e2b Merge remote-tracking branch 'origin/master' 11 years ago
Julian Lam 22354227be hiding "Forgot Password" link using Plugins.hasListeners, instead of derpy config settings bool 11 years ago
Baris Soner Usakli 2560704839 recent unread cleanup 11 years ago
Baris Soner Usakli c6d48f477c fixes recent topic post notification 11 years ago
Baris Soner Usakli 810095d287 fixed infinite loading on categories 11 years ago
Baris Soner Usakli 2988230b07 some more fixes, cant quote and see deleted messages 11 years ago
Julian Lam 5fde1eb3e7 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam d42beda3da added page selection if you click on the pipe 11 years ago
Baris Soner Usakli bf81159558 fixes a pagination bug 11 years ago
Baris Soner Usakli dcefad1427 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 1afd7ae332 trim pagination numberS 11 years ago
Julian Lam a240fc81ce fixed #869 11 years ago
Baris Soner Usakli 75f178636b more fixes 11 years ago
Baris Soner Usakli 1084523c92 lots of pagination work, query params, ajaxify to pids 11 years ago
Baris Soner Usakli 8744013013 Merge branch 'master' of https://github.com/designcreateplay/NodeBB into pagination 11 years ago
Baris Soner Usakli 2e786cc4d1 closes #873, removed global translator, templates and server objects 11 years ago
Baris Soner Usakli b23960e8d7 fixes to category pagination 11 years ago
Baris Soner Usakli ef6fd35e85 lots of cleanup, moved pagination to requirejs module 11 years ago
Baris Soner Usakli aa73a10fc4 added pagination to vanilla topic template 11 years ago
Baris Soner Usakli 0580d0c8a3 Merge branch 'master' of https://github.com/designcreateplay/NodeBB into pagination 11 years ago
Baris Soner Usakli 5f0c6e508d some cleanup 11 years ago
Baris Soner Usakli 606367701f pagination on posts 11 years ago
psychobunny 0a749023cb fixing if statements inside a @first / @last block 11 years ago
Baris Soner Usakli 8d007e7029 Merge branch 'master' of https://github.com/designcreateplay/NodeBB into pagination 11 years ago
Baris Soner Usakli cf39c66017 some pagination work 11 years ago
psychobunny 503e59b12b clean up conditionals only at the very end of parsing 11 years ago
Julian Lam ab85ef6b7b fixed issue where back button stopped ajaxifying internally. 11 years ago
Julian Lam 459d5ddccd fixed #867 - added proper detection so that onpopstate would not react if it was a proper page load 11 years ago
Julian Lam b587d7b5ad fixed issue where calls to ajaxify.go were sending in a "template" argument that had since been removed, navigating back to NodeBB from an external link now no longer clobbers the History stack. 11 years ago
Julian Lam ef450edfea Revert "possible fix to #840", please see #867
This reverts commit 1d666bf7f0.
11 years ago
Baris Soner Usakli f3bdc55348 little tweak to user search show timing and 10 users, sort after slicing 11 years ago
Baris Soner Usakli 1d666bf7f0 possible fix to #840 11 years ago
Baris Soner Usakli 3793ddc2e8 fixes user tooltips on infinit load 11 years ago
Baris Soner Usakli 824c5072e8 topics should be marked read correctly if you are already in it 11 years ago
Julian Lam f02cd9df82 Merge branch 'master' of github.com:akhoury/NodeBB into akhoury-master
Conflicts:
	src/user.js
11 years ago
Baris Soner Usakli 044382047d removed commented out section 11 years ago
Baris Soner Usakli 46fb6377ee fixed topic reply if title was 255, better notif text in unread and recent,removed console.log 11 years ago
Baris Soner Usakli 79803d2b3d Merge branch 'favourite-spy' of https://github.com/BitBangersCode/NodeBB into BitBangersCode-favourite-spy 11 years ago
MrWaffle d63ced8a5c Move to client side 11 years ago
MrWaffle b887b76c29 Implement favourite tooltip to show who favourited a post 11 years ago
Baris Soner Usakli 45d2affdfb closes #833 11 years ago
Baris Soner Usakli baa74958c5 can set image class for categories 11 years ago
Baris Soner Usakli eac6b23811 closes #841 11 years ago
Barış Soner Uşaklı c709fae251 Merge pull request #828 from BitBangersCode/admin-group-fix
Admin group fix
11 years ago
Julian Lam 4c01fc4c0e Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 7db231ca54 traditional chinese language pack - 很好? 11 years ago
Baris Soner Usakli 9393a39452 fixes translation in recent 11 years ago
Josh 4c211b7110 Fixed tabbing/spacing 11 years ago
Josh Rickers 21f6b10023 fixed indenting 11 years ago
Josh Rickers f9e6fab3ea Fixed line spacing/tabbing 11 years ago
Josh Rickers 55b0270b34 Merge branch 'master' into admin-group-fix 11 years ago
Josh Rickers a91e464787 updated groups to stop you from removing yourself from the admin group 11 years ago
Baris Soner Usakli 56c789ed61 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli aa2978976c notif fix 11 years ago
Julian Lam 73d9d6e1d3 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 92706a6550 fixed #826 11 years ago
Baris Soner Usakli 74ccfd1e4d moved islatin out too 11 years ago
Baris Soner Usakli 8f8ea4de92 slug fix 11 years ago
Baris Soner Usakli 104ec7de6e last poster is visible, slugify check for latin #777 11 years ago
Baris Soner Usakli f107803550 fix 11 years ago
Baris Soner Usakli 039f02456d if user is in the topic when a new post comes in mark the topic read 11 years ago
Baris Soner Usakli ccc62a202b dont go to top on search icon click 11 years ago
Baris Soner Usakli 56fcae1cb2 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 7c16a8be31 recent reply fix 11 years ago
Julian Lam cc236c1f72 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 39d9dd76dc removed preview button from ACP/themes 11 years ago
Baris Soner Usakli 55d4a5fe3a template fixes closes #825 11 years ago
Baris Soner Usakli 12a5b6b4c6 body margin for composer 11 years ago
Aziz Khoury 4fad334e18 Merge remote-tracking branch 'upstream/master' 11 years ago
Barış Soner Uşaklı 94f38d0622 Merge pull request #822 from BitBangersCode/admin-fix
Confirmation when removing user from a group
11 years ago
Josh f7a290d0b3 removed function
removed function that did not work
11 years ago
Josh a86ff15f7b Removed code for yourid
removed code that will give the current user id in a var called yourid
11 years ago
Baris Soner Usakli 030cfbffa4 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli ed1c276739 only drag chat modal from header 11 years ago
Josh f14ad11dd0 add remove user from group confirmation
Added confirmation request when removing user from a group.
11 years ago
Julian Lam 663aff4b24 fixed #723 - bootswatch now using BootstrapCDN, scheme-independant URL 11 years ago
Aziz Khoury ba85ffb292 Merge remote-tracking branch 'upstream/master' 11 years ago
Julian Lam f9e8178d25 fixed timeagago for zh_cn 11 years ago
Aziz Khoury f74f01ca77 Changed User.create signature to accept a hash, added a couple of utility functions as well 11 years ago
Julian Lam 95355f9036 added 'dir' value into language.json, added support for translator to add dir attribute to html element if necessary 11 years ago
Julian Lam 2cfe59f124 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam e542da1f52 added alphanumeric user search (instead of using reds), and exposed a proper socket call for user searching for non-admins 11 years ago
Baris Soner Usakli 050ab738e4 fixed drop area top 11 years ago
Baris Soner Usakli 3d30c0bd87 tmp fix for nested if 11 years ago
Baris Soner Usakli 32adbc8c77 close modal on error 11 years ago
Julian Lam 0ccb8a77ba Merge pull request #811 from BitBangersCode/alternate_title_fix
Only alternate title when not focused
11 years ago
Julian Lam e8d6df22cb Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 5861630dec - removed autocomplete in composer core (now entirely in mentions)
- upped jQuery UI to 1.10.4
11 years ago
MrWaffle c1fea52a93 Only alternate title when not focused 11 years ago
Baris Soner Usakli 1980e945da fixed admin page active sockets 11 years ago
Baris Soner Usakli 16a42619b5 closes #809 11 years ago
Baris Soner Usakli 9879f645f6 added check for undefined, null empty string 11 years ago
Baris Soner Usakli bbac361670 fixed crash if empty topic was loaded without ajaxify 11 years ago
Baris Soner Usakli 8c1c844007 closes #806 11 years ago
Baris Soner Usakli 72447c9b9c grouped post buttons in dropdowns 11 years ago
Baris Soner Usakli d8e14acbbf closes #799 11 years ago
Baris Soner Usakli 959e6e83ea closes #796 11 years ago
Baris Soner Usakli 324bec41c4 chain 11 years ago
Baris Soner Usakli 0db6423c26 closes #792, fixes multiple composers 11 years ago
Baris Soner Usakli fd92d7b02a can mark topic unread for all 11 years ago
Baris Soner Usakli 25b50323fa markdown text in composer 11 years ago
psychobunny 4e5dfbc1c9 find .post-row instead of any li 11 years ago
Baris Soner Usakli 24ceb0f083 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 48eb6a3f22 composer changeS 11 years ago
Julian Lam 123f92ca1e fixed #711 11 years ago
Julian Lam 917dfe74e6 removing console log and removing a bit of code that would cause infinite loader to take 2.5s extra each round :P 11 years ago
Julian Lam d8c4609ee0 fixed #649 - Once you hit the end, infinite loader will stop for good. If infinite loader is active when the browser hits the bottom, updateHeader will not assume 100%. 11 years ago
Julian Lam 51abf60b3a Merge branch 'socketAL-fix' 11 years ago
Julian Lam 48c22567c2 fixed #791 11 years ago
Baris Soner Usakli c0712583f2 fixed category sockets 11 years ago
Baris Soner Usakli a802dc4b68 admin.js socket fixes 11 years ago
Julian Lam c1c9438220 patching translator to ignore non-js files 11 years ago
Julian Lam 7e9d344487 patching translator to ignore non-js files 11 years ago
Baris Soner Usakli b062af2c4b fixed user pwd reset 11 years ago
Baris Soner Usakli b7f0c90bf7 more fixes 11 years ago
Baris Soner Usakli b3816b98a1 more post fixes 11 years ago
Baris Soner Usakli 9e6f7fa960 reset 11 years ago
Baris Soner Usakli 31d353ab0e more fixes 11 years ago
Baris Soner Usakli 8740cc0fc7 Merge branch 'socketAL-fix' of https://github.com/designcreateplay/NodeBB into socketAL-fix 11 years ago
Baris Soner Usakli ae76bb3928 lots of err first fixeS 11 years ago
Julian Lam 111776d878 notifications socket callbacks 11 years ago
Julian Lam e95da77fe8 Merge branch 'socketAL-fix' of github.com:designcreateplay/NodeBB into socketAL-fix 11 years ago
Julian Lam bc48ba874d fixed module.js callback format 11 years ago
Baris Soner Usakli ced37044ca Merge branch 'socketAL-fix' of https://github.com/designcreateplay/NodeBB into socketAL-fix 11 years ago
Baris Soner Usakli 426d3e871f more fixes 11 years ago
Julian Lam cbb630fd6b fixed categories.js socket callbacks 11 years ago
Baris Soner Usakli ddb9a4a60e fixed user load more 11 years ago
Baris Soner Usakli 4366c11ec0 users.js fix 11 years ago
Baris Soner Usakli 39b631a3a8 more fixes 11 years ago
Baris Soner Usakli e061978bd5 more fixes 11 years ago
Baris Soner Usakli 2515ba9455 Merge branch 'socketAL-fix' of https://github.com/designcreateplay/NodeBB into socketAL-fix 11 years ago
Baris Soner Usakli afe97233aa more fixes 11 years ago
Julian Lam 765402a2a0 fixed ACP online count 11 years ago
Baris Soner Usakli e5c8caf5ff more fixes 11 years ago
Baris Soner Usakli 1ec21c2bfd metatitle 11 years ago
Baris Soner Usakli 7470c1bbd9 more fixes 11 years ago
Julian Lam 3177fdfa74 partially fixed acp active users 11 years ago
Baris Soner Usakli 8bb24fa034 fixed update header 11 years ago
Julian Lam c215e61541 fixed up admin.js 11 years ago
Baris Soner Usakli 67799eac95 removed api: from client side socket calls 11 years ago
Julian Lam 4184574164 WIP admin.js socket underping 11 years ago
Julian Lam dfd2df99e6 removed "mark all as read" language strings and removed button from notifications page -- fixes #785 11 years ago
Baris Soner Usakli 2d87ba534c can paste images directly from clipboard 11 years ago
Baris Soner Usakli b303fdcfd7 removed inline css 11 years ago
MrWaffle b78dc3eca8 Chat now supports markdown 11 years ago
Baris Soner Usakli 1bf3d33765 prevent clicks on autocomplete to scroll window to the top 11 years ago
Baris Soner Usakli cd4cb240c8 upload file icon in composer was visible even when uploads were disabled 11 years ago
Baris Soner Usakli c94da47ae8 added profile func, shorter getRecentReplies 11 years ago
Julian Lam facacc65aa Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 442c543d27 fixed #776 11 years ago
psychobunny 98d42b0ade moving social sharing parsing code from server side to client side & cleaned up templates 11 years ago
psychobunny 6f129d9c68 allow password fields to be saved in ACP 11 years ago
Julian Lam acc390f6ef added timeago locales, fixed timeago template error in ACP. 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
Baris Soner Usakli 26274bd75a closes #767 11 years ago
Julian Lam 619fe74fc0 moved groups admin socket calls into admin file instead of standalone groups file 11 years ago
Julian Lam 4453d055ea linted socket/admin.js 11 years ago
Julian Lam aa689a7a29 fixed active users socket calls in ACP 11 years ago
Julian Lam 2078fa25f8 added classname to chat dropdown if there are no chats 11 years ago
Julian Lam b86ae3f7f0 fixed #756 - sequestering Notifications and Chat DOM functions in their module, and not in footer 11 years ago
bdharrington7 bf96903d6e removed submenu for login / register in guest menu options 11 years ago
Baris Soner Usakli 5febb3dc23 clicking the pagination block no longer sends page to top 11 years ago
Baris Soner Usakli a885444740 fixes toggle_mod_tools undefined error 11 years ago
Julian Lam 3da96faa12 fixed email exists error... weird. 11 years ago
Julian Lam 98e4257939 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam eb974ec1d8 fixing user register socket calls 11 years ago
Baris Soner Usakli 8bc0096b00 dont closed composer if callback isn't called 11 years ago
Julian Lam ee963e0c2a moved reconnected socket call to SocketsMeta 11 years ago
Julian Lam 6d300e1110 updated chat i18n strings to use new modules.json file, added said files to language dirs 11 years ago
Julian Lam 3264658269 Merge remote-tracking branch 'origin/master' into socketAL 11 years ago
psychobunny 97ec312c72 console.log 11 years ago
psychobunny 05edfdc9c1 templates.js - if custom theme is missing a template, render default template 11 years ago
Julian Lam 067a7a544b Merge remote-tracking branch 'origin/master' into socketAL 11 years ago
Julian Lam a150691b5e that's the last of it!! :D 11 years ago
Baris Soner Usakli ee1ac1b2c3 fixes post move 11 years ago
Julian Lam ea8aa3fff2 admin stuff, removed deprecated install templates, blah blah 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 5a589c885a Merge remote-tracking branch 'origin/master' into socketAL 11 years ago
Julian Lam dfa9f203e6 crashing a lot less now, heh 11 years ago
Baris Soner Usakli 92ca739002 center on load 11 years ago
Baris Soner Usakli c19d3e8063 closes #738 11 years ago
Baris Soner Usakli 30624d4ad8 tabbified the admin settings page 11 years ago
Baris Soner Usakli 9c60182da4 closes #749 11 years ago
Julian Lam c2a1cd94d0 addressing issue for #728 where existing NodeBBs don't have a defaultLang set 11 years ago
Julian Lam df4c6ca1c8 integrating client side translator into new languages tab in ACP 11 years ago
Julian Lam cd6af45afb added icons to all h1s in admin panel
languages tab in ACP
each language now also has a "language.json"
11 years ago
Baris Soner Usakli dff10045da removed my console.logs as usual 11 years ago
Baris Soner Usakli dabd2f29af closes #747 11 years ago
Julian Lam c2c1632c0e Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 2495b5b89b refactored group category permissions, removed getCategoryAccess method call 11 years ago
Baris Soner Usakli 176ac54cdf closes #745 11 years ago
Baris Soner Usakli e07c848da7 closes #737 11 years ago
Baris Soner Usakli 6b8f7dba4f Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 825e4cca5a closes #744 11 years ago