1769 Commits (beec96416fdb1912052490ba41ba46dd4e90f742)

Author SHA1 Message Date
Julian Lam 2495b5b89b refactored group category permissions, removed getCategoryAccess method call 11 years ago
Baris Soner Usakli 176ac54cdf closes #745 11 years ago
Baris Soner Usakli e07c848da7 closes #737 11 years ago
Baris Soner Usakli 6b8f7dba4f Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 825e4cca5a closes #744 11 years ago
Julian Lam 127261100e fixed #698 - ajaxify.go will now cancel any active API requests when it is called 11 years ago
Baris Soner Usakli 67f8af7e3e #744 11 years ago
Baris Soner Usakli d2c0aa9949 fixed auto complete for insertion in the middle, 6am commits FTW 11 years ago
Baris Soner Usakli 2d384a68d2 oops extra $ 11 years ago
Baris Soner Usakli 414eaea413 username mention auto completes 11 years ago
Baris Soner Usakli 6f94acd0f2 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 8e6606fb5a move post 11 years ago
psychobunny cfa4256df5 admin - download emails.csv, thanks to @akhoury for the gist 11 years ago
Baris Soner Usakli 2e575bb2d8 closes #524 11 years ago
psychobunny 7c8c735e05 i8n - if translation not present, use a readable key 11 years ago
psychobunny 6f120ff34a closes #732, custom robots.txt 11 years ago
psychobunny 0e5358a701 closes #698 11 years ago
psychobunny 7be16eab06 closes #722 11 years ago
Baris Soner Usakli 58580bd866 closes #716, also moved chat to its own template 11 years ago
Julian Lam f7b7af3004 so xregexp uses double backslashes... 11 years ago
Julian Lam 5a88a5ca60 allow underscores in slugs 11 years ago
Baris Soner Usakli 4dc8f2c2e1 closes #665 11 years ago
psychobunny b131dacf39 set external link for categories 11 years ago
Baris Soner Usakli 32f17d5e13 closes #729 11 years ago
Julian Lam bee3c06a07 clicking 'quote' now shows the quoted username before said quote 11 years ago
Julian Lam 8aa227b052 added note re: third-party emailer pluginses 11 years ago
Julian Lam eaf25c4a5f removing SMTP settings fields in email settings portion of settings tab in ACP 11 years ago
Baris Soner Usakli e5ec5242c6 added relative_path 11 years ago
Baris Soner Usakli c3f7faffd3 added relative_path in admin site templaets 11 years ago
Baris Soner Usakli 43a1ce66a1 added relative_path to recent_replies and browsing users 11 years ago
Baris Soner Usakli 9da165c1a7 added relative_path to templates 11 years ago
Baris Soner Usakli 02e550d3ad Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 680fac0674 added relative_path to header.tpl 11 years ago
psychobunny ea49295774 some translator methods useful for plugins that wish to support i8n 11 years ago
Baris Soner Usakli 981719dee1 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 1466e68aa1 ssl support 101 11 years ago
Julian Lam f1412193ef Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam b6fdc5595d removed handlebars dependency for emailer, using ANDREWBARS now 11 years ago
psychobunny fda68bc5dd added templates.setGlobal - allows you to add default template vars that are sent to all tpls upon parsing; added relative_path as global 11 years ago
Baris Soner Usakli 751dc73ebe fixes login/register and auth routes in relative path install 11 years ago
Julian Lam 5c048ac20a closed #727 11 years ago
Julian Lam 11ed9e8c85 tweaks to emailer, implemented emailer hook for password reset 11 years ago
Julian Lam 0ac9ec6001 Merge remote-tracking branch 'origin/master' into email-revamp 11 years ago
Baris Soner Usakli f21a98f37f first pass, #524, #667 11 years ago
psychobunny 0edd6985ec templates.js added support for !@first and !@last conditionals 11 years ago
psychobunny 98a646fa62 changed numRecentTopics to numRecentReplies, that makes more sense now 11 years ago
psychobunny fb53e89023 upgrade.js - categories.numRecentTopics 11 years ago
psychobunny d28beaa4dc admin - add "# recent topics to display" to categories 11 years ago
psychobunny ac06567617 admin - add custom class to categories (forgot to commit this) 11 years ago
psychobunny ebf07626de use categories.class instead of hardcoded columns 11 years ago
psychobunny 03c4a1bc73 remove console.log(file) - no more exploding terminals 11 years ago
Julian Lam 08bdbc0bcc cleanup of PR - fixed some logic bugs and linted 11 years ago
Julian Lam 35d6a99775 Merge branch 'AdminButton' of github.com:genderup/NodeBB into genderup-AdminButton 11 years ago
Julian Lam cdb0b4b49e Merge branch 'master' into email-revamp 11 years ago
Julian Lam e45e86fcc1 fixed width icons in ACP. Also, who uses single quotes in HTML? ARGH 11 years ago
Julian Lam 24944762d7 fixing 'back to nodebb' ext, and revamping email confirm logic 11 years ago
Julian Lam d6e0625fc8 Merge remote-tracking branch 'origin/master' into email-revamp 11 years ago
Baris Soner Usakli 8bfb338eee #712 11 years ago
Baris Soner Usakli 1996e64c9b if imgur client id is not set but local file uploads are enabled use that 11 years ago
Julian Lam 339ed4e47b implemented emailer for welcome email (though the email confirmation system is horribly broken) 11 years ago
Julian Lam 3ff550914f Merge remote-tracking branch 'origin/master' into email-revamp
Conflicts:
	package.json
11 years ago
Baris Soner Usakli 742c8fb43c closes #712 11 years ago
Baris Soner Usakli d43f3cebc6 closes #707, closes #686 11 years ago
Julian Lam 9d452241ad Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam c19a51e1b6 tweaking slugify code to not remove numbers 11 years ago
Baris Soner Usakli 8cfb239aac closes #705 11 years ago
Baris Soner Usakli a974c6fa99 possible fix for mongo crash 11 years ago
Julian Lam 1e61033667 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 53caa5e422 full unicode support in slugify method, thanks to XRegExp 11 years ago
Baris Soner Usakli 204913c63d Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 6c30437c47 closes #706, refactor admin image uploads, fixed gif uploads 11 years ago
psychobunny 69e0aa338d resolved some todo that's been in there for many months 11 years ago
psychobunny 6dcd06b63c removed unused parameter in templates.prepare 11 years ago
Baris Soner Usakli fbb4998999 closes #676 11 years ago
Julian Lam e4e57ce31f initial commit to emailer system overhaul 11 years ago
Baris Soner Usakli 21155b1b80 recent rss link fix 11 years ago
Baris Soner Usakli be3465c5ca display events in admin page events section 11 years ago
Baris Soner Usakli a55fc364a0 closes #697 11 years ago
Baris Soner Usakli 2f90949560 vanilla color fixes 11 years ago
Baris Soner Usakli a940219321 remvoed the timeout on the login call 11 years ago
Michael Mitchell 0f0913bfe5 add admin button 11 years ago
Baris Soner Usakli ba2f47ead6 closes #690, closes #691 11 years ago
Julian Lam b52782deb8 removed use of strip_tags and using String library instead 11 years ago
Julian Lam d8183c056c added cache buster to require.js files - fixes #687 11 years ago
Julian Lam 6ad28dadd4 Merge pull request #685 from akhoury/master
can i haz header-icons pls, merry xmas
11 years ago
Baris Soner Usakli 2c489c600c closes #675 11 years ago
akhoury abc782f5e6 can i haz header-icons pls, merry xmas 11 years ago
Baris Soner Usakli 83cc8f3ba8 fixed header template value too 11 years ago
Baris Soner Usakli e9fbed71ae closes #613, fixed allowRegistration incase its undefined 11 years ago
Julian Lam 256a2fa9c6 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 0f362b7fac updated bootstrap - because why not 11 years ago
Baris Soner Usakli ea84fd70af Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 09efb83ef3 make sure relativeTime doesn't display negative values 11 years ago
Julian Lam 0ed8fd6cbd Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 2f1a3b9789 enabled touch events for composer resizing -- composer is now ipad
supported!
11 years ago
Baris Soner Usakli d068139d81 changed header links to icons 11 years ago
Baris Soner Usakli 764e937c43 removed inline style 11 years ago
Baris Soner Usakli fe1a75d1fd paginator starts hidden 11 years ago
Baris Soner Usakli 3dc9e2f4fa added the success alert 11 years ago
Baris Soner Usakli 3bd8cf69a1 admins can create users from admin/users panel 11 years ago
Baris Soner Usakli f68f02d346 closes #679 11 years ago
Baris Soner Usakli b6d4ae2732 removed mobile menu 11 years ago
Baris Soner Usakli 680dbf138a closes #669 11 years ago
Baris Soner Usakli 845e5e7986 no need to store taskbar 11 years ago
Baris Soner Usakli 8bfea656c4 Merge branch 'master' of https://github.com/akhoury/NodeBB into akhoury-master 11 years ago
Baris Soner Usakli ea2c03e28b closes #670 11 years ago
Baris Soner Usakli f29b375ed4 refactored composer so that it uses a different div for each instance, closes #575 11 years ago
Julian Lam 07f1e0bcb5 ninjafix -- if you don't have a saved composer width, it doesn't set a
width (default ot 50%)
11 years ago
Julian Lam 0b94297c64 Merge remote-tracking branch 'origin/master' into composer-revamp 11 years ago
Baris Usakli da9c673ec4 closes #651 11 years ago
Julian Lam 1e6863ee19 adjusting snap guide sensitivity 11 years ago
Julian Lam 00eb6b4efc responsive fixes for new composer 11 years ago
Julian Lam 002826d84f resizing the post composer now saves the size for future windows 11 years ago
Julian Lam 289e081e2e fixed new composer posting (woot) 11 years ago
Julian Lam 83f20c1cdb OMG SNAPS 11 years ago
Julian Lam c4623e2447 Merge remote-tracking branch 'origin/master' into composer-revamp 11 years ago
Julian Lam 99fba3b83a fixing issue where composer pushing didn't wait for the template to
properly render :P
11 years ago
Baris Soner Usakli 2580caf864 fixing #591 again looks like it got overwritter by merge 11 years ago
Julian Lam f2d631e42d new composer window template (WIP!) 11 years ago
Julian Lam d86aefb518 removing defunct "template" argument in ajaxify.go 11 years ago
psychobunny 3782ae1647 don't show profile fields if they are hidden. closes #660. also added missing language keys to EN 11 years ago
psychobunny 2e52dd59ee Merge pull request #664 from ifuyivara/master
Adding support for restricting category read access based on user groups
11 years ago
psychobunny d7a444d9ab dynamically update post count in post footer on new post 11 years ago
psychobunny f9e2b50826 dynamically update user rep in post footer if reputation is increased 11 years ago
psychobunny 32a32fcf5c match login.tpl button to look like register.tpl 11 years ago
root 35ad3be969 Adding support for restricting category read access based on user groups 11 years ago
Baris Soner Usakli 9cb20c3886 added callback to api categories.get 11 years ago
Baris Soner Usakli 30c11a8b42 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 27a01f6c61 closes #657 11 years ago
psychobunny bf27ade251 admin - added ability to remove icon from categories 11 years ago
akhoury 04ea573caa removed jQuery from iife, the $ is global 11 years ago
akhoury 114294e24a allowGuestSearching config .. second attempt 11 years ago
Julian Lam 64e87b761f closed #652 11 years ago
Julian Lam 69c1ec97c9 re: issue #652, this took longer than expected... 11 years ago
Julian Lam c313c4501b pushNotifCount method for real-time updating of notification bell + favicon for multiple tabs (closes #219) 11 years ago
Julian Lam d72d2decd5 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 43c05d1d85 adding cache busters to client side files (closed #586) 11 years ago
Baris Usakli 27ac24b1e3 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Usakli 95495926fc some fixes to composer image upload 11 years ago
psychobunny 0f254c0b6c moved theme.css to top 11 years ago
psychobunny b27478876e moved favicon link to top of header 11 years ago
psychobunny a3734f2e15 completed custom favicon upload, closes #643 11 years ago
psychobunny 1b843fba9c added admin route to upload favicon 11 years ago
psychobunny 35f17db141 added button in admin to upload favicon + show current favicon image 11 years ago
Julian Lam 0148cf06d0 replaced all instances of missing config.relative_path to RELATIVE_PATH 11 years ago
Baris Soner Usakli cd77a1a457 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 6aeca98cd4 closes #633 11 years ago
psychobunny 07a3b3f00b added delete button to category image uploader in case you wanted to revert to bgColor 11 years ago
psychobunny b511653e74 fixes #622 11 years ago
psychobunny b5e37a6ce8 fixes #123, parse object properties in template outside of namespace 11 years ago