Commit Graph

277 Commits

Author SHA1 Message Date
barisusakli
d43d363a7a refactored topics.js
removed ajaxify.register_events using removeListener now
2014-05-03 20:56:26 -04:00
Julian Lam
90269ad9b8 fixed bad example code 2014-05-01 15:43:28 -04:00
Julian Lam
a5410f7ae7 added stub plugins socket file for plugin usage (ping @schamper @frissdiegurke @akhoury @psychobunny @barisusakli) 2014-05-01 15:23:58 -04:00
barisusakli
63d88957a8 replace self links client side 2014-04-30 17:42:50 -04:00
barisusakli
fdfd421e1c fixes error during user delete and ban 2014-04-28 22:39:27 -04:00
barisusakli
cd3bb77a7f added reqFromSocket to topic posting
new filter topic.post
2014-04-27 00:47:08 -04:00
barisusakli
c9551abc5d closes #1432
ability to select a default gravatar image (default, identicon,
mystery-man, monsterid, wavatar, retro) or upload a custom image to use
as default gravatar image
2014-04-26 15:53:00 -04:00
psychobunny
066b1c0d64 @akhoury and his comments.. :p + jshinting 2014-04-26 04:43:53 -04:00
Aziz Khoury
32a5334402 socket.handshake.address may not always be defined, thanks @psychobunny 2014-04-26 04:29:53 -04:00
Aziz Khoury
056b39709f no need for quotes 2014-04-26 03:26:23 -04:00
Aziz Khoury
c7bd27fb3f spaces vs tabs ugh 2014-04-26 03:16:07 -04:00
Aziz Khoury
fa7db423c6 adding hook filter:topic.reply for antispam 2014-04-26 03:00:56 -04:00
barisusakli
d05920ec78 refactor of thread tools 2014-04-24 20:05:05 -04:00
barisusakli
fa221437dc removed whitespace 2014-04-24 16:32:43 -04:00
barisusakli
6f2ea3eafc closes #1439 2014-04-24 15:53:41 -04:00
barisusakli
adf6f34e42 closes #1436 2014-04-24 15:29:05 -04:00
barisusakli
cf94a71499 closes #1427
flag and chat buttons are hidden on self posts, updated in vanilla and
lavender
2014-04-23 21:47:51 -04:00
barisusakli
a1e6a3616c ability to install/uninstall plugins from ACP 2014-04-22 21:02:58 -04:00
barisusakli
3c11030929 closes #1398 2014-04-21 13:29:40 -04:00
barisusakli
2ad715ead3 closes #1412 2014-04-20 15:07:53 -04:00
barisusakli
8d3f72b5a1 closes #1404 2014-04-19 14:31:46 -04:00
barisusakli
e12beccc09 closes #1371
adds a dropdown to category view to move/pin/lock/delete multiple topics
2014-04-17 20:07:27 -04:00
barisusakli
f0428f5f1f removed double post notification #1386 2014-04-16 15:46:50 -04:00
barisusakli
f9897daad1 all notifications are translated now closes #1388 2014-04-16 15:31:51 -04:00
Julian Lam
8cb2b9b97a fixed #1351 -- themes and plugins no longer auto-restart the server 2014-04-16 14:46:14 -04:00
barisusakli
01555cbb5c return privileges in category 2014-04-16 14:30:36 -04:00
barisusakli
04488a9a14 closes #1139 2014-04-15 12:48:32 -04:00
psychobunny
a8801feabe cleanup 2014-04-15 02:42:40 -04:00
psychobunny
da665853e4 bugfixes 2014-04-15 02:40:18 -04:00
psychobunny
78dea8ea40 don't attempt to require a directory 2014-04-15 02:33:48 -04:00
psychobunny
5ffeb3319b socket.io admin/groups 2014-04-15 02:33:31 -04:00
psychobunny
aaa2dbe757 removed unused topics; fixed require 2014-04-15 02:28:49 -04:00
psychobunny
9e24ccc976 socket.io admin/categories 2014-04-15 02:27:58 -04:00
psychobunny
2fc6bfaa72 socket.io admin/user 2014-04-15 02:25:42 -04:00
barisusakli
d832a6f805 closes #1381 2014-04-14 18:04:17 -04:00
psychobunny
e5486db1ae Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
Conflicts:
	src/database.js
2014-04-14 17:36:10 -04:00
barisusakli
3e60451ce4 closes #1013
lets user change languages,
2014-04-14 15:58:19 -04:00
Julian Lam
df8728c785 allowing plugins to define new sounds -- woot.
Also moving the core sounds into a separate package, soundpack-default
2014-04-12 18:36:23 -04:00
Micheil Smith
3e82cab398 Add missing new lines at end of files. 2014-04-10 20:56:53 +01:00
barisusakli
fdeaf3a16e user.js error keys 2014-04-09 21:44:00 -04:00
barisusakli
eaf4be4979 posts.js error keys 2014-04-09 21:40:39 -04:00
barisusakli
b07efb0085 modules.js error keys 2014-04-09 21:36:57 -04:00
barisusakli
7b992e7a20 meta.js error language keys 2014-04-09 21:27:20 -04:00
barisusakli
197e61a5d0 admin js language keys 2014-04-09 21:26:37 -04:00
barisusakli
d366be7967 added error key 2014-04-09 21:22:37 -04:00
barisusakli
95972209f4 favourite changes
favourites.js no longer makes socket calls, moved that code into
socket.io/posts.js. it also makes a single socket call when you downvote
a post that you previously upvoted.
2014-04-09 20:55:53 -04:00
barisusakli
296d5127c9 update to use error messages 2014-04-09 16:51:10 -04:00
barisusakli
a75baef450 removed socket emits for post errors 2014-04-09 15:39:30 -04:00
barisusakli
e2d0d4db5c added error and success language files
removed some code from server side that was emitting alerts
2014-04-09 14:12:50 -04:00
barisusakli
4e71c8328c closes #1346 2014-04-07 17:38:58 -04:00