15434 Commits (f646e08a6ef363dee53172b3aeb933e9117fe543)
 

Author SHA1 Message Date
Barış Soner Uşaklı f646e08a6e update tags/links for 1.5.4 8 years ago
Misty (Bot) 76d2e43948 Incremented version number - v1.5.3 8 years ago
Misty (Bot) f2dba40496 Latest translations and fallbacks 8 years ago
Julian Lam 09770c4c39 up composer-default 8 years ago
Baris Usakli a9dbdc75af closes #5825 8 years ago
Baris Usakli 949595fdf3 fix eslint 8 years ago
Baris Usakli 541b78c26d fix ipMatch data 8 years ago
Misty (Bot) ae3d5f8aaa Latest translations and fallbacks 8 years ago
Barış Soner Uşaklı 4c126c0870 up markdown 8 years ago
Barış Soner Uşaklı b3f6c423c6 fix test 8 years ago
Julian Lam f59f48c6e1 use setImmediate 8 years ago
Julian Lam c9c27b86c4 added back logic to strip leading slashes, but after the fix to app.all 8 years ago
Baris Usakli 6087f3c8cd test router fix 8 years ago
Baris Usakli e9639833c5 add router.all 8 years ago
Julian Lam 1247b4b53b linting 8 years ago
Julian Lam 233297367b strip leading slashes from path if double-slash is accidentally used, stripping trailing slash from relative path retrieved from config.json 8 years ago
Misty (Bot) 5835334b1c Latest translations and fallbacks 8 years ago
Misty (Bot) b2a0ecb3c8 Latest translations and fallbacks 8 years ago
Barış Soner Uşaklı efe13e4038 closes #5827 8 years ago
Misty (Bot) 9d0e2e90de Latest translations and fallbacks 8 years ago
Barış Soner Uşaklı 292d27716a closes #5842 8 years ago
Barış Soner Uşaklı 9d69224329 up themes fix altenate_logins to be bool 8 years ago
Misty (Bot) e87f6f900f Latest translations and fallbacks 8 years ago
Misty (Bot) a1b7666c96 Latest translations and fallbacks 8 years ago
Julian Lam 568b2b9957 fixes #5780 8 years ago
Misty (Bot) 72fb92fa96 Latest translations and fallbacks 8 years ago
Julian Lam f40928c46c up composer 8 years ago
Julian Lam 6762ecbf21 Merge pull request #5839 from kingjan1999/master
Fix update link in README.md, fixes #5838
8 years ago
Jan c86cb12d0f Fix update link in README.md, fixes #5838 8 years ago
Misty (Bot) e02f354ec9 Latest translations and fallbacks 8 years ago
Julian Lam efea8f8e99 closes #5784 8 years ago
Baris Usakli 18181260e7 closes #5836 8 years ago
Baris Usakli 43a70270ef closes #5835 8 years ago
Misty (Bot) 018d5d7819 Latest translations and fallbacks 8 years ago
Stjepan Osojnički 9b491e4c2e Add post images hook (#5828)
* Add post images hook

This hook would allow plugins to manipulate images inside posts  after images are manipulated by nodebb (for example, delay loading). Without this hook we can manipulate images by searching post data for them and manipulate that data, but any change on that level is either erased by nodebb once image loading starts (if delay is turned on) or it disables native image behaviour by changing image code so native behaviour is not triggered.
Hook at this place works for both delayed loading turned on and off.
Usage for this kind of hook was talked about here: https://community.nodebb.org/topic/10960/opening-uploaded-images-in-modal-windows

* trying to fix Travis error

* Update images.js

Hook moved out of wrapImagesInLinks function to places where images are actually loaded. One of the places is inside unloadImage function but in place where loading is happening because of failed if check (delayImageLoading not se in users configuration).
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ı b983be2919 fix colspans in category privilege tab 8 years ago
Barış Soner Uşaklı 8e8507c9e6 up widget essentials 8 years ago
Barış Soner Uşaklı cc4f4e7282 style changes 8 years ago
Barış Soner Uşaklı 67ca1881bd closes #5831 8 years ago
Baris Usakli 0a4b76357a #5830 8 years ago
Baris Usakli 9dee81b37f closes #5830 8 years ago
Baris Usakli f8bfe79cf4 remove tid from recent_tids 8 years ago
Misty (Bot) 3a0bc15a7a Incremented version number - v1.5.2 8 years ago
Baris Usakli 5a9ae8f4c7 rearrange menu items 8 years ago
Baris Usakli 6ba913d6e6 up themes 8 years ago
Misty (Bot) 0e4fba7c6c Latest translations and fallbacks 8 years ago
Barış Soner Uşaklı 5888a5ffc4 closes #5010
init plugin hooks before resetting widgets, the areas are returned by
`filter:widgets.getAreas`
8 years ago
Barış Soner Uşaklı 4056283fd5 always return array 8 years ago