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