Commit Graph

91 Commits (915fa99ebe20df0e46ac16d2cd0fba5a14478806)

Author SHA1 Message Date
barisusakli 795b00a3af closes
barisusakli c758f59014 closes
barisusakli bea2344ad4 api controllers refactor
Julian Lam a9f966f23c closes , /cc @BenLubar
barisusakli 8d9f7d8e19 added socket methods
barisusakli d7df6c0b06 remove more from config
barisusakli 5ac02a59ac remove some more config from api/config
barisusakli ebf820d571 remove from global config
barisusakli 60e186c8f3 refactor api/username api/email
barisusakli 7b21760f00 refactor get user by x
Dustin Falgout 17e5d72815 fix waterfall
Signed-off-by: Dustin Falgout <dustin@falgout.us>
Dustin Falgout 0e5830d6f2 add api endpoints to get user by username and by email
Signed-off-by: Dustin Falgout <dustin@falgout.us>
yariplus 853aa37cd2 Add user home pages.
psychobunny ef20141e8f jshint
barisusakli 751a6c6839 got rid of extra call to user.getSettings
Julian Lam 95129a1b40 closes
barisusakli d490ed30d1 check err
barisusakli e5e41e85f2 accounts refactor
and various 404 fixes
barisusakli 4e2318fa1e fix title in acp removed extra |
barisusakli 13508ca7f9 closes
barisusakli f3b6a5fbb9 generic getObject
Jon Garrison 47714151b1 fixed one tab character
Jon Garrison 44c4925ceb Added req and res objects to the widget rendering process before callback in src/controllers/api.js
Barış Soner Uşaklı 6d8134618f fix chats
barisusakli 22d6ceab59 closes
Julian Lam 4f766ac7b5 Updated cache buster logic
Removed css and script busters in favour of a uuid/guid cache
buster that is generated when the app starts.

This change means that in the event your NodeBB crashes often,
users will not be able to rely on their browser cache to serve
an unchanged style/js file, but if that's the case, you've
got bigger problems anyway.

re: 
barisusakli 48512bff6b get rid of app.exposeConfigToTemplates
barisusakli eaefd9d24c remove meta/title.js and meta.title.build
psychobunny 5b1571ad1e don't need to refresh to preview updated skin
barisusakli 954c25823e closes
yariplus e112190bee Fix maximumTagsPerTopic
yariplus 13e12ba3a5 Add minimum tags per topic setting.
barisusakli 0ef2ccc130 closes
barisusakli 4f8a1174a1 default about me length
barisusakli 9749658d35 added about me field
Fokke Zandbergen 1eee970ebb Allow NodeBB version to be set via config to package.json version can be incremented when needed.
Barış Soner Uşaklı c9b5948034 closes
barisusakli d5dd48ecc8 closes
barisusakli 2fd4bcde3f added req.uid user id for logged in users, 0 for guests
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.
psychobunny 5b67cd841e fire filter:config.get even if anonymous
psychobunny c97c1ab4b9 filter:config.get
Barış Soner Uşaklı 8b21f1c8ab dont reload settings page on every save
only show an alert if reload is required
renamed settings.language to settings.userLang to match the config
Barış Soner Uşaklı 0421b6ef06 closes
barisusakli fd773807e9 fix copy paste fail 😦
barisusakli 255f50343c closes
barisusakli a77a761433 closes
Baris Usakli 8522af504a closed
Julian Lam 7dc309fc16 template in composer
barisusakli e0edb71a8a use socket.io default and ["polling", "websocket"]