Commit Graph

403 Commits (c34f4e451a49565b1ca8951e01e1d31f1a0f0b2c)

Author SHA1 Message Date
Julian Lam 89e852f692 adding 'load more topics' button to topic admin
Baris Usakli 3ef32ba7fb image size css for topic first post, facebook app id in template
Baris Soner Usakli 74563ea21e added tooltips on topic page
Baris Soner Usakli 6c63ad89de image upload sends the csrf token now
Baris Soner Usakli c19f9fa54b closes issue
Baris Usakli e7619e6fe3 fixed indents
Baris Usakli 9309722898 fixed indents
psychobunny 912664756f categories admin continued
Baris Usakli 64a9e5844d son whitespace conflicts are so 1765
Baris Usakli 523b787e69 added csrf to ajax calls
Julian Lam e75e0011e2 Merge branch 'master' of github.com:psychobunny/node-forum
Conflicts:
	public/css/admin.less
Julian Lam 32eba62ef6 developed during a merge... I am going to hell for this.
- also new topics tab in admin panel
Baris Usakli 8c355c53cc fixed isFriend to isFollowing in account.tpl
psychobunny 99d8affa53 started categories admin + icon picker; updated fontawesome; removed FA docs/less/sass
Baris Usakli 3f3d81de44 admins can make others admins
Julian Lam a1cf9710e9 Merge branch 'master' of github.com:psychobunny/node-forum
Julian Lam 59d26d6fc9 implementing express.csrf for login and register pages (the only places where HTTP forms are used). Fixes
Baris Usakli a7bce12887 this fixes
Baris Usakli 9e7e0f6579 changed updateHeader to check for the existance of the user label
Baris Soner Usakli 45dec91e1b reverted updateHeader code in footer.js to fix top bar after an image upload
Baris Usakli 88a1fef941 bookmark for the post made
Baris Soner Usakli 39cf0476d3 follower and following count on account page
Baris Soner Usakli 44d07ea543 changed friends to following/followers, updated routes and the user.js functions
Julian Lam 51a941b6d5 tweaking templates code to accept a template-type attribute (for boolean purposes
Baris Soner Usakli b65f2bf97d birthday box type date
Julian Lam 07d4466cb4 fixing user label when viewing with js disabled
Julian Lam 05b91caf6c noscript for home and category view (although it's not quite working for
category view yet)
psychobunny 0b6a9d59c2 derp, footer has been pointing to the wrong site this whole time
Julian Lam 41187dfddb adding a confirm dialog behind the theme revert button in the acp
Julian Lam cbd03e75e2 fixing bug where the number of posts counted was incorrect (1 over), causing thread tools to not appear when a topic was locked.
also integrated bootbox into confirm dialogs for thread deletion
psychobunny 1fc596b74b fixed sidebar flashing in on empty category - got rid of javascript control and set the visibility properly from serverside
Julian Lam c0b018cdf4 adding noscript parsing for a topic, if accessed by a browser without javascript
Julian Lam 6df57c4a9b committing the broken template parsing for andrew to see (webserver.js, line 121. Uncomment the commented out object, or substitute in "posts")
Julian Lam a01a5bbd64 title also changes the top menu badge as well
Julian Lam 882b9a917f ability for users to now follow/subscribe to threads
Julian Lam a09cfd9304 started work on noscript tags in pages (but blocked by template bug with block processing), allowed reverting of theme in ACP
introducing mixins css file
Julian Lam 9ca749d62f Merge branch 'master' of github.com:psychobunny/node-forum
Conflicts:
	public/templates/header.tpl
psychobunny 64ecbfce8b topics: removed some less important buttons from mobile view, removed reply button on main posts in exchange for the smaller reply button
psychobunny a8f6222824 part2 of mobile sidebar menu. still disabled for now going to come back to this later.
psychobunny 220d80e3a1 added ability to add forum to iOS homescreen as an app
psychobunny a846caa387 added post button to mobile menu
Julian Lam bffa8828df Merge branch 'master' of github.com:psychobunny/node-forum
Julian Lam 1a104686ac new header for meta title
psychobunny 54f86a912c mobileMenu module (categories menu), fixed bug I made in account.js when moving code to their own files,
psychobunny a08fbf4591 reduce avatar size in sidebar responsively
psychobunny 1d9dd604c0 prevent new topic button from overlapping in mobile
Julian Lam 89d484c4ca removing old post_window (!!) and fixing default focus when the composer is loaded
Julian Lam 1ff77f853c Merge branch 'master' into post_window_refactor
psychobunny 46fbf5e0bf removed placeholder in "recent" header for now
psychobunny d620c29aa9 added rss button to topics. redesigned how the topic main_post looks - buttons were previously not visible on mobile as well.