Commit Graph

14028 Commits (e94d47976dc5d8018877c977c3f4df085172532b)
 

Author SHA1 Message Date
barisusakli f7540a7edc closes
Julian Lam aa45db53f9 update persona
Julian Lam 4dd5d1877f update themes
Julian Lam da47f5675c don't wrap images in links if the link is blank, fixes
barisusakli 6c8a34ae50 up persona
barisusakli f996dfab91 removed find
barisusakli ad0dd3bf28 up theme
barisusakli 5983235875 .translateAttr
barisusakli bb6a3f3a52 up themes
barisusakli 276031cd6f closes , closes https://github.com/NodeBB/nodebb-theme-persona/issues/299
NodeBB Misty 5393a98e26 Latest translations and fallbacks
barisusakli abd0a10918 added selected group to profile api
barisusakli b6ac809a7d moved sync code out of async
barisusakli 9eb64aa3fa closes
psychobunny 6516b70f9a Merge pull request from yariplus/patch-10
Fix requiring files outside of node_modules
Timothy Fike ed3bc06dee Fix requiring files outside of node_modules
e.g.
```
"scripts": [
        "../../public/vendor/jquery/js/jquery-ui-1.10.4.custom.js"
]
```
Julian Lam f0c4c59793 up composer
Julian Lam 358deb386a up themes
NodeBB Misty 15d9a5f4d5 Latest translations and fallbacks
barisusakli 6a04e2909d page param not used
barisusakli 0d7d6b665f up themes
barisusakli 84f88a6f15 refactor user search
use pagination on results
removed infinite scroll
changed the term and section to use the query param as well
pagination urls respect search
barisusakli 768c1b37d4 Merge branch 'master' of https://github.com/NodeBB/NodeBB
barisusakli 0fb74a2636 pass err object along so errors dont get treated as 404 @julianlam
Barış Soner Uşaklı 2e1e40026a Merge pull request from BenLubar/search-null
Fix null object in search for users with no preferences set.
Ben Lubar 598935b3bf
Fix null object in search for users with no preferences set.
localStorage.getItem returned null, and JSON.parse(null) is null.
Julian Lam dbdbfc6d75 allowing the port to be defined by a custom port environment variable, for certain hosting environments
barisusakli 34276dd638 up themes
barisusakli 5d5b74f3ed if no sorting specificed let search plugins handle
barisusakli 31751c9d8a closes
NodeBB Misty 61efabf4ec Latest translations and fallbacks
Barış Soner Uşaklı 34a116149a Merge pull request from BenLubar/category-ignore-recursive
ignore/watch categories recursively
Ben Lubar 862fd1a94a
ignore/watch categories recursively
Julian Lam ebb50160cb wrap saving of url_parsed in conditional, since url isn't set during setup
Julian Lam 60ea7d5121 fixes
Ben Lubar de49de3c56 Show accounts using the same IP address as a registration queue entry ()
NodeBB Misty 3864e8044e Latest translations and fallbacks
barisusakli e4fa0289d6 closes
NodeBB Misty f4fafeb500 Latest translations and fallbacks
Julian Lam 8a107c8d6c saving getUsersCSV to event log and outputting to log if pressed
barisusakli 409621c661 closes
NodeBB Misty d5b8b1da56 Latest translations and fallbacks
Julian Lam 8d745ceb07 moving chat dropdown generation to tpl /cc @pichalite
Julian Lam a412ef04b0 up persona
Julian Lam 48ade6099c fixes
Julian Lam 093b21fc31 fixes
NodeBB Misty bf3b270c77 Latest translations and fallbacks
barisusakli 096cbf30cf up themes
Barış Soner Uşaklı 37f7b89e2a Merge pull request from pichalite/login-sessions
move login sessions section to account info route
pichalite 0b431ec41c move login sessions section to account info route