barisusakli
f2a795a9b7
fix tests
2017-02-21 15:18:01 +03:00
barisusakli
799f688503
closes #5463 , invitation tests
2017-02-21 15:08:17 +03:00
barisusakli
4ee7edad64
test uploadProfileImageFromUrl
2017-02-20 21:58:35 +03:00
barisusakli
ef90702049
closes #5459
2017-02-20 21:28:02 +03:00
barisusakli
7842c3411c
remove logs
2017-02-18 20:52:45 +03:00
barisusakli
b33d34f7cf
refactor user/picture.js
2017-02-18 20:27:58 +03:00
pichalite
aacd8a2422
Fix return and tests
2017-02-17 20:36:13 +00:00
barisusakli
4d8d23830d
utils tests
2017-02-14 15:47:36 +03:00
barisusakli
4bbf517af3
rewards test
2017-02-14 15:04:48 +03:00
barisusakli
9f67142786
closes #5440
2017-02-14 14:16:31 +03:00
barisusakli
f4a6527ce6
getRecentPosterUids test
2017-02-10 15:26:24 +03:00
Julian Lam
7ba111acdd
Merge pull request #5420 from NodeBB/assets-route
...
/assets/uploads
2017-02-09 16:08:12 -05:00
barisusakli
667582744e
fix eslint
2017-02-09 13:22:03 +03:00
barisusakli
ab7867d4b5
topic follow tests, fix filterIgnoring
2017-02-09 13:15:43 +03:00
Peter Jaszkowiak
aaacdb8413
Fix #5416 , uploads path config setting
...
- Finish moving uploads route to `/assets/uploads`
- Remove `upload_url` config setting, it was broken
2017-02-08 11:41:34 -07:00
Peter Jaszkowiak
bb1bfb0449
Merge branch 'master' into assets-route
2017-02-06 15:52:54 -07:00
barisusakli
959315c8f7
test admin/search
2017-02-06 13:43:51 +03:00
Peter Jaszkowiak
fdad66f58e
Revert "Fix tests to use default activated plugin"
...
This reverts commit 44a59ac435 .
2017-02-03 23:48:43 -07:00
Peter Jaszkowiak
44a59ac435
Fix tests to use default activated plugin
2017-02-03 16:37:03 -07:00
barisusakli
e3a2e13438
build test
2017-02-03 11:39:31 +03:00
Peter Jaszkowiak
360a35d0a6
Resolve merge conflicts
2017-02-02 22:15:26 -07:00
Peter Jaszkowiak
553567c3b2
Refactor nodebb, move build.js, add --dev
2017-02-02 19:15:01 -07:00
Peter Jaszkowiak
001aa3d1a8
Fix tests, npm Windows fixes
2017-01-21 19:21:02 -07:00
Dominic Lennon
691b46d38b
Fixing lint issues
2017-01-16 14:43:34 +00:00
Dominic Lennon
f0add97cf9
Fixing tests
2017-01-16 14:37:14 +00:00
Peter Jaszkowiak
05b68391dd
Use /assets for client assets
...
- Route `/assets` -> `build/public`, falling back on `public`
- Moved destinations for `nodebb.min.js`, `acp.min.js`, `admin.css`, `stylesheet.css`, `templates`, and `sounds` to `build/public`
- r.js modules previously routed through express are now symlinked into `public/build/src/modules`
- minfiles no longer served from a memory cache
- use config `views_dir` setting everywhere template directory is used
- fix cache buster `v=v=`
2017-01-14 22:38:40 -07:00
barisusakli
6b2dde02b5
closes #5333
2017-01-03 15:08:16 +03:00
pichalite
a0ff3734cf
Add more user tests
2016-12-30 00:51:22 +00:00
pichalite
0ea477abde
Add more user tests
2016-12-29 23:16:23 +00:00
Barış Soner Uşaklı
c4d4d2385b
closes #3973 closes #5303
2016-12-22 01:48:41 +03:00
barisusakli
a1af59def3
add missing return, fix tests
2016-12-21 00:31:20 +03:00
barisusakli
988c485874
post tools test
2016-12-20 16:03:01 +03:00
barisusakli
a0c217446a
fix missing semicolon
2016-12-20 14:06:19 +03:00
barisusakli
caacae093d
fix tests
2016-12-20 14:05:15 +03:00
barisusakli
f8d958e065
rooms.getAll test
2016-12-20 13:53:32 +03:00
barisusakli
1fed01fe43
ability to filter search by tags
2016-12-19 21:40:16 +03:00
Barış Soner Uşaklı
4ff3d06f90
escape labelColor, icon, cover:position, validate toPid
2016-12-17 16:00:39 +03:00
barisusakli
009da723c5
meta.configs tests
2016-12-16 15:55:34 +03:00
barisusakli
975141bc9b
more tag tests
2016-12-15 18:06:49 +03:00
barisusakli
835669805a
tag tests
2016-12-15 17:26:54 +03:00
barisusakli
3bd1c6c2b5
notification tests
2016-12-15 16:08:32 +03:00
barisusakli
55b68197aa
closes #4544
2016-12-15 14:47:42 +03:00
Barış Soner Uşaklı
1f52048866
Merge pull request #5252 from Fusselwurm/patch-2
...
ZSET scores are float: parseInt => parseFloat
2016-12-13 11:58:24 +02:00
Moritz Schmidt
ec5d13188b
sneakily adjust database/sorted tests to include float scores
2016-12-11 15:59:28 +01:00
Peter Jaszkowiak
bb5fe0cc83
Escape arguments in Translator.compile
2016-12-10 20:41:49 -07:00
Peter Jaszkowiak
a81aad61ab
Add tests for translator static methods
2016-12-10 20:24:41 -07:00
Peter Jaszkowiak
375af7ad53
Restructure and rename translator tests
2016-12-10 20:24:41 -07:00
Peter Jaszkowiak
7c697759e9
Escape and ignore % and \, in translator args
2016-12-10 20:24:41 -07:00
barisusakli
1c6cee207f
meta/settings test
2016-12-10 00:51:50 +03:00
barisusakli
0b9829850c
closes #5273
2016-12-09 18:53:08 +03:00