6542 Commits (bcbc8608a4664d1c83181ed03e513306919e6f0f)

Author SHA1 Message Date
Julian Lam 440bd5c37c fixed crash on empty aboutme 10 years ago
Julian Lam 34725ec3e5 Fixes #3852
Added meta data to user profile pages, and also added noEscape
option to meta tag input. If set, validator escaping won't be
run on that value.
10 years ago
Julian Lam dbe5b963bd fixes #3863 :trollface: 10 years ago
barisusakli 872e00849a moved deleteVotes into deleteAccount 10 years ago
barisusakli ec3ae307e9 closes #3853 10 years ago
Julian Lam 96afd13155 Removed mmmagic from dependencies, closes #3836 10 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.
10 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.
10 years ago
Julian Lam 3acf2e0812 pruned upgrade script 10 years ago
barisusakli 6f864a6354 joindate iso 10 years ago
Julian Lam efe0726f9b removing unused plaintext templates, closes #3854 10 years ago
Julian Lam 9a17e2a3e9 Merge branch 'auto-plaintext-email' 10 years ago
Julian Lam e37709ad8b something.. 10 years ago
Julian Lam 8304740bd5 fixing crash on settings save 10 years ago
Julian Lam 948c98b668 adding plaintext email via html-to-text module 10 years ago
barisusakli 27f77bf832 show proper error if user is not logged in 10 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
10 years ago
barisusakli 35eb0faac8 closes #3850 10 years ago
Julian Lam ad5ddcbb73 whitespace fixes 10 years ago
Julian Lam 3a34901cdb on settingsv2 save, reload should be required 10 years ago
Julian Lam 90c0a06fd4 removed some commented out code 10 years ago
Barış Soner Uşaklı f145356914 #3847 10 years ago
psychobunny 3564d581ad Merge branch 'master' of https://github.com/NodeBB/NodeBB 10 years ago
barisusakli 356f1d38cb fix image upload for other users 10 years ago
psychobunny df7e6be905 console.log 10 years ago
barisusakli 016aef1716 too busy check on prod 10 years ago
barisusakli 522e67d742 closes #3803 10 years ago
Julian Lam 48b5bab849 closes #3756 10 years ago
barisusakli 90c2a16b94 closes #3835 10 years ago
Julian Lam 2830538835 Cover photo removal for groups, #3832 10 years ago
barisusakli 04894b549a closes #3827 10 years ago
barisusakli d69d0c6614 dont send undefined for tos 10 years ago
barisusakli 670ed38d75 missing semicolons 10 years ago
barisusakli 4fe4d71604 added port 10 years ago
barisusakli 1be178f2a5 sync ACP stats over pubsub 10 years ago
barisusakli 5e257107cd fix status on following/followers etc. 10 years ago
barisusakli 0d6e1091ba async get users 10 years ago
Julian Lam f1412b6e9b Fixed cover loading for subdirs and added removal
re: #3832
10 years ago
barisusakli 8ccfd235ad changed deprecated method 10 years ago
barisusakli 60e1831152 check online from users:online zset 10 years ago
barisusakli baa813a4cb Merge remote-tracking branch 'refs/remotes/origin/master' into room-optimize 10 years ago
Julian Lam de9f196c75 Merge branch 'userhomepage' of https://github.com/yariplus/NodeBB into yariplus-userhomepage 10 years ago
barisusakli 9125e778a1 Merge remote-tracking branch 'refs/remotes/origin/master' into room-optimize 10 years ago
barisusakli 364260fa37 fix lastonline iso 10 years ago
Julian Lam b8b9da2c30 Squashed commit of the following:
commit 62d59620d26bc97c7d689e9af57cd8bff654c79e
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Nov 4 11:04:27 2015 -0500

    tweaked 503 template

commit 15a61cbc239c9d654691d91cdadce59e13d97586
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Nov 4 10:58:19 2015 -0500

    added text about reloading being required if threshold values are changed

commit 3fe87699332ef0628b4db31f4afef245802a7bc0
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Nov 4 10:53:35 2015 -0500

    added ACP settings for toobusy

commit f6a9964baff051072052e6ef99da9e1ffba014df
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Nov 4 08:53:53 2015 -0500

    removed unused 503a template

commit e6d444736baf4c676f8461d30a5504c6e45df163
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Nov 4 02:01:11 2015 -0500

    updated code to send static 503 instead of maintenance-style page

commit 11089ae2bb833e068b01ee77ee745d9fd5344805
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Nov 4 01:18:45 2015 -0500

    added toobusy support so the Node process doesn't fall over at high load
10 years ago
barisusakli 7ed378b367 removed override no longer needed 10 years ago
barisusakli 46c2563164 removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
10 years ago
barisusakli 1ecf27417a removed commented out stuff removed topics.enter 10 years ago
barisusakli 491a6d0234 Merge remote-tracking branch 'refs/remotes/origin/master' into room-optimize 10 years ago
barisusakli 0d23c56281 removed event:disconnect 10 years ago
barisusakli bac2a0d959 removed event:connect use socket.io connect event duh 10 years ago
barisusakli 5879185ebc single proc stats 10 years ago
barisusakli be6fc72994 Merge remote-tracking branch 'refs/remotes/origin/master' into room-optimize 10 years ago
barisusakli 0199ed27a6 disable user_leave for topic 10 years ago
barisusakli be86c74c91 disabled browsing users and global rooms syncing 10 years ago
yariplus f815f2d981 Fix userhomepage derps 10 years ago
yariplus 853aa37cd2 Add user home pages. #3616 10 years ago
Julian Lam ceaa3a334d Squashed commit of the following:
commit 3a39e5e6bd3c357d78d8ec1dad6e3a64c18ee3ab
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Nov 3 20:15:10 2015 -0500

    minor tweak

commit ed3c25ba8b431a2b730aae78a43cfa934521a5d4
Merge: d9cde96 d7a0adc
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Nov 3 20:12:32 2015 -0500

    Merge branch 'master' of https://github.com/acardinale/NodeBB into acardinale-master

commit d7a0adc5c883c5fa3207f3adcd0661246221e7c9
Author: Andrea Cardinale <a.cardinale@webandtech.it>
Date:   Wed Sep 30 10:32:25 2015 +0200

    Get registry (if it's set) from config.json in suggest method (client-side)
10 years ago
psychobunny 281f377fde Merge branch 'master' of https://github.com/NodeBB/NodeBB 10 years ago
psychobunny 726c3802e1 isMainPost for post summary 10 years ago
barisusakli c3369964eb closes #3820 10 years ago
barisusakli fb7f10d63d closes #3821 10 years ago
Julian Lam 3314ab4b83 fixes #3809 10 years ago
Julian Lam dc916c5e3c closes #3817 10 years ago
barisusakli 8d0cb18b74 display git hash/branch 10 years ago
psychobunny 8cf6fe3aa1 closes #3808 10 years ago
barisusakli 2fef7acf4b closes #3805 10 years ago
barisusakli ca4440b8af closes #3799 10 years ago
psychobunny 003631df79 isFollowing: send false if user is anon 10 years ago
psychobunny ead377e0ca user.isFollowing socket call 10 years ago
psychobunny 3305256575 add fullname to user return as well 10 years ago
psychobunny 0588a59c0c normalize user data between topic.user and post.user 10 years ago
barisusakli c2ca093569 check username 10 years ago
barisusakli c39aa07d6f moved colors out, only create icon if picture is requested 10 years ago
barisusakli f4bfcc7351 removed icon:bgColor and icon:text from db calls
calculates from username on the fly
10 years ago
psychobunny d8e50f931e material user icon bgs 10 years ago
Julian Lam 8d4209d42c Merge remote-tracking branch 'origin/master' into user-icons 10 years ago
Julian Lam 9f6dc63fed updated to no longer use user.icons.generate, and removed an unneeded upgrade script! :) 10 years ago
psychobunny 12d2abff44 missed some other profile pages 10 years ago
psychobunny f17391e6a2 fix default cover image on all profile pages 10 years ago
psychobunny c697785270 console.log 10 years ago
psychobunny 9bef54b5ed fix title for dashboard 10 years ago
nodebb-misty 4ec57d4110 Merge branch 'master' into user-icons 10 years ago
psychobunny aa3fa477e3 Merge branch 'master' of https://github.com/NodeBB/NodeBB 10 years ago
psychobunny f385e13531 fix default cover on groups/list page 10 years ago
psychobunny a670f2facc organized cover acp pages 10 years ago
psychobunny 8e893869ff custom user profile covers 10 years ago
psychobunny 7148d44f90 default cover images for groups 10 years ago
Julian Lam 526afc0910 Merge remote-tracking branch 'origin/master' into user-icons 10 years ago
Julian Lam 098111ba5b Fixes bug where if post edit was called without a title, NodeBB would crash 10 years ago
psychobunny 8787f04757 Merge branch 'master' of https://github.com/NodeBB/NodeBB 10 years ago
psychobunny 07c50cba7d titles for ACP routes 10 years ago
barisusakli ee71f982b7 added missing filter:post.tools 10 years ago
psychobunny a5b754eac3 add profile cover/position + profile picture on every account page 10 years ago
psychobunny f19043d046 profile cover photos 10 years ago
psychobunny 02d1304185 removing groups.cover.get, seemingly it doesn't do anything 10 years ago
psychobunny ef20141e8f jshint 10 years ago
psychobunny 7a6d6c2bd6 Merge branch 'master' of https://github.com/NodeBB/NodeBB 10 years ago
psychobunny 61b1f5fe32 allow regular uploading (modal) of cover photo 10 years ago
barisusakli 47c71b5a37 closes https://github.com/NodeBB/nodebb-theme-persona/issues/181 10 years ago