Commit Graph

  • b3669f6d66 (refs #204)Add some way to configure data directory. takezoe 2013-11-30 05:18:15 +09:00
  • bbff75e037 (refs #211)README.md detection is case insensitive and it also detect README.markdown as same as Github. takezoe 2013-11-30 04:22:19 +09:00
  • 7e10618ceb Merge branch 'pullreq-update-in-push' of https://github.com/odz/gitbucket into odz-pullreq-update-in-push takezoe 2013-11-30 02:35:21 +09:00
  • 7f4def6b83 Ignore Exception instead of TransportException takezoe 2013-11-25 18:21:59 +09:00
  • 5790d246c8 Ignore TransportException if the source branch had been removed. takezoe 2013-11-25 18:16:38 +09:00
  • 19dee09c86 Merge pull request #203 from olivierdagenais/FixManualMergeUrls Naoki Takezoe 2013-11-22 12:27:43 -08:00
  • dfe2889912 Merge pull request #202 from odz/delete-repository-with-pullreq Naoki Takezoe 2013-11-21 06:40:19 -08:00
  • 223ba791fe Fetch pull request from source repository after updating repository. odz 2013-11-20 23:59:26 +09:00
  • 0d49bbe7ac Resolves error when deleting repsository with PR. odz 2013-11-20 01:14:25 +09:00
  • 8381e8122a Remove superfluous context.path Olivier Dagenais 2013-11-19 11:48:29 -05:00
  • f38924c7fe Merge pull request #190 from jtyr/master Naoki Takezoe 2013-11-15 09:10:38 -08:00
  • 43152c9341 Upgrade scalatra-forms to 0.0.8. takezoe 2013-11-14 04:04:29 +09:00
  • cf84e8b7cc (refs #173)Move BasicAuthenticationFilter to ScalatraBootstrap also. takezoe 2013-11-12 00:34:11 +09:00
  • 2b42e73530 (refs #173)Move BasicAuthenticationFilter to ScalatraBootstrap also. takezoe 2013-11-11 03:12:41 +09:00
  • 60030959f2 Merge pull request #194 from jtyr/gravatar_https Naoki Takezoe 2013-11-09 23:09:18 -08:00
  • 7174523ac5 Load Gravatar images always through HTTPS Jiri Tyr 2013-11-10 00:42:17 +00:00
  • f573fef9eb (refs #173)Move TransactionFilter to ScalatraBootstrap from web.xml to support Tomcat 7.0.29 or before. takezoe 2013-11-10 05:24:38 +09:00
  • b4250d8254 Merge remote-tracking branch 'origin/master' takezoe 2013-11-10 02:46:22 +09:00
  • ac4d4de3c1 Fix redirect path encoding. takezoe 2013-11-10 02:45:54 +09:00
  • 05e6d008fa Merge pull request #192 from xuwei-k/issue191 Naoki Takezoe 2013-11-09 09:17:26 -08:00
  • dd4abb2073 Upgrade to scalatra-forms 0.0.6. takezoe 2013-11-08 03:24:12 +09:00
  • 612aba1365 Use the system keystore by default Jiri Tyr 2013-11-07 14:56:31 +00:00
  • 94dce09570 add HARDWRAPS option xuwei-k 2013-11-07 17:27:18 +09:00
  • cc241c5a7b Moving keystore definition into settings Jiri Tyr 2013-11-05 15:08:03 +00:00
  • 13cf9d01f0 (refs #181) Fixed bug in charset. shimamoto 2013-11-04 04:04:14 +09:00
  • 47453fec3f (refs #189)Fix Wiki page editing via redirecting from unexisting page. takezoe 2013-11-03 18:26:06 +09:00
  • 641d506559 (refs #177)Fix regular expressions for issue link conversion. takezoe 2013-11-03 18:06:58 +09:00
  • 3dec2b8159 Fix test case. takezoe 2013-11-03 15:12:01 +09:00
  • a0bd969140 (refs #114)Add functionality to remove account by themselves. takezoe 2013-11-03 14:54:28 +09:00
  • b30d42a37b (refs #114)Remove unnecessary database accessing. takezoe 2013-11-03 14:51:42 +09:00
  • a03acc68e7 (refs #114)Disable link for disabled users. takezoe 2013-11-03 14:32:03 +09:00
  • 05296473d3 (refs #114)Bug fix takezoe 2013-11-03 04:53:41 +09:00
  • 2118f8c764 (refs #114)Add group deletion. takezoe 2013-11-03 01:37:23 +09:00
  • e366af98b5 (refs #114)Add TODO to helpers#activityMessage() takezoe 2013-11-02 14:10:05 +09:00
  • 81e2ac44c3 (refs #114)Remove user related data when user is removed. takezoe 2013-11-02 14:01:07 +09:00
  • 07bb326c06 (refs #114)Add remove option to user management. takezoe 2013-11-02 13:44:47 +09:00
  • bcc2c8cc2d Fix test case. takezoe 2013-11-02 05:20:24 +09:00
  • 2e0e17f1aa (refs #185)Add -Dsbt.log.noformat=true option takezoe 2013-11-02 05:12:36 +09:00
  • c517b44e82 Upgrade to scalatra-forms 0.0.4 takezoe 2013-11-02 05:07:09 +09:00
  • f311339786 Adding LDAP StartTLS support Jiri Tyr 2013-11-01 15:44:19 +00:00
  • 34853d0322 Fix test case. takezoe 2013-11-01 12:42:09 +09:00
  • 9c60b69c88 (refs #114)Add logical remove flag to ACCOUNT. takezoe 2013-11-01 03:39:59 +09:00
  • 4f10bccf84 (refs #114)Add logical remove flag to ACCOUNT. takezoe 2013-11-01 03:38:33 +09:00
  • c7eaebf597 (refs #186)Show private repositories in the account page. takezoe 2013-11-01 03:25:06 +09:00
  • 60e1052d33 (refs #179)Fetch from the source repository before pull request is referred. takezoe 2013-11-01 03:12:56 +09:00
  • 7e77c102b0 (refs #179) Merge branch 'improve-pullreq-performance' Tomofumi Tanaka 2013-10-31 22:15:47 +09:00
  • a452c582ab Fix compilation error. takezoe 2013-10-31 03:08:28 +09:00
  • 0d3adb074d Release ObjectInserter after adding commit. takezoe 2013-10-31 02:18:48 +09:00
  • 8ec4b52dda (refs #167)Add pusher info to WebHook takezoe 2013-10-31 02:07:54 +09:00
  • 9265c68383 (refs #179) Refactor Tomofumi Tanaka 2013-10-31 01:38:29 +09:00
  • 4bd2d78ecb Merge remote-tracking branch 'master' into improve-pullreq-performance Tomofumi Tanaka 2013-10-31 00:56:18 +09:00
  • e7aa766d0a (refs #179) Remove refs/pull/${issueId}/merge Tomofumi Tanaka 2013-10-31 00:50:27 +09:00
  • 7d8300b3ce (refs #179) Fetch from fork branch before merge Tomofumi Tanaka 2013-10-31 00:30:18 +09:00
  • af8a1234ed (refs #179) Improve merge performance Tomofumi Tanaka 2013-10-31 00:15:50 +09:00
  • bd0ecd0a9d Improve repository creation to not use the working repository. takezoe 2013-10-30 14:52:55 +09:00
  • 35c8f02f90 (refs #180)Fix compilation error. takezoe 2013-10-30 13:22:54 +09:00
  • f160952817 Remove unused import statement. takezoe 2013-10-30 13:20:13 +09:00
  • 9e5a302ab1 (refs #180)Fix a problem about multi-byte characters. takezoe 2013-10-30 13:19:25 +09:00
  • a1dc19fa26 (refs #180)Remove Directory#getWikiWorkDir() takezoe 2013-10-30 11:39:55 +09:00
  • e79ded934f Display selected page differences only. takezoe 2013-10-30 11:37:53 +09:00
  • ef3e7d9286 (refs #180)Reverting from history without working repository is completed. takezoe 2013-10-30 11:13:10 +09:00
  • 68b25ddbb5 (refs #180)Implementing reverting from history without ApplyCommand. takezoe 2013-10-30 08:20:17 +09:00
  • f96040eade Improve checkConflict Tomofumi Tanaka 2013-10-30 01:33:56 +09:00
  • 599a808054 Fix a link to the committer page. takezoe 2013-10-29 11:53:05 +09:00
  • 382c5c55ec Remove unused import statement. takezoe 2013-10-29 11:52:42 +09:00
  • afb2306904 (refs #180)Fix saving and deleting Wiki page. takezoe 2013-10-29 11:39:38 +09:00
  • 2642da3be3 (refs #180)Eliminating the working repository cloning in Wiki. takezoe 2013-10-29 09:22:37 +09:00
  • dcbf283c9d Improve checkConflict Tomofumi Tanaka 2013-10-29 01:20:59 +09:00
  • f38fa0132c Merge pull request #178 from jtyr/master Naoki Takezoe 2013-10-28 07:15:07 -07:00
  • 569053f7e0 Version bump in spec file Jiri Tyr 2013-10-28 11:18:58 +00:00
  • 037a97ff3d Update README.md Naoki Takezoe 2013-10-28 11:28:08 +09:00
  • 6e169ab3c2 Update README.md 1.7 Naoki Takezoe 2013-10-26 01:46:39 +09:00
  • 6ac27e89b3 Update README.md Naoki Takezoe 2013-10-26 01:45:59 +09:00
  • 2235dab550 (refs #174)Fix commit hook for DELETE command. takezoe 2013-10-26 01:40:26 +09:00
  • 7604c2172f Update README.md Naoki Takezoe 2013-10-25 04:44:03 +09:00
  • 1e750f4b9d (refs #171)Fix link target of pull request number. takezoe 2013-10-25 04:28:58 +09:00
  • d1f0d01ae8 Small fix for #170 takezoe 2013-10-25 04:05:34 +09:00
  • 167a0f28b2 Merge pull request #170 from jtyr/master Naoki Takezoe 2013-10-24 12:00:25 -07:00
  • 06be5266fd Fix refs message. takezoe 2013-10-24 15:04:32 +09:00
  • 60e7165983 (refs #104)Zip file is exported from the bare repository directly. takezoe 2013-10-24 11:29:23 +09:00
  • 6dbfc12896 Merge branch 'master' of https://github.com/takezoe/gitbucket takezoe 2013-10-24 11:07:26 +09:00
  • 6d4b3e54d0 Fix style problem in Wiki. takezoe 2013-10-24 11:03:47 +09:00
  • 2968b92677 Add the commit link to refs comment. takezoe 2013-10-24 04:25:50 +09:00
  • 0d0bf4ad3f Don't add group account as a collaborator. takezoe 2013-10-24 02:08:14 +09:00
  • 53fa60b0f8 Exclude owner from assigned user list in the group repository. takezoe 2013-10-24 02:00:14 +09:00
  • 99517fa508 Fixing command line options in init.d script Jiri Tyr 2013-10-21 22:47:27 +01:00
  • 2e239d16d4 Refactorization of the https command line option Jiri Tyr 2013-10-21 22:45:34 +01:00
  • 6de5babd5b Merge remote-tracking branch 'upstream/master' Jiri Tyr 2013-10-21 17:40:42 +01:00
  • f3ad1a019d Small fix for #147 takezoe 2013-10-22 01:09:22 +09:00
  • 90ab882e8e Merge pull request #147 from xuwei-k/AccountServiceSpec Naoki Takezoe 2013-10-21 09:01:11 -07:00
  • 53269096a6 Allow to force HTTPS scheme Jiri Tyr 2013-10-21 14:32:53 +01:00
  • 254509f243 Fix bug. shimamoto 2013-10-21 22:32:46 +09:00
  • a697f186af Merge pull request #164 from smly/feature/bugfix-redirect-encode Naoki Takezoe 2013-10-20 19:33:37 -07:00
  • 2316a80be9 (refs #163)Remove escaping for '.' takezoe 2013-10-21 10:53:36 +09:00
  • bbcb04b263 Fix bug. shimamoto 2013-10-21 05:16:55 +09:00
  • 7afe7fbb5f (refs #103) Add issue comment deletion. shimamoto 2013-10-21 05:11:53 +09:00
  • 7c7da7379d (refs #163)Fixed takezoe 2013-10-19 18:48:50 +09:00
  • 37358e9c8c Fix a problem to redirect wikipage named by multi-byte characters Kohei Ozaki 2013-10-19 14:20:35 +09:00
  • 41941df87a Update README.md Naoki Takezoe 2013-10-19 13:58:04 +09:00
  • bf2ed81eb1 (refs #163)Allow '.' in user name. takezoe 2013-10-19 12:56:55 +09:00