barisusakli
24a302ea1a
closes #3947
9 years ago
Barış Soner Uşaklı
fd215c774f
Merge pull request #3946 from akhoury/patch-3
...
[minor] meta tag, content-type shouldnt be escaped
9 years ago
barisusakli
518552de64
dont calculate pid index on new replies
9 years ago
Aziz Khoury
b4c8301596
[minor] meta tag, content-type shouldnt be escaped
...
so `text/html; charset=UTF-8` and not `text/html; charset=UTF-8`
9 years ago
Julian Lam
bcbc8608a4
newSet calculations bugfix
9 years ago
Julian Lam
3b6b36cfa6
fixing possible crash
9 years ago
Julian Lam
4cc4824087
Merge pull request #3908 from pitaj/master
...
Maximum invites and invites are stored
9 years ago
Julian Lam
2d203d7dca
Squashed commit of the following:
...
Closes #2668
commit 3d4f494ed3257bceda8f6f82057cab83f0f252b3
Author: Julian Lam <julian@designcreateplay.com>
Date: Fri Dec 11 12:06:42 2015 -0500
theme minvers for #2668
commit b608ce61854f8195143685bb9753b80d32b26e95
Author: Julian Lam <julian@designcreateplay.com>
Date: Fri Dec 11 12:01:03 2015 -0500
Allowing chat modal to edit and delete messages
re: #2668
commit 0104db90a4070582f3938b6929dae35f985bac35
Author: Julian Lam <julian@designcreateplay.com>
Date: Fri Dec 11 11:51:23 2015 -0500
Fixed issue where newSet calculations were off
... sometimes.
Also, rendering of edited messages now parses a template partial,
instead of just replacing the content.
commit 5cb6ca600425ca9320c599b32306e93dcc5aa4ce
Author: Julian Lam <julian@designcreateplay.com>
Date: Fri Dec 11 11:07:12 2015 -0500
If edited content matches existing content...
... then edit is aborted.
commit 6e7495247b1895589c716db29f919a934087b924
Author: Julian Lam <julian@designcreateplay.com>
Date: Fri Dec 11 11:05:08 2015 -0500
some linting and fixed issue where new msgs when deleted would crash server
commit db4a9e40d6dff44569c2437378121db8fdf75cf8
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Dec 8 17:25:56 2015 -0500
Message deletion for #2668 , and fixed bug
Fixed bug where chat modal would spawn even though user was sitting
on the /chats page.
commit a5aa2498ab4a8bba02a6daa43a9dbed7b3e37976
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Dec 8 14:55:23 2015 -0500
wiring up the edit button, #2668
commit 5f2afdcf6f2b9eae6b5873ca100149e65e3d385d
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Dec 8 14:20:39 2015 -0500
added indicator to show if and when a message had been edited
commit e8301132d525c1b9fd46c98cdb282ac7ea7a0d7f
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Dec 8 14:06:39 2015 -0500
Allowing editing of chat messages
commit bfd991be1cb1769599f7d5d2b1638e313c3c2dcb
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Dec 8 10:33:49 2015 -0500
Added messageId to messages object return
commit 0306ee6657b3288dd4547c66869d7d4ece0b31ad
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Dec 8 08:20:17 2015 -0500
WIP #2668
9 years ago
barisusakli
d12e8e1116
closes #3814
9 years ago
barisusakli
42cce3771b
closes #3846
9 years ago
barisusakli
8dc9475041
closes #3941
9 years ago
barisusakli
60e186c8f3
refactor api/username api/email
9 years ago
barisusakli
dcbf53bae3
moved search to dbsearch
9 years ago
barisusakli
745007a2b3
closes #3873
9 years ago
barisusakli
0ffd5254ad
closes #3933 , closes #3934
9 years ago
Barış Soner Uşaklı
cdca09a7b2
escape error message on 500 page
9 years ago
barisusakli
7b21760f00
refactor get user by x
9 years ago
Barış Soner Uşaklı
69bc870017
Merge pull request #3927 from lots0logs/master
...
Add api endpoints to get user by username and by email
9 years ago
Julian Lam
d1fb09caec
apparently I *did* need html-to-text.
9 years ago
Julian Lam
963d9b22b3
Removing and updating dependencies to satisfy david-dm.org
9 years ago
Julian Lam
5adb8da427
enabled Gmail routing for email fallback
9 years ago
Julian Lam
7d9136f655
closes #3926
9 years ago
Dustin Falgout
17e5d72815
fix waterfall
...
Signed-off-by: Dustin Falgout <dustin@falgout.us>
9 years ago
Dustin Falgout
0e5830d6f2
add api endpoints to get user by username and by email
...
Signed-off-by: Dustin Falgout <dustin@falgout.us>
9 years ago
Julian Lam
f77f39e937
Fixed #3925
...
Also updated port local variable to be a Number, since all of the
conditional checks assume it is a number, when all along it has
been a string.... heh.
9 years ago
yariplus
12fb512d3c
Don't change url when homepage is set to a category.
9 years ago
Julian Lam
3a520cdfbf
Successful web installer now doesn't show 503
9 years ago
Julian Lam
1b9defdf8b
closes #3892
9 years ago
Julian Lam
335d711dbd
closes #3907
9 years ago
Julian Lam
91c012e642
#3907
9 years ago
Julian Lam
a936866688
revamped ACP Flags interface, #3907
9 years ago
Peter Jaszkowiak
259eb585d6
Added template data for admin invite only
9 years ago
Peter Jaszkowiak
67905667a9
Added admin-only invites
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
Julian Lam
bbc42a937e
fixed LRU cache problem
9 years ago
Barış Soner Uşaklı
5521a55db9
Merge pull request #3900 from Schamper/debug-fix
...
Also clean the minifier process options if the --debug option is used
9 years ago
barisusakli
124b79f6aa
fix user search pagination
9 years ago
Schamper
6b21e34c76
Also clean the minifier process options if the --debug option is used
9 years ago
Julian Lam
6d386dd2ee
Fixed some labelling issues and added support for last month
9 years ago
Julian Lam
9c1b067445
Closes #3884
...
Added toggles to change graph to monthly view vs regular
single-day view.
Also fixed issue where labels were out of date as the graph
data changed.
9 years ago
barisusakli
9f48d3e6d2
check pid before setting cache
9 years ago
barisusakli
1c71001e1d
check err and print info
9 years ago
Julian Lam
97ce08f5af
Removed rel="canonical", closes #3758
...
On the advice of the following articles:
- http://googlewebmastercentral.blogspot.com/2013/04/5-common-mistakes-with-relcanonical.html
- https://moz.com/blog/rel-confused-answers-to-your-rel-canonical-questions
rel="canonical" should not be shown on the same page
as rel="prev" and rel="next" as Google will implicitly
assume that they all point to the same page. With the
"pageless" variety only showing the first page of posts,
it explains exactly why any post content after the first
page is not indexed by Google.
... or perhaps it *is* indexed, but not returned. Who
the heck knows. 😄
9 years ago
Julian Lam
9589de551e
added toggler to disable toobusy if necessary
9 years ago
barisusakli
33f07b82f9
closes #3893
9 years ago
barisusakli
ecd777b659
closes https://github.com/NodeBB/nodebb-theme-persona/issues/206
9 years ago
barisusakli
59ed276dce
dont allow banned users to flag
9 years ago
barisusakli
b08f6073de
check ogImageUrl
9 years ago
barisusakli
5a9edf5973
closes #3881
9 years ago
Raphael Beer
cf7b7a8d4c
Respond with 404 when topic inside hidden category
9 years ago
barisusakli
1b7ca555e0
closes #3879
9 years ago
Julian Lam
65ce8a50b3
Removed cant-vote-self-post
...
As suggested in nodebb/nodebb-theme-persona#203 , a positive
action has been applied when a user attempts to upvote
their own post. It will now open the upvoters modal
instead of throwing an alertError.
Closes nodebb/nodebb-theme-persona#203
9 years ago
Barış Soner Uşaklı
c55abdd095
closes #3815
9 years ago
barisusakli
23e57a8001
closes #3861
9 years ago
Julian Lam
440bd5c37c
fixed crash on empty aboutme
9 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.
9 years ago
Julian Lam
dbe5b963bd
fixes #3863 :trollface:
9 years ago
barisusakli
872e00849a
moved deleteVotes into deleteAccount
9 years ago
barisusakli
ec3ae307e9
closes #3853
9 years ago
Julian Lam
96afd13155
Removed mmmagic from dependencies, closes #3836
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
Julian Lam
3acf2e0812
pruned upgrade script
9 years ago
barisusakli
6f864a6354
joindate iso
9 years ago
Julian Lam
efe0726f9b
removing unused plaintext templates, closes #3854
9 years ago
Julian Lam
9a17e2a3e9
Merge branch 'auto-plaintext-email'
9 years ago
Julian Lam
e37709ad8b
something..
9 years ago
Julian Lam
8304740bd5
fixing crash on settings save
9 years ago
Julian Lam
948c98b668
adding plaintext email via html-to-text module
9 years ago
barisusakli
27f77bf832
show proper error if user is not logged in
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
barisusakli
35eb0faac8
closes #3850
9 years ago
Julian Lam
ad5ddcbb73
whitespace fixes
9 years ago
Julian Lam
3a34901cdb
on settingsv2 save, reload should be required
9 years ago
Julian Lam
90c0a06fd4
removed some commented out code
9 years ago
Barış Soner Uşaklı
f145356914
#3847
9 years ago
psychobunny
3564d581ad
Merge branch 'master' of https://github.com/NodeBB/NodeBB
9 years ago
barisusakli
356f1d38cb
fix image upload for other users
9 years ago
psychobunny
df7e6be905
console.log
9 years ago
barisusakli
016aef1716
too busy check on prod
9 years ago
barisusakli
522e67d742
closes #3803
9 years ago
Julian Lam
48b5bab849
closes #3756
9 years ago
barisusakli
90c2a16b94
closes #3835
9 years ago
Julian Lam
2830538835
Cover photo removal for groups, #3832
9 years ago
barisusakli
04894b549a
closes #3827
9 years ago
barisusakli
d69d0c6614
dont send undefined for tos
9 years ago
barisusakli
670ed38d75
missing semicolons
9 years ago
barisusakli
4fe4d71604
added port
9 years ago
barisusakli
1be178f2a5
sync ACP stats over pubsub
9 years ago
barisusakli
5e257107cd
fix status on following/followers etc.
9 years ago
barisusakli
0d6e1091ba
async get users
9 years ago
Julian Lam
f1412b6e9b
Fixed cover loading for subdirs and added removal
...
re: #3832
9 years ago
barisusakli
8ccfd235ad
changed deprecated method
9 years ago
barisusakli
60e1831152
check online from users:online zset
9 years ago
barisusakli
baa813a4cb
Merge remote-tracking branch 'refs/remotes/origin/master' into room-optimize
9 years ago
Julian Lam
de9f196c75
Merge branch 'userhomepage' of https://github.com/yariplus/NodeBB into yariplus-userhomepage
9 years ago
barisusakli
9125e778a1
Merge remote-tracking branch 'refs/remotes/origin/master' into room-optimize
9 years ago
barisusakli
364260fa37
fix lastonline iso
9 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
9 years ago
barisusakli
7ed378b367
removed override no longer needed
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
1ecf27417a
removed commented out stuff removed topics.enter
9 years ago
barisusakli
491a6d0234
Merge remote-tracking branch 'refs/remotes/origin/master' into room-optimize
9 years ago
barisusakli
0d23c56281
removed event:disconnect
9 years ago
barisusakli
bac2a0d959
removed event:connect use socket.io connect event duh
9 years ago
barisusakli
5879185ebc
single proc stats
9 years ago
barisusakli
be6fc72994
Merge remote-tracking branch 'refs/remotes/origin/master' into room-optimize
9 years ago
barisusakli
0199ed27a6
disable user_leave for topic
9 years ago
barisusakli
be86c74c91
disabled browsing users and global rooms syncing
9 years ago
yariplus
f815f2d981
Fix userhomepage derps
9 years ago
yariplus
853aa37cd2
Add user home pages. #3616
9 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)
9 years ago
psychobunny
281f377fde
Merge branch 'master' of https://github.com/NodeBB/NodeBB
9 years ago
psychobunny
726c3802e1
isMainPost for post summary
9 years ago
barisusakli
c3369964eb
closes #3820
9 years ago
barisusakli
fb7f10d63d
closes #3821
9 years ago
Julian Lam
3314ab4b83
fixes #3809
9 years ago
Julian Lam
dc916c5e3c
closes #3817
9 years ago
barisusakli
8d0cb18b74
display git hash/branch
9 years ago
psychobunny
8cf6fe3aa1
closes #3808
9 years ago
barisusakli
2fef7acf4b
closes #3805
9 years ago
barisusakli
ca4440b8af
closes #3799
9 years ago
psychobunny
003631df79
isFollowing: send false if user is anon
9 years ago
psychobunny
ead377e0ca
user.isFollowing socket call
9 years ago
psychobunny
3305256575
add fullname to user return as well
9 years ago
psychobunny
0588a59c0c
normalize user data between topic.user and post.user
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
barisusakli
f4bfcc7351
removed icon:bgColor and icon:text from db calls
...
calculates from username on the fly
9 years ago
psychobunny
d8e50f931e
material user icon bgs
9 years ago
Julian Lam
8d4209d42c
Merge remote-tracking branch 'origin/master' into user-icons
9 years ago
Julian Lam
9f6dc63fed
updated to no longer use user.icons.generate, and removed an unneeded upgrade script! :)
9 years ago
psychobunny
12d2abff44
missed some other profile pages
9 years ago
psychobunny
f17391e6a2
fix default cover image on all profile pages
9 years ago
psychobunny
c697785270
console.log
9 years ago
psychobunny
9bef54b5ed
fix title for dashboard
9 years ago
nodebb-misty
4ec57d4110
Merge branch 'master' into user-icons
9 years ago
psychobunny
aa3fa477e3
Merge branch 'master' of https://github.com/NodeBB/NodeBB
9 years ago
psychobunny
f385e13531
fix default cover on groups/list page
9 years ago
psychobunny
a670f2facc
organized cover acp pages
9 years ago
psychobunny
8e893869ff
custom user profile covers
9 years ago
psychobunny
7148d44f90
default cover images for groups
9 years ago
Julian Lam
526afc0910
Merge remote-tracking branch 'origin/master' into user-icons
9 years ago
Julian Lam
098111ba5b
Fixes bug where if post edit was called without a title, NodeBB would crash
9 years ago
psychobunny
8787f04757
Merge branch 'master' of https://github.com/NodeBB/NodeBB
9 years ago
psychobunny
07c50cba7d
titles for ACP routes
9 years ago
barisusakli
ee71f982b7
added missing filter:post.tools
9 years ago
psychobunny
a5b754eac3
add profile cover/position + profile picture on every account page
9 years ago
psychobunny
f19043d046
profile cover photos
9 years ago
psychobunny
02d1304185
removing groups.cover.get, seemingly it doesn't do anything
9 years ago
psychobunny
ef20141e8f
jshint
9 years ago
psychobunny
7a6d6c2bd6
Merge branch 'master' of https://github.com/NodeBB/NodeBB
9 years ago
psychobunny
61b1f5fe32
allow regular uploading (modal) of cover photo
9 years ago
barisusakli
47c71b5a37
closes https://github.com/NodeBB/nodebb-theme-persona/issues/181
9 years ago
psychobunny
4baeda7c09
navigation acp styling / checkboxes
9 years ago
Julian Lam
7580cfb235
fixed double-definition of hashPassword method that was causing new registrations to fail
9 years ago
Julian Lam
defceb6271
Merge remote-tracking branch 'origin/master' into user-icons
...
Conflicts:
src/controllers/index.js
src/topics/tags.js
9 years ago
barisusakli
290686a194
modifyCategory is no longer async
9 years ago
barisusakli
353ebb71d2
removed unnecessary if
9 years ago
barisusakli
efef0af6fa
tag fix
9 years ago
barisusakli
4ef2ae7ba2
update count even if its 0
9 years ago
Julian Lam
68c3f9d849
Squashed commit of the following:
...
commit 56582bc9eee5d81a01f42a28808b617b9c96873a
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Oct 27 05:21:11 2015 -0400
added missing template
commit 6462a1626e7d8d77210b6e10eace5c9214335f33
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Oct 27 05:19:07 2015 -0400
sitemap index
commit 3cfd56f1fbc8e03405dc394375bf5ff6eef21322
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Oct 27 04:47:52 2015 -0400
sitemap routes, controllers, and library methods for pages, categories, and topics
commit e58e07c0881bdbe16d503b4679b85f761b02163c
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Oct 27 04:07:39 2015 -0400
added groups to sitemap
commit 7ee584b632
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Oct 27 01:43:06 2015 -0400
If notification dropdown is double-clicked, all notifications are marked read
commit 488f147bef
Author: barisusakli <barisusakli@gmail.com>
Date: Mon Oct 26 22:39:19 2015 -0400
closes #3781
commit 5e1bd58a02
Author: barisusakli <barisusakli@gmail.com>
Date: Mon Oct 26 22:28:30 2015 -0400
closes #3782
commit 57d3980267
Author: barisusakli <barisusakli@gmail.com>
Date: Mon Oct 26 22:16:08 2015 -0400
closes #3790
commit 555c5b82da
Author: barisusakli <barisusakli@gmail.com>
Date: Mon Oct 26 21:19:20 2015 -0400
check user settings
commit 5454862c1c
Author: barisusakli <barisusakli@gmail.com>
Date: Mon Oct 26 20:26:02 2015 -0400
wait for all callbacks when creating tags
commit 051c5077eb
Merge: 839fd93
e0e04ef
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date: Mon Oct 26 09:54:12 2015 -0400
Merge pull request #3792 from drlogout/master
Fixed wrong method name in socket.io/groups.js from isAdmin to isAdmi…
commit e0e04ef892
Author: Christian Nolte <hello@noltech.net>
Date: Mon Oct 26 14:50:32 2015 +0100
Fixed wrong method name in socket.io/groups.js from isAdmin to isAdministrator
commit 839fd935ad
Author: barisusakli <barisusakli@gmail.com>
Date: Sun Oct 25 21:54:35 2015 -0400
add back thread tools filter
commit 37060bf1a3
Merge: 5820a19
bf918bd
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date: Sun Oct 25 18:13:06 2015 -0400
Merge pull request #3787 from cubehouse/patch-1
Upgrade script fails on some consoles
commit 5820a193f6
Author: barisusakli <barisusakli@gmail.com>
Date: Sun Oct 25 17:04:46 2015 -0400
closes #3789
commit 0d88d52557
Author: barisusakli <barisusakli@gmail.com>
Date: Sun Oct 25 17:03:33 2015 -0400
up theme
commit 9bc43ba5e1
Author: barisusakli <barisusakli@gmail.com>
Date: Sun Oct 25 16:57:42 2015 -0400
closes #3788
commit aafd4b6984
Author: barisusakli <barisusakli@gmail.com>
Date: Sun Oct 25 15:56:17 2015 -0400
closes #3786
commit bf918bd016
Author: James Holding <cubehouse@users.noreply.github.com>
Date: Sun Oct 25 10:14:00 2015 +0000
Upgrade script fails on some consoles
The upgrade script errors/fails on some consoles if the stdout.columns isn't set (my console did this when upgrading a Docker instance of NodeBB).
Checking for stdout.columns before using, falling back to a couple of spaces for slightly prettiness if we can't work out the console width.
9 years ago
barisusakli
488f147bef
closes #3781
9 years ago
barisusakli
5e1bd58a02
closes #3782
9 years ago
barisusakli
57d3980267
closes #3790
9 years ago
barisusakli
555c5b82da
check user settings
9 years ago
barisusakli
5454862c1c
wait for all callbacks when creating tags
9 years ago
Christian Nolte
e0e04ef892
Fixed wrong method name in socket.io/groups.js from isAdmin to isAdministrator
9 years ago
barisusakli
839fd935ad
add back thread tools filter
9 years ago
barisusakli
5820a193f6
closes #3789
9 years ago
barisusakli
9bc43ba5e1
closes #3788
9 years ago
Julian Lam
f7f43de644
Merge remote-tracking branch 'origin/master' into user-icons
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
50c7ccccb5
fix flags
9 years ago
barisusakli
1bfe7bf3dd
fix t.js
9 years ago
barisusakli
2bb8555d35
fix t.js
9 years ago
barisusakli
0ff5c65f43
removed rel path, its in templates
9 years ago
barisusakli
5c2e78b1a6
parse topic tools on demand
9 years ago
barisusakli
6c9de29326
load post tools menu on demand
9 years ago
barisusakli
2d46d07f4f
return selectedGroup
9 years ago
barisusakli
c100764915
fix t.js syntax
9 years ago
barisusakli
751a6c6839
got rid of extra call to user.getSettings
9 years ago
barisusakli
0e057a3d92
dont render 404 page for favicon
9 years ago
barisusakli
531eaa6411
cache navigation data
9 years ago
barisusakli
98e659188b
removed console. log
9 years ago
barisusakli
28ae101d90
allow changing username if user has no password set, ie sso login
9 years ago
barisusakli
0210c033ee
closes #3779
9 years ago
barisusakli
07e7498f45
use sortedSetsRemove
9 years ago
barisusakli
8e80eca449
removed double escape
9 years ago
barisusakli
9040a1a063
concat minimize most common routes
9 years ago
barisusakli
85d09ce2e4
removed unsused require
9 years ago
barisusakli
5e5cafafd0
make one socket call to load unread counts
9 years ago
barisusakli
8630196a2d
up composer
9 years ago
barisusakli
edf545cd2c
dont load sound data on cold load
9 years ago
barisusakli
d146bff2a1
send less data when leaving rooms
9 years ago
barisusakli
36e89ae15a
closes #3771
9 years ago
barisusakli
09747251d8
added hostname
9 years ago
barisusakli
7f66494a57
closes #3764
9 years ago
barisusakli
f17ba88c0f
closes #3765
9 years ago
barisusakli
7f72d80292
fix require
9 years ago
barisusakli
53d29e29af
performance improvements
...
store parsed category description
removed mongo _key from returns
dont get category teaser for parent
9 years ago
barisusakli
e2f590e0b4
only return id
9 years ago
barisusakli
a1dca63914
fileSize fix
9 years ago
barisusakli
a9fae94e5a
switch to dbStats, only display fileSize if it exists
9 years ago
barisusakli
5fda800f2b
filter info
9 years ago
barisusakli
3b9fdcaa2b
more mongodb info
9 years ago
barisusakli
f2d6f931af
closes #3505
9 years ago
barisusakli
e60c1d8736
added process info
9 years ago
barisusakli
c2b29ff4c4
add page to canonical link #3758
9 years ago
barisusakli
b556652582
fix chat redirect
9 years ago
barisusakli
94a0c9aa9f
closes #3757
9 years ago
barisusakli
c3b8d0b328
check err first
9 years ago
barisusakli
fc4e7c0fff
navigation cleanup
9 years ago
barisusakli
16a65c8ffc
closes #3754
9 years ago
barisusakli
e2a5440ae8
closes #3741
9 years ago
barisusakli
47e2dd9478
closes #3107
9 years ago
psychobunny
8ef46ebc7d
found some other places with the same problem
9 years ago
psychobunny
bc2bf6ef37
fix list of allowed filetypes
9 years ago
barisusakli
de4d747e63
closes #3742
9 years ago
barisusakli
f5e7d1ce01
private uploads
9 years ago
barisusakli
3a3c5486b7
expose method
9 years ago
barisusakli
94129287d0
moved non-async code
9 years ago
barisusakli
17dd1ff485
fix next
9 years ago
barisusakli
da4034a10a
middleware refactor
9 years ago
barisusakli
9ac4704848
more search cleanup
9 years ago
barisusakli
c8fb68c2d5
shorter sort methods
9 years ago
barisusakli
1ceb1c6d5f
fix dismissAllFlags
9 years ago
barisusakli
7854e67b7b
closes #1637
9 years ago
barisusakli
36bfe30425
closes #3736
9 years ago
barisusakli
1ddcb3f11c
closes #3740
9 years ago
barisusakli
1dcdba9b2a
moved api route to api.js
9 years ago
psychobunny
78fe1da00c
don't mark all chats as read when just reading the list from dropdown/slidemenu/chats page
...
strangely enough it was doing it twice
9 years ago
barisusakli
0ce1e666e7
disabling/enabling parent will disable/enable children
9 years ago
barisusakli
fa4875d78d
category teaser
9 years ago
barisusakli
ff7b6e4e91
added search title
9 years ago
barisusakli
2d96cdba1c
closes #3720
9 years ago
Julian Lam
5c71bb5923
fixed user avatar modal again
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
7fd1940939
take out of async
9 years ago
barisusakli
2d01fe78d0
removed privileges.posts.get from addPostData
...
privilege data is already available higher up
9 years ago
barisusakli
40e26d3b9d
removed unused requires
9 years ago
barisusakli
7e2fbfe3f4
modify topic isn't async
9 years ago
Julian Lam
99e5015083
closes #3690
9 years ago
Julian Lam
95129a1b40
closes #3693
9 years ago
barisusakli
4d87890942
closes #3715
9 years ago
barisusakli
12da13acc5
closes #3701
10 years ago
barisusakli
313a465a4c
notification exists check
10 years ago
barisusakli
5cf983dcee
check if user exists
10 years ago
barisusakli
8e06ff49f3
check user exists before chat
10 years ago
barisusakli
ca15b85db9
check group exists before joining
10 years ago
barisusakli
c5e8339abb
check if category exists
10 years ago
barisusakli
872080d832
dont mark read if topic is not in topics:recent
10 years ago
barisusakli
c1093bdeb7
topic exists checks
10 years ago
barisusakli
b301daf126
check post exists before delete restore
10 years ago
barisusakli
f88d822fe2
make sure post exists before edit
10 years ago
barisusakli
b616e69070
User.exists change
10 years ago
barisusakli
a054353b6c
category purge fix
10 years ago
barisusakli
902f529d53
closes #3692
10 years ago
barisusakli
3a6d5948ba
filter invalid categories
10 years ago
Julian Lam
896abb59d3
Update default gravatar admin option to defaultAvatar
10 years ago
Julian Lam
97dd5500a1
Merge remote-tracking branch 'origin/master' into user-icons
10 years ago
Julian Lam
00079ce158
default user icon for anons
10 years ago
barisusakli
df95d47c4c
ocd
10 years ago
barisusakli
5a3a627fcd
fix rel tag urls
10 years ago
barisusakli
22d6742422
closes #3569
10 years ago
barisusakli
ca294fc6ec
closes #3663
10 years ago
barisusakli
75e2228989
closes #3689
10 years ago
barisusakli
00bc9f51c9
dont display post just scroll
10 years ago
barisusakli
b7ce4312a9
show toPid inline
10 years ago
Julian Lam
018af5fa22
accidentally used deprecated method, heh
10 years ago
Julian Lam
09d23c3dd0
Added support for a theme to generate a link back to a parent post
10 years ago
barisusakli
bcd8bdf0df
closes #3687
10 years ago
barisusakli
e7f87f4ffd
closes #3686
10 years ago
Julian Lam
a43d40fbc7
upgrade script, and fixed client-side generation of user icon
10 years ago
Julian Lam
9120cb8e82
missing values for teaser user icons
10 years ago
Julian Lam
730a62519f
Merge remote-tracking branch 'origin/master' into user-icons
10 years ago
Julian Lam
68b252f202
notifications dropdown
10 years ago
Julian Lam
f4ee7f5cf8
votes modal
10 years ago
Julian Lam
a4c2626bdc
mobile menu header
10 years ago
Julian Lam
097ee5d2a2
user icons in chat modal and page
10 years ago
barisusakli
fec3877e51
fix tests
10 years ago
barisusakli
8c17de4221
remove dupe
10 years ago
barisusakli
c22d018617
shorter sort
10 years ago
Julian Lam
f6d5b52a8b
WIP user-icons
10 years ago
barisusakli
4e32751819
added back canEdit
10 years ago
barisusakli
41fb4fe6b5
remove IS topics on category
...
ability to specify a container for IS, instead of always assuming
$(document)
10 years ago
barisusakli
1dc93f2446
closes #3677
10 years ago
barisusakli
5e0a7d7dac
some more acp/nav fixes
10 years ago
barisusakli
ec32e4ea4b
small tweak
10 years ago
barisusakli
e4f0cd856a
prettier admin navigation page
10 years ago
Julian Lam
839edc80b1
updated action:settings.set hook
10 years ago
barisusakli
fffca0e425
fix topic follow
10 years ago
barisusakli
3cdc0c6890
missing return
10 years ago
barisusakli
d490ed30d1
check err
10 years ago
barisusakli
5950f97f96
more refactors
10 years ago
barisusakli
1f4857585d
user refactor
10 years ago
barisusakli
853aeb1b8c
update profile
10 years ago
barisusakli
4a06750ae2
io.in logger
10 years ago
barisusakli
e0c6acd163
socket.io/user.js refactor
10 years ago
barisusakli
53411f809b
follow command
10 years ago
barisusakli
f2f9000b70
fix vote progress
10 years ago
barisusakli
e2896ef6b9
socketio/posts socketio/topics refactor
10 years ago
Julian Lam
04db07ed33
seems legit, tjs not even used in this file
10 years ago
barisusakli
e5e41e85f2
accounts refactor #2
...
and various 404 fixes
10 years ago
barisusakli
3bb5d2aa86
accounts refactor part #1
10 years ago
barisusakli
c0c38437a0
isAdminOrMod
10 years ago
barisusakli
de2f336d53
data uid check
10 years ago
barisusakli
b618f67a00
fix tab
10 years ago
barisusakli
c617a3f008
inf scroll changes
...
dont load main post if start > 0
10 years ago
Julian Lam
137f2097db
fixes #3669
10 years ago
Julian Lam
ebed9d641c
Add new ACP option to upload Touch Icon, #3668
...
Also added a number of fixes for mobile enhancements, such
as serving a manifest.json file for Android devices, and
serving proper link tags for all uploaded touch icons.
This commit also creates a new template helper for link tags.
10 years ago
barisusakli
3d73fbf74a
only pass pack err
10 years ago
barisusakli
f005231996
closes #3664
10 years ago
barisusakli
8fb24f26e3
#3664 fix edit post
10 years ago
barisusakli
6f046af34b
fix callback
10 years ago
barisusakli
cdd5bb5a6e
fix acp high presence topics
10 years ago
barisusakli
96364935e9
removed deprecated methods
10 years ago
barisusakli
459c20a2e2
closes #3662
10 years ago
barisusakli
4e2318fa1e
fix title in acp removed extra |
10 years ago
barisusakli
933a89d2ae
closes #3654 removed double escape
10 years ago
barisusakli
3416f600c5
#3654
10 years ago
barisusakli
80701f44d6
fix syntax
10 years ago
barisusakli
b3cbb46010
#3654
...
include add post index
10 years ago
barisusakli
fb6abd32c4
closes #3461
10 years ago
psychobunny
5f9eafcccb
potential fix for acp rash
10 years ago
barisusakli
13508ca7f9
closes #3547
10 years ago
barisusakli
87a194a4bd
allow array of nids to be passed to notifs.get
10 years ago
barisusakli
dbf0f279a2
closes #3644
10 years ago
barisusakli
75af978145
closes #3646
10 years ago
Julian Lam
78863a438f
Firing new hook `filter:auth.list`
...
This new plugins allows SSO services to list whether a
user has authenticated via that service, and will display
as such in the user's profile editing screen.
10 years ago
Julian Lam
fa109241cc
Update fontawesome picker module (iconSelect)
...
- Removed 'fa-doesnt-exist' icon
- Added a icon filter search input
- Added a "No Icon" button at the bottom
- Added link back to full FA list
- If icon is picked, it shows the icon class in the search input
10 years ago
psychobunny
70da64b927
button to revert to original email template
10 years ago
psychobunny
47fb8e8125
closes #2183
10 years ago
psychobunny
109fe895b3
ability to edit and save custom email templates
10 years ago
psychobunny
46d6be57a8
hint
10 years ago
psychobunny
55748ac3f5
ability to select what kind of test email to send
10 years ago
psychobunny
fa8a2c5c1b
render email footer partial
10 years ago
psychobunny
4855e69498
email partials for footer
10 years ago
Julian Lam
bac04d7ee6
Replace lwip library with jimp native lib for image manipulation
10 years ago
barisusakli
4419eb2aff
removed require
10 years ago
barisusakli
f3b6a5fbb9
generic getObject
10 years ago
barisusakli
1dd706d0b2
crash fix, res.locals.config can be undefined
10 years ago
barisusakli
1e44cab79e
filter:group.build
10 years ago
barisusakli
070fe01463
use unescaped tag to get data
10 years ago
barisusakli
d96073dbbf
closes #3606
10 years ago
barisusakli
c139dfa843
closes #3631
10 years ago
barisusakli
f9c8b1acf8
if a parent category is deleted add its children to root
10 years ago
barisusakli
32041d50f7
prevent crash if children are falsy
10 years ago
barisusakli
69ebe7679d
removed console .log
10 years ago
barisusakli
c98bd87334
better checks for file extensions
...
jpg allows jpeg
dots dont break extensions
10 years ago
barisusakli
fbfb39f967
moved socket connection out of app.js
10 years ago
barisusakli
a14810a2e0
wrap lwip.open in try catch, it throws on unknow types, closes #3632
10 years ago
barisusakli
9ff3be67db
generic check length method
10 years ago
barisusakli
35a2141da6
reset changes
10 years ago
barisusakli
6363bbc2ba
moved reset out
10 years ago
barisusakli
1182237f3d
isInvited
10 years ago
barisusakli
e1dc161119
added isOwner
10 years ago
barisusakli
c4b258c747
added .before to socket.io/groups.js
10 years ago
barisusakli
be7c2cc88a
closes #3630
10 years ago
psychobunny
26aa9a6251
Merge branch 'master' of https://github.com/NodeBB/NodeBB
10 years ago
psychobunny
a8d44758cb
acp remove logo fix
10 years ago
barisusakli
31ddb8a0e0
uid can be group names :dull:
10 years ago
barisusakli
5555b9256d
Merge remote-tracking branch 'origin/master'
10 years ago
barisusakli
6e66b32fe1
dont escape the query that is send to search escape on the way out
10 years ago
psychobunny
8403b010a5
fixes theme screenshots in acp
10 years ago
psychobunny
4dcba62e95
cleanup
10 years ago
barisusakli
244c75f809
admin controllers
10 years ago
barisusakli
3858f6777d
check groupName and uid on groups.join
10 years ago
barisusakli
d7f82f96b1
remove threadTools require
10 years ago
barisusakli
777157c0d6
remove old postTools requires
10 years ago
barisusakli
0c6495de72
moved postTools and threadTools into posts/ and topics/
10 years ago
barisusakli
8af64ba984
closes #3626
10 years ago
barisusakli
8c2fdcc77c
group escape fixes
10 years ago
Barış Soner Uşaklı
2e1661a5e8
Merge pull request #3618 from jongarrison/master
...
Revised: Added req and res objects to the widget rendering process
10 years ago
barisusakli
9cef1ffe99
forgot parseInt
10 years ago
Julian Lam
2e3eef136f
Update chat frontend to better handle incoming messages
...
When an incoming message occurs from somebody who is new,
a new chat contact is spawned and put into the contact list.
10 years ago
barisusakli
da09ce3e06
optimize getParents
...
when loading the root categories listing all categories have a parentCid
of 0 so return early instead of calling the database with
['category:0','category:0','category:0''category:0' ...]
10 years ago
barisusakli
04be0411e7
build search categories server side
10 years ago
Julian Lam
34a6275b85
sanitise chat teaser
10 years ago
barisusakli
70b8d546b3
fix breadcrumb
10 years ago
barisusakli
4826883484
up themes, 404 non existing popular pages
10 years ago
barisusakli
ade9a44b11
closes #3590
10 years ago
barisusakli
09927915ab
fix cb
10 years ago
barisusakli
11c70f3a28
closes #2330
10 years ago
Jon Garrison
47714151b1
fixed one tab character
10 years ago
Jon Garrison
44c4925ceb
Added req and res objects to the widget rendering process before callback in src/controllers/api.js
10 years ago
barisusakli
3fff334de2
some priv cleanup
10 years ago
psychobunny
ae1043543d
closes #3585
10 years ago
barisusakli
faae98892d
privilege fixes
10 years ago
barisusakli
51cdd0800c
simplified calculatePostIndices
10 years ago
Barış Soner Uşaklı
76178e3232
move admin categories controller
10 years ago
Barış Soner Uşaklı
e62bd2ab9e
fix chat status unread etc.
10 years ago
Barış Soner Uşaklı
5b08538264
closes #3614
10 years ago
Julian Lam
4acb31839e
nodebb/nodebb#3615
10 years ago
Barış Soner Uşaklı
6d8134618f
fix chats
10 years ago
Barış Soner Uşaklı
e9692a3e1f
fix emailer
10 years ago
Barış Soner Uşaklı
3a6871fd65
display all categories in custom home
10 years ago
barisusakli
6fc267858e
fix missing callback
10 years ago
barisusakli
d01736a726
cleanup
10 years ago
barisusakli
a5e9394d93
closes #3612
10 years ago
barisusakli
b17feb3b6c
nested categories on search
10 years ago
barisusakli
bb47761f6a
moved disable chat button
10 years ago
barisusakli
501bfbfc47
closes #3611
10 years ago
barisusakli
b099aaf61f
fix typo in emailer
10 years ago
barisusakli
22d6ceab59
closes #2427
10 years ago
barisusakli
15b667850e
closes #3595
10 years ago
barisusakli
4aad5b8689
moving chat settings out of post
10 years ago
Julian Lam
8070de7962
closes #3461
10 years ago
barisusakli
5388ddf791
removed posttools edit
10 years ago
barisusakli
45c446dac0
new hook filter:email.send
10 years ago
psychobunny
e90ee46cd1
closes #3603
10 years ago
barisusakli
30d087cbd3
closes #3607
10 years ago
psychobunny
b660eec67f
closes #3608
...
inb4 all admin routes are publically visible
10 years ago
psychobunny
ed358f4bf7
closes #3589
10 years ago
psychobunny
2516be620b
Groups.getGroupsAndMembers
10 years ago
barisusakli
5ff2eccbd2
#3593
10 years ago
psychobunny
ff83305c6a
closes #3593
10 years ago
Barış Soner Uşaklı
bcb3b55ab0
Merge pull request #3594 from yariplus/homepages
...
Add Custom and Category homepages.
10 years ago
barisusakli
9787e6c3df
dont download images to local, pass to upload plugin
10 years ago
yariplus
08e4f14971
fix unneeded async
10 years ago
yariplus
0c1c42d362
parallel not needed
10 years ago
barisusakli
a469ca2972
notification id change
10 years ago
yariplus
beb2b38cb7
mistake
10 years ago
yariplus
d998fe2dd5
Add Custom and Category homepages.
10 years ago
barisusakli
e3ca91e325
#3591 fixes item 1
10 years ago
barisusakli
915a992448
closes #3592
10 years ago
barisusakli
240a619a72
pretty group breadcrumbs
10 years ago
barisusakli
cb9b51e8a5
closes #3475
10 years ago
barisusakli
bf70f3764e
#3475
10 years ago
barisusakli
6c40d2e424
#3475
10 years ago
barisusakli
734a45ae03
dont log error if its redirect
10 years ago
barisusakli
9361ff0772
closes #3587
10 years ago
barisusakli
dd5a8e8a88
closes #3568
10 years ago
barisusakli
a6c8cd50e9
fix group creation regression
10 years ago
barisusakli
929091d4d3
default theme
10 years ago
barisusakli
3ea8d092aa
check for defaultTheme on install
10 years ago
Julian Lam
6334e1ae6c
updated theme minvers, and generating cache buster on reload too
10 years ago
barisusakli
a64cbbc6df
#3573
10 years ago
Julian Lam
160cf93802
Fix regression caused by 4f766ac
10 years ago
Julian Lam
4f766ac7b5
Updated cache buster logic
...
Removed css and script busters in favour of a uuid/guid cache
buster that is generated when the app starts.
This change means that in the event your NodeBB crashes often,
users will not be able to rely on their browser cache to serve
an unchanged style/js file, but if that's the case, you've
got bigger problems anyway.
re: #3573
10 years ago
barisusakli
e6755d0adc
closes #3458
10 years ago
barisusakli
a4d7022e68
closes #2958
10 years ago
barisusakli
f7aef56e66
closes #3529
10 years ago
barisusakli
19eaa051c2
closes #3469
10 years ago
barisusakli
0bfc568ac3
closes #3537
10 years ago
barisusakli
442c4be4ec
closes #3581
10 years ago
psychobunny
265a16af1a
some old left over branding code
10 years ago
barisusakli
2c6f93efbd
closes #3583
10 years ago
psychobunny
edbe8b2e04
typo in ACP
10 years ago
Julian Lam
3baad54223
Close #3578
...
This commit introduces notification creation if a user requests
membership to a group (in which case notifications are sent to
all group owners), and user invites to a group (in which case
a notification is sent to the invitee).
10 years ago
barisusakli
b4d465223a
if there is no description tag add one, fix missing winston
10 years ago
barisusakli
7c319c9b20
fix browser title on home page
10 years ago
barisusakli
cf193581e4
check and log all fs.unlink errors
10 years ago
barisusakli
54f9a09e6a
some more logging
10 years ago
Julian Lam
8621023452
Removed surrounding panel from privileges table
10 years ago
Julian Lam
c3821c2070
Close #3540
10 years ago
barisusakli
ffff8093ba
make sure user is admin/mod before forking
10 years ago
Julian Lam
394440e597
Fix upgrade crash if groups have 0 users
...
@barisusakli
10 years ago
psychobunny
b5c7473c95
get teasers: probably faster, hopefully
10 years ago
psychobunny
08137c5c1e
fixed issue where teasers were being assigned to the wrong chat
10 years ago
psychobunny
1d53f365dd
closes #3528
10 years ago
Julian Lam
cf679f0c5e
Fix julianlam/nodebb-plugin-2factor#6
10 years ago
barisusakli
e0101fcd24
fix crash on follow/edit
10 years ago
barisusakli
d23d814154
fix topic_count on topic move
10 years ago
barisusakli
5009e80122
fix typo
10 years ago
barisusakli
9f74450196
log unlink error
10 years ago
psychobunny
891a611714
contacts vs recent: makes more sense the other way around
...
well, it does make sense on the older UX anyways, but I'm not going to
go there :P
10 years ago
psychobunny
6aa6510ef6
teasers instead of chatTeasers
10 years ago
barisusakli
c3719ea5b5
closes #3519
10 years ago
barisusakli
93e6916fe6
moved maintenace mode middleware
10 years ago
barisusakli
6d930d0d1a
fix indents
10 years ago
barisusakli
25502f0687
closes #3508
10 years ago
Julian Lam
f21325a91b
add back missing ENDIF to complete admin header conditional
...
This fixes #3516
10 years ago
barisusakli
f4bf82a349
closes #3510 increase email confirm reset to 24 hours
10 years ago
barisusakli
a0cd4b49f5
when a category is deleted, set the children's parent to 0
10 years ago
barisusakli
9d4d904479
404 fix
10 years ago
Julian Lam
ba39a432e7
fixed #3517
10 years ago
barisusakli
a1fb234b8b
config.cache-buster
10 years ago
barisusakli
48512bff6b
get rid of app.exposeConfigToTemplates
10 years ago
barisusakli
ef65b711de
removed template-variables
10 years ago
psychobunny
71cad7e181
chat teaser
10 years ago
psychobunny
643abb6926
if params.count is passed in, min should be 0
10 years ago
psychobunny
e0cfc117c7
changing function signature for messaging.getMessages
...
@julianlam should this be moved to 0.8.0?
10 years ago
barisusakli
e171b544e9
fix 404 title on api calls
10 years ago
psychobunny
dbc9c07b55
403 browser title
10 years ago
psychobunny
0eca875f6e
add site title to 404, on cold load anyways
10 years ago
psychobunny
4b91d7ec3d
req.route is not defined if you go to some bogus url
10 years ago
psychobunny
54ec105986
random attempt to fix bad dep check
10 years ago
psychobunny
4b5f67eb4d
use [[pages:home]] instead
10 years ago
psychobunny
5dae60faff
closes #3502
10 years ago
psychobunny
61cc0ee597
/categories: og:title and <title> should be the same
10 years ago
psychobunny
80218961aa
Merge branch 'master' into v0.8.x
10 years ago
psychobunny
8cc91ea6e7
fix crash in middleware.renderHeader
10 years ago
psychobunny
25a419e458
Merge branch 'master' into v0.8.x
10 years ago
barisusakli
0bf8b279de
fix typo
10 years ago
barisusakli
5c19bf31c9
removed breaking change
10 years ago
barisusakli
eaefd9d24c
remove meta/title.js and meta.title.build #3481
10 years ago
psychobunny
a217b42cb1
bonus two for #3481 - chats/username route
10 years ago
psychobunny
22fc257e36
bonus for #3481 - groups/group route
10 years ago
psychobunny
89b8622cfa
other routes done, closes #3481
10 years ago
psychobunny
671f96f589
duplicate route removed: /users redirected to /users/online
10 years ago
psychobunny
0e0d8474a4
page titles for user pages #3481
10 years ago
psychobunny
47a7347b54
better mobile support for appearance/themes and appearance/skins
10 years ago
barisusakli
d644542143
clearer text
10 years ago
barisusakli
958bb24d4e
#3492
10 years ago
Julian Lam
ea9f5cbc61
adding in another deprecated hook to the warning list
10 years ago
Julian Lam
a1d5132777
Deprecated filter:user.delete hook
...
Please use static:user.delete instead.
10 years ago
psychobunny
cd7f9c7523
fix for disableCustomUserSkins
10 years ago
psychobunny
9323a37bd1
disableCustomUserSkins setting
10 years ago
Julian Lam
edba11f388
If a plugin version is defined in package.json, suggest that as the latest version
10 years ago
psychobunny
3e1ddb1e2c
for old people like @barisusakli
10 years ago
psychobunny
3145e75fc0
closes #3485
10 years ago
barisusakli
5b3601994c
Merge branch 'master' of https://github.com/NodeBB/NodeBB
10 years ago
barisusakli
def3e06ba3
closes #3483
10 years ago
psychobunny
5a90de55d8
removed missing css file
10 years ago
Julian Lam
a27c8f0321
Exposed package data for incompatible plugins to admin/plugins controller, #3480
...
ping @psychobunny
10 years ago
Fokke Zandbergen
36c27633b9
Only use semver.satisfies on valid ranges
...
So it doesn't alarm when you use a package straight from git e.g.
10 years ago
Barış Soner Uşaklı
1a6e576483
async
10 years ago
barisusakli
6ce6503970
mark register notif read when its rejected
10 years ago
psychobunny
48cb671916
fixes #3465
...
temporary until stopforumspam supports ipv6
10 years ago
psychobunny
d1aaa9ca07
mobile fixes for homepage, languages, sounds
10 years ago
psychobunny
36110db90c
closes #3464
10 years ago
psychobunny
0cb8f2b80c
closes #3463
10 years ago
psychobunny
6b054a6d14
new acp mobile menu, completed
10 years ago
psychobunny
cc299f89e2
mobile menu for ACP first pass
10 years ago
psychobunny
82429c10db
slideout
10 years ago
psychobunny
1f9dbd3cf2
hamburger button
10 years ago
psychobunny
acdfb87117
compact header on mobile
10 years ago
psychobunny
ea3fa0ff1d
md snackbar for acp
10 years ago
Julian Lam
0e8482ebfe
removing hash from url
10 years ago
Julian Lam
dbf8f5f70c
Fix internal link to User Registration Settings from Registration Queue
10 years ago
psychobunny
28bd915a7b
fixed settings pages
10 years ago
psychobunny
11e082989d
fix route to admin/manage/registration page
10 years ago
psychobunny
7420351eb7
Merge remote-tracking branch 'origin/master'
10 years ago
psychobunny
eb49898a9c
mobile tweaks for settings pages
10 years ago
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.
10 years ago
psychobunny
cdc351bc02
fixed acp search
10 years ago
psychobunny
e4c9b379b2
customise - checkboxes
10 years ago
psychobunny
c97631b060
settings checkboxes - webcrawler, tags, advanced
10 years ago
psychobunny
4bca984b67
settings/pagination checkbox
10 years ago
psychobunny
0fcdfe318a
settings/post checkboxes
10 years ago
psychobunny
520351c3cc
fixed race condition onload for settings (surprised nobody qq'd about this before)
10 years ago
psychobunny
fc858b7cbc
settings/guest checkboxes
10 years ago
psychobunny
bf7896a264
settings/group checkboxes
10 years ago
psychobunny
4d78f8a68d
settings/user checkbox
10 years ago
psychobunny
980d44975a
settings/email checkboxes
10 years ago
psychobunny
c38bf4bc6f
settings/reputation checkboxes
10 years ago
psychobunny
5ede82e246
setting/general checkboxes
10 years ago
psychobunny
f234f653f8
fix bug where menu items weren't clickable
10 years ago
psychobunny
d091729de3
search bar and restart menu completed
10 years ago
psychobunny
98a10bba89
header dropdown menu
10 years ago
psychobunny
6b37ec74cc
styled flags
10 years ago
psychobunny
cd38f2da9c
moved registration queue to its own page; styled
10 years ago
psychobunny
d72ffb3078
added authentication section to settings/user
10 years ago
psychobunny
21e4a00f0e
fix pill flicker on manage/users
10 years ago
psychobunny
52d05da725
manage/tags buttons
10 years ago
psychobunny
e7fe088720
navigation save button
10 years ago
psychobunny
2dd612bb19
styled general/homepage
10 years ago
psychobunny
52871fe746
custom css save button
10 years ago
psychobunny
3353fc8b0e
Merge branch 'master' into acp-paper
...
Conflicts:
package.json
10 years ago
psychobunny
1ce464c7c0
themes page, done
10 years ago
barisusakli
7fbab5402a
closes #3381
10 years ago
psychobunny
1e2fb5cd4c
undo button for skins and themes
10 years ago
psychobunny
9af6a122ff
general/sonuds
10 years ago
psychobunny
86d1494467
general/languages
10 years ago
psychobunny
9dcaafdb1b
widgets save button
10 years ago
psychobunny
dfa4f47289
save / create buttons for categories/category
10 years ago
psychobunny
f3c70473c3
save button on settings page
10 years ago
psychobunny
96a19f47b7
Merge branch 'master' into acp-paper
10 years ago
psychobunny
969522c2d2
manage/categories
10 years ago
psychobunny
48d61b8048
Merge branch 'master' into acp-paper
10 years ago
barisusakli
4e3e603ee7
closes #3456
10 years ago
barisusakli
49afe544e1
recursive #3227
10 years ago
psychobunny
d5b88e9c35
fixed markup on /group page
10 years ago
psychobunny
e04495b012
underped tags page
10 years ago
psychobunny
cbb2453c08
minor styling to tags page
10 years ago
psychobunny
646cdf9c57
manage/category
10 years ago
psychobunny
bd494207eb
got rid of that fancy edit for cat name/desc + improved layout for settings
10 years ago
psychobunny
ffd38b8cc3
some UX tweaks to manage/category
10 years ago
psychobunny
28e2297e63
fixed categories layout
10 years ago
psychobunny
c6282e289a
main header title + better logic
10 years ago
psychobunny
744a7d4210
extend/widgets
10 years ago
psychobunny
d1f45b6d79
extend/plugin
10 years ago
psychobunny
ec335b55cd
fixed active state for install plugins submenu
10 years ago
psychobunny
cd5bb427cc
appearance/customise
10 years ago
psychobunny
12539a158d
settings - advanced, header, sockets
10 years ago
psychobunny
0eb3d05db8
settings/web-crawler
10 years ago
psychobunny
46bb289950
settings - notifications, pagination, tags
10 years ago
psychobunny
623dbaa608
settings/post
10 years ago
psychobunny
fe98624609
settings/group and settings/guest
10 years ago
psychobunny
4fdf3d19a0
settings/user
10 years ago
psychobunny
d53ae8769f
settings/email
10 years ago
psychobunny
dc6950d094
settings/reputation
10 years ago
psychobunny
3c43e58d85
Merge branch 'master' into acp-paper
10 years ago
psychobunny
30970d618c
dynamic title for settings pages
10 years ago
Julian Lam
e382dcab13
Reduce verbosity of plugin incompatibility errors
...
Instead of showing a 4-5 line warning for each potentially incompatible
plugin, we'll show the warning and then a list of plugins.
10 years ago
Julian Lam
23bb45b480
fixing plugin version checker to use satisfies again
10 years ago
barisusakli
274844a07f
check _resolved
10 years ago
psychobunny
2da3b34798
Merge branch 'master' into acp-paper
10 years ago
Barış Soner Uşaklı
f4da333b42
Merge pull request #3351 from yariplus/catsfixes
...
Fixing some issues with acp category page
10 years ago