Commit Graph

2934 Commits (02e550d3ad6b5064d7535093090b7a06dd63a7ef)
 

Author SHA1 Message Date
psychobunny 4c40ee8e6e fixed missing language key on image uploader modal
psychobunny ddcf46fc73 uploading picture didn't update profile image until refreshed - fixed
psychobunny 7db234f958 added setting to convert profile iamges to png in control panel
psychobunny f6f7959d28 convert profile images to static png if setting is checked in control panel, closes
psychobunny 7fa2f474fe fixes bug introduced in c0721e105f
psychobunny d5e8044575 ability to disable privilege threshold system, closes
psychobunny c0721e105f added setting to disable privilege threshold system
psychobunny a475e38078 if app is not focused and chat message comes in, activate alternatingTitle. closes
psychobunny 932b960aa9 app.isFocused; app.js cleanup
psychobunny 24b12e23ea fixes , conditionals broken from f1ad469861
psychobunny 2a5d6e04fc fixes (aka. "son, we heard you like containers so we put containers inside your containers") -- duly fixed
psychobunny 4459d9d4e0 closes
psychobunny 2be3158aff added semver dep, pls run `npm install semver`
psychobunny f1ad469861 templates - don't clean up selector conditionals; fixes topic posting bug introduced at 090d35f306
psychobunny 0c05ee82b1 , moved everything out of parallel - poster doesn't need to wait for these functions to happen
also renamed topics.markUnRead to topics.markAsUnreadForAll
psychobunny 4f97275d24 closes
psychobunny 4b9bfca767 français, deutsche, and español support for 202a4c4105
psychobunny 202a4c4105 added rep + post count metrics to post body, closes
psychobunny 090bc2ad10 403 all guests on /search & /search/term regardless of mobile/desktop - closes
psychobunny 000c7efb1a Merge pull request from tedr56/master
French language files
psychobunny 90ad08a00d fixes
psychobunny 90e1e2436c closes
Baris Soner Usakli 21f5dad1d2 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Soner Usakli bc8bb352a8 added stdout check to exec
psychobunny 274310e35a removed notification count in title, removed api calls to it (left method intact) so hopefully title building is faster too. closes
Baris Soner Usakli 0bcc1642c7 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Soner Usakli d1d6605dcf closes
psychobunny da94d6214b when new notification comes in, refresh notification page - closes
psychobunny 67e49db797 ajaxify.refresh(); removed console.log
psychobunny de9100c489 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
psychobunny 4348e1efa4 use ajaxify.currentPage to find the user's location easily
Julian Lam 6de3dba239 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 021cf9b8f6 fixes to language template usage
psychobunny ca087e6fa7 fixes
psychobunny 6c9e28232f added translation method to recent's infinite loader
psychobunny ceac8e2dc9 added translation to unread infinite loader
psychobunny 98cf6eec71 shift clicking now opens links in a new window, closes
Baris Soner Usakli 5a00767370 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Soner Usakli 4c90d22e43 closes
psychobunny e0e153eafb added translation to category infinite loader method
psychobunny 5c3c2623f2 added translation to new post creation, closes
Baris Soner Usakli 34fc326a37 closes
psychobunny 36745608bf removed console.log
psychobunny 090d35f306 clean up conditional comments in the DOM; conditionals now treat undefined variables as false; closes
Julian Lam 347f5c132e updates to language files, capitalizing some values across languages
Julian Lam d6f8162f17 upping markdown minver again?
Julian Lam b0b0f3640c closed
Julian Lam 4fd08332cc Merge branch 'dbal' of github.com:designcreateplay/NodeBB into dbal
Julian Lam aaaffb823f upgrading markdown minver
Baris Soner Usakli 76636b64db small fixes