278 Commits (5b87af4389b8c3dc0495cc51f86edc176b086c75)

Author SHA1 Message Date
psychobunny 0150e0e063 closes #3069 10 years ago
barisusakli d5128d0513 closes #3370 10 years ago
Julian Lam 12601dd3aa added new hook "filter:digest.subscribers" to allow plugins to override digest subscriptions 10 years ago
Barış Soner Uşaklı b50ad39120 Merge pull request #3284 from APXEOLOG/pr-1
User.uploadFromUrl fix
10 years ago
barisusakli 417a573f67 closes #3260 10 years ago
APXEOLOG 1ae0077810 Change error message to localized one 10 years ago
APXEOLOG 93b6b6ba5f Fixed two bugs:
1. filename cannot contain ':' (at least on windows), nodebb crashes with such filename
2. lwip cannot define image type without file extension

Also added image extension check to prevent security issues
10 years ago
barisusakli c5b9c9254a #3275 10 years ago
barisusakli d135f37b4f check register queue against stopforumspam 10 years ago
barisusakli 5ee1951245 closes #3271 10 years ago
barisusakli 57c2418157 closes #1306 10 years ago
barisusakli ed72bacb1f closes #3220
added back base_url
10 years ago
Julian Lam e523ef7c17 added plugin hooks so that imagemagick can still be called, as a plugin, for image manipulation tasks, falling back to using lwip 10 years ago
Julian Lam f168566928 fixed incorrect use of username in unsub cta in emails 10 years ago
barisusakli 5ce617ca5a fix case in search 10 years ago
Kalina Panayotova 118de65f5e Bugfix: use sorted set to get user followers in sendTopicNotificationToFollowers 10 years ago
barisusakli 39c3afec62 removed updateUserCount 10 years ago
barisusakli 8acb0ca304 incr on user create 10 years ago
Julian Lam 927971b392 added hooks for following/follower retrieval 10 years ago
barisusakli addd6ecde7 check error fix ip 10 years ago
barisusakli aa577f4adc part 1
no upgrade script yet
10 years ago
barisusakli 5c4e988232 fix user.csv data 10 years ago
Julian Lam fc1b0c8d24 allowing topic, post, and user creation to specify a timestamp for insertion into the past 10 years ago
barisusakli ffac8eb41d closes #3118 10 years ago
Barış Soner Uşaklı c56b30ff60 convert uid mappings to sorted sets
email:uid, username:uid, userslug:uid, fullname:uid all converted to
sorted sets
prevents hitting mongodb document size limit
10 years ago
barisusakli b561c49de5 moved filter:users.search before pagination 10 years ago
barisusakli 73d65dd123 filter:users.search filter:users.build hooks 10 years ago
barisusakli 9749658d35 added about me field 10 years ago
Julian Lam 5a0c657587 re: #3043, if no address is entered, "http://" won't get automatically saved in 10 years ago
Julian Lam 5d495483ad using url module to normalise passed-in url prior to saving in db, closes #3043 10 years ago
barisusakli 4e793995a0 dont add http:// to website if its empty 10 years ago
barisusakli d5dd48ecc8 closes #3013 10 years ago
barisusakli f7a3aef322 escape on the way out, fixes birthday/age calculation 10 years ago
barisusakli fa9fde43fb closes #2971 10 years ago
barisusakli 5501c0c759 closes #3005 10 years ago
barisusakli 3de083208d closes #3002 10 years ago
barisusakli 3d0b50a9b7 closes #2975 10 years ago
Barış Soner Uşaklı 9c7c87fd3b closes #2972 10 years ago
Julian Lam 56fc958939 closes #2891 10 years ago
psychobunny 43502e041a don't send 5 million error messages during daily digest 10 years ago
barisusakli 878e548296 renamed end to stop globally
fixed getting favourites for admins
10 years ago
Julian Lam 47a7ab15be refactored translator system to be a require.js module, and not a global 10 years ago
barisusakli 8d6d1c32e7 allow plugins to update additional fields with filter:user.updateProfile 10 years ago
Barış Soner Uşaklı e0b4a35a25 dont add guests to users:postcount zset 10 years ago
Barış Soner Uşaklı cc92d09498 generateNotificationPaths 10 years ago
Julian Lam 5a4fa18e98 fixed digests so they aren't prematurely exiting, and will send again :shipit: 10 years ago
barisusakli 9f4f858ff9 group member search
only look in uids that are member of the group, added custom findUids
function to user.search
10 years ago
barisusakli 201c4b35da pagination data
if query is empty get all uids
10 years ago
barisusakli d342e01ef1 search group members 10 years ago
barisusakli bd17bff7d4 prevent double follow/unfollow 10 years ago