Commit Graph

209 Commits (9c576a0758690f45a6ca03b5884c601e473bf2c1)

Author SHA1 Message Date
Julian Lam a2627d2066 added default payload to emails, and adding nodebb logo for email header
Julian Lam 12524b5ce4 fix lint
Julian Lam d2b5b53cb4 refactor for sendValidationEmail, and sending better dummy data for welcome email template
Barış Soner Uşaklı f6ac92111b style changes
Barış Soner Uşaklı 6fdad4b002 fix test on redis
barisusakli 75e5f2da74 closes
Barış Soner Uşaklı fe27d40ff6 closes
barisusakli 5a2ff8ed0a closes
barisusakli b1b87d339f more refactors
Peter Jaszkowiak dd2b930824 Resolve merge conflicts, minify only `.js` files
barisusakli 799f688503 closes , invitation tests
Peter Jaszkowiak 896c8c7343 ESlint object-curly-spacing
Peter Jaszkowiak 3b0dd2d1ef ESlint padded-blocks
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle
barisusakli 69b766bbc8 more tests
barisusakli 7f90e31a38 more socket user tests
barisusakli 4f0e93732a
remove passing js/css between procs
barisusakli 2476ab3684 closes
Julian Lam 2463e85c0d allowing moderators access to the account info page
Julian Lam bf276d5147 fixes
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule
HeeL 3fa1c1f927 Fix space-infix-ops linter rule
barisusakli 15cae8d6ea ability to set moderation note on users
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
Mathias Schreck ce9ee62fa0 Handle callback errors
Julian Lam fd8f5f9415 closes
barisusakli 702597d759 change /user/uid to /uid/:uid
so it doesn't conflict with actual user routes
was causing incorrect redirects if a user had a numeric userslug
@julianlam
barisusakli eb0aea6390 add /user/<uid> and /post/<pid> redirects
change notifications to use new redirects
barisusakli bea2344ad4 api controllers refactor
Ben Lubar 114e957b0f add client-side unread count support for the "new" filter
barisusakli f7aa44d1bf added some missing callbacks
barisusakli 0b2f01b8bc info page
barisusakli 8d9f7d8e19 added socket methods
Barış Soner Uşaklı 88e4591f88 closes
barisusakli 1b9e18c6fc allow global mods to see banned users
barisusakli add4e6ee5b notifications.create can return null
barisusakli 86d70eca74 closes
barisusakli 767c798b2f log self account delete, logout on self account delete
Barış Soner Uşaklı 24114539d5 closes
Julian Lam 05df8900db closes
Peter Jaszkowiak 67905667a9 Added admin-only invites
Peter Jaszkowiak a3cfcd9a48 Maximum invites, invites stored
Added the ability for admins to restrict the maximum amount of invites
a user can make. Invites are stored and displayed in the registration
queue admin page.
psychobunny 003631df79 isFollowing: send false if user is anon
psychobunny ead377e0ca user.isFollowing socket call
barisusakli 5e5cafafd0 make one socket call to load unread counts
barisusakli 7854e67b7b closes
barisusakli e0c6acd163 socket.io/user.js refactor
psychobunny ae1043543d closes
barisusakli e6755d0adc closes
Julian Lam 5f9990299f Pass a notification path when a user follows another
When a user followed another, a notification is created, but with
no path, so on plugins like pushbullet, it would default to trying
to build a topic url, but the required values were null, leading to
a broken url.
barisusakli 5ee1951245 closes
barisusakli 0ef2ccc130 closes
barisusakli 3341fc5644 fix method name
barisusakli 4f37d268b6 removed sort by username
barisusakli fd817e865e added pagecount
barisusakli fbdae8fe1d return time and matchcount on page switch
barisusakli addd6ecde7 check error fix ip
barisusakli aa577f4adc part 1
no upgrade script yet
barisusakli 0083d4ff1c return user settings in api
barisusakli 7632997a99 closes
barisusakli fa9fde43fb closes
barisusakli 5501c0c759 closes
psychobunny 799cc9397a closes
also fixes some UX issues and enforces password length check on both
client and server
psychobunny 56d1b521c5 closes
@barisusakli  there was a return; if user is offline, don't see any
reason why it should be so I removed it, just FYI
psychobunny 43bd798f2b
Barış Soner Uşaklı c294c3b342 fix inf scroll and timeago on users page
barisusakli 878e548296 renamed end to stop globally
fixed getting favourites for admins
Barış Soner Uşaklı 9edfcb0053 dont save user obj in db
Julian Lam eee2aa8051 making sure to pass in userData to notifications.create on user follow
Barış Soner Uşaklı 8b429a2e05 removed path
Julian Lam 82f7ca5e0f added a path to follow notification
barisusakli bd17bff7d4 prevent double follow/unfollow
barisusakli 756d03fa62 closes
generate paths on retrieval instead of notification creation
also fix follow notification path
barisusakli f99c3a310d use uid instead of socket.uid
barisusakli 5dfafff421 call callback on password update
Julian Lam 1843d0364e closed
Julian Lam 957415463f Merge branch '0.7.0'
Conflicts:
	package.json
	src/search.js
barisusakli ba6af71150 fix profile update
barisusakli 2c8e8a1f1c closes , closes
barisusakli b54f2de504 pass uid to getUsers and getUsersFromSets
barisusakli fd2edcaf6f closes
barisusakli 456b844e61 closes
barisusakli f417e07b9d user search changes
barisusakli db1cc6b8d2 search by fullname
barisusakli a77a761433 closes
barisusakli ce9c17f8e5 ability to search posts by user
barisusakli 6d31fee3f5 closes
change user.search to accept params
can search substr with startsWith:false
no infinite scroll on admin user search page
barisusakli 4b1b98e229 handle changePicture callback properly
barisusakli 768c17263c fix error messages
barisusakli f9405c0423 closes
Barış Soner Uşaklı 6581c90475 forgot one
Barış Soner Uşaklı 7b14716eb8 use data.url
barisusakli d177481f94 chop chop
MrWaffle 969c3a77cf Fix the hook return object in the User.uploadProfileImageFromUrl socket
barisusakli 7f5984d1fd removed dupe code
barisusakli 39b679705b closes
barisusakli 84b7a2c92d checks in socket.io/user
reset doesnt need socket
psychobunny 729ed6fbda all your semi-colons are belongs to me
barisusakli c000e852b5 closes
barisusakli 4eabf41a21 dont allow invalid status to be set