Julian Lam
4f766ac7b5
Updated cache buster logic
...
Removed css and script busters in favour of a uuid/guid cache
buster that is generated when the app starts.
This change means that in the event your NodeBB crashes often,
users will not be able to rely on their browser cache to serve
an unchanged style/js file, but if that's the case, you've
got bigger problems anyway.
re: #3573
10 years ago
barisusakli
e6755d0adc
closes #3458
10 years ago
barisusakli
a4d7022e68
closes #2958
10 years ago
barisusakli
f7aef56e66
closes #3529
10 years ago
barisusakli
19eaa051c2
closes #3469
10 years ago
barisusakli
0bfc568ac3
closes #3537
10 years ago
barisusakli
442c4be4ec
closes #3581
10 years ago
psychobunny
265a16af1a
some old left over branding code
10 years ago
barisusakli
2c6f93efbd
closes #3583
10 years ago
psychobunny
edbe8b2e04
typo in ACP
10 years ago
Julian Lam
3baad54223
Close #3578
...
This commit introduces notification creation if a user requests
membership to a group (in which case notifications are sent to
all group owners), and user invites to a group (in which case
a notification is sent to the invitee).
10 years ago
barisusakli
b4d465223a
if there is no description tag add one, fix missing winston
10 years ago
barisusakli
7c319c9b20
fix browser title on home page
10 years ago
barisusakli
cf193581e4
check and log all fs.unlink errors
10 years ago
barisusakli
54f9a09e6a
some more logging
10 years ago
Julian Lam
8621023452
Removed surrounding panel from privileges table
10 years ago
Julian Lam
c3821c2070
Close #3540
10 years ago
barisusakli
ffff8093ba
make sure user is admin/mod before forking
10 years ago
Julian Lam
394440e597
Fix upgrade crash if groups have 0 users
...
@barisusakli
10 years ago
psychobunny
b5c7473c95
get teasers: probably faster, hopefully
10 years ago
psychobunny
08137c5c1e
fixed issue where teasers were being assigned to the wrong chat
10 years ago
psychobunny
1d53f365dd
closes #3528
10 years ago
Julian Lam
cf679f0c5e
Fix julianlam/nodebb-plugin-2factor#6
10 years ago
barisusakli
e0101fcd24
fix crash on follow/edit
10 years ago
barisusakli
d23d814154
fix topic_count on topic move
10 years ago
barisusakli
5009e80122
fix typo
10 years ago
barisusakli
9f74450196
log unlink error
10 years ago
psychobunny
891a611714
contacts vs recent: makes more sense the other way around
...
well, it does make sense on the older UX anyways, but I'm not going to
go there :P
10 years ago
psychobunny
6aa6510ef6
teasers instead of chatTeasers
10 years ago
barisusakli
c3719ea5b5
closes #3519
10 years ago
barisusakli
93e6916fe6
moved maintenace mode middleware
10 years ago
barisusakli
6d930d0d1a
fix indents
10 years ago
barisusakli
25502f0687
closes #3508
10 years ago
Julian Lam
f21325a91b
add back missing ENDIF to complete admin header conditional
...
This fixes #3516
10 years ago
barisusakli
f4bf82a349
closes #3510 increase email confirm reset to 24 hours
10 years ago
barisusakli
a0cd4b49f5
when a category is deleted, set the children's parent to 0
10 years ago
barisusakli
9d4d904479
404 fix
10 years ago
Julian Lam
ba39a432e7
fixed #3517
10 years ago
barisusakli
a1fb234b8b
config.cache-buster
10 years ago
barisusakli
48512bff6b
get rid of app.exposeConfigToTemplates
10 years ago
barisusakli
ef65b711de
removed template-variables
10 years ago
psychobunny
71cad7e181
chat teaser
10 years ago
psychobunny
643abb6926
if params.count is passed in, min should be 0
10 years ago
psychobunny
e0cfc117c7
changing function signature for messaging.getMessages
...
@julianlam should this be moved to 0.8.0?
10 years ago
barisusakli
e171b544e9
fix 404 title on api calls
10 years ago
psychobunny
dbc9c07b55
403 browser title
10 years ago
psychobunny
0eca875f6e
add site title to 404, on cold load anyways
10 years ago
psychobunny
4b91d7ec3d
req.route is not defined if you go to some bogus url
10 years ago
psychobunny
54ec105986
random attempt to fix bad dep check
10 years ago
psychobunny
4b5f67eb4d
use [[pages:home]] instead
10 years ago
psychobunny
5dae60faff
closes #3502
10 years ago
psychobunny
61cc0ee597
/categories: og:title and <title> should be the same
10 years ago
psychobunny
80218961aa
Merge branch 'master' into v0.8.x
10 years ago
psychobunny
8cc91ea6e7
fix crash in middleware.renderHeader
10 years ago
psychobunny
25a419e458
Merge branch 'master' into v0.8.x
10 years ago
barisusakli
0bf8b279de
fix typo
10 years ago
barisusakli
5c19bf31c9
removed breaking change
10 years ago
barisusakli
eaefd9d24c
remove meta/title.js and meta.title.build #3481
10 years ago
psychobunny
a217b42cb1
bonus two for #3481 - chats/username route
10 years ago
psychobunny
22fc257e36
bonus for #3481 - groups/group route
10 years ago
psychobunny
89b8622cfa
other routes done, closes #3481
10 years ago
psychobunny
671f96f589
duplicate route removed: /users redirected to /users/online
10 years ago
psychobunny
0e0d8474a4
page titles for user pages #3481
10 years ago
psychobunny
47a7347b54
better mobile support for appearance/themes and appearance/skins
10 years ago
barisusakli
d644542143
clearer text
10 years ago
barisusakli
958bb24d4e
#3492
10 years ago
Julian Lam
ea9f5cbc61
adding in another deprecated hook to the warning list
10 years ago
Julian Lam
a1d5132777
Deprecated filter:user.delete hook
...
Please use static:user.delete instead.
10 years ago
psychobunny
cd7f9c7523
fix for disableCustomUserSkins
10 years ago
psychobunny
9323a37bd1
disableCustomUserSkins setting
10 years ago
Julian Lam
edba11f388
If a plugin version is defined in package.json, suggest that as the latest version
10 years ago
psychobunny
3e1ddb1e2c
for old people like @barisusakli
10 years ago
psychobunny
3145e75fc0
closes #3485
10 years ago
barisusakli
5b3601994c
Merge branch 'master' of https://github.com/NodeBB/NodeBB
10 years ago
barisusakli
def3e06ba3
closes #3483
10 years ago
psychobunny
5a90de55d8
removed missing css file
10 years ago
Julian Lam
a27c8f0321
Exposed package data for incompatible plugins to admin/plugins controller, #3480
...
ping @psychobunny
10 years ago
Fokke Zandbergen
36c27633b9
Only use semver.satisfies on valid ranges
...
So it doesn't alarm when you use a package straight from git e.g.
10 years ago
Barış Soner Uşaklı
1a6e576483
async
10 years ago
barisusakli
6ce6503970
mark register notif read when its rejected
10 years ago
psychobunny
48cb671916
fixes #3465
...
temporary until stopforumspam supports ipv6
10 years ago
psychobunny
d1aaa9ca07
mobile fixes for homepage, languages, sounds
10 years ago
psychobunny
36110db90c
closes #3464
10 years ago
psychobunny
0cb8f2b80c
closes #3463
10 years ago
psychobunny
6b054a6d14
new acp mobile menu, completed
10 years ago
psychobunny
cc299f89e2
mobile menu for ACP first pass
10 years ago
psychobunny
82429c10db
slideout
10 years ago
psychobunny
1f9dbd3cf2
hamburger button
10 years ago
psychobunny
acdfb87117
compact header on mobile
10 years ago
psychobunny
ea3fa0ff1d
md snackbar for acp
10 years ago
Julian Lam
0e8482ebfe
removing hash from url
10 years ago
Julian Lam
dbf8f5f70c
Fix internal link to User Registration Settings from Registration Queue
10 years ago
psychobunny
28bd915a7b
fixed settings pages
10 years ago
psychobunny
11e082989d
fix route to admin/manage/registration page
10 years ago
psychobunny
7420351eb7
Merge remote-tracking branch 'origin/master'
10 years ago
psychobunny
eb49898a9c
mobile tweaks for settings pages
10 years ago
Julian Lam
5f9990299f
Pass a notification path when a user follows another
...
When a user followed another, a notification is created, but with
no path, so on plugins like pushbullet, it would default to trying
to build a topic url, but the required values were null, leading to
a broken url.
10 years ago
psychobunny
cdc351bc02
fixed acp search
10 years ago
psychobunny
e4c9b379b2
customise - checkboxes
10 years ago
psychobunny
c97631b060
settings checkboxes - webcrawler, tags, advanced
10 years ago