barisusakli
d2cbd7e6dc
new priv for uploads
2016-07-12 19:59:04 +03:00
barisusakli
7b86fd3dc0
closes #4835
2016-07-11 12:56:27 +03:00
Julian Lam
55bcc28e0e
closes #4831
2016-07-08 10:43:28 -04:00
Julian Lam
4c62784358
closes #4829
2016-07-07 18:57:59 -04:00
Julian Lam
d5961cfca3
#4827
2016-07-07 14:32:53 -04:00
barisusakli
789a3736af
closes #4820
2016-07-04 17:49:02 +03:00
Julian Lam
a14263349b
updated termsOfUse to use registration interstitial instead of being integrated into register template
2016-06-22 16:54:17 -04:00
Julian Lam
d2926f4fe7
WIP registration interstitial
2016-06-22 16:54:17 -04:00
Julian Lam
f03018b7cc
updated middlewares so if you have not completed registration, you will be required to do so
2016-06-22 16:54:17 -04:00
Julian Lam
0ba0001f75
WIP registration interstitial
2016-06-22 16:54:16 -04:00
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
2016-05-28 05:41:17 -04:00
Julian Lam
ba412f4a56
fully completed #4658
2016-05-24 23:04:57 -04:00
Julian Lam
149565169b
closes #4658
2016-05-24 22:01:46 -04:00
Julian Lam
437770538c
work-in-progress commit for #4655
2016-05-16 10:32:28 -04:00
barisusakli
b3fa5583f8
closes #4650
2016-05-16 12:34:47 +03:00
Julian Lam
621e0d145e
closes #4617
...
Serving english timeago strings from server instead of round-trip
re-request on failure.
2016-05-10 11:07:03 -04:00
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
2016-05-10 10:36:59 -04:00
barisusakli
69e25fe4d5
closes #4612
2016-05-09 23:39:00 +03:00
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
2016-05-06 09:41:35 +03:00
barisusakli
eb0aea6390
add /user/<uid> and /post/<pid> redirects
...
change notifications to use new redirects
2016-05-05 20:24:09 +03:00
Barış Soner Uşaklı
03b047bd59
fix another crash
2016-05-02 18:28:33 +03:00
barisusakli
09a03bbe10
fix validator crash
2016-04-30 19:47:13 +03:00
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.
2016-04-26 17:00:46 -04:00
Julian Lam
d0f08b4dd4
added prompt to passport input for Google SSO
2016-04-18 16:04:09 -04:00
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.
2016-04-18 14:42:10 +03:00
Julian Lam
2ddcaa9ce1
added new hook for hotswap preparation
2016-04-14 11:16:12 -04:00
barisusakli
229326acd6
another tab
2016-04-13 10:32:59 +03:00
barisusakli
f43be13f87
fix indent
2016-04-13 10:32:31 +03:00
barisusakli
bec688cea0
relative path fix
2016-04-13 10:31:59 +03:00
barisusakli
f7ac1d89ff
fix undefined next
2016-04-11 14:41:04 +03:00
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.
2016-04-08 13:42:47 -05:00
Julian Lam
22f73a8f68
fixes #4463
2016-03-25 13:24:40 -04:00
barisusakli
78f4cbc9e4
fix indents
2016-03-24 16:50:00 +02:00
barisusakli
0f959c341b
closes #4466
2016-03-24 16:48:20 +02:00
barisusakli
f665a1e353
closes #4394
2016-03-21 17:49:44 +02:00
barisusakli
b6e22b7723
closes #4367
2016-03-15 12:13:35 +02:00
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
2016-03-14 17:31:36 -04:00
psychobunny
9e832e006a
closes #2920
2016-02-25 14:06:03 -05:00
psychobunny
e069150625
closes #2165
2016-02-23 16:06:02 -05:00
barisusakli
3d4e058b6a
closes #4192
2016-02-17 17:56:37 +02:00
barisusakli
5b6e8bd167
closes #4171
2016-02-10 08:50:58 +02:00
barisusakli
e6cf8ec5cf
more flagged posts shenanigans
2016-02-03 18:21:34 +02:00
barisusakli
086e99de5c
wip flagged posts
2016-02-03 15:47:29 +02:00
barisusakli
1b9e18c6fc
allow global mods to see banned users
2016-02-03 15:17:42 +02:00
Julian Lam
b1d6d81992
ensuring that auth routes are loaded _after_ plugin routes,
...
just like in a reload.
2016-02-02 11:42:42 -05:00
barisusakli
1a87767c2c
removed extra isAdminOrMod check
2016-01-27 20:36:40 +02:00
barisusakli
dbc04cb4a2
getTopicWithPosts change, fix feeds
2016-01-21 20:51:15 +02:00
barisusakli
cb8fcb80d1
closes #4083
2016-01-21 11:58:58 +02:00
barisusakli
32ca95319e
closes #3436
2016-01-20 16:13:04 +02:00
psychobunny
42c0b973f1
closes #3134
2016-01-18 15:17:38 -05:00