3996 Commits (5393a98e2630c35718ef718f06f2c7ec4c1f4f1e)

Author SHA1 Message Date
barisusakli 9eb64aa3fa closes #4975 9 years ago
barisusakli 6a04e2909d page param not used 9 years ago
barisusakli 84f88a6f15 refactor user search
use pagination on results
removed infinite scroll
changed the term and section to use the query param as well
pagination urls respect search
9 years ago
Ben Lubar 598935b3bf
Fix null object in search for users with no preferences set.
localStorage.getItem returned null, and JSON.parse(null) is null.
9 years ago
Julian Lam 60ea7d5121 fixes #4966 9 years ago
barisusakli e4fa0289d6 closes #4961 9 years ago
Julian Lam 8d745ceb07 moving chat dropdown generation to tpl /cc @pichalite 9 years ago
psychobunny 59bd1d71f4 return roomId in optional callback when opening new chat 9 years ago
Mathias Schreck ce9ee62fa0 Handle callback errors 9 years ago
barisusakli d43c19c173 closes #4952 9 years ago
barisusakli 9207d6a74d fix so the parent button doesn't ajaxify if the post is already on the screen 9 years ago
Julian Lam e26166a45b closes #4950 9 years ago
barisusakli f77d9053ad closes #4795 9 years ago
barisusakli 49bf27d985 closes #4944 9 years ago
barisusakli a7ed5a0129 delete content 9 years ago
barisusakli 32320018ab closes #4911 9 years ago
barisusakli 0efe315790 closes #4631 9 years ago
barisusakli bc255110cc closes #2832 9 years ago
barisusakli e55043e5ab closes #4867 9 years ago
barisusakli 56d325bd86 privilege fixes 9 years ago
barisusakli 73e19fa13a fix app.alertError 9 years ago
Barış Soner Uşaklı e1c0a8f3b3 Merge pull request #4909 from BenLubar/self-topic-deletion
add edit/delete post, delete topic privileges per-category
9 years ago
Julian Lam e019eb40c4 altering ajaxify abort behaviour to look for null instead of empty string, and triggering ajaxify.end when abort occurs 9 years ago
Julian Lam 9e7d90e314 allowing listeners to cancel an ajaxify request via ajaxify.start client-side hook 9 years ago
Anil Mandepudi c44c689ebf fixes #4921 (#4922) 9 years ago
Ben Lubar f62da5c4e9 see NodeBB/NodeBB#4909 9 years ago
Ben Lubar 26df552d55 Add edit, delete, and topics:delete permissions for users acting on their own posts 9 years ago
Barış Soner Uşaklı b0c55c86ed Merge pull request #4842 from acardinale/master
Added new core component for topic with tid
9 years ago
barisusakli 9cbfaa89e7 closes #4912 9 years ago
barisusakli f222adb0a3 closes #4910 9 years ago
Julian Lam e02134f981 closes #4911 9 years ago
Julian Lam 7902987900 added jqueryUI to list of prefetched resources, and updated its loader to not use $.getScript(). Updated require.js files to use ?v= in the url argument for cache buster 9 years ago
Julian Lam 5667279763 closes #4868 9 years ago
Julian Lam dd8e5edbd7 closes #4895 9 years ago
psychobunny c615d1b064 Merge branch 'chartjs-update' of https://github.com/pichalite/NodeBB 9 years ago
Anil Mandepudi 313cb7f26d indentation 9 years ago
pichalite 8ef7ca4bdb update chart.js to new version 9 years ago
Anil Mandepudi 2f73807107 add missing comma 9 years ago
barisusakli 8e2e800e6d fix streamed in topics on category page 9 years ago
barisusakli 514c12aa68 closes #4885 9 years ago
barisusakli 2606844d98 closes #4868 9 years ago
Julian Lam e7386e20cf closes #4505 9 years ago
Julian Lam 71a5e4a8a1 better error handling for session revocation if no login session is present, #4214 9 years ago
barisusakli 58ab76d3c2 action:category.loaded, sort qs on category page 9 years ago
Ben Lubar b08696515f Fix restarted secondary instances waiting forever for the templates:compiled message. Fix update notification always appearing when an instance restarts even if there was no update. Closes #4870 (#4871) 9 years ago
psychobunny 9e17d64d29 allow categories to choose "no icon" 9 years ago
Barış Soner Uşaklı 237a44cae3 Merge pull request #4863 from pichalite/fix-tooltips
fix header tooltips
9 years ago
Barış Soner Uşaklı 7804d3989e Merge pull request #4858 from pichalite/change-recent
pass set as attribute for recent route
9 years ago
pichalite 11ba5e2bcc fix header tooltips 9 years ago
Ben Lubar 85e42aee6e make ?page=[numbers] links work for users with pagination disabled. remove ?page when updating the URL for infinite scroll 9 years ago