368 Commits (5b6e8bd167f176ad4fde01c047eb84295e879b60)

Author SHA1 Message Date
Julian Lam 3a6ad52ac8 closes #4164 9 years ago
barisusakli 4b3f09deea closes #4154 9 years ago
barisusakli 19c2ce0e84 fix uid ref 9 years ago
barisusakli d82b797f70 fix for #4014 9 years ago
barisusakli 1e2779d326 closes #4014 9 years ago
barisusakli add4e6ee5b notifications.create can return null 9 years ago
barisusakli 85b4639015 fix typo closes #4097 9 years ago
barisusakli 04aea9ec22 closes #4094, also add missing next to notifyFollowers 9 years ago
barisusakli ce92caed99 removed unusued requires 9 years ago
barisusakli 1cf2b81f3d Revert "herp derp"
This reverts commit 9c9d805a32.
9 years ago
barisusakli 9c9d805a32 herp derp 9 years ago
pichalite 5450f59f99 fix user full name for local user register 9 years ago
barisusakli 32ca95319e closes #3436 9 years ago
barisusakli 089ea75cea closes #4054 9 years ago
barisusakli ab6c84471b some search/sort changes 9 years ago
barisusakli 26094778d9 closes #4058 9 years ago
barisusakli 005db18120 closes #4041 9 years ago
Julian Lam 1d42655bb5 allow User.create to accept fullname 9 years ago
barisusakli 3b1a2d65ab fix revokeAllSessions 9 years ago
barisusakli 9a5b308015 closes #4009 9 years ago
barisusakli 300996b0d1 closes #2329 9 years ago
barisusakli a43eef283c store user sessionId mapping per user 9 years ago
Julian Lam ad9a1d0f2c closes #3989
Squashed commit of the following:

commit 23de0708708ed190eafbcd6ea93d43333cb87aa3
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Dec 23 10:48:16 2015 -0500

    wired up session revocation, #3989

commit 45a3f18321b74a9b6893d404b6c870f1ec4d95cd
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Dec 23 09:49:27 2015 -0500

    session deletion via session uuid

commit 2bf87338cf9bfa2df0b299639421d8da7553c69a
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 22 13:53:35 2015 -0500

    WIP #3989

commit 623f45c3fa8b96f8b6eec0613eb7f9463348ab93
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 22 10:22:24 2015 -0500

    saving more metadata and displaying sessions in UCP #3989

commit d0567ed7cc33a1aea66e921b657f782038f32191
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 22 10:21:38 2015 -0500

    updated fontawesome to v4.5.0

commit 7131c97fe8ab42838eb2915a04e74f80f3d9a133
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 22 09:39:16 2015 -0500

    saving user-agent metadata into user session #3989

commit 661b7e6dba774b80b5dc6d04f89a79f809ff791e
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 22 09:23:24 2015 -0500

    New user auth methods to add/revoke sessions, #3989
9 years ago
barisusakli 5e9a656709 Merge remote-tracking branch 'refs/remotes/origin/master' into group-chat 9 years ago
Julian Lam fe90dd77c1 fixed #3967 9 years ago
barisusakli 26ac05dd5c Merge remote-tracking branch 'refs/remotes/origin/master' into group-chat 9 years ago
Julian Lam f4187fc671 fixing crash with deleted notifications 9 years ago
Julian Lam 9db0f59432 part of #3912 9 years ago
barisusakli 832a20e59e markRead fixes 9 years ago
barisusakli d5bccfb292 delete chats on user delete 9 years ago
Julian Lam 4cc4824087 Merge pull request #3908 from pitaj/master
Maximum invites and invites are stored
9 years ago
barisusakli 42cce3771b closes #3846 9 years ago
Julian Lam 7d9136f655 closes #3926 9 years ago
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.
9 years ago
barisusakli 124b79f6aa fix user search pagination 9 years ago
barisusakli 872e00849a moved deleteVotes into deleteAccount 9 years ago
barisusakli ec3ae307e9 closes #3853 9 years ago
Julian Lam 277a3ba2af Updated guest user icon and bgColor
Due to the label for guests being translatable, the
first character for guests was actually "[", causing
their user icon to be "[" with a colour.

This commit changes it to be a hardcoded question mark
and with a grey background colour.
9 years ago
Julian Lam 051a8e22df Removed allowedFileExtensions meta config
Now, when NodeBB needs to determine file compatibility, jimp
will attempt to open the file for reading. If it fails, file is
considered to be of an invalid type.
9 years ago
barisusakli 323cc165b6 closes #3851
dont use post file upload for cover uploads
check cover upload file size against new setting
store cover uploads in profile folder
use `uid-profilecover` filename for cover uploads
9 years ago
Julian Lam 48b5bab849 closes #3756 9 years ago
Julian Lam f1412b6e9b Fixed cover loading for subdirs and added removal
re: #3832
9 years ago
barisusakli baa813a4cb Merge remote-tracking branch 'refs/remotes/origin/master' into room-optimize 9 years ago
barisusakli 46c2563164 removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
9 years ago
yariplus 853aa37cd2 Add user home pages. #3616 9 years ago
barisusakli c3369964eb closes #3820 9 years ago
barisusakli c2ca093569 check username 9 years ago
barisusakli c39aa07d6f moved colors out, only create icon if picture is requested 9 years ago
psychobunny d8e50f931e material user icon bgs 9 years ago
Julian Lam 9f6dc63fed updated to no longer use user.icons.generate, and removed an unneeded upgrade script! :) 9 years ago