7884 Commits (c927eb15d708ac4f5c68783596ee182322ba59ff)

Author SHA1 Message Date
barisusakli c8a369f5c3 closes #4939 9 years ago
Accalia de Elementia de007772a4 feat: Allow listing all groups via websocket
also add missing radix to parsing of `after` in groups.loadMore websocket method.
9 years ago
barisusakli 85dfe7704f moved related up 9 years ago
barisusakli b9ad7f2dbb remove unused group code from settings 9 years ago
barisusakli 650f4d6ed5 moved sitemap to its own file 9 years ago
barisusakli 0efe315790 closes #4631 9 years ago
barisusakli 7d4ef3907f fix semicolons 9 years ago
barisusakli b5bf2737e4 bind to regular function 9 years ago
barisusakli bc255110cc closes #2832 9 years ago
barisusakli ed756f18f4 Merge branch 'master' of https://github.com/NodeBB/NodeBB 9 years ago
barisusakli e55043e5ab closes #4867 9 years ago
Julian Lam bc961e2157 removing reload, closes #4936, closes #4929 9 years ago
Accalia de Elementia 74a993ccb3 fix: Use the correct path for utils 9 years ago
Accalia de Elementia 574929337d chore(whitespace): revert whitespace only changes 9 years ago
Accalia de Elementia 413517a084 feat(socket.io-groups): Allow first page of members to be retrieved via websockets
previously requesting the first page of members of a group failed
9 years ago
barisusakli 6c11709cf1 closes #4933 9 years ago
barisusakli 73c3da1a83 dont check maximum group name length if it is a privilege group 9 years ago
barisusakli 973e208329 added banned:expire to user hash 9 years ago
barisusakli 1d70dc0d8b closes #4930 9 years ago
barisusakli d7cda83c8e fix lang key 9 years ago
barisusakli 56d325bd86 privilege fixes 9 years ago
barisusakli 037b901e85 closes #4919 9 years ago
Barış Soner Uşaklı e1c0a8f3b3 Merge pull request #4909 from BenLubar/self-topic-deletion
add edit/delete post, delete topic privileges per-category
9 years ago
Ben Lubar 936149bb38 grant topics:delete by default <f62da5c4e9 (r74206749)> 9 years ago
Julian Lam fd8f5f9415 closes #4918 9 years ago
Julian Lam 19b4679c0e properly handling flattened dependencies in plugin scripts 9 years ago
Ben Lubar f62da5c4e9 see NodeBB/NodeBB#4909 9 years ago
Julian Lam a9c1ee5512 adding ban button to account info page 9 years ago
Julian Lam 9b8bbde0d3 tweak ACP email settings form syntax 9 years ago
barisusakli aac0313f2e closes #4917 9 years ago
barisusakli bb05e6e393 closes #4916 9 years ago
Ben Lubar 26df552d55 Add edit, delete, and topics:delete permissions for users acting on their own posts 9 years ago
barisusakli 84025fa7fc closes #4801 9 years ago
barisusakli 2103880d61 only extend 5mins if less than 5mins left 9 years ago
barisusakli a53f7f65db change homePageRoute logic 9 years ago
Julian Lam f060c7a378 not using relative reference for tjs value 9 years ago
barisusakli c3daee471a Merge branch 'master' of https://github.com/NodeBB/NodeBB 9 years ago
barisusakli cb6db3625c closes #4906 9 years ago
psychobunny 8fdd82cc72 Merge branch 'master' of https://github.com/NodeBB/NodeBB 9 years ago
psychobunny 837029f69e fixes crash when editing post 9 years ago
barisusakli 7f041a756d closes #4865 9 years ago
Julian Lam 7902987900 added jqueryUI to list of prefetched resources, and updated its loader to not use $.getScript(). Updated require.js files to use ?v= in the url argument for cache buster 9 years ago
Julian Lam 077f90581b updated plugin tab labels, and added out of date plugin count 9 years ago
barisusakli b70610703a fix crash in notifs 9 years ago
pichalite b7b909bcc0 remove unused autosize lib 9 years ago
pichalite 8ef7ca4bdb update chart.js to new version 9 years ago
barisusakli 2cc804084f closes #4890 9 years ago
barisusakli 514c12aa68 closes #4885 9 years ago
barisusakli 2606844d98 closes #4868 9 years ago
barisusakli 11236bb841 fix missing callback 9 years ago
Ben Lubar fc387111e2 make keeping avatar versions an option in the ACP that is turned off by default 9 years ago
Ben Lubar 0d40542f93 Keep old versions of avatars in the filesystem. Change the avatar URL each time a new one is uploaded to avoid caching problems. Closes #4722. 9 years ago
Julian Lam e7386e20cf closes #4505 9 years ago
barisusakli af75a887b5 closes #4892
prevent crash if registerHook is called with invalid hook name
9 years ago
Julian Lam a9a522c8ec allowing widgets to not show up if widget explicitly returns null 9 years ago
Anil Mandepudi c666a7efda add static:assets.prepare hook (#4889)
* add static:assets.prepare hook

add static:assets.prepare hook to be called before css minification so that themes/plugins can modify less vars.

* change parameter
9 years ago
Julian Lam 2268f250bb removed commented out language method 9 years ago
barisusakli 98d17a0589 fix tab 9 years ago
Julian Lam 71a5e4a8a1 better error handling for session revocation if no login session is present, #4214 9 years ago
Julian Lam 4ce8696bbc Revert "if interstitials don't pass any errors back but some still exist, redirect properly"
This reverts commit 98368bbb6a, but fixes
issue #4883
9 years ago
Ben Lubar 40b57d6cbe add "Admin Approval for IPs", which works like Normal for new users and Admin Approval for sockpuppet accounts (#4882) 9 years ago
barisusakli 754e20eb5c closes #4877 9 years ago
barisusakli 5cbfa6f212 closes #4881 9 years ago
barisusakli e81b67269a closes #4884 9 years ago
barisusakli 1c0ef00836 closes #4886 9 years ago
Timothy Fike e112d284e5 filter:group.update 9 years ago
barisusakli 58ab76d3c2 action:category.loaded, sort qs on category page 9 years ago
Julian Lam 13a2e4cc3f Revert "Send plugin `postData` changes up the line (#4875)"
This reverts commit 20024418d9.

re: #4875
9 years ago
Peter Jaszkowiak 20024418d9 Send plugin `postData` changes up the line (#4875) 9 years ago
psychobunny 3744f1ecd2 updated fontawesome.tpl 9 years ago
Julian Lam e407dbfdd4 fix module bridging output to log the correct number 9 years ago
Barış Soner Uşaklı 7804d3989e Merge pull request #4858 from pichalite/change-recent
pass set as attribute for recent route
9 years ago
Barış Soner Uşaklı 102e578b56 Merge pull request #4859 from BenLubar/topic-page-query
Fix /topic/:tid/:slug?page=:page for users with infinite scroll enabled
9 years ago
pichalite 2cd709418b fix resizeImage on upload 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
pichalite 6249b9a6fb rename dbset to set 9 years ago
pichalite f72e00a1b5 pass dbset as attribute 9 years ago
Julian Lam 828d5a4b4d fixes #4857 9 years ago
barisusakli 937f00eb09 remove console.log 9 years ago
Julian Lam 60a97bcf51 fixes #4856 9 years ago
barisusakli 390ad35b56 ability to set unread as home 9 years ago
barisusakli c042d16f40 dont set homePageRoute to `custom` if field is empty 9 years ago
psychobunny 9283411150 Merge branch 'master' of https://github.com/NodeBB/NodeBB 9 years ago
psychobunny aedeb36776 topic title custom icons (see previous commit) 9 years ago
barisusakli bb7303834f remove csrf r.js module 9 years ago
psychobunny ac7dad9194 icons array for topic titles
see
6880deedde
9 years ago
psychobunny 8c288f31b3 keep track of the previous cid a topic was moved from 9 years ago
psychobunny 96c9832c91 Merge branch 'master' of https://github.com/NodeBB/NodeBB 9 years ago
psychobunny 67108d1c41 filter:messaging.send hook 9 years ago
barisusakli 3df7bae08c closes #4834, closes #4830 9 years ago
barisusakli 45ff71fd06 closes #2475 9 years ago
Julian Lam 8fd5236641 closes #4844 9 years ago
barisusakli d2cbd7e6dc new priv for uploads 9 years ago
Julian Lam 03208807e4 fixes #4840 9 years ago
barisusakli bb278ca6ee Merge branch 'master' of https://github.com/NodeBB/NodeBB 9 years ago
barisusakli 51a50448b8 closes #4838 9 years ago
Julian Lam c8e64ae93b updating profile fields to allow plugins (e.g. the write-api) to change a user's profile picture
@barisusakli please let me know if this is not ok.
9 years ago
barisusakli fcf145fc81 403 if not logged in, show error 9 years ago
barisusakli 7b86fd3dc0 closes #4835 9 years ago
psychobunny f3c48eb14a oops, #4832 9 years ago
psychobunny 6df3157748 closes #4832 9 years ago
psychobunny 1a48f47e2b Merge pull request #4690 from pichalite/fix-mobile-menu
fixes #4660
9 years ago
Julian Lam cf7540d41c appeasing Travis CI, 'cause fuck code reuse, right? 9 years ago
Julian Lam 55bcc28e0e closes #4831 9 years ago
Julian Lam 4c62784358 closes #4829 9 years ago
barisusakli f85ec96172 small change to new hook 9 years ago
Timothy Fike 9fdd1b6b70 Don't return data for Topics.updateRecent
Update database if filter passes data back.
9 years ago
Timothy Fike fe3fbb7197 filter:topics.updateRecent
https://community.nodebb.org/topic/9165/prevent-specific-category-from-showing-in-recent
9 years ago
Julian Lam 5ecbbd228d adding missing files, re: #4827 9 years ago
Julian Lam d5961cfca3 #4827 9 years ago
barisusakli 8ea5752b50 added url property to all routes 9 years ago
barisusakli d94e2eed72 closes #4816 9 years ago
Julian Lam 21caa82b61 ban controls on frontend, closes #4807 9 years ago
Julian Lam 37b1d1a050 re: #4807, fixed issue where an unban would still have the user listed in the temp ban sorted set 9 years ago
Julian Lam a2b0576b79 showing temporary ban indicator in Users ACP, #4807 9 years ago
Julian Lam 61fe9594d7 ban integration frontend for ACP, #4807 9 years ago
Mega 0f89fc8214 close #4822 9 years ago
barisusakli 789a3736af closes #4820 9 years ago
barisusakli 6332f47808 closes #4814 9 years ago
barisusakli 7f44041e01 simpler 9 years ago
barisusakli e1ce9e0250 uid not used 9 years ago
barisusakli 795b00a3af closes #4810 9 years ago
Barış Soner Uşaklı b6234cbd2b fix error msg typo 9 years ago
Barış Soner Uşaklı ea6d783c31 #4808 9 years ago
Barış Soner Uşaklı ca0bfc777e closes #4808 9 years ago
barisusakli f20efda911 call posts.relativeToAbsolute when needed 9 years ago
Julian Lam 04d4fc2eca temporary ban support 9 years ago
Julian Lam 585a90db5d Merge branch 'master' into temp-bans 9 years ago
Julian Lam 34cafbc0a8 reloading plugins after main template compilation, during reload 9 years ago
Julian Lam 7da71976cf WIP temporary bans 9 years ago
barisusakli 14b067a838 closes #4800 9 years ago
Barış Soner Uşaklı 4854f78afa Merge pull request #4787 from akhoury/rm-cls
rm cls because it's not ready yet
9 years ago
barisusakli 731942e397 closes #4788
when resetting widgets dont erase stuff already in drafts
9 years ago
Julian Lam 98368bbb6a if interstitials don't pass any errors back but some still exist, redirect properly 9 years ago
Julian Lam fafcdf8320 no longer requiring that interstitial.data be set in interstitial data
... lol that commit message makes no sense.
9 years ago
akhoury 46a57f5d5c rm cls because it's not ready yet 9 years ago
psychobunny 371abba13b helpers.notAllowed hook 9 years ago
barisusakli 2342141e0f fix validator.js crashes 9 years ago
Julian Lam a14263349b updated termsOfUse to use registration interstitial instead of being integrated into register template 9 years ago
Julian Lam 041670bfe9 handling of form completion in registration interstitial 9 years ago
Julian Lam d2926f4fe7 WIP registration interstitial 9 years ago
Julian Lam f03018b7cc updated middlewares so if you have not completed registration, you will be required to do so 9 years ago
Julian Lam 0ba0001f75 WIP registration interstitial 9 years ago
barisusakli cbd637b2a2 dont allow priv group names 9 years ago
barisusakli 1e142a44cd closes #4775 9 years ago
Julian Lam e6fa91a4a4 when logging out, end the express session 9 years ago
barisusakli 4bbc8110a9 closes #4772 9 years ago
barisusakli d227d526d1 closes #4341 9 years ago
barisusakli abb1c1c010 closes #4758 9 years ago
barisusakli f2b4543685 fix user priv order as well 9 years ago
barisusakli 1102a685d9 closes #4749 9 years ago
barisusakli 596af5d82b closes #4754 9 years ago
Julian Lam e3002d0885 fixed #4753 9 years ago
barisusakli ecf0323dd0 closes #4688 9 years ago
Barış Soner Uşaklı ae19f0ff7d closes #4713 9 years ago
Julian Lam 0a1dea09a0 added missing dependency lib 9 years ago
psychobunny 3e23426c31 better messaging on flags page 9 years ago
barisusakli ded69e8373 closes #4677 9 years ago
barisusakli 09ce48ad33 fix privs 9 years ago
barisusakli 8f594de4c2 fix privs 9 years ago
barisusakli ff0fee2170 fix arrays 9 years ago
barisusakli 73e21d1d31 closes #4720 9 years ago
barisusakli c969870cb6 removed dupe privilegeList, added missing privilege to copyPrivsFrom 9 years ago
barisusakli 1f3fa3a90f closes #4725 9 years ago
psychobunny 05673e670c fixes rare "priority error" when generating sitemaps 9 years ago
Barış Soner Uşaklı 1a5a51b67a Merge pull request #4708 from darktrge/patch-3
Make topicSlug and postCount available to email notifications
9 years ago
barisusakli b2311edb94 bubble replies from subcategories to the parents 9 years ago
psychobunny bbc570c499 socket disconnected icon for ACP #4609 9 years ago
psychobunny c44fa866e7 nprogress bar in ACP #4609 9 years ago
Barış Soner Uşaklı 0e466122e2 closes #4717 9 years ago
Julian Lam 85fb9cd9dc in cases where host is not provided in the websocket request, infer one from the referer 9 years ago
Julian Lam b3d6a8ef9a mobile fixes for registration queue page 9 years ago
Julian Lam b30151725d fixed error shown when saving sounds ACP page 9 years ago
Aziz Khoury 374fa8dd8c fix: deprecated-message not showing for all hooks (#4714)
* fix deprecated hooks params warning + var-cleanup

* fix deprecated message
9 years ago
psychobunny 5baf077cbe Merge branch 'master' of https://github.com/NodeBB/NodeBB 9 years ago
psychobunny e9921edb87 Merge remote-tracking branch 'refs/remotes/origin/topics-read-privileges' 9 years ago
psychobunny 6f0c00bb9f use eachSeries instead 9 years ago
Barış Soner Uşaklı dd1b261950 closes #4712 9 years ago
Danijel ba2d191f80 Make topicSlug and postCount available to email notifications, so these can be used in template if needed 9 years ago
Barış Soner Uşaklı d839f291ac closes #4706 9 years ago
Barış Soner Uşaklı 26be7c25e4 closes #4701 9 years ago
Barış Soner Uşaklı 9ae8ee861a closes #4700 9 years ago
psychobunny 74ff9557d9 makes more sense to give topics:read priv to those who had the category read priv
thanks @barisusakli
9 years ago
psychobunny 8616cc4ea5 upgrade script: give topics:read privs to any group that has topics:create privs 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
Julian Lam 34f2d25651 fixes #4696 9 years ago
Julian Lam 38ad980456 Fixes #4694, fixes #4697 9 years ago
pichalite bdfad2beda fixes #4660 9 years ago
Jan efbc5f729d update fontawesome.tpl to FA 4.6.2 (#4607)
remove newline

sort icons
9 years ago
barisusakli 17b4dd85e7 use valueToString in sortedSetIncrBy 9 years ago
Julian Lam 920bc213d3 updated acp advanced/errors table to span the entire page 9 years ago
barisusakli bdc23b4a8d add reputation to app.user 9 years ago
barisusakli 8ddcc237a7 removed submit and lock 9 years ago
Julian Lam ba412f4a56 fully completed #4658 9 years ago
Julian Lam 149565169b closes #4658 9 years ago
Nate Lee 07c59ae174 changed cls.getItem to equal cls.get from cls.set
based off of naming schema
9 years ago
barisusakli dcb73f9647 use userCount 9 years ago
Julian Lam afb0312f51 closes #4672 9 years ago
barisusakli 54ccdf5262 closes #4651 9 years ago
barisusakli 38d1bde895 closes #4669 9 years ago
Barış Soner Uşaklı 86cab0787a closes #4668 9 years ago
Julian Lam 192998c5c3 Revert "fixed link to documentation, @akhoury"
This reverts commit bc0359475c.
9 years ago
barisusakli 46d7994093 removed some dupe code 9 years ago
barisusakli 3f0ca31393 style changes 9 years ago
Barış Soner Uşaklı ca835e35ba Merge pull request #4662 from NodeBB/topic-watching
topic watching
9 years ago
barisusakli b02869b0f8 renamed reading to not-following
added more description text
9 years ago
barisusakli 11d3834eb9 better filtering
if topic is followed but category ignored show it in unread
9 years ago
barisusakli 7a044b4978 better filterIgnoringUids 9 years ago
Dravere 2fd6391081 Made the session cookie aware of the possible relative path (#4663) 9 years ago
barisusakli bf2133ed7c topic watching 9 years ago
Julian Lam ef4a94857d fixed admin lockout timer for subfolder installs @barisusakli :trollface: 9 years ago
barisusakli 11be93a4d8 closes #4648 9 years ago
Julian Lam 5d030dd8ab removed console log 9 years ago
Julian Lam ffa051e828 added defaultLang support, #4655 9 years ago
Julian Lam 437770538c work-in-progress commit for #4655 9 years ago
Julian Lam 81bbe93640 fixes #4653 9 years ago
barisusakli a4031df9b2 dont show SSO logins if its a confirmation screen 9 years ago
barisusakli b3fa5583f8 closes #4650 9 years ago
barisusakli 630dd66cf6 closes #4645 9 years ago
barisusakli 16ba7ee840 fix #1972 9 years ago
barisusakli 2e0763b0a8 closes #1972 9 years ago
barisusakli 825ecce0df closes #4643 9 years ago
pichalite 6c09d3ca5f fixes #4636 (#4639) 9 years ago
barisusakli 84a7b6690b closes #4434 9 years ago
barisusakli bf3f19253f if post is not found go to 404 9 years ago
barisusakli f9f4b3b91f closes #4632 9 years ago
barisusakli f4599e2ce2 closes #4629 9 years ago
pichalite ce66dd96a9 send option to user settings page if in-topic search is available (#4627) 9 years ago
Julian Lam f5e928409c fixed #4624 9 years ago
barisusakli a9828a1465 closes #4611 9 years ago
Julian Lam 621e0d145e closes #4617
Serving english timeago strings from server instead of round-trip
re-request on failure.
9 years ago
Julian Lam f1deaa6fa5 Exposing middleware to app/req, organisation.
Organisation -- moved 404 and error controllers into the
controllers file instead of as local variables in routes/index
9 years ago
AdJones 693e724802 Fixing issue where the relative path was ignored for express modules (#4621)
* Fixing issue where the relative path was ignored for express modules

* Fixing issue where the relative path was ignored for express modules (without the console log lines!)
9 years ago
barisusakli 4907773e6a closes #4615 9 years ago
barisusakli 69e25fe4d5 closes #4612 9 years ago
barisusakli 6392cd31df closes #4618
dont need deleted check
9 years ago
barisusakli acc030e6da added filter:image.size
fix uploading of gifs if imagemagick plugin is installed but no image
upload plugins are present.
9 years ago
Julian Lam bc0359475c fixed link to documentation, @akhoury 9 years ago
Barış Soner Uşaklı f0685468f8 Merge pull request #4162 from akhoury/master
add continuation-local-storage (CLS) support
9 years ago
Julian Lam d8c21cc09d fixes #4593 9 years ago
Julian Lam fb9c97e2c8 :shipit: @pichalite 9 years ago
pichalite a507768a8f fix ACP->General->Sounds layout on mobile (#4606)
* fix ACP->General->Sounds layout on mobile

* just to make @juluanlam happy
9 years ago
Julian Lam 1f70f886b5 fixed reference to undefined variable
/cc @BenLubar
9 years ago
barisusakli b446ff42c3 style changes 9 years ago
psychobunny d85a8d068d consolidate allowed image types in ACP 9 years ago
psychobunny bafbcad163 use filter:categories.build instead of .get 9 years ago
barisusakli 702597d759 change /user/uid to /uid/:uid
so it doesn't conflict with actual user routes
was causing incorrect redirects if a user had a numeric userslug
@julianlam
9 years ago
psychobunny 0287703047 missed plugins req 9 years ago
psychobunny 458d4996a6 filter:categories.get 9 years ago
psychobunny 4cdeae33e5 don't add "page-xxx-" class if trailing slash exists 9 years ago
barisusakli eb0aea6390 add /user/<uid> and /post/<pid> redirects
change notifications to use new redirects
9 years ago
Ben Lubar 7540fb54ac fix avatar upload crash discovered by @AccaliaDeElementia 9 years ago
boomzilla 52e4a37df8 When forking a topic, updates user bookmarks in the topic to keep the last read position (#4554)
from inadvertently being too far down the topic due to post indices decreasing because
some posts were moved to a new topic.
9 years ago
Julian Lam b12811d21d spring cleaning 9 years ago
Paul Westerdale 05a55c7d65 add roomId to messaging filter (#4596) 9 years ago
Julian Lam cdf6560012 Using async.apply and fixed code style 9 years ago
Paul Westerdale (ABRS Limited) b6c6e8c08d Added hooks into topic follow and unfollow 9 years ago
barisusakli 90446bdc7f closes #4524 9 years ago
barisusakli cef7fb545b closes #1972 9 years ago
barisusakli c758f59014 closes #2302 9 years ago
barisusakli 9b54ce7235 fix uploads with no extensions 9 years ago
Barış Soner Uşaklı 03b047bd59 fix another crash 9 years ago
Barış Soner Uşaklı 27ad34138b fix crash 9 years ago
barisusakli 77cf860c7a closes #4588 9 years ago
barisusakli fea18a050f closes #4590 9 years ago
barisusakli e9d548d057 closes #4580 removed path.parse 9 years ago
barisusakli bea2344ad4 api controllers refactor 9 years ago
barisusakli 09a03bbe10 fix validator crash 9 years ago
barisusakli 25f3a31ff1 closes #4587 9 years ago
barisusakli 5ff5a01c4f check for invalid topic 9 years ago
Julian Lam 2e2c8b8e77 fixes #4584 9 years ago
barisusakli 5e5e46e95f closes #4499 9 years ago
Julian Lam cb1920d45a properly fixing #4583 9 years ago
Julian Lam bd8fcb527b closes #4583 9 years ago
barisusakli 94432ff796 closes #4582
remove leading /
9 years ago
Julian Lam 5f36bfab01 re: #4578 9 years ago
Julian Lam de9357970f fixes #4578 9 years ago
Julian Lam 8eaff1492a Added ACP option to customise recent post
Before, could either be OP or last reply.

Now, you can choose between OP, last reply, or last post (which
includes OP)
9 years ago
Barış Soner Uşaklı 14df793ba6 Merge pull request #4557 from BenLubar/gif-image-upload
fix convert-avatars-to-png option not being honored
9 years ago
Barış Soner Uşaklı 58ea83014c Merge pull request #4572 from pichalite/image-upload
fix image upload in post
9 years ago
Ben Lubar 74a5a70969 fix convert-avatars-to-png option not being honored 9 years ago
wktang 414a26fe42 Default mongodb db name should be "nodebb" instead of 0 (unlike redis). (#4573) 9 years ago
Julian Lam 2c83789482 Allowing object to be passed as module list
fixes #4576 again
9 years ago
Julian Lam 1d7a5f58e2 fixes #4576 9 years ago
psychobunny 1d607cbed7 closes #4574 9 years ago
barisusakli cd2c2da420 closes #4575 9 years ago
pichalite f154853b39 add extension after filename trim 9 years ago
barisusakli c266fe9983 closes #4540 9 years ago
barisusakli 18e68346e7 closes #4507 9 years ago
barisusakli 3648d531fa closes #4545 9 years ago
barisusakli 553a69c780 revert img stripping 9 years ago
pichalite 821d723541 fix image upload in post 9 years ago
Julian Lam a500914143 Updated 404 for image handling
If an image or asset specified in static file handler is not
found (ENOENT), then the 404 handler is now invoked (as opposed to
prior, where a handled exception was thrown).

Also, when requesting images inline that do not exist, NodeBB
will now send back "404 Not Found" instead of the entire 404
page. If you access the broken link directly, you'll see the
404 page.
9 years ago
barisusakli a12a149015 fix validator warning 9 years ago
barisusakli eb28e178a7 closes #4567 9 years ago
barisusakli c790373dfc closes #4558 9 years ago
Julian Lam 22cf0966e6 removed console log 9 years ago
Julian Lam ea6d2c35f7 Fixed bug in settingsv1
If the saved value was an empty string, then textareas (and more
importantly, select boxes) would not be properly populated with
the saved value.
9 years ago
Ben Lubar f5009b1a11 add a hook for plugins like nodebb-plugin-imagemagick that don't want to replace the entire upload system 9 years ago
Julian Lam 2aa89b9c70 fixes #4555 9 years ago
Julian Lam 66dd790938 did I fix it @rbeer? :shipit: 9 years ago
Julian Lam a0d989a112 fixes #4551 9 years ago
Julian Lam 4f913d3f19 fixed issue with missing base in path.format 9 years ago
Julian Lam 5858d914bf closes #4550 9 years ago
barisusakli a7415a8db0 added missing count increment 9 years ago
Julian Lam 33255d73dd fix #4546 9 years ago
Julian Lam 4aabac5288 Fixes #4548 9 years ago
barisusakli ff88186d41 closes #4537 9 years ago
psychobunny d83a1987eb fix routing of rjs modules 9 years ago
Julian Lam d0f08b4dd4 added prompt to passport input for Google SSO 9 years ago
psychobunny d24b15a584 closes #4523 9 years ago
barisusakli ff9b2bad49 closes #4512 9 years ago
barisusakli ec33a57f77 closes #3128 9 years ago
Barış Soner Uşaklı 35ac64db7f Merge pull request #4504 from BenLubar/unread-topics
Add /unread/new, which is the same as /unread but does not show topics that were already partially read by the user.
9 years ago
Barış Soner Uşaklı d95944f8d0 Merge pull request #4529 from kerneldeveloper/master
Make the description more clear.
9 years ago
pichalite 4bb5dad05d move ACP user reg type 9 years ago
Mr.Lee 3e2f36fc29 Make the description more clear.
The same description in mongo.js  and install.js are ambiguous.
9 years ago
Aziz Khoury 3dc63438de hmm-2 ... 9 years ago
Aziz Khoury aac30cb5ec hmm .. 9 years ago
Aziz Khoury 8920c95281 reqFromSocket now support payload and event and uid 9 years ago
Aziz Khoury 02e53fd442 update deprecation message 9 years ago
Aziz Khoury c07e29bad6 fix circular dependency -- involves indentations fix 9 years ago
Aziz Khoury 807e3a9d7e adding cls back in socketio index 9 years ago
Aziz Khoury 4f3a962f7f what did i do? 9 years ago
Aziz Khoury 01ee020750 bring back disconnect only for CLS purposes 9 years ago
Aziz Khoury 53e9627001 unify request as a store key for both http and websockets calls 9 years ago
barisusakli 6cc08f3868 fix indent 9 years ago
barisusakli e564260650 moved groupTitle from user settings to user profile/edit 9 years ago
Julian Lam 2ddcaa9ce1 added new hook for hotswap preparation 9 years ago
Julian Lam 3390b7d7f6 closes #4516 9 years ago
barisusakli 229326acd6 another tab 9 years ago
barisusakli f43be13f87 fix indent 9 years ago
barisusakli bec688cea0 relative path fix 9 years ago
barisusakli f7ac1d89ff fix undefined next 9 years ago
Raphael Beer 006496efe3 Add pid to teaser ajaxify data 9 years ago
pichalite e23377580d fixes #4506 9 years ago
Ben Lubar 114e957b0f add client-side unread count support for the "new" filter 9 years ago
Ben Lubar 217f0c5652 Switch to a named filter for unread to allow future expansion.
Don't use the query string as it is not passed to infinite scroll.
9 years ago
Ben Lubar a61d947295 allow filtering /unread to only topics that have not yet been seen 9 years ago
barisusakli a81285befa dont crash if category doesn't exist 9 years ago
Julian Lam e481ed21eb Using pid as discriminator for mergeId
... for favourite and upvote notifications.
9 years ago
Julian Lam 0449e014f6 updated some help text 9 years ago
psychobunny c88ed66312 closes #4502 9 years ago
Julian Lam a9f966f23c closes #4503, /cc @BenLubar 9 years ago
Julian Lam ba44db5b5b updated dependency check logic to better handle missing dependencies 9 years ago
Julian Lam 7bc4ea18f4 Merge remote-tracking branch 'origin/master' into fix-vendors 9 years ago
Julian Lam 930c2b7472 Merge branch 'master' into fix-vendors 9 years ago
Ole R 5023935baf Enable nodebb-plugin-emoji-one by default 9 years ago
Barış Soner Uşaklı 04fb7d5acc enable emoji-apple on install 9 years ago
Julian Lam b6a10c7729 removed console log 9 years ago
Julian Lam 94a505a6bb removed symlink logic and using route bridging instead.
Also allowed plugins to define modules from their plugin.json
9 years ago
Julian Lam f91f705f90 Merge branch 'master' into fix-vendors 9 years ago
Julian Lam 1aaf65e9be fixes #4438 9 years ago
barisusakli 07af4d10e7 closes #4488 9 years ago
barisusakli b948e031f6 closes #2779 9 years ago
psychobunny 12ed4d2af5 remove PostCSS log 9 years ago
psychobunny 359b1fbe1a cleanup 9 years ago
psychobunny e2bc5f241a optimizing process.send for js minification 9 years ago
psychobunny acd24d856f run tasks in series to speed up startup time 9 years ago
psychobunny e134689324 we were accidentally including client-side LESS on the ACP 9 years ago
psychobunny fc65b144b1 running less compilation in series 9 years ago
barisusakli d92fde9824 filter out registered users 9 years ago
barisusakli cb2ea163a0 closes #4486 9 years ago
psychobunny 3d0db5b397 closes #4481 9 years ago
Barış Soner Uşaklı 99ae0eb378 closes #4468 9 years ago
Julian Lam 5e3a114b17 added LRU cache to registration queue data 9 years ago
Julian Lam 3e2231d2cb Fixing viewport shuffling due to image load
Introduced new method ".loadImages()" in posts client side lib
to handle viewport height changes when loading images. Requires
nodebb-plugin-markdown@5.0.0

@BenLubar @boomzillawtf
9 years ago
Julian Lam 5705681aa0 tweaked registration queue logic a bit
- encoding inputs during url construction
- limiting maximum # of parallel requests to 20
- using map instead of forEach
9 years ago
Julian Lam 8013f124da fixes #4471 9 years ago
Julian Lam 22f73a8f68 fixes #4463 9 years ago
barisusakli ae8c40f8a8 dont pass non strings to validator.js #4462 9 years ago
psychobunny f277c66089 closes #4459 9 years ago
barisusakli a9cc12c667 retry failed upserts closes #4467 9 years ago
barisusakli 52cec92df8 some cleanup, dont send ip on newpost 9 years ago
psychobunny 000d5b61c7 fix for retrieving css cache 9 years ago
psychobunny baeed22f20 grunt: only compile ACP less if that was changed, and vice versa with theme/plugin less 9 years ago
barisusakli 78f4cbc9e4 fix indents 9 years ago
barisusakli 0f959c341b closes #4466 9 years ago
barisusakli e8b8f115b7 closes #3652 9 years ago
pichalite 485db7a479 fix for removing topic thumb on edit 9 years ago
barisusakli 76fcc9ec35 this is fine 9 years ago
Barış Soner Uşaklı 21c451c3fe Merge pull request #4457 from boomzillawtf/master
Fix defaults for 'scroll to my post'
9 years ago
boomzillawtf d4464f6ab1 Merge remote-tracking branch 'upstream/master'
Conflicts:
	public/src/client/topic/posts.js
9 years ago
boomzillawtf 6aa0f8eb8a fix #4452: default to scroll to my post 9 years ago
pichalite c5e62f9a58 fixes #4454 9 years ago
barisusakli f55b26282a added category image 9 years ago
psychobunny 0c1376c884 closes #4390 9 years ago
barisusakli 7ab55b0e95 closes #4392 9 years ago
barisusakli 91efab3c6d closes #4437 9 years ago
barisusakli 46de2ca134 closes #4441 9 years ago
barisusakli d79b30ad27 moved uid check to function 9 years ago
Barış Soner Uşaklı ae04d6d6dd Merge pull request #4445 from BenLubar/topic-bookmarks
include bookmarks with topic lists
9 years ago
Barış Soner Uşaklı 2059352ca7 Merge pull request #4447 from BenLubar/empty-topic-slug
save slug correctly on edit
9 years ago
Ben Lubar c7cfe45d0b fix double-URL-encoding causing redirect loops 9 years ago
Ben Lubar 1d9ff2bc70 save slug correctly on edit 9 years ago
Ben Lubar 969e7fdbbe include bookmarks with topic lists 9 years ago
Barış Soner Uşaklı 89aa06526d fix indent 9 years ago
barisusakli 931dedf7f1 revert 50 change on admin 9 years ago
barisusakli 9b1dab8ef9 up default to 50 9 years ago
barisusakli f4dd3d2082 up users per page to 50 9 years ago
barisusakli 0bf05a17bf closes #4378 9 years ago
barisusakli 7e6e3b3a40 closes #4383 9 years ago
barisusakli f246c5e1ee closes https://github.com/NodeBB/nodebb-theme-persona/issues/259 9 years ago
barisusakli e2f78a9585 closes #4432 9 years ago
barisusakli e694bd8ab5 closes #4431 9 years ago
pichalite be4aa5ac94 add title length check to topic fork process 9 years ago
psychobunny a68811cad2 closes #4428 9 years ago
psychobunny f40ec978cb Merge branch 'master' of https://github.com/NodeBB/NodeBB 9 years ago
psychobunny 489bdcced6 #4423 9 years ago
barisusakli 35a7554ec7 closes #4427 9 years ago
barisusakli e3077b0ab0 dont use titleEscaped if its empty 9 years ago
barisusakli cb8abab5c5 fix for undefined topicTitle 9 years ago
barisusakli f665a1e353 closes #4394 9 years ago
barisusakli 041531a2e3 closes #4424 9 years ago
barisusakli 57ccbd606c closes #4391 9 years ago
barisusakli 86106971c4 closes #4382 9 years ago
psychobunny 294171b072 fixes potential XSS in usercard 9 years ago
Barış Soner Uşaklı e9648daf7f Merge pull request #4421 from pichalite/issue-4386
fixes #4386
9 years ago
Barış Soner Uşaklı fd80259768 Merge pull request #4419 from BenLubar/topic-title-truncated
fix notifications that contain topic titles with commas in them
9 years ago
Barış Soner Uşaklı 4d92ddf634 Merge pull request #4416 from BenLubar/email-hidden-symbol-for-staff
show the crossed-out eye icon for private email addresses
9 years ago
pichalite 497592965f fixes issue-4386 9 years ago
Ben Lubar 44431f8410 fix notifications that contain topic titles with commas in them 9 years ago
Ben Lubar 3c607f2612 fix two crashes 9 years ago
Ben Lubar d654978508 show the crossed-out eye icon for users who want their email private for staff, not just the user 9 years ago
Julian Lam f7e4387748 closes #4380 9 years ago
barisusakli 9e44bd3d21 up themes 9 years ago
Barış Soner Uşaklı d5e875538b Merge pull request #4374 from boomzillawtf/master
Setting to show new post after reply
9 years ago
barisusakli 6076bbbed4 added title 9 years ago
barisusakli c71ffed69c closes #4362 9 years ago
barisusakli 677b97d8bb closes #2873 9 years ago
boomzillawtf ceb3b6ebe7 Add setting to avoid showing a post after it is submitted to keep the user's place on the page to address issue #4363 9 years ago
Julian Lam cf8f1210cd added syntax hints to blacklist page 9 years ago
barisusakli b1284f900d up toobusy default 9 years ago
barisusakli c9cfe5b089 closes #4355 9 years ago
barisusakli b6e22b7723 closes #4367 9 years ago
barisusakli 5920697ac0 closes #4368 9 years ago
barisusakli d52a0ad87a closes #4366 9 years ago
Julian Lam 184a2c4540 IP blacklist functionality -- re: #4367
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
9 years ago
Barış Soner Uşaklı 71c697037d return the ips of the account we are looking at 9 years ago
psychobunny 1a669cb5fb Merge pull request #4158 from frissdiegurke/patch-3
Fix settings trim cleaning arrays
9 years ago
psychobunny 08e50a025d Merge pull request #4360 from kingjan1999/master
Update fontawesome.tpl to FA 4.5
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
Julian Lam a275aaeaf5 fixes #4361 9 years ago
accalia 0f917635c6 allow loadMore Calls to fetch page 0 9 years ago
kingjan1999 147e36a7a5 update fontawesome.tpl to FA 4.5 9 years ago
barisusakli a402e29f29 up widget essentials 9 years ago
barisusakli 2869b3c068 closes #4354 9 years ago
psychobunny 50b813ae2f merging pull 4347 9 years ago
psychobunny a6429af6c7 added cache buster to favicon 9 years ago
Barış Soner Uşaklı e49af50ac8 Merge pull request #4346 from pichalite/issue-4340
check for last owner on user kick from group
9 years ago
Barış Soner Uşaklı b365c2fd95 Merge pull request #4338 from pichalite/theme-reset
add argument to theme reset to specify theme
9 years ago
pichalite de421d5f8c remove language string in ACP 9 years ago
barisusakli b0151502c2 use '-inf'/'+inf' 9 years ago
barisusakli 4b531cb655 closes #4345 9 years ago
barisusakli 05cc3fe4ef closes #4335 9 years ago
barisusakli c156d1cb34 closes #4344 9 years ago
barisusakli e3e41e2c65 use object 9 years ago
Barış Soner Uşaklı 61256a54a3 Merge pull request #4348 from yariplus/patch-6
Filter Love for unread controller.
9 years ago
accalia d6f669ef3f fix #4350; When redirecting to fix slug, preserve any provided post_index 9 years ago
Timothy Fike b3d3759e35 Filter Love for unread controller. 9 years ago
pichalite e878b32444 closes #4258 9 years ago
pichalite 96a5d88314 cleanup 9 years ago
pichalite 2f287f11b1 cleanup 9 years ago
pichalite c1c5db4b77 check for last owner on user kick from group 9 years ago
barisusakli 237ff37db5 300ms 9 years ago
barisusakli 16dec24b6c sort by hostname 9 years ago
barisusakli 596e5676ff remove status change 9 years ago
barisusakli f1047cfdbc up to 200ms 9 years ago
Barış Soner Uşaklı 09b93ac6ff closes #4339 9 years ago
Barış Soner Uşaklı 53249de799 fix performance issue with acp 9 years ago
pichalite e1e92b3c61 use fs.access 9 years ago
pichalite 9cf06917a7 add argument to theme reset to specify theme 9 years ago
acardinale de1dd3a5df Fix filter:category.build error (double next) 9 years ago
barisusakli d067943773 fix double escaping in title and og:title 9 years ago
barisusakli f7aa44d1bf added some missing callbacks 9 years ago
barisusakli 00d5303e33 fix typo 9 years ago
barisusakli c9ac1a4027 https://github.com/akhoury/nodebb-plugin-spam-be-gone/issues/46 9 years ago
barisusakli 2c28e18147 closes #4332 9 years ago
barisusakli 96a3db6365 only send back err 9 years ago
barisusakli 0b2f01b8bc info page 9 years ago
Barış Soner Uşaklı b147f42f0a show unique user count in acp 9 years ago
barisusakli b6ddbc3071 closes #4111 9 years ago
Barış Soner Uşaklı 3d55eec885 Merge pull request #4317 from samhax/delete-user-invites
Delete user invites from APM
9 years ago
barisusakli c10ec6b810 closes #4326 9 years ago
barisusakli c50d655922 closes #4325 9 years ago
barisusakli 7ca7a31a5a only send user status on first connect 9 years ago
barisusakli b1cc1725a9 fix crash in notifications 9 years ago
barisusakli ad1ffdfd81 fix test 9 years ago
barisusakli f8b494bc1f closes #4313 9 years ago
barisusakli 5f76695d5a #4261 9 years ago
barisusakli 37b1d3c8be #4261 9 years ago
barisusakli 07c1a822db closes #4318 closes #4309 9 years ago
barisusakli 8d9f7d8e19 added socket methods 9 years ago
pichalite 469dcbea05 fixes #4320 9 years ago
HSam a62e31dc70 Finished the invite removal button changes. 9 years ago
HSam 48db16fba7 Finished adding a new delete to also remove the reference from the invites list on the APM. 9 years ago
psychobunny 891e747adb fixes crash in analytics 9 years ago
Barış Soner Uşaklı 41bd65e81a fix dashboard stats 9 years ago
barisusakli 7180174b91 fix global moderators upgrade script 9 years ago
HSam 4d87f0276b In the process of adding the delete button to the invitation panel. Apparently, the delete method doesn't work with the invitation items, so I might need to add some extra logic. 9 years ago
barisusakli c7ca045d0b fix teaserTimestamp 9 years ago
barisusakli 392814824e fix timestamp 9 years ago
barisusakli f3d2ad5f1f lets break some themes :evil: 9 years ago
barisusakli 018f7ba65a closes #4307
ability to send an array of keys to getSortedSetRange
use getSortedSetRevRange instead of getSortedSetRevUnion
9 years ago
barisusakli 2d4fde5af3 closes #4306
dont escape username twice, its already escape in user/data.js
9 years ago
barisusakli 1a1d322d9c closes #4305 9 years ago
barisusakli a67f3d2a15 closes #4299 9 years ago
barisusakli e55168aa11 fix plugin warnings 9 years ago
psychobunny aa2af345f9 removed unused deps 9 years ago
psychobunny 329a7a1e08 @barisusakli fixing minfile caching for multiple processes 9 years ago
psychobunny 92f86eee9c closes #4296 9 years ago
barisusakli cf00371892 closes #4295 9 years ago
barisusakli 7c2041e8d8 fix typo 9 years ago
barisusakli 9614bd30d0 other pages 9 years ago
barisusakli 9bcecf73fa Merge branch 'master' of https://github.com/NodeBB/NodeBB 9 years ago
barisusakli 37bca5e40c style 9 years ago
barisusakli 8917ea9f81 closes #4297 9 years ago
psychobunny effcd20597 fixed a bug calling getSortedSetRangeByScoreWithScores 9 years ago
psychobunny 66cf13e546 topics.deleteTopicField 9 years ago
Julian Lam 9d0f53fcd6 closed #4098 9 years ago
Julian Lam 3c7a42c959 fixed #4294 9 years ago
Barış Soner Uşaklı 2b448a0f76 closes #4293 9 years ago
Barış Soner Uşaklı 4316c9a566 style changes 9 years ago
Ben Lubar df8c1abf7d fast path for mongodb batches (otherwise it's O(n^2) memory, which gets ugly fast) 9 years ago
barisusakli df9558f1fa closes #4268 9 years ago
barisusakli 268aa12cc2 closes #4275 9 years ago
Barış Soner Uşaklı 441232e71d fix missing callback 9 years ago
akhoury 509676fdf4 add deprecation warnings for CLS 9 years ago
akhoury a8411d44fd merge 9 years ago
akhoury 07586c9023 merge 9 years ago
Julian Lam 13623a620b fixed #4277 9 years ago
Barış Soner Uşaklı 5556c49f74 removed extra next 9 years ago
Julian Lam 432c3d777d Merge branch 'master' into fix-vendors 9 years ago
Julian Lam 7bc9e4439a removed .gitignore from list of sound files 9 years ago
Julian Lam 3f2872979f added buzz 9 years ago
Julian Lam 44aae7daa5 removed hammer, updated semver, added mousetrap 9 years ago
Julian Lam e1323c0295 Updated js code so vendors can be added to the modules folder, so
they can be required properly and we can finally get rid of that
really annoying "mismatched anonymous" error in Require.js.

First module to make the transition: Chart.js
9 years ago
barisusakli c8ee1b4c58 closes #4261 9 years ago
psychobunny ee6d16c3d8 closes #4266 9 years ago
psychobunny 2b10ef97b2 closes #4262 9 years ago
pichalite 5f6a1a0acd complete fixes for #4144 9 years ago
Julian Lam dd3f1b9ba8 removed console.log 9 years ago
Julian Lam 088940d4c7 Squashed commit of the following:
commit 49e6c0040cc82c1e2684933a8e167ef14854aff8
Author: Julian Lam <julian@designcreateplay.com>
Date:   Thu Feb 25 16:12:15 2016 -0500

    added recording and charts for topic and post counts globally and by cid

commit e02ff70757f778aa016fbc42ef10a5da2d07a9d9
Author: Julian Lam <julian@designcreateplay.com>
Date:   Thu Feb 25 15:35:49 2016 -0500

    added labels to charts

commit e75d83bf3886e5183bcf5fcd848d71c513761e01
Author: Julian Lam <julian@designcreateplay.com>
Date:   Thu Feb 25 13:30:47 2016 -0500

    added per category graphs to ACP management page

commit e3f543200950925cc9e8bf33cccb592f949a100e
Author: Julian Lam <julian@designcreateplay.com>
Date:   Thu Feb 25 12:36:11 2016 -0500

    updated analytics to move helper methods to analytics lib and sending per category analytics to ACP page

commit 01891d8f7c408925fcdad18dcaa941e5ebbeb9b2
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Feb 24 16:48:55 2016 -0500

    saving per-category analytics, and updated the writeData method to use async for "clarity"
9 years ago
psychobunny 9e832e006a closes #2920 9 years ago
barisusakli 8bc80abde6 removed notify typing code, not even working 9 years ago
barisusakli ebcd892aee closes #4259 9 years ago
barisusakli 66c6c47b7c closes #4213 9 years ago
Ole R f537dfee16 Update array-check for settings trim and expand 9 years ago
barisusakli ac09036156 closes #4053 9 years ago
psychobunny fae5fe5c50 closes #3837 9 years ago