Commit Graph

126 Commits (8446a733e5a7855eb1b337516072ef5f24fb7da9)

Author SHA1 Message Date
Barış Soner Uşaklı 8446a733e5 closes
Baris Usakli 4a73621dca chat privilege
Barış Soner Uşaklı f161bbf956 Post queue ()
* 

* add user to post queue table

* add time of post into queue

add posting restrictions to queue

* fix shouldQueueLogic for guests

* add test for post-queue route
Julian Lam 72e77772db Merge branch 'master' into develop
Peter Jaszkowiak a038c66549 ESlint quotes
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle
Julian Lam 753d4b0275 wrapped up basic functionality of list and detail for flags, filter support.
barisusakli fac68d52f6 cache group membership methods
groups.isMember
groups.isMembers
groups.isMemberOfGroups
clear cache for user on group.join & group.leave
Julian Lam 149565169b closes
Julian Lam 184a2c4540 IP blacklist functionality -- re:
Squashed commit of the following:

commit 5c42fd732d091fa66cf5b45a2af5e1697cc1efcd
Author: Julian Lam <julian@nodebb.org>
Date:   Mon Mar 14 17:29:45 2016 -0400

    allowing blacklist.test to be called synchronously

commit 979faf2dba5e6f6e2ae1bd07341e63678438daf1
Author: Julian Lam <julian@nodebb.org>
Date:   Mon Mar 14 17:01:14 2016 -0400

    added plain ipv6 support and finished middleware logic

commit d4b72fc1aadff34df3ed7dec52ca8d3c3728a078
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Mar 11 16:05:31 2016 -0500

    WIP IP Banning logic middleware

commit f08b2553890c5522b6a1eaf521fe4e94df40574a
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Mar 11 15:26:27 2016 -0500

    tweaks to ACP, rule validator

commit 868abacaa494e6b8a88bd4ea429b1b066a9ecb2e
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Mar 11 13:50:05 2016 -0500

    IP Banning ACP page, styling, save&load functionality
psychobunny 9e832e006a closes
barisusakli e60c1d8736 added process info
barisusakli 244c75f809 admin controllers
Barış Soner Uşaklı 76178e3232 move admin categories controller
Barış Soner Uşaklı 3a6871fd65 display all categories in custom home
yariplus 08e4f14971 fix unneeded async
yariplus 0c1c42d362 parallel not needed
yariplus beb2b38cb7 mistake
yariplus d998fe2dd5 Add Custom and Category homepages.
Julian Lam a27c8f0321 Exposed package data for incompatible plugins to admin/plugins controller,
ping @psychobunny
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.
barisusakli 38b838d462 closes
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
Julian Lam 394497c9d5 Merge branch 'categories-parent-acp' of https://github.com/NicolasSiver/NodeBB into NicolasSiver-categories-parent-acp
Barış Soner Uşaklı 4420e7a9fc closes , closes
Nicolas Siver 46ce3aae9f tree view
psychobunny a355fbfc81 closes
Barış Soner Uşaklı 8117b4459a groups.list added start stop
Julian Lam 45589fbeca fixed bug where the selected language in the ACP was arabic, if no language was set at all"
Julian Lam d90f3649a6 minor tweak to retrieval of category listing in ACP so that hidden categories (those with order of -1) are not retrieved
Julian Lam 7125d902d0 prettifying things
barisusakli 36853f4ad8 filter priv/registered-users/guests in groups.list
psychobunny 0f199af84d moved widget code out of controller; cleaned up code into a folder
barisusakli 7b550b13b9 display both redis/mongo info if available
barisusakli 0c91391c75 display posts cache capacity/post count
Fokke Zandbergen 1eee970ebb Allow NodeBB version to be set via config to package.json version can be incremented when needed.
Barış Soner Uşaklı 0ed46c3bae closes , closes
Barış Soner Uşaklı ed57a41d17
Сергей Савельев ce743be779 Delete errors
Сергей Савельев 6b3b44e2fc Delete errors
Сергей Савельев 18c5354ec7 Merge branch 'master' of https://github.com/atomoc/NodeBB
Сергей Савельев 621ae9c91a Add admin hooks for get categories
barisusakli 2fd4bcde3f added req.uid user id for logged in users, 0 for guests
barisusakli 878e548296 renamed end to stop globally
fixed getting favourites for admins
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
Julian Lam 4f2c7382c5 passing in the column count so a message can be displayed to users when no users have privs in a category,
Julian Lam 9dece4a1db added some missing files from previous commits, fixed setParent mechanic which broke after I refactored,
Julian Lam 9b84a887d3 a huge frickin' number of changes for . This is part of
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
psychobunny 0fadaf037a filter:homepage.get for populating available routes on ACP
psychobunny 3cc3e2f306 moved homepage configuration to its own acp page