barisusakli
e85e35cf0c
closes #5497
2017-03-05 00:46:18 +03:00
barisusakli
b1b87d339f
more refactors
2017-03-02 16:11:11 +03:00
Peter Jaszkowiak
896c8c7343
ESlint object-curly-spacing
2017-02-18 12:30:49 -07:00
Peter Jaszkowiak
1493afee2a
ESlint indent
2017-02-18 02:38:03 -07:00
Peter Jaszkowiak
a038c66549
ESlint quotes
2017-02-18 01:56:23 -07:00
Peter Jaszkowiak
bc1d70c126
ESlint comma-dangle
2017-02-17 19:31:21 -07:00
barisusakli
e86708cb0c
add cid to widgets.render
...
init date pickers in widgets ACP
2016-12-13 14:11:56 +03:00
barisusakli
4cb48c46ab
closes #5242
2016-11-30 16:28:30 +03:00
Peter Jaszkowiak
c5237443cd
Standard language codes ( #5218 )
...
* Use standard language codes. Fallback for plugins.
* Fix transifex config
* Tab vs space here for some reason
* Remove redundancies
* config.relative_path instead of allcaps
* added upgrade script for existing users' accounts
2016-11-23 11:50:49 -05:00
barisusakli
2c77a88ba4
closes #5220
2016-11-20 15:11:34 +03:00
Julian Lam
7d523fae0f
closes #5200
2016-11-11 13:00:23 -05:00
Julian Lam
e6c9c89342
closes #5197
2016-11-10 13:50:37 -05:00
Julian Lam
66aea0eed1
closes #5167
2016-11-01 13:00:37 -04:00
Julian Lam
02998669c3
introducing option to disable chat message editing/deletion
2016-10-21 14:36:38 -04:00
HeeL
4a3c31b2dc
Fix space-before-function-paren linter rule
2016-10-13 11:43:39 +02:00
barisusakli
6d34bb4657
closes #2166
2016-08-29 12:43:37 +03:00
barisusakli
07fe5057e1
make sure validator.escape() receives strings only
2016-08-27 15:45:15 +03:00
barisusakli
cb6db3625c
closes #4906
2016-08-04 21:12:03 +03:00
barisusakli
fcf145fc81
403 if not logged in, show error
2016-07-11 13:03:47 +03:00
barisusakli
7b86fd3dc0
closes #4835
2016-07-11 12:56:27 +03:00
psychobunny
f3c48eb14a
oops, #4832
2016-07-08 17:17:59 -04:00
psychobunny
6df3157748
closes #4832
2016-07-08 17:09:47 -04:00
barisusakli
795b00a3af
closes #4810
2016-07-01 13:01:09 +03:00
barisusakli
c758f59014
closes #2302
2016-05-03 17:17:38 +03:00
barisusakli
bea2344ad4
api controllers refactor
2016-04-30 21:08:47 +03:00
Julian Lam
a9f966f23c
closes #4503 , /cc @BenLubar
2016-04-07 11:32:18 -04:00
barisusakli
8d9f7d8e19
added socket methods
2016-03-08 11:24:32 +02:00
barisusakli
d7df6c0b06
remove more from config
2016-02-10 12:53:39 +02:00
barisusakli
5ac02a59ac
remove some more config from api/config
2016-02-10 12:12:13 +02:00
barisusakli
ebf820d571
remove from global config
2016-02-10 11:33:41 +02:00
barisusakli
60e186c8f3
refactor api/username api/email
2015-12-11 11:07:37 +02:00
barisusakli
7b21760f00
refactor get user by x
2015-12-09 17:43:28 +02:00
Dustin Falgout
17e5d72815
fix waterfall
...
Signed-off-by: Dustin Falgout <dustin@falgout.us >
2015-12-06 09:34:51 -06:00
Dustin Falgout
0e5830d6f2
add api endpoints to get user by username and by email
...
Signed-off-by: Dustin Falgout <dustin@falgout.us >
2015-12-06 09:16:20 -06:00
yariplus
853aa37cd2
Add user home pages. #3616
2015-11-04 04:08:22 -05:00
psychobunny
ef20141e8f
jshint
2015-10-28 16:17:27 -04:00
barisusakli
751a6c6839
got rid of extra call to user.getSettings
2015-10-23 14:07:09 -04:00
Julian Lam
95129a1b40
closes #3693
2015-10-06 05:28:05 -04:00
barisusakli
d490ed30d1
check err
2015-09-25 18:29:02 -04:00
barisusakli
e5e41e85f2
accounts refactor #2
...
and various 404 fixes
2015-09-25 13:11:11 -04:00
barisusakli
4e2318fa1e
fix title in acp removed extra |
2015-09-23 01:59:13 -04:00
barisusakli
13508ca7f9
closes #3547
2015-09-22 19:22:20 -04:00
barisusakli
f3b6a5fbb9
generic getObject
2015-09-21 12:59:41 -04:00
Jon Garrison
47714151b1
fixed one tab character
2015-09-16 00:46:11 -07:00
Jon Garrison
44c4925ceb
Added req and res objects to the widget rendering process before callback in src/controllers/api.js
2015-09-16 00:39:18 -07:00
Barış Soner Uşaklı
6d8134618f
fix chats
2015-09-15 12:29:24 -04:00
barisusakli
22d6ceab59
closes #2427
2015-09-14 17:55:15 -04:00
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: #3573
2015-09-11 16:04:31 -04:00
barisusakli
48512bff6b
get rid of app.exposeConfigToTemplates
2015-08-27 19:22:51 -04:00
barisusakli
eaefd9d24c
remove meta/title.js and meta.title.build #3481
2015-08-26 15:55:00 -04:00