Commit Graph

20 Commits (b54a311a0d3b97f7422188ed19daaa23d4af4d71)

Author SHA1 Message Date
Marc-Aurèle DARCHE 6248e5562f Fix /apple-touch-icon not sending uploaded file
This fixes the following error:

$ wget https://nodebb.yourdomain/apple-touch-icon

28/6 09:57:06 [28332] - error: /apple-touch-icon
 Error: ENOENT: no such file or directory, stat '/home/sweet/nodebb/public/assets/uploads/system/touchicon-orig.png'
    at Error (native)
Barış Soner Uşaklı 4f31dec82c reduce usage of io.emit in tests
Peter Jaszkowiak b171f3072b Fix many "duplicate key" errors
- Reset defaults after every test
- Remove individual `after(db.emptydb)` calls
- Fix async.every in groups test
- Update plugin list in socket tests
Barış Soner Uşaklı 73f31640d7 more tests
Barış Soner Uşaklı 873801e9f3 fix test on nodev4 remove console.logs
Barış Soner Uşaklı 66dee3452f more tests for admin uploads
barisusakli da7bc5bb7a test fix
Peter Jaszkowiak 8f8babf90b Fix tests
barisusakli 0e7740af32 fix tests for subfolder installs
Julian Lam e71bd7a27f Merge branch 'master' into styleguide
barisusakli 04b07e292c thumb tests
Peter Jaszkowiak dd2b930824 Resolve merge conflicts, minify only `.js` files
barisusakli ef90702049 closes
Peter Jaszkowiak 896c8c7343 ESlint object-curly-spacing
Peter Jaszkowiak 3b0dd2d1ef ESlint padded-blocks
Peter Jaszkowiak 52f2028206 ESlint no-multiple-empty-lines
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle
Peter Jaszkowiak aaacdb8413 Fix , uploads path config setting
- Finish moving uploads route to `/assets/uploads`
- Remove `upload_url` config setting, it was broken
barisusakli 2cc2e7688a more tests
barisusakli 64a662ce50 some upload tests