672 Commits (145898c3ba5a7408f489d542d64b2d9957478e5b)

Author SHA1 Message Date
Baris Usakli 1a992b7147 first batch of changes 12 years ago
Baris Soner Usakli 3c6d39ab89 closes #45 12 years ago
Baris Soner Usakli ccba426fbd closes #29 12 years ago
Baris Soner Usakli c571a73a8b closes #44 12 years ago
Julian Lam ee7a1413b9 added favicon 12 years ago
Baris Usakli aecffecdf1 footer shows total topic post count 12 years ago
Baris Soner Usakli 761d8fc508 recent page gets alerts when new topics and posts are created 12 years ago
Baris Soner Usakli d0af1230b5 query params will need a fix before we can send /users?sort=latest to templates 12 years ago
Baris Soner Usakli 56dc29a747 closes #44 12 years ago
Baris Soner Usakli caf81b7312 fixed a crash if user profile is viewed when they have no posts, fixed the footer user link it uses the userslug now 12 years ago
Baris Soner Usakli 1470cc221e span6 for recent posts 12 years ago
Baris Soner Usakli c93f8c0530 recent posts in /users/ page 12 years ago
Baris Soner Usakli 99465f1ffd moved chat socket.on to footer 12 years ago
psychobunny 69f1037d45 added qUnit unit testing framework, started categories unit tests. finally out of MVP so time to unslackmode :) 12 years ago
Julian Lam faf70d85d8 Merge branch 'master' of github.com:psychobunny/node-forum 12 years ago
Julian Lam 12a8775de5 hotfixing issue with set_up_posts function in new post event 12 years ago
Baris Usakli 07ceabd371 added space after reps in topic.tpl and topic.js 12 years ago
Baris Usakli 0494718456 added the form back for login 12 years ago
Baris Usakli cde765b17d remove socket listeners in admin/users/search 12 years ago
Baris Usakli a59fdcbf6a for andrew 12 years ago
Baris Usakli 7a478637e3 added forum link to /admin header 12 years ago
Baris Usakli 8781f05117 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 12 years ago
Baris Usakli 941ed7e194 user search in admin/users 12 years ago
Julian Lam 97f87ee003 Merge branch 'master' of github.com:psychobunny/node-forum 12 years ago
Julian Lam 936a284397 enabling infinite post loader (re: issue #42), fixes #42 12 years ago
Baris Usakli 7ca2c949dd fixed safari script problem 12 years ago
Julian Lam 9df0b39a5d started integrating infinite post loading for topic view (re: issue #42) 12 years ago
Baris Usakli 0cc5b1f907 moved socket.on to admin index 12 years ago
Baris Usakli c870e8bbf3 testing user search in admin panel 12 years ago
Baris Usakli 746faa9488 delete user button in admin/users. the latest/top posters and most reputation sorting is working now in admin/users 12 years ago
Julian Lam 9098d61fe2 completed fb and g+ integration of buttons in category view 12 years ago
Baris Soner Usakli 9b43f80ff8 changed login to ajax added error message for incorret login, closes #36 12 years ago
Baris Soner Usakli 8e10ce1924 fixed admin page user links 12 years ago
Baris Soner Usakli f2e45e4ed1 changed spans on account page 12 years ago
Baris Soner Usakli 419e5ab528 changes to admin/users 12 years ago
Baris Soner Usakli 4103e1db55 removed console.log 12 years ago
Baris Soner Usakli e0debed04f removed ajax from make/remove admin 12 years ago
Baris Soner Usakli 34777fa844 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 12 years ago
Baris Soner Usakli ea4f39ca21 server side checks for username/email/password, closes #41 12 years ago
Julian Lam 002695234b Merge pull request #38 from Alfresco/master
Fix for reply locking new topic title as read only
12 years ago
psychobunny 619fc7d982 prevent hero unit text from breaking mobile layout if its too long 12 years ago
Baris Soner Usakli 7d49294595 closes #37, used the sorted set and updated it when a new post is made to a topic 12 years ago
Baris Soner Usakli fcbe99870a added password confirm to registration and prettified the notifications on regiser page, need to add validation for email/username/password on server side User.create too 12 years ago
Matt Smith 719dedd72b Moved reply topic unlock 12 years ago
Matt Smith 60dfed79c1 Fixed Reply locking New Topic title edit 12 years ago
psychobunny 939207ef45 moved admin categories into its own file 12 years ago
psychobunny 1162b2020d categories admin basic features completed - name, description, icon selector + background color 12 years ago
Julian Lam 606387407f Merge branch 'master' of github.com:psychobunny/node-forum 12 years ago
Julian Lam bc2d7b7d0f added twitter intent, regarding issue #35 12 years ago
Baris Usakli a43c7bc90f changed the /latest route to /recent to match the text 12 years ago
Julian Lam d0e5c0dcf1 Merge branch 'master' of github.com:psychobunny/node-forum 12 years ago
Julian Lam 87e2023c86 closed #28 by implementing solution #2 12 years ago
Baris Usakli 51842a32da dont let users with the same username/slug register closes #33 12 years ago
psychobunny 561ebea362 attempt at fixing issues on safari, in progress 12 years ago
psychobunny a6ff96c455 addressed issue #7 - removed unintentional flicker on page load 12 years ago
Julian Lam 7154676c87 Merge branch 'master' of github.com:psychobunny/node-forum 12 years ago
Julian Lam eeaef21d44 removing redundant search link in admin menu 12 years ago
Baris Usakli a0751d6caa Merge branch 'master' of https://github.com/designcreateplay/NodeBB 12 years ago
Baris Usakli d3a190d74e username to userslug change 12 years ago
Julian Lam b1aef19ee9 finishing up topics list in admin panel with infinite loading 12 years ago
Julian Lam d86dd2fbdf fixing up styling for category noscript view 12 years ago
psychobunny f732ab4d5a fixed another issues in templates.js causing grief in topics admin view 12 years ago
Julian Lam c34f4e451a Merge branch 'master' of github.com:psychobunny/node-forum 12 years ago
Julian Lam 39aac31092 minor fix to template rendering 12 years ago
psychobunny 8383874304 closes issue #15 - fixed some issues in templates.js 12 years ago
Julian Lam 4436dbafe9 Merge branch 'master' of github.com:psychobunny/node-forum 12 years ago
Julian Lam 89e852f692 adding 'load more topics' button to topic admin 12 years ago
psychobunny dbf7887cc6 fixes issue #14 12 years ago
psychobunny 166254b848 fixes issue #16 (ajaxify.go is now called) and reintroduces the fadein animation for new topic post 12 years ago
Baris Usakli ad11be657e added turkish characters to utils.slugify 12 years ago
Baris Usakli 3ef32ba7fb image size css for topic first post, facebook app id in template 12 years ago
Baris Soner Usakli 281b7a16a8 account edit alert back to 2 seconds 12 years ago
Baris Soner Usakli 1620d1e4be fixes #17 12 years ago
Baris Soner Usakli 74563ea21e added tooltips on topic page 12 years ago
Baris Soner Usakli ba3c78846d removed comments in topic.js 12 years ago
Baris Soner Usakli 6c63ad89de image upload sends the csrf token now 12 years ago
Baris Soner Usakli eff3fc9b7a fixed error in favouriting posts 12 years ago
Baris Soner Usakli 225ad912b9 closes #20 12 years ago
Baris Soner Usakli c19f9fa54b closes issue #18 12 years ago
Baris Usakli e7619e6fe3 fixed indents 12 years ago
Baris Usakli 9309722898 fixed indents 12 years ago
psychobunny 912664756f categories admin continued 12 years ago
Baris Usakli 64a9e5844d son whitespace conflicts are so 1765 12 years ago
Baris Usakli 523b787e69 added csrf to ajax calls 12 years ago
Julian Lam 0d954b24dc removed debug statements, adding missing file re: issue #3 12 years ago
Julian Lam e75e0011e2 Merge branch 'master' of github.com:psychobunny/node-forum
Conflicts:
	public/css/admin.less
12 years ago
Julian Lam 32eba62ef6 developed during a merge... I am going to hell for this.
- also new topics tab in admin panel
12 years ago
Baris Usakli a32103efbe fixed indentation of account.js 12 years ago
Baris Usakli 8c355c53cc fixed isFriend to isFollowing in account.tpl 12 years ago
Baris Usakli 6ec23f86e6 removed commented out line in templates.js 12 years ago
psychobunny 99d8affa53 started categories admin + icon picker; updated fontawesome; removed FA docs/less/sass 12 years ago
Baris Usakli cef77c2fd8 changed res.send(JSON.stringify()); to res.json(). closes #25 12 years ago
Baris Usakli 3f3d81de44 admins can make others admins 12 years ago
Julian Lam ac5b7c02f8 hiding the minimize button for mobile/low resolution users - fixes issue #21 12 years ago
Julian Lam a1cf9710e9 Merge branch 'master' of github.com:psychobunny/node-forum 12 years ago
Julian Lam 59d26d6fc9 implementing express.csrf for login and register pages (the only places where HTTP forms are used). Fixes #8 12 years ago
Baris Usakli a7bce12887 this fixes #13 12 years ago
Baris Usakli 9e7e0f6579 changed updateHeader to check for the existance of the user label 12 years ago
Baris Usakli 41aeee9839 send back empty object if no data for user 12 years ago
Baris Soner Usakli 45dec91e1b reverted updateHeader code in footer.js to fix top bar after an image upload 12 years ago