Commit Graph

146 Commits (95efb2ae5e23bde3b0f4c3ef81f1b93883f165c8)

Author SHA1 Message Date
Julian Lam 56ef05a0bf putting category options behind a dropdown, and fixing category enable/disable
Julian Lam 53164e96ab removed non-functional save button from category whitelist modal
psychobunny c16f04bbcf plugins - filter:admin.header.build (pre-existing hook) now allows you to add menu items to the social authentication panel as well
Julian Lam 69427fa10e tweaks to make the ACP work better on tablets, some work on hidden groups
Julian Lam df2e9b4b47 admin panel integration for category whitelisting
Julian Lam 6b3863bfbf updated category manager in admin panel
Julian Lam 34459e7cf1 fixing category admin panel integration
Baris Usakli 541993c80a fontawesome 4 migration, closes
Baris Soner Usakli 48835d8c44 used ELSE in template
Baris Soner Usakli 23eb7824ac closes
psychobunny a1839d90fd prevent admin group from being deleted, closes
Julian Lam 39f2efbef8 closed
Julian Lam 33868804fd fixed
Baris Usakli fa9636a62a closes
Baris Usakli 69fefc0625 closes
Baris Usakli 40108f92c9 closes
psychobunny 7ea852fae3 Revert "mobile: collapse menu after clicking on menu item"
This reverts commit c67c37bb20.
psychobunny c67c37bb20 mobile: collapse menu after clicking on menu item
Baris Usakli 04ed1df0ef closes , allow guest posting. enabled from admin/settings, defaults to disabled
Baris Soner Usakli 89540172b2 closes
Baris Soner Usakli f9f0bd8685 closes
Baris Usakli f4faee4283 moved image uploading to a require js module, added image upload to site logo
Baris Usakli 7039a4d762 closes
Baris Soner Usakli 7e8ddbadfb closes , closes
Julian Lam 3decc8b9b1 removing nodebb.less file
psychobunny 32990794ce fixed admin bug (on f5 was not populating fields); plugins - filter:admin.create_routes allows you to create path to custom admin page
psychobunny 4b5bae4f9b fixed plugin path in admin header
psychobunny 2b07917020 plugins - filter:admin.header.build allows you to add plugins to navigation in ACP
Baris Soner Usakli afa078d00c closes
psychobunny a2a6bf87f7 fixes
Andrew Darqui 8cc71d2b47 fixed logger.tpl to use the new requirejs code
Julian Lam 0b299b2fe7 Merge pull request from adarqui/express-logger-0.0.7
Express & Socket.io logger
Andrew Darqui a3f6fee41f refactored the logger completely.
Julian Lam 64117ab613 removing deprecated bootstrap css file from admin header
Julian Lam 038e04dee6 revamped client side scripts so that they are loaded using Require.js instead.
Julian Lam 948949c571 closed - now asking socket.io to connect to "current page" instead of hardcoded url, removed api_url and "socket" section from public config
Julian Lam f173a79a0d Merge pull request from iamcardinal/master
Adds meta:keywords tags fixes tabbing, closes 
Quinton Marchi fcab1501f8 Merge remote-tracking branch 'origin/testing-2013-10-01'
Andrew Darqui f48687528e fixed up logger.tpl a little. Added a basic 'collision detection' for the loggerPath and loggeIOPath filenames.
Andrew Darqui 9007f9de9e added socket.io logging which can be dynamically enabled/disabled via the /admin/logger panel
Andrew Darqui 55d84d0f9b basic logger functionality added - accessible via http://nodebb/admin/logger
Minami 90b4d688f8 Testing adding of Meta Tags
psychobunny 22c73f3c12 closes
Baris Usakli 4290516d29 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Usakli 6a7a2301ee removed admin and delete buttons from template
Julian Lam 9a79c58e33 closed - groups admin modal had an extra button that did nothing
psychobunny 571cb8b44f readded back admin css for users
Baris Usakli 9f67282a79 admin site will display reconnecting notification when server is offline closes
Julian Lam f08067bab2 fixes - 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
psychobunny de1e3230f5 fixed topics and admin views, broken after merge