563 Commits (8ceb102ed3f08dbd1f72e990fe10a994ad1b4969)

Author SHA1 Message Date
barisusakli 60e1831152 check online from users:online zset 9 years ago
barisusakli 46c2563164 removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
9 years ago
barisusakli f4bfcc7351 removed icon:bgColor and icon:text from db calls
calculates from username on the fly
9 years ago
Julian Lam 9f6dc63fed updated to no longer use user.icons.generate, and removed an unneeded upgrade script! :) 9 years ago
Julian Lam 7580cfb235 fixed double-definition of hashPassword method that was causing new registrations to fail 9 years ago
Julian Lam b52475c270 Merge remote-tracking branch 'origin/master' into user-icons
Conflicts:
	public/src/client/account/edit.js
	src/middleware/middleware.js
	src/socket.io/meta.js
	src/socket.io/user/picture.js
	src/user.js
	src/views/admin/manage/group.tpl
9 years ago
barisusakli 7854e67b7b closes #1637 9 years ago
Julian Lam 4c96f95330 Merge remote-tracking branch 'origin/master' into user-icons
Conflicts:
	public/src/app.js
	public/src/client/account/edit.js
9 years ago
barisusakli b616e69070 User.exists change 10 years ago
Julian Lam 896abb59d3 Update default gravatar admin option to defaultAvatar 10 years ago
Julian Lam f6d5b52a8b WIP user-icons 10 years ago
barisusakli 5950f97f96 more refactors 10 years ago
barisusakli 1f4857585d user refactor 10 years ago
Julian Lam da1c347fc2 closes #3297 10 years ago
barisusakli 5ee1951245 closes #3271 10 years ago
barisusakli 57c2418157 closes #1306 10 years ago
barisusakli 5f5b11f692 closes #3242 10 years ago
Julian Lam 830e1a7a3d fixed issue where privileges were not correctly determined if you were granted moderator access to a category as a group (vs as a single user) 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 5501c0c759 closes #3005 10 years ago
psychobunny b1560388a6 hint 10 years ago
Barış Soner Uşaklı 5641e54192 added route to /users 10 years ago
Julian Lam 1a58ea6520 closed #2695 10 years ago
barisusakli 04ed79e587 fix profile image upload on subfolder install 10 years ago
barisusakli ec7caea368 fix search on mongo 10 years ago
barisusakli c7128bcc98 part 1 of search change 10 years ago
Barış Soner Uşaklı cdd5847b39 closes #2664 10 years ago
Barış Soner Uşaklı 6a55cdfbaf fix relative_path image url for sub installs 10 years ago
Julian Lam 957415463f Merge branch '0.7.0'
Conflicts:
	package.json
	src/search.js
10 years ago
barisusakli def600e927 search in categories and children 10 years ago
barisusakli f988959989 Merge remote-tracking branch 'origin/master' into 0.7.0 10 years ago
Mega 2e1d1ac665 Uploading avatar causes crash on 0.6.1-dev 10 years ago
barisusakli b54f2de504 pass uid to getUsers and getUsersFromSets 10 years ago
barisusakli e16cfa396b Merge remote-tracking branch 'origin/master' into 0.7.0 10 years ago
barisusakli a1c8902b4e hook fixes
new hook, action:user.online,
fix action:user.set hooks so they pass in uid
check err before firing hooks
10 years ago
Julian Lam aabfeba38d Merge branch 'master' into 0.7.0
Conflicts:
	src/user.js
10 years ago
barisusakli 9db7f0f9a0 doing on master as well 10 years ago
barisusakli ab69477b24 moved filter:user,get to central function 10 years ago
barisusakli 8f5bf1a7ed closes #2587 10 years ago
barisusakli 2a66aad078 ability to add extra fields to user data, new hook filter:user.addFields 10 years ago
barisusakli f417e07b9d user search changes 10 years ago
barisusakli 4364b50ecf closes #2562 10 years ago
psychobunny c0bce71984 added some failsafe checks for filter:user.isModerator 10 years ago
barisusakli 48337e4f51 check err 10 years ago
psychobunny 63367bd670 *user.isModerator*, duh 10 years ago
psychobunny 673145d413 added filter:users.isModerator 10 years ago
barisusakli 9023060008 moved category redirect up 10 years ago
barisusakli 957800b2c3 Merge remote-tracking branch 'origin/master' into socket.io1.x 10 years ago
Julian Lam 598049e077 travis CI fixes again 10 years ago
barisusakli 4913866785 missing semicolon 10 years ago
barisusakli 0c5881b51f update online users regardless of status 10 years ago
Barış Soner Uşaklı 126f3182fd fix next 10 years ago
barisusakli 5ac5d20e4b users:online refactor 10 years ago
barisusakli d177481f94 chop chop 10 years ago
barisusakli 21459fff84 use getPostsFromSet for recent replies 10 years ago
barisusakli 04afe7dc4b closes #2425 10 years ago
Julian Lam d51683f62e closed #2421 10 years ago
barisusakli 02fb81901d moved posts related stuff to user/posts.js 10 years ago
barisusakli c24e451c12 closes #2401 10 years ago
Julian Lam 54ee8e59f6 showing proper time for newbie post delay 10 years ago
barisusakli 9363741231 action:user.set change #1527 10 years ago
barisusakli 719290cd2b dont display email/fullname if they are private 10 years ago
barisusakli 06f66337fb anon checks
less db calls for uid 0
10 years ago
Julian Lam b91d39a0d3 almost everything for #2335 10 years ago
barisusakli 40fe40deac removed users:online set
using websockets.getConnectedClients directly
10 years ago
barisusakli 29d90bc67d only use unique cids in isModerator 10 years ago
barisusakli ccf58ed40e closes #2213 11 years ago
barisusakli c37cfe4b3f closes #2209 11 years ago
barisusakli 0eb4b93882 moved hasPassword to edit route
its only used there no need to display it everywhere user info is
retrieved
11 years ago
barisusakli a19c306f49 guest fixes 11 years ago
barisusakli f3f4711a60 wait for callback 11 years ago
barisusakli 327d1c1bec some cleanup and callbacks for post 11 years ago
barisusakli 32257c9b2f updateUnreadCount 11 years ago
barisusakli 31eccb8e7f configurable post delay before first post 11 years ago
barisusakli 4e6719e0aa added filterUids method to privileges
used to filter uids on a single category
11 years ago
barisusakli b7ee875b12 user.isOnline fix
wont hit db on every user socket connect or user disconnect
11 years ago
barisusakli 6ac8d9d349 check uid 11 years ago
barisusakli 197226eea6 closes #1742 11 years ago
barisusakli 42f87a1db7 closes #2017 11 years ago
barisusakli 5c84a3adb5 closes #1974 11 years ago
barisusakli f562caaa61 callback 11 years ago
barisusakli 005405b16c closes #1976 11 years ago
barisusakli 32d46f3889 crash fix 11 years ago
barisusakli 851d5c0f32 send uids to isOnline in messaging 11 years ago
barisusakli c07d9121df small optimizations
user.isOnline works with an array of uids
do not make 2 trips to db to get main post and first 10 posts
11 years ago
barisusakli 7642be3608 closes #1939 11 years ago
barisusakli 76b257f7b8 optimized User.getUsers 11 years ago
barisusakli 8caedc935b online users fix
and jshint cleanup
11 years ago
psychobunny bab995626c some unused vars 11 years ago
barisusakli d57f183f42 privileges.posts.get takes an array of pids now 11 years ago
barisusakli c642493bce guest post fix 11 years ago
barisusakli 2479a34c56 closes #1710, closes #1700 11 years ago
psychobunny 8443ae58ff users.getXbyEmail - lowercase before searching 11 years ago
barisusakli ee88693448 callback 11 years ago
barisusakli 65e9f68d73 change requireEmail default to off 11 years ago
barisusakli b537666e5c closes #1592, closes #1634 11 years ago
barisusakli e035d8f1de closes #1497
fixes user images in subfolder installs, if user image has https dont
append relative_path,
also removes relative_path in ajaxify.loadData so it doesnt call
/forum/api/forum/category etc.
11 years ago
barisusakli e685e7c376 removed console.log 11 years ago
barisusakli 4e8a9fbe27 closes #1582 11 years ago
barisusakli 853acaa6c7 closes #1558 11 years ago