Commit Graph

1167 Commits (338acb8fc2432efaaef3028632bc7860f7b07609)

Author SHA1 Message Date
psychobunny 338acb8fc2 added a way to disable ajaxify on links manually if needed.
Julian Lam c6c3ab94b1 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 8671516b95 added more itemprop stuff... replies are now comments.
Baris Soner Usakli 5710ab47ae Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Soner Usakli e3b0eb29f1 added favourites link to template
Julian Lam 795594b6a6 added some microdata for better google scrapage. closes issue
psychobunny a63732027f plugins - filter:header.build allows plugins to add custom navigation to header
Julian Lam 1ee24517e3 enhanced the "discard post" confirmation message to only trigger if
something in the post body actually changed
Julian Lam 64e35c734e decreased the severity of the border radii on the post window, and removed
them completely from the bottom of the window, as it conflicts with the
taskbar
Baris Usakli 0c5937805b clear uploads in progress if discard is clicked, temp fix until composer is revamped
Baris Usakli d315829eaf closes
Baris Usakli 3577c11c89 fixed infinite loading on /recent
Baris Usakli 73de5f78fe language file
Baris Usakli 4e59b85073 recent page, for hour, day, week, month
Baris Usakli 9af26db57a follower count fix
Baris Usakli 8e4ca8e474 closes
Baris Usakli 79de3976bf removed non existant paths from templates/config.json, added starts with to regexes
Baris Usakli 4b80f13373 removed reduntant paths fron templates/config.json
Baris Usakli 6210c6dbf4 removed extra ) in search.js
Baris Usakli 6c3e121b6c remove a line, not needed
Baris Usakli 95ee7fb49f added flag to empty container
Baris Usakli b3f73eace1 fix for online page
Baris Soner Usakli 07a497362a removed console.log
Baris Soner Usakli afa078d00c closes
psychobunny 3fd7d9a604 moved jquery.form.js into appropriate location
psychobunny 27f4fdd179 fixes
psychobunny d1a94a91c2 added app.uid
psychobunny 69a31dcdd9 fixes
psychobunny a2a6bf87f7 fixes
Julian Lam bd1e95b655 cleaned up admin template mapping
Julian Lam f95913e623 Merge pull request from adarqui/issue-login-redirect-40x
Issue login redirect 40x
Julian Lam 84915a1843 added css files support for plugins, added ready output for NodeBB, put
some minification related outputs to debug-mode only
Andrew Darqui 4b0e915698 just changed the 403/404 checking logic to use regex.
Andrew Darqui b2e81b5d17 Fixes a small issue with the redirect after logging in. If app.previousUrl is undefined (from accessing the page directly), login would fail to redirect you because of an error with indexOf on the undefined app.previousUrl.
Andrew Darqui ef47f3fd15 if nodebb returns 403/404, don't overwrite previousUrl. If you don't do this, when logging in after a 403/404, it will redirect you to the 403/404 page.
Andrew Darqui 8cc71d2b47 fixed logger.tpl to use the new requirejs code
Julian Lam 0b299b2fe7 Merge pull request from adarqui/express-logger-0.0.7
Express & Socket.io logger
Baris Usakli 2bdf12fb67 derp, need to revamp online page
Baris Usakli c00b138bf2 some fixes to online page
Baris Usakli 1155eaf1f1 online page changes
Baris Usakli 52f2e193d6 if api fails with 404 ajaxify to 404, added type check to updateProfile
Baris Usakli f5619a9b29 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Usakli 057608bac0 added usernames to following followers, closes
Andrew Darqui a3f6fee41f refactored the logger completely.
Julian Lam d583122c64 Merge pull request from iamcardinal/master
FIxes Search and touches on postbox, closes 
Julian Lam 0e18ec022c not running init() if there is no init method in each template script
Julian Lam 64117ab613 removing deprecated bootstrap css file from admin header
Julian Lam 038e04dee6 revamped client side scripts so that they are loaded using Require.js instead.
Julian Lam 948949c571 closed - now asking socket.io to connect to "current page" instead of hardcoded url, removed api_url and "socket" section from public config
Julian Lam f173a79a0d Merge pull request from iamcardinal/master
Adds meta:keywords tags fixes tabbing, closes