14083 Commits (debffe385f2c5a5d701779d5a094dfbcd34023ba)
 

Author SHA1 Message Date
barisusakli 35a15f37ec closes #5276 8 years ago
Barış Soner Uşaklı 1f52048866 Merge pull request #5252 from Fusselwurm/patch-2
ZSET scores are float: parseInt => parseFloat
8 years ago
psychobunny 10cffb0b54 Merge pull request #5283 from pichalite/setup-password-check
Check password length on setup and prompt again
8 years ago
Anil Mandepudi aea08d58b1 Fix tabs 8 years ago
pichalite 0a4e45c0da Check password length on setup 8 years ago
Julian Lam b79073cf32 Merge branch 'translator-escapes' of https://github.com/pitaj/NodeBB into pitaj-translator-escapes 8 years ago
Mathias Schreck b1a48981ef Check if href exists before accessing it (#5281)
I got a lot of errors in Firefox 50 `TypeError: $(...).attr(...) is undefined  nodebb.min.js:25167:24` which points exactly to that line I’ve changed.
Since HTML5 `href` is not a required attribute of an `a` tag. We have a couple of links without `href` and every time you click it you will get this error.
8 years ago
Moritz Schmidt ec5d13188b sneakily adjust database/sorted tests to include float scores 8 years ago
Moritz Schmidt c8393d6f87 mongo: set scores as float instead of int 8 years ago
Peter Jaszkowiak db1fdb897f Fixes for dev-ing on windows
- Change `nodebb.bat` to simply run `node ./nodebb` with same arguments
- Fix `npm test` for windows
8 years ago
Peter Jaszkowiak bb5fe0cc83 Escape arguments in `Translator.compile` 8 years ago
Peter Jaszkowiak a81aad61ab Add tests for translator static methods 8 years ago
Peter Jaszkowiak 375af7ad53 Restructure and rename translator tests 8 years ago
Peter Jaszkowiak 7c697759e9 Escape and ignore `%` and `\,` in translator args 8 years ago
barisusakli 1c6cee207f meta/settings test 8 years ago
barisusakli 9627e53922 change group membership methods 8 years ago
barisusakli 4db171985d up composer 8 years ago
barisusakli 0b9829850c closes #5273 8 years ago
Barış Soner Uşaklı 7f455344d8 show seconds in logs 8 years ago
Barış Soner Uşaklı e0501656b6 parallel startup 8 years ago
Barış Soner Uşaklı bca6151892 fix lint 8 years ago
Barış Soner Uşaklı 8c8e2ae190 closes #5271 8 years ago
Julian Lam acf2e4078b fixes #5263 8 years ago
psychobunny 56fb941979 up'd tjs 8 years ago
barisusakli 78b7d5896c convert topic title to string 8 years ago
barisusakli 74b9f1a016 closes #5262 8 years ago
psychobunny 6b7b51eaf0 Merge pull request #5170 from pitaj/master
ACP search updated to support translations
8 years ago
Peter Jaszkowiak e2ea3cb21e Fix linting error 8 years ago
Barış Soner Uşaklı a0d32e953a Merge pull request #5261 from stuwil/fix-twitter-share-text
Avoid HTML codes in Twitter social share text
8 years ago
Stuart Williams 647d0e0a75 Avoid encoding HTML in Twitter social share text 8 years ago
Barış Soner Uşaklı d468b6c466 Merge pull request #5260 from stuwil/fix-5259
Generate Post social share links with relative URL
8 years ago
Stuart Williams cafc5cd891 closes #5259 8 years ago
psychobunny b0126267a8 closes #5249 8 years ago
Peter Jaszkowiak 8ca98625b9 Key through search results 8 years ago
Peter Jaszkowiak f1cfed50a1 Translate skins and themes fully 8 years ago
Peter Jaszkowiak 5843e8dd77 Fix Translator to work with namespace paths 8 years ago
Peter Jaszkowiak 9fd64549a3 Use async instead of Promises 8 years ago
Julian Lam 777f15941f closes #5251 8 years ago
Julian Lam 252574346e tweak gitignores, closes #5250 8 years ago
Julian Lam ad732935fb closes #5254 8 years ago
barisusakli cbd6853ccb notif controller test 8 years ago
barisusakli 8691256a67 fix post move test 8 years ago
barisusakli 7d47f4b067 tag tests 8 years ago
Moritz Schmidt e8e33a8a23 ZSET scores are float: parseInt => parseFloat
In Redis, scores of sorted sets can be floats – so we should use `parseFloat` instead of `parseInt` when converting from string to number.
Should not lead to #4939 again, as `new Date()` works regardless of whether it's being passed a float or integer.
8 years ago
Julian Lam 33ff5e09bb updated revoke session middleware to allow self or admin or global mod invocation, tweaked tests a bit 8 years ago
barisusakli aad9a39f02 move post test 8 years ago
barisusakli 55416911f7 category tests 8 years ago
Julian Lam 23cdeeb344 linting :shipit: 8 years ago
Julian Lam a1b49a98e7 locking down session deletion route to admins and global mods only 8 years ago
barisusakli 69b766bbc8 more tests 8 years ago