Commit Graph

1388 Commits (cc4f4e72828420ca49e1cd6079896874fcccb053)

Author SHA1 Message Date
Barış Soner Uşaklı cc4f4e7282 style changes
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
Baris Usakli e036e26238 closes
Barış Soner Uşaklı 923bd86662 Widgets refactor ()
* widgets refactor

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

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