Commit Graph

  • ffe3f9b6b0 Fix username mention to case insensitive Rei 2014-03-21 20:28:38 +08:00
  • f54922c075 Move out yield from container, more flexible Rei 2014-03-18 15:25:10 +08:00
  • 9fbd40c8c4 Add travis-ci status image in README.md Rei 2014-03-18 14:17:29 +08:00
  • a51c845bd6 Combine link mention and link comment helper Rei 2014-03-18 14:11:47 +08:00
  • fa9e61a66f Merge branch 'feature/nokogiri_visitor' of https://github.com/quake/campo into quake-feature/nokogiri_visitor Rei 2014-03-18 13:53:44 +08:00
  • 8ac73dc0ac Same username format in mention extract Rei 2014-03-18 01:04:28 +08:00
  • 971ca332a0 Fix username format validation Rei 2014-03-18 00:56:34 +08:00
  • 31f47318ee Use includes avoid N+1 query Rei 2014-03-17 22:09:01 +08:00
  • 02eb7eafc4 Merge pull request #19 from quake/feature/resolve_n_plus_1 Rei 2014-03-17 21:18:21 +08:00
  • 885edc08cc Remove unused travis config Rei 2014-03-17 21:09:07 +08:00
  • 97f20d3d4c travis bundler without development Rei 2014-03-17 21:04:22 +08:00
  • 24493fd60b Merge pull request #17 from quake/upstream Rei 2014-03-17 21:03:33 +08:00
  • 5708afa1f8 Create search index in test helper Rei 2014-03-17 20:52:01 +08:00
  • 575b940c9a import elasticsearch index before travis build Rei 2014-03-17 19:32:04 +08:00
  • 0fea9953ff Fix .travis.yml Rei 2014-03-17 16:33:55 +08:00
  • 6dc589c81d Fix sed username in .travis.yml Rei 2014-03-17 16:20:10 +08:00
  • 835d93a09d Add .travis.yml Rei 2014-03-17 16:10:00 +08:00
  • 1388e5cb40 use includes to resolve N+1 query issue quake wang 2014-03-17 14:54:48 +08:00
  • f00b83f46d use visitor to replace nokogiri css selector quake wang 2014-03-17 14:50:17 +08:00
  • ebe89c8dd3 rescue elasticsearch exception and add logger quake wang 2014-03-14 08:56:45 +08:00
  • 62a0ec4c07 Allow select blank category when edit topic Rei 2014-03-17 14:44:05 +08:00
  • be45b31151 Update category topics_count when update topic, fix #15 Rei 2014-03-17 14:39:17 +08:00
  • e20218e4ca Replace before_filter with before_action, new rails 4 syntax Rei 2014-03-12 13:19:55 +08:00
  • 45627ed9c3 Not need panel-campo style, set as default Rei 2014-03-11 22:26:32 +08:00
  • 15580efed4 Fix code word-break style Rei 2014-03-11 22:20:22 +08:00
  • 0e16961cc1 Add category link in topic show page; edit topic list style Rei 2014-03-11 21:51:52 +08:00
  • f0406372d2 Remove breadcrumb because page level is not so deep Rei 2014-03-11 21:47:54 +08:00
  • ad5947f11e Markdown syntax LICENSE Rei 2014-03-11 20:37:40 +08:00
  • f4f7af5c75 Add MIT LICENSE file Rei 2014-03-11 20:33:01 +08:00
  • f3ecf01b20 Add CHANGELOG file Rei 2014-03-11 20:27:26 +08:00
  • e4c8be5dde Add elasticsearch host config Rei 2014-03-11 20:19:44 +08:00
  • 5a9f59b5c4 Remove unused to_s in topics controller Rei 2014-03-11 20:16:57 +08:00
  • b275062251 Better comment style on mobile Rei 2014-03-10 22:32:53 +08:00
  • b3b01f56da Add data-disable-with for topics/comments form Rei 2014-03-10 20:17:28 +08:00
  • 2e1c333446 Move cache to partial, avoid cahced could not be expired Rei 2014-03-10 18:23:15 +08:00
  • 4d6170bb92 Fix article word-wrap style Rei 2014-03-10 18:15:30 +08:00
  • 9c1b0af630 Fix .list-group-item-content style Rei 2014-03-10 17:00:44 +08:00
  • 0246ddbd63 Remove _lower column; add lower index; change schema_format to :sql Rei 2014-03-10 15:41:49 +08:00
  • 7ace8307e1 Add missing locales Rei 2014-03-10 14:48:14 +08:00
  • 3c7330b8f0 Edit navbar-toggle style Rei 2014-03-10 14:39:36 +08:00
  • b86edd3110 Update rails to 4.1.0.rc1 Rei 2014-03-08 17:34:16 +08:00
  • 28a55ea852 Shorter reset token ttl Rei 2014-03-08 15:35:28 +08:00
  • a465a2b3b4 Fix comment create SJR with replaceState Rei 2014-03-08 15:30:20 +08:00
  • 1bea3f8e86 Add host config for LiveReload Rei 2014-03-08 14:49:04 +08:00
  • 6a7a9e480d Add nfs sync folder, for performance Rei 2014-03-08 14:29:52 +08:00
  • e5db7aa622 Add access_limiter for session controller prevent password guess Rei 2014-03-08 01:21:28 +08:00
  • ffc1f65b38 Fix #9 timing attack Rei 2014-03-07 23:52:27 +08:00
  • 8923ef0dfa Better topic default page and anchor, work with visited style Rei 2014-03-07 21:12:04 +08:00
  • a72c620676 Add user avatar in all list-group-item Rei 2014-03-07 20:30:24 +08:00
  • 67da4e0289 Set dependent destroy for topics and comments Rei 2014-03-07 20:05:14 +08:00
  • 0b85092a46 remove unuse has_many like_topics associations Rei 2014-03-07 19:43:46 +08:00
  • 4cb78c87b5 Fix topic hot accuracy Rei 2014-03-07 19:20:04 +08:00
  • 47daf91bc8 Delete likes after likeable trash Rei 2014-03-07 16:11:32 +08:00
  • a5314b7ad2 Add locale to cache Rei 2014-03-07 15:58:35 +08:00
  • aadff9ca51 User touch callback for topic hot update instead of method Rei 2014-03-07 15:33:51 +08:00
  • a10f576b50 Merge pull request #8 from horx/master Rei 2014-03-07 15:12:26 +08:00
  • bc9724f20f use the same avatar on profile page and other pages HanHor Wu 2014-03-07 14:54:38 +08:00
  • 1b3398cc58 Return [Deleted item] from comment_title if commentable deleted Rei 2014-03-07 14:40:06 +08:00
  • c6941c5d5e Delete notification after comment delete Rei 2014-03-07 12:25:15 +08:00
  • 633a58a926 Add development and test mode admin_emails, for easy setup Rei 2014-03-07 00:44:30 +08:00
  • da4c0eddbc set noninteractive for all apt-get install in setup.sh, avoid warning Rei 2014-03-06 22:01:53 +08:00
  • 5a5395eb05 Fix postgresql encoding issus Rei 2014-03-06 21:08:28 +08:00
  • 48c88a7927 Generate new secret key when upload_config Rei 2014-03-06 20:00:27 +08:00
  • deaa672399 Fix vagrant dev provision, update-locale not effect in other Rei 2014-03-06 18:42:31 +08:00
  • 5775657bd0 Add README Rei 2014-03-06 17:46:10 +08:00
  • 9986d771f4 Change vgrant-dev machine to forward_agent mode Rei 2014-03-06 13:53:48 +08:00
  • 088512056e Fix provision:postfix missing; add imagemagick Rei 2014-03-05 23:14:31 +08:00
  • 6884f54efe Fix provision:resque_init_script missing Rei 2014-03-05 15:12:04 +08:00
  • 0834fd1b5f Fix default smtp_settings Rei 2014-03-05 15:02:46 +08:00
  • ef6fe8247d Add provision:iptables Rei 2014-03-05 14:38:20 +08:00
  • 4e02774dde Add postfix to bin/setup.sh Rei 2014-03-05 00:30:24 +08:00
  • b631f8703f Save user locale when sign up, good for email I18n Rei 2014-03-05 00:16:43 +08:00
  • 96746db80a Fix admin factory error when admnin_emails is blank Rei 2014-03-04 23:30:30 +08:00
  • 9c80a13f67 Move mailer settings to config.yml Rei 2014-03-04 23:28:32 +08:00
  • 5c856a5e81 Add postfix config Rei 2014-03-04 22:49:53 +08:00
  • ddf9ae0c6a Merge pull request #2 from JuanitoFatas/patch/fix-settings-default-selected-locale Rei 2014-03-04 21:57:17 +08:00
  • 28068462bd Fix kaminari escape; remove unuse logger Rei 2014-03-04 21:46:41 +08:00
  • a37f95814f Fix default selected locale in settings/account page. Juanito Fatas 2014-03-04 21:19:43 +08:00
  • bca7f242a8 Fix two error in deploy script Rei 2014-03-04 20:47:28 +08:00
  • be1e559068 Merge pull request #1 from JuanitoFatas/patch/fix-a-typo Rei 2014-03-04 17:19:05 +08:00
  • 00f737beb1 Fix vagrant postgreslq encoding Rei 2014-03-04 17:16:17 +08:00
  • d4a60f44f2 Fix typo: s/登陆/登录 登陆 Juanito Fatas 2014-03-04 17:13:27 +08:00
  • 93665c6426 Fix Vagrantfile error Rei 2014-03-04 16:36:26 +08:00
  • 615565c3ad Add resque_init script Rei 2014-03-04 16:28:04 +08:00
  • 6e3a863c86 add missing locales Rei 2014-03-04 14:29:45 +08:00
  • f9dcc4edd1 Explicit set login/signup return_to path Rei 2014-03-04 14:13:17 +08:00
  • afdfd56c6e Fix admin factory Rei 2014-03-04 13:32:47 +08:00
  • ee0432e6ab Add vagrant dev/web machine and bind/setup.sh Rei 2014-03-04 13:31:29 +08:00
  • f9e8f61d00 Fix provision.rake error, remove unuse script Rei 2014-03-04 12:07:18 +08:00
  • 3587b31c95 Use forwarded_port setting in Vagrantfile Rei 2014-03-03 22:28:20 +08:00
  • edae3d4030 Remove unuse file Rei 2014-03-03 22:23:14 +08:00
  • dc3222f361 Fix provision issus Rei 2014-03-03 22:19:02 +08:00
  • 52a83fdee8 Move provision task to lib; fix unicorn init script waring Rei 2014-03-03 21:06:43 +08:00
  • 990f8a5bb4 Fix some cap as_root error and add start/stop task Rei 2014-03-03 20:52:21 +08:00
  • 51c4e3d2cf Use cap for provision Rei 2014-03-03 19:48:10 +08:00
  • cbdbfce446 Fix setup script error Rei 2014-03-03 01:35:06 +08:00
  • fcdea1bcb9 Add unicorn.sh and nginx.conf install script; add deploy:restart task Rei 2014-03-02 22:54:43 +08:00
  • 4e8b8db933 Workaround I18n issues Rei 2014-03-02 22:35:59 +08:00
  • abce4f7c38 Add nginx.conf, fix unicorn.sh ENV Rei 2014-03-02 21:48:54 +08:00
  • d29031165c Merge branch 'master' into deploy Rei 2014-03-02 21:21:24 +08:00