1393 Commits (5e16933c1fd5a12d90853852ce795e79efe499a6)

Author SHA1 Message Date
Barış Soner Uşaklı 7a405da60f group member search change 8 years ago
Baris Usakli a9dbdc75af closes #5825 8 years ago
Barış Soner Uşaklı 9d69224329 up themes fix altenate_logins to be bool 8 years ago
Barış Soner Uşaklı eecc680761 style 8 years ago
dbolack-ab c1452db0ba Adds the filter:uploadStored hook which fires after the file is saved… (#5798)
* Adds the filter:uploadStored hook which fires after the file is saved in the async waterfall and passes:
                       var storedFile = {
                       url: nconf.get('relative_path') + upload.url,
                       path: upload.path,
                       name: uploadedFile.name,
               }
               plugins.fireHook( 'filter:uploadStored', { uploadedFile: uploadedFile, storedFile: storedFile } );

* Corrections per PR. Should match style guide.

* Correction attempts take 2.

Per:

/home/travis/build/NodeBB/NodeBB/src/controllers/uploads.js

  234:5    error  Missing semicolon                            semi

  235:3    error  Expected indentation of 3 tabs but found 2   indent

  235:19   error  There should be no spaces inside this paren  space-in-parens

  235:105  error  There should be no spaces inside this paren  space-in-parens

  236:3    error  Expected indentation of 3 tabs but found 2   indent

* next() shouldn't fire twice, but I see no documentation suggesting that the paramaters will fire correctly.

Previous comments imply it is preferred to have fireHook fire fof the callback rather than having it happen next,  so I'm wrapping next in an anonymous function to ensure it passes the parameters.

If this is not the preferred method, please provide a thorough correction.

* Meh. Figuring out this style requirement is so hit and miss.

* Corrected for proper callback? technique.

Might blow up on style. Will watch.
8 years ago
Barış Soner Uşaklı cc4f4e7282 style changes 8 years ago
Julian Lam 701ba73883 updated homepage route logic so that it is all contained in the local function (and plugin hook receives all entries, including custom) @barisusakli 8 years ago
Baris Usakli e036e26238 closes #5813 8 years ago
Barış Soner Uşaklı 923bd86662 Widgets refactor (#5817)
* widgets refactor

render widgets server side
widgets can use all the data the template can use

* fix tests
8 years ago
Baris Usakli e0de922ede Revert "widgets refactor"
This reverts commit 9e94edb5aa.
8 years ago
Baris Usakli 9e94edb5aa widgets refactor
render widgets server side
widgets can use all the data the template can use
8 years ago
Julian Lam b7e8ecc6d3 updated mentions version and changed topics filter to take its translation from global hash instead 8 years ago
Barış Soner Uşaklı b807d3750c encodeURI redirect url 8 years ago
Peter Jaszkowiak 6cb8440715 Fix #5793
Use a custom header instead
8 years ago
Baris Usakli 1f5b3ba636 closes #5771 8 years ago
Barış Soner Uşaklı 0f234601f1 style changes 8 years ago
Barış Soner Uşaklı 78005d6124 show old groups first 8 years ago
Baris Usakli 77994dcf69 fix link tag url 8 years ago
Baris Usakli ef9e656f34 closes #5740
added token to topic page as well
check privilege even if token is provided
tests
8 years ago
psychobunny 228e9ab8e3 proof of concept for #5740 8 years ago
Ben Lubar 07982a3fa2
Fix uploading a file with no extension resulting in invalid-extension even if the file extension list is blank (allow all) 8 years ago
Barış Soner Uşaklı b13ed26587 closes #5755 8 years ago
Peter Jaszkowiak 44e55d2a98 Less synchronous stuffs 8 years ago
Baris Usakli da8b1b605c #5723 8 years ago
psychobunny 88d5f97280 closes #5717 8 years ago
Baris Usakli d7684b042f fix tab 8 years ago
Baris Usakli 1fa52267d4 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	public/src/admin/manage/category.js
8 years ago
Baris Usakli de5fe25e57 closes #5715 8 years ago
Barış Soner Uşaklı 59b1d8fbae Merge pull request #5710 from NodeBB/_lodash
Switch from underscore to lodash
8 years ago
Baris Usakli dc0971c122 up composer 8 years ago
Barış Soner Uşaklı 9664033b73 add memory usage to info page 8 years ago
Barış Soner Uşaklı 08aaabd33c closes #5642 8 years ago
Peter Jaszkowiak 3c2d4fe649 Switch from underscore to lodash 8 years ago
Barış Soner Uşaklı bcc566fb68 remove unnecessary checks 8 years ago
Baris Usakli 11d9410229 fix test and image normalize test 8 years ago
Baris Usakli 081ac6535c style change 8 years ago
Baris Usakli 9efa46c65a more account tests 8 years ago
Baris Usakli 69b5bb39ec unread tests 8 years ago
Barış Soner Uşaklı 79a48cec5f controllers/category tests 8 years ago
Baris Usakli 062bced3dd cleanup and tests 8 years ago
Baris Usakli b9b02a1fab math.ceil pageCount 8 years ago
Barış Soner Uşaklı b0dd1ad4d7 admin navigation test 8 years ago
Barış Soner Uşaklı c9d502320f file.delete method 8 years ago
Barış Soner Uşaklı b29745aa44 more auth tests 8 years ago
Barış Soner Uşaklı b8cc67dfff social tests 8 years ago
Barış Soner Uşaklı a8c649cca6 check data.uid 8 years ago
Barış Soner Uşaklı e4714a0c58 more auth tests 8 years ago
Barış Soner Uşaklı 9625f89665 remove for loop 8 years ago
Barış Soner Uşaklı 1e83d33283 tests for login 8 years ago
Barış Soner Uşaklı a4ba88dc60 more feed tests 8 years ago