shimamoto
b13820fc0e
Improved model package. The details are as follows:
...
* Fix the Profiles class from package object to simple object
* Fix the row case class to model package
* Define the alias of JdbcBackend#Session
2014-07-28 04:52:56 +09:00
takezoe
3e161353ed
Merge branch 'slick2-compilation-problem'
2014-07-27 21:24:40 +09:00
takezoe
2a8706630a
(refs #445 )Fix yen to backslash
2014-07-27 17:11:27 +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
34e299bf52
(refs #445 )Keep line separator in online file editing
2014-07-26 23:15:47 +09:00
Naoki Takezoe
0822b7b5f3
(refs #444 )Fix pull request count in dashboard
2014-07-26 19:12:09 +09:00
Naoki Takezoe
f5a544603a
Experimental JDBC API for JavaScript plug-ins
2014-07-24 01:39:26 +09:00
Naoki Takezoe
89515cd087
Add an argument RepositoryInfo to RepositoryAction
2014-07-24 00:57:21 +09:00
Naoki Takezoe
37731c4163
Enable plugin system
2014-07-23 19:50:38 +09:00
takezoe
6122c8a1e1
Fix #438
2014-07-21 03:31:52 +09:00
Tomofumi Tanaka
fa9254c240
(refs #435 )Correct merge commit message
...
Use ${user}/${branch} instead of ${user}/{repoName}
2014-07-16 23:33:14 +09:00
Naoki Takezoe
86cf97d76b
Fix TODO: Close issue and send webhook from online editing
2014-07-14 01:10:33 +09:00
shimamoto
01f6590c04
Fix TODO.
2014-07-14 00:08:34 +09:00
shimamoto
8f0c22bae9
Improve slick session(because transaction for unnecessary).
2014-07-13 23:54:53 +09:00
Naoki Takezoe
652a68c5b1
Fix TODO
2014-07-13 23:20:16 +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
9dbc0c3fd6
Change LDAPUtil method name
2014-07-13 15:53:12 +09:00
Naoki Takezoe
56bb43ea6b
AccountUtil is merged to LDAPUtil
2014-07-13 15:13:59 +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
2668977918
Convert CRLF to LF
2014-07-06 17:07:52 +09:00
Naoki Takezoe
28424c96c4
Readying 2.1 release
2014-07-06 17:06:26 +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
Naoki Takezoe
c8e5b75165
Disable front-end of plugin system in GitBucket 2.1
2014-07-05 18:01:19 +09:00
Naoki Takezoe
09b9a52ad3
Merge branch 'plugin-system'
2014-07-05 17:36:02 +09:00
shimamoto
259bcfc14f
(refs #341 ) Fix compile errors.
2014-07-01 04:08:15 +09:00
shimamoto
c361d24ba4
(refs #341 ) Implement a method to get the session.
2014-07-01 03:43:55 +09:00
shimamoto
d5e1b18b52
(refs #341 ) Sets default value.
2014-07-01 03:40:21 +09:00
Yuta Okamoto
66b7b69d20
specify LDAP search filter explicitly
2014-06-30 23:38:43 +09:00
Naoki Takezoe
c64909ab1a
Plugin updating is executed asynchronously by Quartz Scheduler
2014-06-29 16:09:41 +09:00
Naoki Takezoe
34dd8541f4
Disable JavaScript console
2014-06-29 14:35:49 +09:00
Naoki Takezoe
0b3781ec8a
Add plugin updating capability
2014-06-29 14:26:33 +09:00
Naoki Takezoe
0e1d184715
Remove installed plugins from available plugin list
2014-06-29 12:39:27 +09:00
Naoki Takezoe
d8c27046f6
Merge branch 'master' into plugin-system
...
Conflicts:
src/main/scala/servlet/AutoUpdateListener.scala
2014-06-29 04:20:58 +09:00
Naoki Takezoe
fd09058a7d
(refs #310 )Convert all CRLF to LF
2014-06-29 04:16:37 +09:00
Naoki Takezoe
1c99b57709
(refs #412 )Fix repository lock
2014-06-29 03:29:03 +09:00
shimamoto
9ee739d102
(refs #341 ) Migrate slick session.
2014-06-27 08:48:58 +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
shimamoto
bbe455ac49
(refs #341 ) Migrate model package.
2014-06-16 01:29:56 +09:00
Naoki Takezoe
b5f173fa46
(refs #32 )Display plugin's status
2014-06-16 01:20:42 +09:00
Naoki Takezoe
4bd6ef143a
(refs #32 )Clone or pull plugin repository before displaying the available plugins page
2014-06-15 18:07:34 +09:00
Naoki Takezoe
fd4a696303
(refs #32 )Add version to plugin meta information
2014-06-15 17:39:42 +09:00