]> source.dussan.org Git - gitea.git/log
gitea.git
10 years agoMerge branch 'master' of github.com:gogits/gogs into dev
Unknwon [Sun, 31 Aug 2014 07:11:55 +0000 (15:11 +0800)]
Merge branch 'master' of github.com:gogits/gogs into dev

Conflicts:
dockerfiles/README.md

10 years agoMerge pull request #396 from fanningert/patch-1
无闻 [Sun, 31 Aug 2014 03:30:13 +0000 (11:30 +0800)]
Merge pull request #396 from fanningert/patch-1

Update locale_zh-CN.ini

10 years agoMerge pull request #397 from fanningert/patch-2
无闻 [Sun, 31 Aug 2014 03:30:02 +0000 (11:30 +0800)]
Merge pull request #397 from fanningert/patch-2

Update locale_en-US.ini

10 years agoMerge pull request #398 from fanningert/patch-3
无闻 [Sun, 31 Aug 2014 03:28:13 +0000 (11:28 +0800)]
Merge pull request #398 from fanningert/patch-3

Update locale_de-DE.ini

10 years agoUpdate locale_de-DE.ini
fanningert [Sat, 30 Aug 2014 20:29:23 +0000 (22:29 +0200)]
Update locale_de-DE.ini

10 years agoUpdate locale_en-US.ini
fanningert [Sat, 30 Aug 2014 20:28:43 +0000 (22:28 +0200)]
Update locale_en-US.ini

Double entry of "config.log_config"

10 years agoUpdate locale_zh-CN.ini
fanningert [Sat, 30 Aug 2014 20:28:03 +0000 (22:28 +0200)]
Update locale_zh-CN.ini

Double entry of "config.log_config"

10 years agoMerge pull request #394 from tstorch/trailing_white_spaces
无闻 [Sat, 30 Aug 2014 13:37:04 +0000 (06:37 -0700)]
Merge pull request #394 from tstorch/trailing_white_spaces

Removed trailing white spaces

10 years agoRemoved trailing white spaces
Tristan Storch [Sat, 30 Aug 2014 13:12:53 +0000 (15:12 +0200)]
Removed trailing white spaces

Removed trailing whitespaces with

```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```

and some handwork.

10 years agoFinish all new admin pages.
Unknwon [Sat, 30 Aug 2014 12:49:51 +0000 (20:49 +0800)]
Finish all new admin pages.

10 years agoMerge pull request #391 from fanningert/patch-1
无闻 [Sat, 30 Aug 2014 11:30:35 +0000 (04:30 -0700)]
Merge pull request #391 from fanningert/patch-1

Update locale_en-US.ini

10 years agoMerge pull request #392 from fanningert/patch-2
无闻 [Sat, 30 Aug 2014 11:30:20 +0000 (04:30 -0700)]
Merge pull request #392 from fanningert/patch-2

Update locale_de-DE.ini

10 years agoUpdate locale_de-DE.ini
fanningert [Sat, 30 Aug 2014 10:48:14 +0000 (12:48 +0200)]
Update locale_de-DE.ini

10 years agoUpdate locale_en-US.ini
fanningert [Sat, 30 Aug 2014 10:47:51 +0000 (12:47 +0200)]
Update locale_en-US.ini

10 years agoMerge pull request #386 from fanningert/patch-2
无闻 [Fri, 29 Aug 2014 12:53:48 +0000 (05:53 -0700)]
Merge pull request #386 from fanningert/patch-2

Update locale_de-DE.ini

10 years agoContinue working on new admin pages
Unknwon [Fri, 29 Aug 2014 12:50:43 +0000 (20:50 +0800)]
Continue working on new admin pages

10 years agoUpdate locale_de-DE.ini
fanningert [Fri, 29 Aug 2014 12:25:29 +0000 (14:25 +0200)]
Update locale_de-DE.ini

Add missing translation keys and add some german translations

10 years agoAdd migrate repo API
Unknwon [Fri, 29 Aug 2014 09:31:53 +0000 (17:31 +0800)]
Add migrate repo API

10 years agoFinish new admin users pages
Unknwon [Fri, 29 Aug 2014 07:32:52 +0000 (15:32 +0800)]
Finish new admin users pages

10 years agoMerge pull request #384 from fanningert/patch-1
无闻 [Fri, 29 Aug 2014 03:56:42 +0000 (20:56 -0700)]
Merge pull request #384 from fanningert/patch-1

Update locale_de-DE.ini

10 years agoMerge branch 'dev' of github.com:gogits/gogs into dev
lunnyxiao [Fri, 29 Aug 2014 03:25:03 +0000 (11:25 +0800)]
Merge branch 'dev' of github.com:gogits/gogs into dev

10 years agoadd migrate api
lunnyxiao [Fri, 29 Aug 2014 03:24:37 +0000 (11:24 +0800)]
add migrate api

10 years agoUpdate locale_de-DE.ini
fanningert [Thu, 28 Aug 2014 17:12:30 +0000 (19:12 +0200)]
Update locale_de-DE.ini

Add missing translation of "locale_en-US.ini"

10 years agoFinish new admin dashboard
Unknwon [Thu, 28 Aug 2014 14:29:00 +0000 (22:29 +0800)]
Finish new admin dashboard

10 years agoMirror issue fix
Unknwon [Wed, 27 Aug 2014 14:40:45 +0000 (22:40 +0800)]
Mirror issue fix

10 years agoBug fix on organization
Unknwon [Wed, 27 Aug 2014 08:39:36 +0000 (16:39 +0800)]
Bug fix on organization

10 years agoMerge branch 'dev' of github.com:gogits/gogs into dev
Unknwon [Tue, 26 Aug 2014 10:11:27 +0000 (18:11 +0800)]
Merge branch 'dev' of github.com:gogits/gogs into dev

10 years agoFinsih add/remove repo in organization
Unknwon [Tue, 26 Aug 2014 10:11:15 +0000 (18:11 +0800)]
Finsih add/remove repo in organization

10 years agoMerge pull request #371 from m0sth8/bufix_migrate_all_branches
无闻 [Tue, 26 Aug 2014 02:38:41 +0000 (19:38 -0700)]
Merge pull request #371 from m0sth8/bufix_migrate_all_branches

Migrate all branches and tags

10 years agoMerge pull request #372 from andmarios/dev
无闻 [Tue, 26 Aug 2014 02:13:58 +0000 (19:13 -0700)]
Merge pull request #372 from andmarios/dev

Remove newline characters from ssh key before processing it.

10 years agoimport strings
Marios Andreopoulos [Mon, 25 Aug 2014 18:07:08 +0000 (21:07 +0300)]
import strings

10 years agofix typo
Marios Andreopoulos [Mon, 25 Aug 2014 17:35:23 +0000 (20:35 +0300)]
fix typo

10 years agofix wrong variable name
Marios Andreopoulos [Mon, 25 Aug 2014 17:20:44 +0000 (20:20 +0300)]
fix wrong variable name

10 years agoremove extra comma
Marios Andreopoulos [Mon, 25 Aug 2014 17:07:47 +0000 (20:07 +0300)]
remove extra comma

10 years agoRemove newline characters from ssh key before processing it.
Marios Andreopoulos [Mon, 25 Aug 2014 15:54:50 +0000 (18:54 +0300)]
Remove newline characters from ssh key before processing it.
Fixes issue #370: https://github.com/gogits/gogs/issues/370

10 years agoMigrate all branches and tags
Vyacheslav Bakhmutov [Mon, 25 Aug 2014 13:28:14 +0000 (20:28 +0700)]
Migrate all branches and tags

10 years agofix #367
Unknwon [Mon, 25 Aug 2014 01:45:39 +0000 (09:45 +0800)]
fix #367

10 years agoFinish new edit team page, add member to team
Unknwon [Sun, 24 Aug 2014 13:09:05 +0000 (21:09 +0800)]
Finish new edit team page, add member to team

10 years agoMerge pull request #365 from choas/patch-1
Lunny Xiao [Sun, 24 Aug 2014 12:42:50 +0000 (20:42 +0800)]
Merge pull request #365 from choas/patch-1

update dockerfiles README.md

10 years agoupdate dockerfiles README.md
Lars Gregori [Sun, 24 Aug 2014 10:39:01 +0000 (12:39 +0200)]
update dockerfiles README.md

typo

10 years agoFix and set git config
Unknwon [Sat, 23 Aug 2014 15:58:56 +0000 (23:58 +0800)]
Fix and set git config

10 years agoFix #362, update code with upstream
Unknwon [Sat, 23 Aug 2014 13:13:55 +0000 (21:13 +0800)]
Fix #362, update code with upstream

10 years agoFix code style
Unknwon [Sat, 23 Aug 2014 12:30:29 +0000 (20:30 +0800)]
Fix code style

10 years agoMerge branch 'dev' of github.com:gogits/gogs into dev
Unknwon [Sat, 23 Aug 2014 12:24:31 +0000 (20:24 +0800)]
Merge branch 'dev' of github.com:gogits/gogs into dev

10 years agoWorking on organization pages
Unknwon [Sat, 23 Aug 2014 12:24:02 +0000 (20:24 +0800)]
Working on organization pages

10 years agoauto detect text file encode and convert to utf8
lunnyxiao [Wed, 20 Aug 2014 08:34:48 +0000 (16:34 +0800)]
auto detect text file encode and convert to utf8

10 years agoAdd/remove member need add/remove access to repositories as well
Unknwon [Sat, 16 Aug 2014 08:58:32 +0000 (16:58 +0800)]
Add/remove member need add/remove access to repositories as well

10 years agoFinish team list, create new team, join/leave team page
Unknwon [Sat, 16 Aug 2014 08:21:17 +0000 (16:21 +0800)]
Finish team list, create new team, join/leave team page

10 years agoFinish new organization members and invitation page
Unknwon [Fri, 15 Aug 2014 15:37:33 +0000 (23:37 +0800)]
Finish new organization members and invitation page

10 years agoFinish new organization members and invitation page
Unknwon [Fri, 15 Aug 2014 10:29:41 +0000 (18:29 +0800)]
Finish new organization members and invitation page

10 years agoMerge pull request #359 from fanningert/dev
无闻 [Thu, 14 Aug 2014 22:56:25 +0000 (15:56 -0700)]
Merge pull request #359 from fanningert/dev

Correct some type issues in the English translation and update the German translation

10 years agoCorrect type issue in locale_en-US.ini
fanningert [Thu, 14 Aug 2014 19:56:56 +0000 (21:56 +0200)]
Correct type issue in locale_en-US.ini

10 years agoGerman translation updated
fanningert [Thu, 14 Aug 2014 19:54:11 +0000 (21:54 +0200)]
German translation updated

10 years agoCorrect type issue in locale_en-US.ini
fanningert [Thu, 14 Aug 2014 19:52:01 +0000 (21:52 +0200)]
Correct type issue in locale_en-US.ini

10 years agoMerge pull request #358 from fanningert/dev
无闻 [Thu, 14 Aug 2014 13:36:31 +0000 (06:36 -0700)]
Merge pull request #358 from fanningert/dev

Correct some type issues in the english locale file

10 years agoInitial release of german translation
fanningert [Thu, 14 Aug 2014 08:55:07 +0000 (10:55 +0200)]
Initial release of german translation

10 years agoCorrect some type issues
fanningert [Thu, 14 Aug 2014 08:53:08 +0000 (10:53 +0200)]
Correct some type issues

10 years agoCorrect some type issues
fanningert [Thu, 14 Aug 2014 08:51:55 +0000 (10:51 +0200)]
Correct some type issues

10 years agoPage: `/org/:orgname/settings`
Unknwon [Thu, 14 Aug 2014 06:12:21 +0000 (14:12 +0800)]
Page: `/org/:orgname/settings`

10 years agoMerge pull request #357 from rojaro/patch-1
无闻 [Thu, 14 Aug 2014 01:17:47 +0000 (09:17 +0800)]
Merge pull request #357 from rojaro/patch-1

Update locale_en-US.ini

10 years agoUpdate locale_en-US.ini
rojaro [Wed, 13 Aug 2014 09:24:24 +0000 (11:24 +0200)]
Update locale_en-US.ini

Fixed typo

10 years agoFinish new home page of organization
Unknwon [Mon, 11 Aug 2014 03:11:18 +0000 (20:11 -0700)]
Finish new home page of organization

10 years agoFinish new reset password, etc.
Unknwon [Sun, 10 Aug 2014 04:02:00 +0000 (21:02 -0700)]
Finish new reset password, etc.

10 years agoFeature: Social sign in
Unknwon [Sun, 10 Aug 2014 01:01:29 +0000 (18:01 -0700)]
Feature: Social sign in

10 years agoPage: Manage social accounts
Unknwon [Sun, 10 Aug 2014 00:25:02 +0000 (17:25 -0700)]
Page: Manage social accounts

10 years agoUI: Bare repository does not have visual link to settings page
Unknwon [Sat, 9 Aug 2014 22:50:06 +0000 (15:50 -0700)]
UI: Bare repository does not have visual link to settings page

10 years agoFinish new web hook pages
Unknwon [Sat, 9 Aug 2014 22:40:10 +0000 (15:40 -0700)]
Finish new web hook pages

10 years agoFinish new hooks list page
Unknwon [Sat, 9 Aug 2014 17:29:51 +0000 (10:29 -0700)]
Finish new hooks list page

10 years agoMerge branch 'dev' of github.com:gogits/gogs into dev
lunnyxiao [Fri, 8 Aug 2014 05:51:43 +0000 (13:51 +0800)]
Merge branch 'dev' of github.com:gogits/gogs into dev

10 years agobug fixed
lunnyxiao [Fri, 8 Aug 2014 05:51:02 +0000 (13:51 +0800)]
bug fixed

10 years agoMirror fix on #352
Unknwon [Thu, 7 Aug 2014 10:45:29 +0000 (06:45 -0400)]
Mirror fix on #352

10 years agoMerge pull request #352 from DerDackel/ssh-permissions
无闻 [Thu, 7 Aug 2014 10:43:58 +0000 (06:43 -0400)]
Merge pull request #352 from DerDackel/ssh-permissions

Ensure correct permissions on .ssh and authorized_keys file

10 years agoFinish new collaboration page
Unknwon [Thu, 7 Aug 2014 10:40:05 +0000 (06:40 -0400)]
Finish new collaboration page

10 years agoMoved defer f.Close() up so there is no chance of returning without closing and handl...
Sebastian Jackel [Thu, 7 Aug 2014 09:06:42 +0000 (11:06 +0200)]
Moved defer f.Close() up so there is no chance of returning without closing and handled an error on f.Chmod

10 years agoCorrected log message
Sebastian Jackel [Thu, 7 Aug 2014 08:34:37 +0000 (10:34 +0200)]
Corrected log message

10 years agoMake sure, .ssh directory and authorized_keys file are kept at correct permissions
Sebastian Jackel [Thu, 7 Aug 2014 08:00:57 +0000 (10:00 +0200)]
Make sure, .ssh directory and authorized_keys file are kept at correct permissions

10 years agonowarp fix
Unknwon [Thu, 7 Aug 2014 04:15:39 +0000 (00:15 -0400)]
nowarp fix

10 years agoUse toolbox
Unknwon [Wed, 6 Aug 2014 21:21:24 +0000 (17:21 -0400)]
Use toolbox

10 years agoAdd missing less files
Unknwon [Wed, 6 Aug 2014 01:18:29 +0000 (21:18 -0400)]
Add missing less files

10 years agoFix bare repo bug
Unknwon [Tue, 5 Aug 2014 23:40:01 +0000 (19:40 -0400)]
Fix bare repo bug

10 years agoMerge pull request #347 from nuss-justin/dev
无闻 [Mon, 4 Aug 2014 17:47:43 +0000 (13:47 -0400)]
Merge pull request #347 from nuss-justin/dev

Fix wrong selector for AJAX issue creation.

10 years agoMerge pull request #346 from nuss-justin/vet
无闻 [Mon, 4 Aug 2014 17:46:23 +0000 (13:46 -0400)]
Merge pull request #346 from nuss-justin/vet

Fix invalid struct tags and remove unreachable code.

10 years agoFix wrong selector for AJAX issue creation.
Justin Nuß [Mon, 4 Aug 2014 09:02:29 +0000 (11:02 +0200)]
Fix wrong selector for AJAX issue creation.

10 years agoFix invalid struct tags and remove unreachable code.
Justin Nuß [Mon, 4 Aug 2014 08:37:57 +0000 (10:37 +0200)]
Fix invalid struct tags and remove unreachable code.

10 years agoFinish new repo settings page
Unknwon [Sat, 2 Aug 2014 17:47:33 +0000 (13:47 -0400)]
Finish new repo settings page

10 years agoFix #340
Unknwon [Fri, 1 Aug 2014 10:12:14 +0000 (06:12 -0400)]
Fix #340

10 years agoFix #258
Unknwon [Fri, 1 Aug 2014 09:20:33 +0000 (05:20 -0400)]
Fix #258

10 years agoMirro fix on PR #311
Unknwon [Fri, 1 Aug 2014 04:24:29 +0000 (00:24 -0400)]
Mirro fix on PR #311

10 years agoMerge pull request #311 from nuss-justin/issue/281
无闻 [Fri, 1 Aug 2014 04:15:06 +0000 (00:15 -0400)]
Merge pull request #311 from nuss-justin/issue/281

Fix #281. Add mouse-over precise time and on-click switch listener.

10 years agoFinish new migrate page
Unknwon [Fri, 1 Aug 2014 04:06:19 +0000 (00:06 -0400)]
Finish new migrate page

10 years agoConvert captcha, cache, csrf as middlewares
Unknwon [Thu, 31 Jul 2014 21:25:34 +0000 (17:25 -0400)]
Convert captcha, cache, csrf as middlewares

10 years agoMirror fix on template
Unknwon [Wed, 30 Jul 2014 14:02:31 +0000 (10:02 -0400)]
Mirror fix on template

10 years agoMerge pull request #338 from gogits/revert-335-patch-1
无闻 [Mon, 28 Jul 2014 15:23:02 +0000 (11:23 -0400)]
Merge pull request #338 from gogits/revert-335-patch-1

Revert "actually use SshPort variable"

10 years agoRevert "actually use SshPort variable"
无闻 [Mon, 28 Jul 2014 15:22:53 +0000 (11:22 -0400)]
Revert "actually use SshPort variable"

10 years agoMerge pull request #336 from adelq/responsive-layouts
无闻 [Mon, 28 Jul 2014 10:27:33 +0000 (06:27 -0400)]
Merge pull request #336 from adelq/responsive-layouts

Avoid using fixed width in CSS for layouts

10 years agoAvoid using fixed width in CSS for layouts
Adel Qalieh [Mon, 28 Jul 2014 00:06:43 +0000 (20:06 -0400)]
Avoid using fixed width in CSS for layouts

10 years agoMerge pull request #335 from taziden/patch-1
无闻 [Sun, 27 Jul 2014 22:38:07 +0000 (18:38 -0400)]
Merge pull request #335 from taziden/patch-1

actually use SshPort variable

10 years agoactually use SshPort variable
taziden [Sun, 27 Jul 2014 18:32:41 +0000 (20:32 +0200)]
actually use SshPort variable

SshPort is defined (SSH_PORT) but the value is not actually used (just compared to default port 22).

10 years agoReser repo owner to organization when error occurs in repo create page, dashboard...
Unknwon [Sun, 27 Jul 2014 03:53:16 +0000 (23:53 -0400)]
Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page

10 years agoGit installation check, show image in single file view, show short SHA1 instead of...
Unknwon [Sat, 26 Jul 2014 22:37:18 +0000 (18:37 -0400)]
Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module