Commit Graph

28 Commits

Author SHA1 Message Date
shimamoto
296a0b2124 Removed FileUploadControllerBase(in the middle of improving file
upload).
2014-04-23 02:02:19 +09:00
takezoe
226a8af262 Use old home if it exists. 2014-01-15 05:25:18 +09:00
takezoe
5e2dfffe25 Use FileUtils#moveDirectory() instead of File#renameTo() 2014-01-12 17:59:02 +09:00
takezoe
897f2ea6dd Update data directory checking condition. 2014-01-12 16:47:23 +09:00
takezoe
3d852a535d (refs #244)Change the default data directory to HOME/.gitbucket 2014-01-12 15:41:01 +09:00
takezoe
b3669f6d66 (refs #204)Add some way to configure data directory.
1) system property of JVM (e.g. -Dgitbucket.home=PATH_TO_DATADIR)
2) java -jar gitbucket.war --data=PATH_TO_DATADIR
3) Add context parameter "gitbucket.home" to web.xml
2013-11-30 05:18:15 +09:00
takezoe
bd0ecd0a9d Improve repository creation to not use the working repository. 2013-10-30 14:52:55 +09:00
takezoe
a1dc19fa26 (refs #180)Remove Directory#getWikiWorkDir() 2013-10-30 11:39:55 +09:00
takezoe
b4dd067d61 Introduce ControlUtil which provides control facilities such as using() or defining(). 2013-09-19 18:53:14 +09:00
Tomofumi Tanaka
d588531ab8 Make configurable data(git,db) dir using env vars 2013-09-04 00:11:13 +09:00
takezoe
d06a986293 Remove unused import statement. 2013-07-17 13:57:45 +09:00
takezoe
72e2c6dca7 Replace String#format() with string interpolation. 2013-07-11 20:19:11 +09:00
takezoe
2da756692b (refs #28)Avatar image can be uploaded at the account editing page. 2013-07-10 14:15:56 +09:00
takezoe
e4324258d3 (refs #28)Implementing avatar image uploading. 2013-07-10 11:34:36 +09:00
takezoe
00ad0c1745 Add System Settings page. 2013-06-28 13:45:31 +09:00
takezoe
fd0047e3b5 Fix typo in Scaladoc. 2013-06-24 00:15:20 +09:00
takezoe
ff27135df6 Delete all temporary directories in repository deletion. 2013-06-20 02:51:49 +09:00
takezoe
358f59261a WikiUtil moved to WikiService and applied cake pattern to
WikiController.
2013-05-07 02:31:39 +09:00
takezoe
1e7f7404dc Implemented: Downloading tagged contents as zip file. 2013-05-05 04:34:39 +09:00
takezoe
46267d8657 Wiki repositories should be not displayed in the repository list. 2013-05-03 15:23:49 +09:00
takezoe
35f0aa7b03 Get all data from the bare repository.
Cloned repositories in backend is not necessary at last.
2013-04-30 01:07:31 +09:00
takezoe
c531949fd9 Cloned repositories for internal use are updated after push. 2013-04-20 04:57:10 +09:00
takezoe
88d9857b0b Add RepositoryHome to point GitBucketHome/repositories. 2013-04-20 01:20:00 +09:00
takezoe
9f4d77cef0 Fixed error when GitBucketHome/repositories does not exist. 2013-04-19 16:17:01 +09:00
takezoe
0d5657f248 Added Scaladoc. 2013-04-13 04:29:03 +09:00
takezoe
b909e81edd Uses HOME/gitbucket as GitBucketHome. 2013-04-13 01:56:40 +09:00
takezoe
0d68578a27 Git repository creation works now! 2013-04-12 03:02:20 +09:00
takezoe
257f8c01b6 Initial Import. 2013-04-11 01:48:01 +09:00