Naoki Takezoe
3bb69c623b
(refs #464 )Switch to play-twirl
2014-08-14 18:37:37 +09:00
Naoki Takezoe
b78d584d8a
(refs #464 )Add drop tables capability when plugin is uninstalled
2014-08-14 01:56:47 +09:00
Naoki Takezoe
e6b666a66a
(refs #464 )Implementing database migration system for plugin
2014-08-13 23:16:13 +09:00
Naoki Takezoe
bab93ea4f5
(refs #464 )Fix compilation error
2014-08-13 22:06:08 +09:00
Naoki Takezoe
13385cbced
(refs #464 )Add PLUGIN table for plugin management
2014-08-13 02:23:29 +09:00
Naoki Takezoe
3f20cec7b2
(refs #464 )Add Scaladoc
2014-08-12 00:37:36 +09:00
Naoki Takezoe
a0e4b020ca
(refs #464 )Authentication for actions which are defined by plugin is completed
2014-08-12 00:33:13 +09:00
Naoki Takezoe
ea5d898b27
(refs #464 )Add Security sealed trait which is used by plugin
2014-08-12 00:02:48 +09:00
Naoki Takezoe
4e652b5ccd
(refs #464 )Add authentication for plugin action
2014-08-11 19:27:24 +09:00
Naoki Takezoe
dd809896c8
(refs #464 )Add extension point to inject JavaScript instead of adding button
2014-08-11 00:45:58 +09:00
Naoki Takezoe
93536d3365
(refs #464 )Add new extension point to add buttons
2014-08-10 05:42:06 +09:00
Naoki Takezoe
098b18fe6d
(refs #464 )Experimental implementation of Scala based plugin
2014-08-10 04:33:57 +09:00
Tomofumi Tanaka
b65d41731b
(refs #458 )Correct commit message in activity info
2014-08-05 23:00:56 +09:00
Tomofumi Tanaka
05afec3236
(refs#458)Correct short and full message
...
Swaped short and full message in commit info by accident.
2014-08-05 00:07:21 +09:00
Naoki Takezoe
2bc915f51b
Disable JavaScript console
2014-08-04 00:00:41 +09:00
Naoki Takezoe
1ca55805b5
JSON response support for plug-ins
2014-08-03 23:59:56 +09:00
Naoki Takezoe
f88ce3f671
Update version number to 2.2
2014-08-03 19:19:15 +09:00
Naoki Takezoe
20aabfc273
Merge branch 'scala-2.11'
2014-08-03 19:13:34 +09:00
shimamoto
601f8c4249
(refs #374 ) Fix compile error.
2014-08-03 18:41:03 +09:00
Tomofumi Tanaka
c22aef8ee2
(refs #421 )Add tar.gz archive download
...
* Update jgit version
* Add new lib org.eclipse.jgit.archive
* TODO: Add link in views
2014-08-01 23:56:02 +09:00
Tomofumi Tanaka
3807e61a48
Merge branch 'show-author'
2014-07-31 22:48:15 +09:00
Naoki Takezoe
0ede7e9921
(refs #374 )Upgrading to Scalatra 2.3 and Slick 2.1.
...
Some compilation errors in Slick code are remaining.
2014-07-30 07:36:35 +09:00
Tomofumi Tanaka
d2317d0a97
(refs #437 )Fix typo
...
Threre is more good function name, but i have no idea 😵
2014-07-29 01:24:09 +09:00
Tomofumi Tanaka
51a56356cb
(refs #437 )Show author at repo file list view
2014-07-29 00:56:34 +09:00
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
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