Commit Graph

13717 Commits (9bab0b53b0644539be0a3fd404186ae3394d2f6d)
 

Author SHA1 Message Date
Julian Lam 9bab0b53b0 re: , broke out meta.css.minify to accept targets, made build output marginally nicer looking
Julian Lam 232b387652 set up plugins in build step as well
Julian Lam b1f23c8c4b read req.uid instead of req.user.uid in admin groups list
barisusakli 71c7ef9109 fix test
barisusakli 4f0e93732a
remove passing js/css between procs
Julian Lam 97d7b57db3 nodebb executable integration for
Julian Lam 299fcb99f1 more progress on
Julian Lam 9bf0f6c5cd prep for @psychobunny, re:
Julian Lam 1617c99e7b linting app.js
Julian Lam 03cf5d8da5 upgrade and setup steps call build step now, re:
Julian Lam 179a28d73a basic build compilation logic, re:
Julian Lam 560dc15819 updated winston config to only use json logging if --json-logging flag is passed in or set in config
Julian Lam 135bb6a524 fixes
NodeBB Misty c452df5a7f Latest translations and fallbacks
barisusakli f2e4d9ce53 change flag tests so they use socket methods as well
barisusakli 7a0a77d0fa revoke session tests
Barış Soner Uşaklı 6822973502 Merge pull request from stuwil/admin-relative-paths
Add missing relative path to Admin tags and widgets links
Stuart Williams a20027d8f5 Add missing relative path to Admin tags and widgets links
NodeBB Misty 682afbb440 Latest translations and fallbacks
barisusakli 3380f61985 more tests
barisusakli 2476ab3684 closes
NodeBB Misty d19171decc updated new chat strings for profile
Julian Lam 2f2eb1457d auto-redirect to SSO flow should work in subfolders too
NodeBB Misty e8b38bb9f7 Latest translations and fallbacks
barisusakli 0bf51c7fff remove node 5 from build matrix
NodeBB Misty 6aa93362df Latest translations and fallbacks
Julian Lam ede7a71db7 Fixes
On socket.io connection, all clients join a room pertaining to
their express session id. We use this room to keep track of any
sessions in different browser windows (but the same cookie jar),
so if a login/logout occurs, we can throw a session mismatch
modal.

This room can also be used to emit messages across windows/tabs...
NodeBB Misty 38f11f8c28 Incremented version number
Julian Lam 0f93206122 lint
Julian Lam 7d523fae0f closes
Julian Lam 885316d78f also show minutes and hours in cut off timestamp
Julian Lam 75ff60e4d5 partial revert of a9984bb, adding in a layer to translate ISO
timestamp to datetime attribute and save localised string into
title attribute.

Fixes 
barisusakli ee75c69817 post edit tests
NodeBB Misty b9abde5832 Latest translations and fallbacks
barisusakli a9984bb926 closes
barisusakli 1a9dd2311c closes
Barış Soner Uşaklı fc87f9fce5 Merge pull request from BenLubar/watching-regression
Fix followed topic notifications going to the last unread post
Ben Lubar e151916f1a
Fix followed topic notifications going to the last unread post
Regression introduced in 1b34ebe230.

Bug originally reported in .
Julian Lam e6c9c89342 closes
barisusakli 1e543dd394 fix profile views on redis
barisusakli a3bff8d320 another test for user profile
NodeBB Misty 7241c42302 Latest translations and fallbacks
barisusakli 8449f3428e user/userslug/settings test
barisusakli 8294fc90e3 closes
barisusakli 5703bf6eac fix test
barisusakli ce9be7e694 closes
barisusakli 1b34ebe230 closes
barisusakli 8a3c72797b up persona
barisusakli c1d28af2a7 filter posts that you cant read
Barış Soner Uşaklı 43bcd453dd Merge pull request from BenLubar/replies-permissions
Check whether the user can read the replies