Tomofumi Tanaka
2bb1f6168a
(refs #437 )Show author instead of committer
...
* Explicit classify committer and author
* Use author to render avatar image html
* Support commit view
2014-07-29 00:06:45 +09:00
Naoki Takezoe
121b6ee641
Fix incremental compilation problem caused by Slick.
...
This is temporary fix to decrease compilation time in development. Therefore this fix will be reverted in the future to add multiple database support capability.
2014-07-27 03:31:45 +09:00
Naoki Takezoe
0822b7b5f3
(refs #444 )Fix pull request count in dashboard
2014-07-26 19:12:09 +09:00
takezoe
6122c8a1e1
Fix #438
2014-07-21 03:31:52 +09:00
shimamoto
01f6590c04
Fix TODO.
2014-07-14 00:08:34 +09:00
Naoki Takezoe
7a44a4d726
Merge branch '401-news-feed-of-private-repo' of https://github.com/utensil/gitbucket into utensil-401-news-feed-of-private-repo
...
Conflicts:
src/main/scala/app/IndexController.scala
src/main/scala/service/ActivityService.scala
2014-07-13 16:07:42 +09:00
Naoki Takezoe
b287c1f60d
Merge branch 'add-features-to-ldapauth' of https://github.com/yjkony/gitbucket into yjkony-add-features-to-ldapauth
...
Conflicts:
src/main/scala/app/IndexController.scala
src/main/scala/service/SystemSettingsService.scala
src/main/scala/util/LDAPUtil.scala
src/main/scala/util/Notifier.scala
2014-07-13 13:49:04 +09:00
Naoki Takezoe
9cfa8c594b
Merge branch 'master' into slick2
...
Conflicts:
project/build.scala
src/main/scala/app/IndexController.scala
src/main/scala/app/RepositorySettingsController.scala
src/main/scala/model/Account.scala
src/main/scala/model/BasicTemplate.scala
src/main/scala/model/Issue.scala
src/main/scala/model/IssueComment.scala
src/main/scala/model/package.scala
src/main/scala/service/IssuesService.scala
src/main/scala/service/PullRequestService.scala
src/main/scala/service/RepositoryService.scala
src/main/scala/service/WikiService.scala
src/main/scala/servlet/TransactionFilter.scala
src/main/scala/util/Notifier.scala
2014-07-06 17:02:49 +09:00
Naoki Takezoe
5c70cd654c
(refs #341 )Add TODO about Slick 2.0 migration
2014-07-06 16:21:25 +09:00
Naoki Takezoe
7aca24e51d
(refs #341 )Fix compilation error about date conversion
2014-07-06 16:09:50 +09:00
Naoki Takezoe
cce0b67871
(refs #341 )Fix compilation error of delete statements
2014-07-06 15:42:45 +09:00
Naoki Takezoe
606cd83f44
Fix CRLF to LF
2014-07-06 13:19:27 +09:00
Naoki Takezoe
32897c36f9
(refs #341 )Fix compilation error other than date mapping and delete statement
2014-07-06 13:07:05 +09:00
shimamoto
259bcfc14f
(refs #341 ) Fix compile errors.
2014-07-01 04:08:15 +09:00
Naoki Takezoe
fd09058a7d
(refs #310 )Convert all CRLF to LF
2014-06-29 04:16:37 +09:00
shimamoto
d2c94909cb
(refs #341 ) Migrate service package.
2014-06-24 02:40:40 +09:00
utensil
3683a5fb7d
Show newsfeed of private repo to members of owner group
2014-06-22 09:59:59 +00:00
utensil
1223bf2fd8
Show newsfeed of private repo to its owner
2014-06-22 08:10:37 +00:00
Naoki Takezoe
707ad866e1
(refs #408 )Performance improvement for index page.
2014-06-20 01:42:42 +09:00
Naoki Takezoe
4f45e047d2
(refs #406 )Fix pull request count in the dashboard
2014-06-16 01:40:51 +09:00
yjkony
e2c99a46be
Merge commit Tag 2.0 'db5395ddbc4aef485415408720dd09cfc215b527' into add-features-to-ldapauth
...
Conflicts:
src/main/twirl/account/edit.scala.html
2014-06-02 17:01:22 +09:00
Naoki Takezoe
1edff41690
Fix code style
2014-06-02 16:10:03 +09:00
Naoki Takezoe
6d6f529d40
(refs #380 )Close stream certainly
2014-06-02 16:04:45 +09:00
HairyFotr
7698f12112
Small cleanup using static analysis
2014-05-31 00:57:03 +02:00
Naoki Takezoe
a846c77c7e
(refs #346 )Add group members as collaborator when transfer repository to the group.
2014-05-25 18:14:53 +09:00
Tomofumi Tanaka
dc21e8388e
Improve update pull request query
...
commitIdFrom and commitIdTo columns update by one query.
2014-05-02 19:55:49 +09:00
yjkony
8c35310cd6
Merge commit Tag 1.13 ('3e82534c78a72e17dd3b79e091521d75cb4d3855') into add-features-to-ldapauth
...
Conflicts:
src/main/scala/service/AccountService.scala
src/main/scala/util/LDAPUtil.scala
2014-05-01 11:56:56 +09:00
Tomofumi Tanaka
dd694d27b5
(refs #324 )Update commitIdFrom when pullrequest branch is updated
2014-04-29 17:24:51 +09:00
takezoe
0f9c95c15a
baseUrl calculation is concentrated to SystemSettings
2014-04-29 15:43:41 +09:00
Naoki Takezoe
0e5591017a
Refactoring
2014-04-25 10:38:34 +09:00
Naoki Takezoe
ad244adbfa
(refs #13 )Commit from AceEditor is available.
2014-04-24 21:49:30 +09:00
Naoki Takezoe
3f76453f34
(refs #343 )Retrieve all commit id from Git repository in pre commit hook instead of COMMIT_LOG table
2014-04-10 17:42:25 +09:00
Naoki Takezoe
c128086778
(refs #335 )Revert account updating in LDAP authentication
2014-04-08 16:34:01 +09:00
Naoki Takezoe
cc4fb8bf79
(refs #335 )Add Scaladoc
2014-04-08 16:24:53 +09:00
Naoki Takezoe
c3ac0f3d9f
(refs #335 )Fix account updating in LDAP authentication
2014-04-08 16:21:10 +09:00
Naoki Takezoe
b357d52ec5
(refs #335 )Fix LDAP authentication
2014-04-07 21:08:13 +09:00
takezoe
1ec825050d
(refs #335 )Use string before '@' of mail address if user name is mail address in LDAP authentication.
2014-04-03 08:47:42 +09:00
takezoe
9a47c4a990
Fix #334
2014-04-03 00:32:39 +09:00
yjkony
00af52815d
Merge commit '5317ac5e031a29438657952fb882532af296135b' (tag 1.12) into add-features-to-ldapauth
2014-03-31 12:37:23 +09:00
takezoe
1fe649e70f
(refs #326 )SSH clone URL includes username for logged-in users and it's hidden for non logged-in users.
2014-03-25 05:11:29 +09:00
takezoe
40d3f0ef9e
(refs #313 )Search files which have FileMode.EXECUTABLE_FILE mode not only REGULAR_FILE
2014-03-16 01:55:26 +09:00
takezoe
f5883abf04
Use Context#settings instead of loadSystemSettings()
2014-03-15 04:07:31 +09:00
yjkony
9175cf5c71
Merge branch 'master' into add-features-to-ldapauth
...
Conflicts:
src/main/twirl/account/edit.scala.html
2014-03-14 15:56:08 +09:00
takezoe
d1c6c763e2
(refs #115 )Add button to toggle http/ssh for wiki repository url box
2014-03-14 10:59:42 +09:00
takezoe
63de780527
Remove last '/' in base url
2014-03-14 03:21:35 +09:00
takezoe
70192ce420
(refs #115 )Add new method to get sshUrl to RepositoryInfo
2014-03-13 22:26:15 +09:00
yjkony
4e2a3fdbd0
Change trigger of "Disalbe mail resolve is enalbed" from "When system settings check-box is ON" to "When mail attribute is empty".
2014-03-11 12:56:00 +09:00
yjkony
8d200c72d3
Merge branch 'master' into add-features-to-ldapauth
2014-03-10 11:05:02 +09:00
takezoe
845f2d6faa
(refs #115 )Start and stop sshd at the system settings
2014-03-10 00:44:25 +09:00
takezoe
5e6c33df6c
(refs #115 )Fix account registration page and add public key deletion
2014-03-09 01:38:23 +09:00