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
94d8671447
not needed
9 years ago
barisusakli
df605babff
closes #3983
9 years ago
barisusakli
abed319da2
closes #3996
9 years ago
barisusakli
f0b333e8a1
closes #3929
9 years ago
barisusakli
5e9a656709
Merge remote-tracking branch 'refs/remotes/origin/master' into group-chat
9 years ago
psychobunny
b2049e7acf
add color/bgColor to return
9 years ago
barisusakli
d2b54ae0f8
display less derpy chat list
9 years ago
barisusakli
832a20e59e
markRead fixes
9 years ago
barisusakli
784ff07907
ability to add/remove users from chat rooms, tagsinput
9 years ago
barisusakli
8fab270852
leaveRoom method, small fixes
9 years ago
barisusakli
5d1169e686
changed the chat route to /chats/:roomid?
9 years ago
Julian Lam
37b13b4879
Re-added file extension restriction ACP option
...
Closes #3918
9 years ago
Julian Lam
4cc4824087
Merge pull request #3908 from pitaj/master
...
Maximum invites and invites are stored
9 years ago
barisusakli
d12e8e1116
closes #3814
9 years ago
barisusakli
8dc9475041
closes #3941
9 years ago
barisusakli
60e186c8f3
refactor api/username api/email
9 years ago
barisusakli
7b21760f00
refactor get user by x
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
yariplus
12fb512d3c
Don't change url when homepage is set to a category.
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
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
33f07b82f9
closes #3893
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
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
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
6f864a6354
joindate iso
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
48b5bab849
closes #3756
9 years ago
barisusakli
04894b549a
closes #3827
9 years ago
barisusakli
d69d0c6614
dont send undefined for tos
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
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
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
364260fa37
fix lastonline iso
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
0d23c56281
removed event:disconnect
9 years ago
yariplus
f815f2d981
Fix userhomepage derps
9 years ago
yariplus
853aa37cd2
Add user home pages. #3616
9 years ago
barisusakli
8d0cb18b74
display git hash/branch
9 years ago
Julian Lam
8d4209d42c
Merge remote-tracking branch 'origin/master' into user-icons
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
nodebb-misty
4ec57d4110
Merge branch 'master' into user-icons
9 years ago
psychobunny
8e893869ff
custom user profile covers
9 years ago
Julian Lam
526afc0910
Merge remote-tracking branch 'origin/master' into user-icons
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
ef20141e8f
jshint
9 years ago
psychobunny
61b1f5fe32
allow regular uploading (modal) of cover photo
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
353ebb71d2
removed unnecessary if
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
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
751a6c6839
got rid of extra call to user.getSettings
9 years ago
barisusakli
09747251d8
added hostname
9 years ago
barisusakli
f17ba88c0f
closes #3765
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
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
e2a5440ae8
closes #3741
9 years ago
psychobunny
8ef46ebc7d
found some other places with the same problem
9 years ago
barisusakli
da4034a10a
middleware refactor
9 years ago
barisusakli
7854e67b7b
closes #1637
9 years ago
barisusakli
36bfe30425
closes #3736
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
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
2d01fe78d0
removed privileges.posts.get from addPostData
...
privilege data is already available higher up
9 years ago
Julian Lam
99e5015083
closes #3690
9 years ago
Julian Lam
95129a1b40
closes #3693
9 years ago
barisusakli
902f529d53
closes #3692
9 years ago
barisusakli
3a6d5948ba
filter invalid categories
9 years ago
Julian Lam
896abb59d3
Update default gravatar admin option to defaultAvatar
9 years ago
Julian Lam
97dd5500a1
Merge remote-tracking branch 'origin/master' into user-icons
9 years ago
Julian Lam
00079ce158
default user icon for anons
9 years ago
barisusakli
df95d47c4c
ocd
9 years ago
barisusakli
5a3a627fcd
fix rel tag urls
9 years ago
barisusakli
ca294fc6ec
closes #3663
9 years ago
barisusakli
e4f0cd856a
prettier admin navigation page
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
e5e41e85f2
accounts refactor #2
...
and various 404 fixes
10 years ago
barisusakli
3bb5d2aa86
accounts refactor part #1
10 years ago
barisusakli
c617a3f008
inf scroll changes
...
dont load main post if start > 0
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
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
barisusakli
13508ca7f9
closes #3547
10 years ago
barisusakli
dbf0f279a2
closes #3644
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
psychobunny
70da64b927
button to revert to original email template
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
barisusakli
4419eb2aff
removed require
10 years ago
barisusakli
f3b6a5fbb9
generic getObject
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
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
barisusakli
244c75f809
admin controllers
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
04be0411e7
build search categories server side
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
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
psychobunny
ae1043543d
closes #3585
10 years ago
Barış Soner Uşaklı
76178e3232
move admin categories controller
10 years ago
Barış Soner Uşaklı
6d8134618f
fix chats
10 years ago
Barış Soner Uşaklı
3a6871fd65
display all categories in custom home
10 years ago
barisusakli
b17feb3b6c
nested categories on search
10 years ago
barisusakli
22d6ceab59
closes #2427
10 years ago
Julian Lam
8070de7962
closes #3461
10 years ago
barisusakli
30d087cbd3
closes #3607
10 years ago
yariplus
08e4f14971
fix unneeded async
10 years ago
yariplus
0c1c42d362
parallel not needed
10 years ago
yariplus
beb2b38cb7
mistake
10 years ago
yariplus
d998fe2dd5
Add Custom and Category homepages.
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
9361ff0772
closes #3587
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
cf193581e4
check and log all fs.unlink errors
10 years ago
barisusakli
e0101fcd24
fix crash on follow/edit
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
barisusakli
6d930d0d1a
fix indents
10 years ago
barisusakli
25502f0687
closes #3508
10 years ago
barisusakli
48512bff6b
get rid of app.exposeConfigToTemplates
10 years ago
psychobunny
e0cfc117c7
changing function signature for messaging.getMessages
...
@julianlam should this be moved to 0.8.0?
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
61cc0ee597
/categories: og:title and <title> should be the same
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
671f96f589
duplicate route removed: /users redirected to /users/online
10 years ago
psychobunny
cd7f9c7523
fix for disableCustomUserSkins
10 years ago
psychobunny
9323a37bd1
disableCustomUserSkins setting
10 years ago
barisusakli
def3e06ba3
closes #3483
10 years ago
Julian Lam
a27c8f0321
Exposed package data for incompatible plugins to admin/plugins controller, #3480
...
ping @psychobunny
10 years ago
psychobunny
36110db90c
closes #3464
10 years ago
barisusakli
7db41275a3
closes #3227
10 years ago
barisusakli
7a8cdfc095
added core field
10 years ago
barisusakli
537d539512
fix custom homepage
10 years ago
barisusakli
5b87af4389
closes #3447
...
recursively get all children
calculate topic/post count from children
new sorted set `cid:<id>:children`
fix search query params
10 years ago
psychobunny
a990e9c3bf
closes #3449
10 years ago
barisusakli
fe5f1b8c1d
moved recent popular
10 years ago
psychobunny
5b1571ad1e
don't need to refresh to preview updated skin #3069
10 years ago
psychobunny
0150e0e063
closes #3069
10 years ago
Julian Lam
08fb30378a
Closes #3302
...
- Fixes issue where the served path for the favicon was incorrect (included relative path when one was not needed)
- Also fixes issue where favicons were just plain not served for subfolder installations
- Fixed unsemantic HTML in ACP/General regarding Site Logo and Favicon fieldsets
10 years ago
barisusakli
fba6f3ba81
https://github.com/psychobunny/templates.js/issues/33
10 years ago
Julian Lam
ccb5094d54
Increased contacts limit to 200, from 20
...
So that if you have more than 20 friends (or followed > 20 people), you will see all of them (up to 200, anyway...) in the "Contacts" portion of the `/chats` route.
10 years ago
barisusakli
7c0b798036
fix indents
10 years ago
Barış Soner Uşaklı
be8aac9950
Merge pull request #3372 from jsdream/newHook2
...
Add 'filter:recent.build' hook
10 years ago
barisusakli
0dfe2e0e90
only display readable categories in /unread dropdown
10 years ago
jsdream
1da5b2ca34
Add 'filter:recent.build' hook
10 years ago
Mikica Ivosevic
e24bd2c0e3
Update index.js, fix outgoing XSS
...
Fix XSS on /outgoing route
10 years ago
barisusakli
5d56e4f835
Merge remote-tracking branch 'origin/master' into v0.8.x
10 years ago
barisusakli
26a9530686
fix sorting on users/map
10 years ago
Julian Lam
0bc175dd4c
fixed #3355
...
fixed issue where disabled categories showed up in the category dropdown in /unread
10 years ago
barisusakli
954c25823e
closes #3352
10 years ago
barisusakli
435fe5c54f
closes #3342
10 years ago
barisusakli
399c89eeed
pass in req,res to action:user.loggedOut
10 years ago
barisusakli
414c2a8bd9
added action:user.loggedOut
10 years ago
Barış Soner Uşaklı
6bd131815f
Merge pull request #3256 from yariplus/mintags
...
Add minimum tags per topic setting.
10 years ago
yariplus
e112190bee
Fix maximumTagsPerTopic
10 years ago
barisusakli
a9da867255
fix infinite redirect loop on /chats @julianlam
10 years ago
barisusakli
ee7e36ae44
removed rooms from return
10 years ago
barisusakli
daf1a388eb
closes #3039
10 years ago
barisusakli
81eeab42ed
category filter on /unread
10 years ago
barisusakli
1b7df6e4b2
closes #3315
10 years ago
Julian Lam
aab726bac4
fixes #3313
10 years ago
Barış Soner Uşaklı
a12ecbc230
admin/manage/groups pagination
10 years ago
Julian Lam
02a63c0a45
moved portions of the ACP/Plugins page to a pair of partials, and split up the list so the plugins list isn't parsed twice.
10 years ago
Barış Soner Uşaklı
503d83998b
fix indent
10 years ago
barisusakli
f08554e788
closes #2701
10 years ago
barisusakli
1d4efaee68
fix indices if postsPerPage is an odd number
10 years ago
barisusakli
417a573f67
closes #3260
10 years ago
barisusakli
5c35b2d96f
fix composer redirect on relative path install
10 years ago
barisusakli
491d376fb4
closes #2605
10 years ago
barisusakli
f2c45e98da
escape users group data
10 years ago
barisusakli
5ee1951245
closes #3271
10 years ago
barisusakli
57c2418157
closes #1306
10 years ago
barisusakli
de228fa67d
display 404 page if registration is disabled
10 years ago
barisusakli
718f61e3bd
closes #3263
10 years ago
barisusakli
a31178ebd8
closes #3258
10 years ago
Barış Soner Uşaklı
981a7558f7
use group name, hidden groups are not in groupslug:groupname
10 years ago
yariplus
13e12ba3a5
Add minimum tags per topic setting.
10 years ago
psychobunny
fbeb6bc0ce
closes #3254
...
@barisusakli :trollface:
10 years ago
barisusakli
38b838d462
closes #2754
...
moved group edit from modal to its own page
added hidden/private to group edit in acp, they were only in the client
groups page
moved add users above member list
10 years ago
barisusakli
f974af2247
fix for #3246
10 years ago
barisusakli
2deeda553a
closes #3246
10 years ago
barisusakli
dc351fa320
removed hack for https://github.com/psychobunny/templates.js/issues/33
10 years ago
barisusakli
0ef2ccc130
closes #3240
10 years ago
barisusakli
ed173e0a32
closes #3217
10 years ago
barisusakli
1bbce82c23
duh #3192
10 years ago
barisusakli
8ff7ba82c2
closes #3192
10 years ago
Julian Lam
394497c9d5
Merge branch 'categories-parent-acp' of https://github.com/NicolasSiver/NodeBB into NicolasSiver-categories-parent-acp
10 years ago
Barış Soner Uşaklı
4e06b7790f
removed unused require
10 years ago
Barış Soner Uşaklı
4420e7a9fc
closes #3188 , closes #3170
10 years ago
Nicolas Siver
46ce3aae9f
tree view
10 years ago
psychobunny
a355fbfc81
closes #2769
10 years ago
Barış Soner Uşaklı
8eab5ac402
groups.get changes
10 years ago
Julian Lam
463c893c3d
fixed regression introduced by #2080 , closed #3189
10 years ago
Barış Soner Uşaklı
0b93738537
dont display hidden/system groups on /groups
10 years ago
Barış Soner Uşaklı
8117b4459a
groups.list added start stop
10 years ago
Julian Lam
45589fbeca
fixed bug where the selected language in the ACP was arabic, if no language was set at all"
10 years ago
psychobunny
117bb407b0
/compose route
10 years ago
Julian Lam
d90f3649a6
minor tweak to retrieval of category listing in ACP so that hidden categories (those with order of -1) are not retrieved
10 years ago
Julian Lam
7125d902d0
prettifying things
10 years ago
barisusakli
55e20b28ec
upgrade script
10 years ago
barisusakli
aa577f4adc
part 1
...
no upgrade script yet
10 years ago
barisusakli
36853f4ad8
filter priv/registered-users/guests in groups.list
10 years ago
barisusakli
68ceaadad1
removed static 404/403/500 routes
10 years ago
barisusakli
224e3dc263
fix settings page
10 years ago
barisusakli
dce9a19882
resolve method name collision, getPostsFromSet -> getPostSummariesFromSet
10 years ago
psychobunny
0f199af84d
moved widget code out of controller; cleaned up code into a folder
10 years ago
barisusakli
9518c006b5
fix userlang
10 years ago
barisusakli
7b550b13b9
display both redis/mongo info if available
10 years ago
barisusakli
0083d4ff1c
return user settings in api
10 years ago
Barış Soner Uşaklı
c74d32a172
fix off by 1 error on user/topics posts #3120
10 years ago
barisusakli
73d65dd123
filter:users.search filter:users.build hooks
10 years ago
barisusakli
4f8a1174a1
default about me length
10 years ago
barisusakli
a924c456b9
closes #3113
10 years ago
barisusakli
7312540b72
closes #3109
10 years ago
barisusakli
9749658d35
added about me field
10 years ago
barisusakli
51212c2bfa
closes #3096
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
barisusakli
d99e028a1e
only call sortedSetCard if using pagination
10 years ago
barisusakli
dd61bdb9c6
closes #3038
10 years ago
barisusakli
6dfb229c66
closes #2842
10 years ago
barisusakli
0c91391c75
display posts cache capacity/post count
10 years ago
barisusakli
1f06f90a50
closes #3051
...
updated lru to latest
created new files posts/cache.js posts/parse.js posts/edit.js
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
Julian Lam
5d495483ad
using url module to normalise passed-in url prior to saving in db, closes #3043
10 years ago
Fokke Zandbergen
1eee970ebb
Allow NodeBB version to be set via config to package.json version can be incremented when needed.
10 years ago
Barış Soner Uşaklı
c9b5948034
closes #2927
10 years ago
barisusakli
d5dd48ecc8
closes #3013
10 years ago
barisusakli
f7a3aef322
escape on the way out, fixes birthday/age calculation
10 years ago
barisusakli
5501c0c759
closes #3005
10 years ago
barisusakli
dd175ada67
closes #3003
10 years ago
barisusakli
3de083208d
closes #3002
10 years ago
barisusakli
835d4db481
dont add category/topic slug if user doesnt have read permission
...
or category is disabled etc.
10 years ago
Barış Soner Uşaklı
0ed46c3bae
closes #2963 , closes #2957
10 years ago
Barış Soner Uşaklı
e0996d67ca
more rel_path upload fixes
10 years ago
Barış Soner Uşaklı
3f92984be2
fix image url in relative_path install in post
10 years ago
Barış Soner Uşaklı
ed57a41d17
#2943
10 years ago
Barış Soner Uşaklı
4af8a5ec02
closes #2940
10 years ago
Julian Lam
56fc958939
closes #2891
10 years ago
Barış Soner Uşaklı
5641e54192
added route to /users
10 years ago
psychobunny
27ad7e41c9
process.env is an object
10 years ago
Сергей Савельев
ce743be779
Delete errors
10 years ago
Сергей Савельев
6b3b44e2fc
Delete errors
10 years ago
Сергей Савельев
18c5354ec7
Merge branch 'master' of https://github.com/atomoc/NodeBB
10 years ago
Сергей Савельев
621ae9c91a
Add admin hooks for get categories
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
27bab3330a
pass data to getCategoryTopics, renamed end to stop
10 years ago
Julian Lam
47a7ab15be
refactored translator system to be a require.js module, and not a global
10 years ago
Barış Soner Uşaklı
c4569d533d
added filter:categories.build
10 years ago
Julian Lam
89442c91c6
fixed bug where privilege state was not correctly calculated for MongoDB installs, and fixed columnCount not being present when a the privilege list is refreshed
10 years ago
barisusakli
e528f52cfb
closes #2757
10 years ago
Julian Lam
4f2c7382c5
passing in the column count so a message can be displayed to users when no users have privs in a category, #2887
10 years ago
Julian Lam
9dece4a1db
added some missing files from previous commits, fixed setParent mechanic which broke after I refactored, #2463
10 years ago
Julian Lam
9b84a887d3
a huge frickin' number of changes for #2887 . This is part of #2463
10 years ago
Julian Lam
a1621145d5
Merge branch 'master' into categories_revamp
...
Conflicts:
public/less/admin/admin.less
public/src/admin/manage/categories.js
src/controllers/admin.js
src/views/admin/manage/categories.tpl
src/views/config.json
10 years ago
barisusakli
04ed79e587
fix profile image upload on subfolder install
10 years ago
Barış Soner Uşaklı
9e7af15bbc
Merge pull request #2876 from cismous/master
...
remove comma
10 years ago
psychobunny
d2dae2d62f
standardize showSelect amongst category and topic_list routes
10 years ago
Barış Soner Uşaklı
d05ef6ddbc
closes #2822
10 years ago
barisusakli
254fcff01f
forgot db require
10 years ago
barisusakli
6c58bd9520
closes #2871
10 years ago
Barış Soner Uşaklı
37fe438c63
reset fix for t.js bug :rage3:
10 years ago
cismous
3bd42c8b7a
remove comma
10 years ago
barisusakli
201c4b35da
pagination data
...
if query is empty get all uids
10 years ago
Julian Lam
2a80140e70
fixed issue where socket.io would no longer reconnect perpetually, new behaviour waits 10x the reconnect delay, and then starts over. Also upped the reconnection delay default to 1.5s.
10 years ago
barisusakli
724df69561
fix redirects
10 years ago
barisusakli
ddd4680ea7
added helpers.redirect
10 years ago
Barış Soner Uşaklı
33723f8b1b
closes #2835
10 years ago
barisusakli
2a8437f08f
removed templates config and mapping 🐑
10 years ago
Julian Lam
f14c5f7e1c
added new hook 'action:meta.override404' so plugins can override the regular handling of pages that are not found
10 years ago
Barış Soner Uşaklı
9915e31bc5
closes #2826
10 years ago
Barış Soner Uşaklı
c851b5a9b1
made getBaseUser public
10 years ago
barisusakli
c40258a82c
removed 2x calls to getRecentTopicReplies
10 years ago
psychobunny
5b67cd841e
fire filter:config.get even if anonymous
10 years ago
psychobunny
0fadaf037a
filter:homepage.get for populating available routes on ACP
10 years ago
psychobunny
657fa8de73
oops action:homepage.get:*
10 years ago
psychobunny
44e8323efa
action:navigation.get:*
10 years ago
psychobunny
c97c1ab4b9
filter:config.get
10 years ago
Barış Soner Uşaklı
8b21f1c8ab
dont reload settings page on every save
...
only show an alert if reload is required
renamed settings.language to settings.userLang to match the config
10 years ago
Barış Soner Uşaklı
5140e5db8d
closes #2759
10 years ago
psychobunny
b07574d838
unnecessary return
10 years ago
psychobunny
3cc3e2f306
moved homepage configuration to its own acp page
10 years ago
Julian Lam
e0c7ef1451
fixed #2781
10 years ago
psychobunny
b1f835b053
Merge remote-tracking branch 'origin/master' into sortable-menu
10 years ago
psychobunny
2ff59278c9
navigation cleanup
10 years ago
psychobunny
fbc0a11c87
nav - basic ACP setup
10 years ago
Julian Lam
55262b399a
tweaks and refactoring for #2774
10 years ago
Barış Soner Uşaklı
c94c1430b7
api/post/pid route
10 years ago
Julian Lam
03e39f7b9b
isInvited mechanic for #2758
10 years ago
psychobunny
13fa1f6b9a
require socket.io only when you need it, shaves off another 0.5s on load
10 years ago
Julian Lam
8262c38ac8
upgrading privilege sets to be system groups, so they're not in the way
10 years ago
Julian Lam
d3ff6a9f47
hidden groups are invisible to non-members, #2758
10 years ago
Julian Lam
218ecce6c1
accessing search route with no term auto-expands the form now, part 1 of 2, #2757
10 years ago
psychobunny
cb7c318377
closes #2751
10 years ago
Barış Soner Uşaklı
767816e669
#2738
10 years ago
Barış Soner Uşaklı
c1ce0a9e1d
closes #2738
10 years ago
Barış Soner Uşaklı
743cd20441
closes #2267
10 years ago
psychobunny
bdcf090aaa
init rewards system
10 years ago
Barış Soner Uşaklı
da305210e2
closes #2618
10 years ago
barisusakli
aa94dafac1
closes #725
10 years ago
Barış Soner Uşaklı
dca143fd87
Merge pull request #2706 from acardinale/master
...
Add hooks "filter:topic.build" and "filter:category.build"
10 years ago
acardinale
6607dfc4c9
Update categories.js
10 years ago
acardinale
8975a0962e
Update topics.js
10 years ago
Barış Soner Uşaklı
276cd51836
closes #2467
10 years ago
psychobunny
0611b7e1ea
closes #2733
10 years ago
Barış Soner Uşaklı
bd553eb05d
closes #2002
10 years ago
barisusakli
d152254bcb
removed availableTemplates assign
10 years ago
barisusakli
b2fc4d5dc4
#2002
10 years ago
Barış Soner Uşaklı
0421b6ef06
closes #2639
10 years ago
Barış Soner Uşaklı
3f31098144
closes #2619
10 years ago
Barış Soner Uşaklı
2c86ca59e6
fire filter:serch.build if query is empty
10 years ago
Barış Soner Uşaklı
6a55cdfbaf
fix relative_path image url for sub installs
10 years ago
Barış Soner Uşaklı
57d6bb3b4c
filter:search.build hook
10 years ago
barisusakli
5e7bf7a272
default search in posts
10 years ago
Barış Soner Uşaklı
c98720ee4c
show results as WIP
10 years ago
Julian Lam
1843d0364e
closed #2708
10 years ago
acardinale
612acc41ba
Add hook "filter:category.build"
...
Same behavior as "filter:register.build"
10 years ago
acardinale
a63c679935
Add hook "filter:topic.build"
...
Same behavior as "filter:register.build"
10 years ago
barisusakli
d96e4ec22a
fix category filter and pagination, strip marquee
10 years ago
barisusakli
eff1256dfb
search sort, search in posts, titles, posts& titles
10 years ago
Julian Lam
957415463f
Merge branch '0.7.0'
...
Conflicts:
package.json
src/search.js
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
Julian Lam
ff5eeb3a85
fixed #2704
10 years ago
barisusakli
38dd3d4281
search newer/older than and better pagination
10 years ago
barisusakli
9bca777320
closes #2700 allowGroupCreation setting
10 years ago
barisusakli
5c0bcd7e5d
proper qs, pagination on search results
10 years ago
barisusakli
161b934827
reply count filter atleast/atmost
10 years ago
barisusakli
def600e927
search in categories and children
10 years ago
barisusakli
b7602c6e80
removed winston.err
10 years ago
barisusakli
fd773807e9
#2685 fix copy paste fail 😦
10 years ago
barisusakli
25ccc573c0
closes #2687
10 years ago
barisusakli
255f50343c
closes #2685
10 years ago
barisusakli
6a837632fa
fix first post loading when pagination is enabled
10 years ago
barisusakli
2c8e8a1f1c
closes #2550 , closes #2518
10 years ago
Julian Lam
e4e9020e1f
added groups page to user profile
10 years ago
Julian Lam
4a7ec3ccc6
added groups page to user profile
10 years ago
barisusakli
b54f2de504
pass uid to getUsers and getUsersFromSets
10 years ago
barisusakli
57453f33ab
new group members route
...
getMembers can take start end
ability to specify how many group members to return
10 years ago
barisusakli
aaa1fae558
closes #2597
10 years ago
barisusakli
98ff75b9c3
closes #2581
10 years ago
barisusakli
9db7f0f9a0
doing on master as well
10 years ago
psychobunny
f253b11d71
passed in wrong object
10 years ago
psychobunny
0828caab32
renamed to filter:userlist.get
10 years ago
psychobunny
943e268ffc
add filter:users.get
10 years ago
barisusakli
27518716a0
make getUsers public for plugins
10 years ago
Julian Lam
08e39d150e
fixed #2655
10 years ago
Julian Lam
c026a64e8e
adding concept of group slugs, #2588 . ping @barisusakli for downstream plugin changes
10 years ago
barisusakli
3eb922393f
closes #2616
10 years ago
barisusakli
cd99324286
closes #2413 , closes #2599
10 years ago
barisusakli
fd2edcaf6f
closes #2594
10 years ago
Julian Lam
a8c818c6cd
added new hook, filter:controllers.topic.get
10 years ago
barisusakli
6ccdf187ea
closes #2595
10 years ago
Julian Lam
50ac813388
Merge branch 'private-groups', closed #2588
10 years ago
Julian Lam
675968f0f3
cover photo for groups, #2588
10 years ago
barisusakli
456b844e61
closes #2596
10 years ago
barisusakli
f417e07b9d
user search changes
10 years ago
Julian Lam
612b8f01b6
Merge remote-tracking branch 'origin/master' into private-groups
10 years ago
Julian Lam
08e883de44
added widget areas to the bottom of the group details page, #2588
10 years ago
barisusakli
0305ad989c
match uploader return
10 years ago
barisusakli
f74383bba4
changed userPhoto to files[]
10 years ago
barisusakli
1caddb6182
uploads controller
10 years ago
Julian Lam
a5d7fee623
Merge remote-tracking branch 'origin/master' into private-groups
10 years ago
Julian Lam
d747ce5760
granting and rescinding ownership, #2588
10 years ago
barisusakli
a77a761433
closes #1917
10 years ago
barisusakli
ce9c17f8e5
ability to search posts by user
10 years ago
Julian Lam
1868a02bd7
Merge branch 'master' into private-groups
10 years ago
barisusakli
60f1b9679a
search filters
10 years ago
Julian Lam
917f76feab
group join/leave controls in groups list page (+ helper!)
10 years ago
barisusakli
c1ac92ac19
popular topics will use topic creation time
10 years ago
Baris Usakli
8522af504a
closed #2571
10 years ago
Julian Lam
ad723e2943
Merge branch 'master' into categories_revamp
...
Conflicts:
src/views/admin/partials/menu.tpl
10 years ago
Julian Lam
1ddb90720c
Merge branch 'guest-handles'
10 years ago
barisusakli
6d31fee3f5
closes #2564
...
change user.search to accept params
can search substr with startsWith:false
no infinite scroll on admin user search page
10 years ago
Julian Lam
7dc309fc16
template in composer #2569
10 years ago
Julian Lam
a091757aa0
adding dedicated category edit page for ACP #2463
10 years ago
Julian Lam
6b95b28db7
drag/drop re-ordering fixed in ACP, #2463
10 years ago
Julian Lam
c98331de82
revamping categories management page in ACP, #2463
10 years ago
barisusakli
4364b50ecf
closes #2562
10 years ago
barisusakli
d1540322c9
closes #2555
10 years ago
barisusakli
e0edb71a8a
use socket.io default and ["polling", "websocket"]
10 years ago
barisusakli
14e46a87a6
closes #2529
10 years ago
psychobunny
da7dcd99a8
#2532 renamed to "socket.io:transports"
...
Sample config:
"socket.io": {
"transports": ["websocket"]
}
10 years ago
barisusakli
7ec8393004
closes #2532
10 years ago
barisusakli
8965855218
made breadcrumbs regular function
...
less db calls as well
10 years ago
barisusakli
518c6f7cfa
closes #2521
10 years ago
barisusakli
86bd85bba4
removed qs fix indent
10 years ago
barisusakli
ddd6ed9e8c
#2477 403 page
10 years ago
barisusakli
be11577aa4
closes #2477
10 years ago
barisusakli
9023060008
moved category redirect up
10 years ago
Julian Lam
78763834fe
closed #2122
10 years ago
Julian Lam
03b106b03a
final pass, #1984
10 years ago
barisusakli
5ac5d20e4b
users:online refactor
10 years ago
Julian Lam
1b526026a0
closed #2442
10 years ago
Julian Lam
1c21ca78dc
preventing ctrl-f hijacking if no search plugin is installed
10 years ago
Julian Lam
fa39b5e46b
closed #2446
10 years ago
barisusakli
4be8f3ec75
closes #2316
10 years ago
Julian Lam
deac12c540
closed #2424
10 years ago
barisusakli
7f5984d1fd
removed dupe code
10 years ago
Julian Lam
ae1528dc7e
closed #2407
10 years ago
barisusakli
0a1fa72bd8
use loadMoreFromSet
10 years ago
barisusakli
114d0506e1
fixed typo
10 years ago
barisusakli
8e114c2093
moved isAdminOrMod check out of getTopicsByTids
10 years ago
barisusakli
653850661e
topics.getTopics doesnt take set param
10 years ago
barisusakli
c1b61522f7
check if topic is deleted
10 years ago
barisusakli
c458a7f7b2
missing nconf require
10 years ago
barisusakli
9852809c2c
cleanup
10 years ago
barisusakli
1d2d69fa45
use helpers, redis crash fix
10 years ago
barisusakli
556e7066e8
moved notFound notAllowed to helpers
10 years ago
barisusakli
f8cfd82667
less code in uploadimage
10 years ago
barisusakli
d9a071d710
removed unused code from category and topic controller
10 years ago
barisusakli
519b1b7e37
closes #2377
10 years ago
barisusakli
a1624013f8
closes #2400
10 years ago
barisusakli
05a4737e84
closes #2409
10 years ago
barisusakli
e6973b55d4
closes #1990
10 years ago
barisusakli
a45858dacd
previous commit doesnt show unusud tags in admin
10 years ago
barisusakli
68e8039ac7
closes #2379
...
also fixed a bug where tags with 0 topics were showing up in /tags
10 years ago
barisusakli
4c7a4d3688
fix topicIndex,
10 years ago
barisusakli
9a16a359a8
auth refactor
10 years ago
barisusakli
eada3daf9f
fixed recent and unread
10 years ago
Julian Lam
6ea10aa7e3
ensuring that the filter:category.get hook always sends data in the same format
10 years ago
barisusakli
af4cbfb20d
closes #2368
10 years ago
barisusakli
166f353aaa
filter:register.build change #1527
10 years ago
barisusakli
db979d7a20
filter:category.get change #1527
10 years ago
Julian Lam
a12907512f
refactored a bunch of methods so that you can pass in an author argument in querystring to see posts by just that author, #2355
10 years ago
barisusakli
f3d485bd58
filter:user.account
10 years ago
barisusakli
719290cd2b
dont display email/fullname if they are private
10 years ago
barisusakli
39b679705b
closes #2248
10 years ago
barisusakli
595ff1f4b1
closes #2303
...
see
https://community.nodebb.org/topic/3039/filter-post-parse-and-filter-post-parsesignature-changes
10 years ago
Barış Soner Uşaklı
b89b960f86
Merge pull request #2328 from dwendt/master
...
Made hiding widgets for guests/registered sensible.
10 years ago
Julian Lam
44175188c4
handling case where user does not satisfy any of the privilege thresholds given to the hasEnoughReputationFor method
10 years ago
barisusakli
cdfaa941b1
error checks missing return
10 years ago
barisusakli
04c83dbdcc
update deprecated sendfile
10 years ago
barisusakli
268ecd5157
single call to get slug and postcount
10 years ago
barisusakli
209edf182f
404 pages that are out of range
10 years ago
heart
c38ca146c7
Made hiding widgets for guests/registered sensible.
10 years ago
barisusakli
fb1095fc28
added allowed true to /chats
10 years ago
barisusakli
e97bfc139b
#1848
10 years ago
Julian Lam
61aaff025b
adding in 'allowed' to template, re: #2321
10 years ago
barisusakli
433769eb36
closes #2146
...
first tab (recent) shows last 50 messages instead of just last 24 hours
10 years ago
barisusakli
189eaf2bea
escape output
10 years ago
barisusakli
c5ba327d8f
fix empty pages
10 years ago
barisusakli
9909f8ba79
more err checks
10 years ago
barisusakli
eaf89dc316
use parseSignature
10 years ago
barisusakli
c74370bfb1
removed recent/day week month
...
it starts with most recent 20 topics now and goes back instead of
showing empty if there are no new replies in the past 24 hours
10 years ago
barisusakli
9a21e9646f
only use multipart on upload routes,
...
delete temp files if there is an error in admin,
admin/mods should see topic reply
10 years ago
barisusakli
c5224d099e
parseInt show title
10 years ago
barisusakli
55a5d56989
fixed view count for guests
10 years ago
barisusakli
761f56aeb1
removed most of the db.sortedSetCards
10 years ago
barisusakli
40fe40deac
removed users:online set
...
using websockets.getConnectedClients directly
10 years ago
barisusakli
fced152e41
read total from global object
10 years ago
psychobunny
2c95d8d82e
fixed ajaxifying to advanced/logs
10 years ago
barisusakli
5dbd4bcda9
fix status if it was never set before
10 years ago
barisusakli
61c73b7761
fix urls
10 years ago
barisusakli
1d1625f5c4
closes #2157
10 years ago
psychobunny
729ed6fbda
all your semi-colons are belongs to me
10 years ago
psychobunny
eb4baf62b5
closes #2235
10 years ago
psychobunny
298625225a
use default 403 message for accounts
10 years ago
psychobunny
7bd49a96b2
#2235
10 years ago
barisusakli
f6f6ca7f76
closes #2132
10 years ago
barisusakli
394a01fdef
closes #2188
10 years ago
barisusakli
6ca06a8e54
closes #2233
10 years ago
barisusakli
348911fd2d
closes #2195
10 years ago
barisusakli
ccf58ed40e
closes #2213
10 years ago
psychobunny
d70aab6a1e
more linting
10 years ago
psychobunny
1b2ccda40b
closes #2231 ; see #2218
10 years ago
barisusakli
5db24fbe68
closes #2175
10 years ago
barisusakli
33780e6fdb
closes #2133
10 years ago
barisusakli
0e3c5195db
closes #2219
10 years ago
barisusakli
6aa53b8323
nextStart changes, fixed move topic notification text
10 years ago
barisusakli
7b8656ef8b
facebook share doesn't display &
11 years ago
Julian Lam
632fb3a618
closed #2184
11 years ago
Julian Lam
dedf7a6715
closed #2087
11 years ago
psychobunny
81bc481efc
removing page views from the dashboard stats
11 years ago
psychobunny
ed35e4bcef
switching /admin/index to /admin/dashboard
11 years ago
psychobunny
341959be82
ultimate acp route refactorizationing
11 years ago
psychobunny
385632e173
moved over admin/appearance/widgets into extend namespace
...
cleaning up my own todo's in record time, @barisusakli will be proud
11 years ago
barisusakli
4af54d48f6
closes #2169
11 years ago
psychobunny
144992426d
converted pageviews tracking to sorted set, and using pre-built getStatsForSet function
...
thanks @barisusakli
11 years ago
barisusakli
97e4f13a4d
fix page count
11 years ago
barisusakli
1202322700
fix acp users page
11 years ago
barisusakli
0eb4b93882
moved hasPassword to edit route
...
its only used there no need to display it everywhere user info is
retrieved
11 years ago
psychobunny
f98e3aaf64
segregated the "theme" route (now "appearance") into their own separate routes
11 years ago
psychobunny
6af1e4f6d0
removing "branding" until I can figure out how to do this properly
...
(tbh, even I don't know how it works anymore)
11 years ago
psychobunny
467d486e58
closes #2145
11 years ago
barisusakli
c000e852b5
closes #1935
11 years ago
barisusakli
da64eb0873
closes #2117
11 years ago
psychobunny
9f40cd03e8
on /admin/settings, render general
11 years ago
psychobunny
117b8dece4
settings acp refactor for dedicated routes
11 years ago
barisusakli
23197af725
closes #2114
11 years ago
Julian Lam
e1211527b0
Merge branch '0.5.1' into hashtalk
...
Conflicts:
src/controllers/topics.js
11 years ago
barisusakli
0767998022
closes #2124
11 years ago
barisusakli
2d5dc44ce5
closes #2123
11 years ago
psychobunny
0db93504ce
forgot comma
11 years ago
psychobunny
2b90add560
fix for topics without category data (?)
...
@barisusakli lemme know if this is legit, if not, see line 195 as well
11 years ago
barisusakli
ba90b5d113
widget render change
11 years ago
barisusakli
0914004e12
crash fix
11 years ago
Moritz Schmidt
d1273516b5
default for missing post_index parameter
...
Avoid getting NaN if post_index param is not set (NaN is passed through to redis, redis complains, and the user ends up at /404)
11 years ago
barisusakli
5323934cc2
calculate page count in controller
11 years ago
barisusakli
b7fd4c22d4
removed checkPostIndex middleware
...
1 less call to get topic post count
11 years ago
psychobunny
a52c69d2a1
only send noscript paginator data on cold loads
11 years ago