Peter Jaszkowiak
|
896c8c7343
|
ESlint object-curly-spacing
|
8 years ago |
Peter Jaszkowiak
|
3b0dd2d1ef
|
ESlint padded-blocks
|
8 years ago |
Peter Jaszkowiak
|
a038c66549
|
ESlint quotes
|
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
|
3361a72725
|
ESlint no-plusplus
and no-empty, space-unary-ops
|
8 years ago |
Peter Jaszkowiak
|
bc1d70c126
|
ESlint comma-dangle
|
8 years ago |
barisusakli
|
d8a1e98a43
|
fix permalinks on pagination
|
8 years ago |
barisusakli
|
b49af0a135
|
#5223
adjust pagination so each page shows `postsPerPage` posts
|
8 years ago |
Sergii Paryzhskyi
|
e515b791da
|
Fix eslint rules (#5117)
* Fix semi linter rule
* Fix semi-spacing linter rule
* Fix no-undef-init linter rule
* Fix space-before-blocks linter rule
|
9 years ago |
HeeL
|
4a3c31b2dc
|
Fix space-before-function-paren linter rule
|
9 years ago |
HeeL
|
3fa1c1f927
|
Fix space-infix-ops linter rule
|
9 years ago |
Barış Soner Uşaklı
|
3a50c46572
|
Merge pull request #5033 from BenLubar/page-removed-from-url
Include page number in redirected topics
|
9 years ago |
barisusakli
|
4ce8e2224a
|
optimize topics.markTopicNotificationsRead
let's not call it once for each tid
|
9 years ago |
Ben Lubar
|
7d90a94261
|
Include page number in redirected topics
|
9 years ago |
barisusakli
|
58ab76d3c2
|
action:category.loaded, sort qs on category page
|
9 years ago |
Ben Lubar
|
85e42aee6e
|
make ?page=[numbers] links work for users with pagination disabled. remove ?page when updating the URL for infinite scroll
|
9 years ago |
barisusakli
|
14b067a838
|
closes #4800
|
9 years ago |
psychobunny
|
b37b083a4d
|
new privilege: Access Topic
differentiation between Access Category and Access Topic, ie. allows you
to see the category view but not actually enter the topic itself
|
9 years ago |
Barış Soner Uşaklı
|
86cab0787a
|
closes #4668
|
9 years ago |
barisusakli
|
b3fa5583f8
|
closes #4650
|
9 years ago |
barisusakli
|
69e25fe4d5
|
closes #4612
|
9 years ago |
barisusakli
|
25f3a31ff1
|
closes #4587
|
9 years ago |
barisusakli
|
ff9b2bad49
|
closes #4512
|
9 years ago |
Ben Lubar
|
c7cfe45d0b
|
fix double-URL-encoding causing redirect loops
|
9 years ago |
barisusakli
|
f665a1e353
|
closes #4394
|
9 years ago |
barisusakli
|
9e44bd3d21
|
up themes
|
9 years ago |
Julian Lam
|
3f998a9081
|
Updated topic and category controller to not redirect on incorrect
slug if the call is made via API route.
Cold load? Anything goes.
|
9 years ago |
accalia
|
d6f669ef3f
|
fix #4350; When redirecting to fix slug, preserve any provided post_index
|
9 years ago |
barisusakli
|
d067943773
|
fix double escaping in title and og:title
|
9 years ago |
barisusakli
|
211311214e
|
https://github.com/NodeBB/NodeBB/issues/4204
|
9 years ago |
Barış Soner Uşaklı
|
573840ccbd
|
changed to title raw
|
9 years ago |
barisusakli
|
2fc385f723
|
closes #4141, closes #4149
|
9 years ago |
barisusakli
|
5ac02a59ac
|
remove some more config from api/config
|
9 years ago |
barisusakli
|
1a87767c2c
|
removed extra isAdminOrMod check
|
9 years ago |
barisusakli
|
dbc04cb4a2
|
getTopicWithPosts change, fix feeds
|
9 years ago |
barisusakli
|
53a88d5d63
|
fix crash due to hook change
|
9 years ago |
pichalite
|
53bbc17f32
|
add uid to hook
|
9 years ago |
barisusakli
|
d9b6a06714
|
limit topic views by session
|
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 |
barisusakli
|
b08f6073de
|
check ogImageUrl
|
9 years ago |
Raphael Beer
|
cf7b7a8d4c
|
Respond with 404 when topic inside hidden category
|
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 |
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
|
353ebb71d2
|
removed unnecessary if
|
10 years ago |
barisusakli
|
c2b29ff4c4
|
add page to canonical link #3758
|
10 years ago |
barisusakli
|
2d96cdba1c
|
closes #3720
|
10 years ago |
barisusakli
|
2d01fe78d0
|
removed privileges.posts.get from addPostData
privilege data is already available higher up
|
10 years ago |
barisusakli
|
902f529d53
|
closes #3692
|
10 years ago |
barisusakli
|
5a3a627fcd
|
fix rel tag urls
|
10 years ago |
barisusakli
|
c617a3f008
|
inf scroll changes
dont load main post if start > 0
|
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 |
barisusakli
|
f3b6a5fbb9
|
generic getObject
|
10 years ago |
barisusakli
|
c139dfa843
|
closes #3631
|
10 years ago |
barisusakli
|
8af64ba984
|
closes #3626
|
10 years ago |
Julian Lam
|
8070de7962
|
closes #3461
|
10 years ago |
barisusakli
|
25502f0687
|
closes #3508
|
10 years ago |
barisusakli
|
1d4efaee68
|
fix indices if postsPerPage is an odd number
|
10 years ago |
barisusakli
|
a924c456b9
|
closes #3113
|
10 years ago |
barisusakli
|
dc16a665ae
|
page checks #3089
|
10 years ago |
barisusakli
|
47a2377229
|
closes #3089
|
10 years ago |
Barış Soner Uşaklı
|
21b634e03f
|
closes #3081
|
10 years ago |
Julian Lam
|
8ee40ece71
|
removed checks that would send the user to 404 if the slug didn't match, restored old behaviour of redirecting to the correct slug. #3047
|
10 years ago |
barisusakli
|
835d4db481
|
dont add category/topic slug if user doesnt have read permission
or category is disabled etc.
|
10 years ago |
barisusakli
|
2fd4bcde3f
|
added req.uid user id for logged in users, 0 for guests
|
10 years ago |
barisusakli
|
878e548296
|
renamed end to stop globally
fixed getting favourites for admins
|
10 years ago |
barisusakli
|
ddd4680ea7
|
added helpers.redirect
|
10 years ago |
acardinale
|
8975a0962e
|
Update topics.js
|
10 years ago |
acardinale
|
a63c679935
|
Add hook "filter:topic.build"
Same behavior as "filter:register.build"
|
10 years ago |
barisusakli
|
8bbd7d971b
|
fix index to post if sorting is by votes and pagination is used
|
10 years ago |
barisusakli
|
c859586269
|
calculate topic post indices instead of querying db
|
10 years ago |
barisusakli
|
38dd3d4281
|
search newer/older than and better pagination
|
10 years ago |
barisusakli
|
6a837632fa
|
fix first post loading when pagination is enabled
|
10 years ago |
barisusakli
|
aaa1fae558
|
closes #2597
|
10 years ago |
barisusakli
|
98ff75b9c3
|
closes #2581
|
10 years ago |
Julian Lam
|
a8c818c6cd
|
added new hook, filter:controllers.topic.get
|
10 years ago |
barisusakli
|
8965855218
|
made breadcrumbs regular function
less db calls as well
|
10 years ago |
barisusakli
|
be11577aa4
|
closes #2477
|
10 years ago |
Julian Lam
|
78763834fe
|
closed #2122
|
10 years ago |
Julian Lam
|
deac12c540
|
closed #2424
|
10 years ago |
barisusakli
|
114d0506e1
|
fixed typo
|
10 years ago |
barisusakli
|
c1b61522f7
|
check if topic is deleted
|
10 years ago |
barisusakli
|
556e7066e8
|
moved notFound notAllowed to helpers
|
10 years ago |
barisusakli
|
d9a071d710
|
removed unused code from category and topic controller
|
10 years ago |
barisusakli
|
af4cbfb20d
|
closes #2368
|
10 years ago |
Julian Lam
|
44175188c4
|
handling case where user does not satisfy any of the privilege thresholds given to the hasEnoughReputationFor method
|
11 years ago |
barisusakli
|
268ecd5157
|
single call to get slug and postcount
|
11 years ago |
barisusakli
|
209edf182f
|
404 pages that are out of range
|
11 years ago |
barisusakli
|
e97bfc139b
|
#1848
|
11 years ago |
barisusakli
|
c5ba327d8f
|
fix empty pages
|
11 years ago |
barisusakli
|
55a5d56989
|
fixed view count for guests
|
11 years ago |
psychobunny
|
1b2ccda40b
|
closes #2231; see #2218
|
11 years ago |
barisusakli
|
7b8656ef8b
|
facebook share doesn't display &
|
11 years ago |
barisusakli
|
97e4f13a4d
|
fix page count
|
11 years ago |
barisusakli
|
da64eb0873
|
closes #2117
|
11 years ago |