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
|
11 years ago |
Julian Lam
|
1868a02bd7
|
Merge branch 'master' into private-groups
|
11 years ago |
barisusakli
|
60f1b9679a
|
search filters
|
11 years ago |
Julian Lam
|
917f76feab
|
group join/leave controls in groups list page (+ helper!)
|
11 years ago |
barisusakli
|
c1ac92ac19
|
popular topics will use topic creation time
|
11 years ago |
Baris Usakli
|
8522af504a
|
closed #2571
|
11 years ago |
Julian Lam
|
ad723e2943
|
Merge branch 'master' into categories_revamp
Conflicts:
src/views/admin/partials/menu.tpl
|
11 years ago |
Julian Lam
|
1ddb90720c
|
Merge branch 'guest-handles'
|
11 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
|
11 years ago |
Julian Lam
|
7dc309fc16
|
template in composer #2569
|
11 years ago |
Julian Lam
|
a091757aa0
|
adding dedicated category edit page for ACP #2463
|
11 years ago |
Julian Lam
|
6b95b28db7
|
drag/drop re-ordering fixed in ACP, #2463
|
11 years ago |
Julian Lam
|
c98331de82
|
revamping categories management page in ACP, #2463
|
11 years ago |
barisusakli
|
4364b50ecf
|
closes #2562
|
11 years ago |
barisusakli
|
d1540322c9
|
closes #2555
|
11 years ago |
barisusakli
|
e0edb71a8a
|
use socket.io default and ["polling", "websocket"]
|
11 years ago |
barisusakli
|
14e46a87a6
|
closes #2529
|
11 years ago |
psychobunny
|
da7dcd99a8
|
#2532 renamed to "socket.io:transports"
Sample config:
"socket.io": {
"transports": ["websocket"]
}
|
11 years ago |
barisusakli
|
7ec8393004
|
closes #2532
|
11 years ago |
barisusakli
|
8965855218
|
made breadcrumbs regular function
less db calls as well
|
11 years ago |
barisusakli
|
518c6f7cfa
|
closes #2521
|
11 years ago |
barisusakli
|
86bd85bba4
|
removed qs fix indent
|
11 years ago |
barisusakli
|
ddd6ed9e8c
|
#2477 403 page
|
11 years ago |
barisusakli
|
be11577aa4
|
closes #2477
|
11 years ago |