55 Commits (be85123ad53c2093f6712d85c639dc8deb0a3f29)

Author SHA1 Message Date
Barış Soner Uşaklı f07f4f8e1a fix: #8202, filter non-existing users in search by uid 5 years ago
Barış Soner Uşaklı 09410ff1c5 feat: don't hardcode numberic fields in user search 6 years ago
Barış Soner Uşaklı a51ec591ee feat: #7743, finish user module 6 years ago
Barış Soner Uşaklı f3a679e268 remove parseInts 6 years ago
Barış Soner Uşaklı 9c022afae1
Parse int (#6853)
* Store config fields as JSON in the db

Fewer parseInts

* Remove unnecessary parseInts

* remove some dupe code add tests

* remove console.log

* remove more parseInts

* WIP: read meta.configs defaults from defaults.json

remove more parseInts

* more work

* add log for failing test

* update admin pwd

* fix tests, dont require posts/cache before configs are initialized

* handle saves

* Test boolean conditions

* remove more parseInts

* Fix boolean values

* remove lots more parseInts

* removed json parsing

* renamed var to number

* categories dont have timestamp
6 years ago
Barış Soner Uşaklı 1472bda9d2 closes #6225 7 years ago
Barış Soner Uşaklı 19ae8dc7e7 closes #6154 7 years ago
Barış Soner Uşaklı 7a405da60f group member search change 8 years ago
Barış Soner Uşaklı 4b94446cd9 more user search tests 8 years ago
Peter Jaszkowiak 896c8c7343 ESlint object-curly-spacing 8 years ago
Peter Jaszkowiak 3b0dd2d1ef ESlint padded-blocks 8 years ago
Peter Jaszkowiak 604358ecc4 ESlint keyword-spacing, no-multi-spaces 8 years ago
Peter Jaszkowiak a5a3f3089a ESlint no-mixed-operators 8 years ago
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle 8 years ago
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule 8 years ago
barisusakli 84f88a6f15 refactor user search
use pagination on results
removed infinite scroll
changed the term and section to use the query param as well
pagination urls respect search
9 years ago
barisusakli 789a3736af closes #4820 9 years ago
pichalite bd8b32b406 search banned users only on /users/banned route 9 years ago
pichalite 42239e119d search banned users only on /users/banned route 9 years ago
barisusakli ab6c84471b some search/sort changes 9 years ago
barisusakli 124b79f6aa fix user search pagination 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 2d96cdba1c closes #3720 10 years ago
barisusakli 5950f97f96 more refactors 10 years ago
barisusakli 5ce617ca5a fix case in search 10 years ago
barisusakli addd6ecde7 check error fix ip 10 years ago
barisusakli aa577f4adc part 1
no upgrade script yet
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 3de083208d closes #3002 10 years ago
barisusakli 878e548296 renamed end to stop globally
fixed getting favourites for admins
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
Barış Soner Uşaklı d09fcbaef0 closes #2741 10 years ago
barisusakli b41119a374 show seconds like search page 10 years ago
Julian Lam 957415463f Merge branch '0.7.0'
Conflicts:
	package.json
	src/search.js
10 years ago
barisusakli 38dd3d4281 search newer/older than and better pagination 10 years ago
psychobunny 4f5918390a if user search is blank, return all users 10 years ago
barisusakli b54f2de504 pass uid to getUsers and getUsersFromSets 10 years ago
barisusakli f9fecf4bc1 faster sort users 10 years ago
barisusakli ed714cdf77 user search paginator 10 years ago
barisusakli 03ae7db561 on user delete remove from ip sorted set, fix search by ip 10 years ago
barisusakli f417e07b9d user search changes 10 years ago
barisusakli db1cc6b8d2 search by fullname 10 years ago
barisusakli 6d31fee3f5 closes #2564
change user.search to accept params
can search substr with startsWith:false
no infinite scroll on admin user search page
10 years ago
barisusakli 7d6c81160b show 20 results for user search 10 years ago
barisusakli 612aa4e55b closes #2491 10 years ago
barisusakli f9405c0423 closes #2440 10 years ago