7840 Commits (a5fb4825b4c92a481e7da04246cb307b56f40bd0)

Author SHA1 Message Date
barisusakli eca850c4b1 nested reply improvements
on new post increase count and add nested reply if replies are expanded
on post purge reduce count and remove nested reply
9 years ago
barisusakli 96d05b58d4 show deleted replies like regular deleted posts 9 years ago
Julian Lam 66aea0eed1 closes #5167 9 years ago
barisusakli a4dfe608e9 ban tests, user/info test 9 years ago
barisusakli 218a1b7aab closes #5015 9 years ago
Julian Lam 663f05b972 adding back banReason to header rendering, as it regressed in 1f10e0b 9 years ago
barisusakli 7a8de6169b admin controller tests 9 years ago
barisusakli ff08cbf677 replies to posts 9 years ago
Barış Soner Uşaklı 0c08e44a34 Merge pull request #5050 from BenLubar/replies-to-post
Add a sorted set for replies-to-this-post
9 years ago
Julian Lam 1f10e0b287 fixed #5166 9 years ago
Barış Soner Uşaklı 4668acaf36 Merge pull request #5160 from BenLubar/plugin-registration-approval-queue
Allow plugins to affect whether a registration goes into the queue
9 years ago
Barış Soner Uşaklı 2214a4d156 Merge pull request #5164 from yariplus/cflags
flag tests
9 years ago
yariplus 179b66d74a flag tests 9 years ago
Ben Lubar d4774e98b4
remove unused functions added in this pull request 9 years ago
Ben Lubar ea10f51f2e
UI for replies-to-post (needs theme update) 9 years ago
Ben Lubar a654a2a5fe
Work around MongoDB bug (see https://github.com/NodeBB/NodeBB/pull/5050#issuecomment-256766439) 9 years ago
Ben Lubar 69ee813d3e
fix typoed variable name 9 years ago
Julian Lam f97f45a138 logic to show a modal to banned users when they try to log in via SSO 9 years ago
Ben Lubar 123c66e3ec Cache the number of replies in the post object. See #5050.
https://github.com/NodeBB/NodeBB/pull/5050#pullrequestreview-4248269
9 years ago
Ben Lubar 5d66811213 Include reply count with posts in topics 9 years ago
Ben Lubar fae28ed3cc Add an index for going from a post to its replies 9 years ago
Ben Lubar 2161f0d473
Allow plugins to affect whether a registration goes into the queue 9 years ago
barisusakli 777914b762 more api tests 9 years ago
barisusakli 687cce6089 closes #5159 9 years ago
barisusakli 2d10490ca3 more plugin tests 9 years ago
Anil Mandepudi 619ca48403 remove shims for IE8 (#5157) 9 years ago
barisusakli d8a9df74d7 fix wrong error returns, more tests 9 years ago
barisusakli 553ee7dcdd more chat tests 9 years ago
Julian Lam 4b5c98fb21 fix broken ACP login, closes #5156 9 years ago
Julian Lam 0590a4f2cf closes #5156 9 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
Julian Lam 727710fbd9 using middleware.authenticate for chat route instead of ensureLoggedIn 9 years ago
barisusakli c8b5c181ff fix flag on redis
check if number is returned on tests
9 years ago
barisusakli a995afbfe0 fix style 9 years ago
Julian Lam 2463e85c0d allowing moderators access to the account info page 9 years ago
barisusakli b44f3f4811 closes #5150 9 years ago
barisusakli 2c65b2ecf3 closes #5143 9 years ago
Barış Soner Uşaklı 4859e499e4 filter falsy events first 9 years ago
Barış Soner Uşaklı 92c58cc62f Merge pull request #5131 from bdharrington7/bugfix/undefined_events
Filter out any undefined events
9 years ago
barisusakli bcdd7b12f0 closes #5149 9 years ago
Julian Lam 1abef16cd9 fixes #5147 9 years ago
Barış Soner Uşaklı 041022db63 #5145
dont crash if res.locals.config is undefined
9 years ago
Barış Soner Uşaklı 4e5d120763 closes #5142 9 years ago
Barış Soner Uşaklı cbd936c547 closes #5140 9 years ago
Julian Lam bf276d5147 fixes #5144 9 years ago
Julian Lam 02998669c3 introducing option to disable chat message editing/deletion 9 years ago
Julian Lam d4d3fa3102 add warning about gmail routing 9 years ago
barisusakli b1773ad51d add new hook to add more fields to csv download 9 years ago
barisusakli 8c7de0f239 fix eslint 9 years ago
barisusakli 1e486875f4 add top posters and most rep to acp 9 years ago
bdharrington7 6dba11957e Filter out any undefined events 9 years ago
barisusakli f0f3a86908 closes #5128
write more messaging tests
9 years ago
barisusakli 9131f9d8f6 controller tests 9 years ago
Barış Soner Uşaklı c512a02c83 Merge pull request #5124 from yariplus/lexistuff
Add additional lexical dbal operations.
9 years ago
yariplus af2122bdb9 fix lex tests maybe 9 years ago
barisusakli 4a0f67afdc search tests
new method emptydb
use emptydb instead of flushdb, flushdb  removes indices for mongo which
breaks search tests
initialize meta.config properly in tests
enable nodebb-plugin-dbsearch for tests
9 years ago
yariplus 472dd007d8 fix mongo lex callback 9 years ago
barisusakli cd71eb909d closes #5125 9 years ago
barisusakli 5cd2da4309 Merge branch 'master' of https://github.com/NodeBB/NodeBB 9 years ago
barisusakli c972a339e6 fix value 9 years ago
barisusakli 862678eefe encodeURIComponent header values 9 years ago
Julian Lam 4ceb8914e9 adding email sent tally to digest output 9 years ago
Barış Soner Uşaklı 54a24f8dbd Merge pull request #5122 from yariplus/patch-14
Add oldTitle to topic edit hook
9 years ago
yariplus be3b35dea3 fix callbacks and regex 9 years ago
yariplus 1bb44e2429 Allow lex min and max to be inclusive or exclusive. 9 years ago
yariplus 437d2744cc addl lex commands for mongo 9 years ago
yariplus ef20757f3e zremrangebylex, zlexcount 9 years ago
barisusakli 1a63672e66 more test fixes 9 years ago
yariplus 1fc5e5d0d3 getSortedSetRevRangeByLex 9 years ago
Timothy Fike cfa5974515 Add oldTitle to topic edit hook 9 years ago
barisusakli 817cd29f00 try require from root 9 years ago
barisusakli 12f366f4b4 more tests
register/login/logout tests
ability to test socket.io emits for logged in users
9 years ago
barisusakli b8a3ca98cb added callback to webserver.listen
wait for webserver to be ready to run tests
added topic restore test
added test to load topic via controller
9 years ago
barisusakli e462fadd94 init express/webserver for tests 9 years ago
barisusakli 6d97c4cec8 up mongo deps, create session store after db.authenticate 9 years ago
barisusakli bfcef27c47 plugin tests 9 years ago
barisusakli c0db7798b9 fix tests :dull: 9 years ago
barisusakli 235fe9efe3 fix chat modal title 9 years ago
barisusakli 3270f39db0 closes #5118 9 years ago
barisusakli dd077117a2 refactor user.updateProfile and write test 9 years ago
barisusakli 139360ce18 if chat is restricted dont allow adding to room 9 years ago
barisusakli b32d7b86e8 fix isModeratorOfAnyCategory
returns true/false now instead of an array
new method getModeratedCids returns an array of moderated cids
9 years ago
Julian Lam 3272c0b98c linting 9 years ago
Julian Lam 7ba76fc0b6 showing assignee avatar in flags list 9 years ago
Julian Lam ead4de6c6f Merge branch 'fix-some-code-lint' of https://github.com/HeeL/NodeBB into HeeL-fix-some-code-lint 9 years ago
Julian Lam eb16eb318e exposing links to moderator tools pages in user logged-in dropdown, closes #5113 9 years ago
Julian Lam e80400665e closes #5111 9 years ago
barisusakli 5f16205d15 closes #5109 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
HeeL 9a0d764bbd Fix wrap-iife linter rule 9 years ago
barisusakli caf30b5580 use post 9 years ago
barisusakli 460ac17eaa closes #4647
addm upvotes, downvotes and votes to getPostSummary
9 years ago
barisusakli 2eec1afc46 fix upgrade script so it only runs once 9 years ago
Julian Lam 4f159acf56 fixes #5104 9 years ago
barisusakli 58810aa063 only delete priv groups if they are empty 9 years ago
barisusakli 59d035376b closes #5025 9 years ago
barisusakli eb174739ee closes #5101 9 years ago
barisusakli dd7839b7f5 add admin next to username 9 years ago
barisusakli 038418bf87 batch.processArray
use batch.processArray in notifications.push and moveRecentReplies
added notification tests
added test for moveRecentReplies
clear group cache if a group is deleted
9 years ago
Barış Soner Uşaklı 5dbcd9cf3f pass string to validator 9 years ago
barisusakli 848065c820 remove empty fields from new posts 9 years ago
barisusakli 6f86621e30 closes #5096 9 years ago
barisusakli 9a55498fc1 changes to manage/users 9 years ago
barisusakli 0614957542 use req.app.render 9 years ago
barisusakli 102beb5f93 closes #5080 9 years ago
barisusakli 3275d26590 removed comments 9 years ago
Barış Soner Uşaklı 4d5df7547e Merge pull request #5091 from bambusoideae/master
Fix: Memory leak & connection flood when access /admin/advanced/database
9 years ago
Nguyen Trung Quan 279559ff97 Fix: Memory leak & connection flood when access /admin/advanced/database 9 years ago
Julian Lam d1721303ab fixes #5079, fixes #5088 9 years ago
Julian Lam 597e375463 update state on new flag so action history is appended 9 years ago
Julian Lam 80fe6bde5d removed 'No Assignee' option, updated flag saving logic 9 years ago
barisusakli b92f455cc1 group cleanup 9 years ago
barisusakli 98fff29869 closes #5082 9 years ago
Barış Soner Uşaklı f1e6ccdbfc remove dupe header 9 years ago
Barış Soner Uşaklı 9d0dc35703 closes #5081 9 years ago
barisusakli aca0a893e7 remove since properly 9 years ago
barisusakli a254222911 if user is already part of group skip instead of error 9 years ago
barisusakli fe50c8d124 closes #5078 9 years ago
barisusakli 128ef884bf #5077 9 years ago
barisusakli a93ee97926 closes #5073 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 6aec61d722 groupChat on recentChats 9 years ago
barisusakli 15409f92cd escape history data, hide moderation note in api 9 years ago
Barış Soner Uşaklı 1b5287803c closes #5071 9 years ago
barisusakli abd99760e5 closes #5070 9 years ago
Barış Soner Uşaklı a325a85a84 fix mass group invite 9 years ago
barisusakli 4eb8015017 closes #5069 9 years ago
Barış Soner Uşaklı be07772a91 check for e11000 9 years ago
barisusakli 67f137149d fix validator 9 years ago
barisusakli 922f1587e7 closes #5067 9 years ago
barisusakli 0d09fcbee7 fix setAdd on redis for empty arrays 9 years ago
Jorge Meireles 4938b00635 Fix language path (#5032) 9 years ago
Barış Soner Uşaklı a3e1c847b9 fix wrong callback 9 years ago
Barış Soner Uşaklı ad2b44220d escape event data 9 years ago
Barış Soner Uşaklı e2cbc8bc69 fix timeago on acp users 9 years ago
Barış Soner Uşaklı 1eddf4c720 closes #5060 9 years ago
Barış Soner Uşaklı 72775831d9 Merge pull request #5057 from pichalite/patch-1
Fix [socket.io] Unrecognized message: admin.reload
9 years ago
barisusakli 9f2533b5ba closes #5054 9 years ago
Anil Mandepudi c50486b47d Fix [socket.io] Unrecognized message: admin.reload 9 years ago
barisusakli 2704727caf fix /unread 9 years ago
barisusakli 6540b07ab2 closes #5052 9 years ago
barisusakli f464966817 closes #5053 9 years ago
barisusakli 42a8346d2d closes #5051 9 years ago
barisusakli 8326846c2f closes #5043 9 years ago
barisusakli 5746341099 closes #5048 9 years ago
barisusakli cd9e2d17a3 fix db.incrObjectFieldBy for mongo
convert string to int
9 years ago
barisusakli d1989babf5 closes #5044 9 years ago
barisusakli a6c3be0bb1 store category recent tids for faster retrieval 9 years ago
barisusakli 9256c8332a get raw values for status and lastonline 9 years ago
barisusakli 13e624cc86 on login update lastonline 9 years ago
barisusakli 15cae8d6ea ability to set moderation note on users 9 years ago
barisusakli d60ab3c74c removed cacheStaticFiles 9 years ago
barisusakli b0b6c66f77 fix unix domain socket 9 years ago
barisusakli 4b3b123cd0 closes #5042 9 years ago
barisusakli 55396ca442 inf scroll in chat-content 9 years ago
barisusakli 4be20799ec fix getRecentChats 9 years ago
barisusakli 202edfa47e chat history access 9 years ago
barisusakli 598c47b77f fix user icon in notifications 9 years ago
barisusakli 4ce8e2224a optimize topics.markTopicNotificationsRead
let's not call it once for each tid
9 years ago
barisusakli 877820779c optimize notifications.getMultiple 9 years ago
Barış Soner Uşaklı 0452e9cfa4 dont need last step 9 years ago
barisusakli 958fe3e72f closes #3762 9 years ago
barisusakli 2ac3f5e392 closes #5040 9 years ago
barisusakli d7c559a209 moved active users up 9 years ago
barisusakli 1a5e079919 closes #5037 9 years ago
barisusakli 2e6fc4d045 filterPidsByCid 9 years ago
barisusakli 2c140c2107 ability to filter flags by category 9 years ago
barisusakli 990ecc8cd2 sortedSetIntersectionCard 9 years ago
Julian Lam 172702565e show username and email history 9 years ago
Barış Soner Uşaklı 11b5a1f426 simplify map 9 years ago
psychobunny cecdd205cd Merge pull request #5035 from phit/mixed-content
Fix mixed content warning on 503 status page and installer
9 years ago
barisusakli 86b616ab9e removed unnecessary waterfall 9 years ago
barisusakli 89596b81e0 style 9 years ago
barisusakli 72c75bd781 add pagination to flags page 9 years ago
barisusakli dd78f46980 1 more tag change 9 years ago
barisusakli c98b6b7630 tag changes 9 years ago
barisusakli ef5e02534a fix missing translator, add flag reason 9 years ago
phit 2342d59e6f fix mixed content warning on 503 status page and installer 9 years ago
barisusakli dc317d61b6 add missing next 9 years ago
barisusakli 8bffabeee4 merge 9 years ago
barisusakli f46755759a show categories in unread as tree 9 years ago
Julian Lam 4897e861fb handling errors :rage2: 9 years ago
Julian Lam b12607b1de added uid to flag history, fixed loading on IS, worked around tjs bug 9 years ago
Julian Lam 4e6b2555d0 moved flag history expansion to its own method, showing usernames in assignee history event 9 years ago
Julian Lam d04a10225c WIP showing updated flag data, history, updating flag data 9 years ago
Julian Lam 8dc57cba58 allowing updating of flag data 9 years ago
Julian Lam 7d53b778de WIP extending flags management interface with new options for state, assignee, notes, etc 9 years ago
barisusakli 447fc26b9a fix styling issue on reqister queue 9 years ago
barisusakli 07852862f5 improve helpers.isUserAllowedTo
ability to pass in an array of privileges and a single cid
9 years ago
Ben Lubar 7d90a94261 Include page number in redirected topics 9 years ago
barisusakli a42d8c5be2 simplify keys 9 years ago
barisusakli fcbdfa5688 remove post cache dump 9 years ago
barisusakli 1364fb94bf show debug info 9 years ago
barisusakli d621b120b0 fix groups 9 years ago
barisusakli 282ac56bf6 adde expose methods back
used by plugins
9 years ago
barisusakli fac68d52f6 cache group membership methods
groups.isMember
groups.isMembers
groups.isMemberOfGroups
clear cache for user on group.join & group.leave
9 years ago
barisusakli 599ac80f3d use array.find 9 years ago
barisusakli 9c1b1acc5b removed unsused requires 9 years ago
barisusakli ae8b9c3683 closes #4665 9 years ago