Commit Graph

6070 Commits (db1fdb897fbebdeb1ae334d562bf190c3f549614)

Author SHA1 Message Date
Peter Jaszkowiak bb5fe0cc83 Escape arguments in `Translator.compile`
Peter Jaszkowiak a81aad61ab Add tests for translator static methods
Peter Jaszkowiak 7c697759e9 Escape and ignore `%` and `\,` in translator args
barisusakli 0b9829850c closes
psychobunny 6b7b51eaf0 Merge pull request from pitaj/master
ACP search updated to support translations
Peter Jaszkowiak e2ea3cb21e Fix linting error
Stuart Williams 647d0e0a75 Avoid encoding HTML in Twitter social share text
Stuart Williams cafc5cd891 closes
Peter Jaszkowiak 8ca98625b9 Key through search results
Peter Jaszkowiak f1cfed50a1 Translate skins and themes fully
Peter Jaszkowiak 5843e8dd77 Fix Translator to work with namespace paths
Julian Lam 777f15941f closes
Julian Lam 252574346e tweak gitignores, closes
psychobunny bcb3903446 priv table headers
Peter Jaszkowiak 5223bb5191 Merge branch 'master' of github.com:nodebb/nodebb
barisusakli 4cb48c46ab closes
barisusakli 2291899f4f show chat room title in taskbar
Peter Jaszkowiak 77e58f31c5 Fixes, passes tests
Peter Jaszkowiak 240e958fb1 Use config.relative_path instead of allcaps
Peter Jaszkowiak de6ced4e07 Tests for admin search, simplifications
Peter Jaszkowiak e3dd68e19c Explanations and simplifications
Peter Jaszkowiak a431dc0305 ACP search updated to support translations
barisusakli 2e28a8f7c7 closes
barisusakli a4b46fd5ce closes
Peter Jaszkowiak c5237443cd Standard language codes ()
* Use standard language codes. Fallback for plugins.

* Fix transifex config

* Tab vs space here for some reason

* Remove redundancies

* config.relative_path instead of allcaps

* added upgrade script for existing users' accounts
NodeBB Misty 7e6e5f771c Latest translations and fallbacks
Julian Lam c987b8474e fixing new post parsing to not add img-responsive to avatars
Julian Lam 6f1e5a83ab resolve regression caused by part of d28f7de
Julian Lam d28f7de19e fixes
NodeBB Misty ef6d52c01b Latest translations and fallbacks
barisusakli db14c29e41 socket.io/categories tests
barisusakli 3b40afe9e2 Merge branch 'master' of https://github.com/NodeBB/NodeBB
barisusakli 0756fcce7e eslint
NodeBB Misty 2440c74f60 Latest translations and fallbacks
barisusakli 2c77a88ba4 closes
NodeBB Misty 5e47ea5996 Latest translations and fallbacks
Julian Lam 0e8bf17ff0 re: , bringing back the RELOAD BUTTON :rage2:
NodeBB Misty 8fd5b12291 Latest translations and fallbacks
Barış Soner Uşaklı 0c9f61c629 Merge pull request from yariplus/patch-15
Allow sending Error objects to alertError instead of just plain strings.
Timothy Fike f1e3e155c4 Update app.js
Timothy Fike 2d84c98565 Allow sending Error objects to alertError instead of just plain strings.
pichalite d4040ed52e Fixes
NodeBB Misty c452df5a7f Latest translations and fallbacks
NodeBB Misty 682afbb440 Latest translations and fallbacks
NodeBB Misty d19171decc updated new chat strings for profile
NodeBB Misty e8b38bb9f7 Latest translations and fallbacks
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...
Julian Lam 0f93206122 lint
Julian Lam 7d523fae0f closes