]> source.dussan.org Git - gitea.git/log
gitea.git
10 years agoMove into packager folder
Cyril Rohr [Tue, 9 Sep 2014 20:29:39 +0000 (20:29 +0000)]
Move into packager folder

10 years agoMake Gogs packageable with https://packager.io
Cyril Rohr [Mon, 8 Sep 2014 16:58:23 +0000 (16:58 +0000)]
Make Gogs packageable with https://packager.io

10 years agoMerge branch 'dev' of github.com:gogits/gogs into dev
lunnyxiao [Mon, 8 Sep 2014 04:11:48 +0000 (12:11 +0800)]
Merge branch 'dev' of github.com:gogits/gogs into dev

10 years agoadd showinfo for xorm
lunnyxiao [Mon, 8 Sep 2014 04:11:25 +0000 (12:11 +0800)]
add showinfo for xorm

10 years agoMerge pull request #435 from tstorch/translation-update
无闻 [Mon, 8 Sep 2014 03:53:59 +0000 (23:53 -0400)]
Merge pull request #435 from tstorch/translation-update

Small German update

10 years agoFix test cases
Unknwon [Mon, 8 Sep 2014 00:11:13 +0000 (20:11 -0400)]
Fix test cases

10 years agoRemove ldap dep
Unknwon [Mon, 8 Sep 2014 00:04:47 +0000 (20:04 -0400)]
Remove ldap dep

10 years agoRemove hg dep
Unknwon [Sun, 7 Sep 2014 23:58:01 +0000 (19:58 -0400)]
Remove hg dep

10 years agoOrganization level webhooks
Unknwon [Sun, 7 Sep 2014 23:39:26 +0000 (19:39 -0400)]
Organization level webhooks

10 years agoMerge pull request #442 from compressed/org_hook
无闻 [Sun, 7 Sep 2014 23:30:51 +0000 (19:30 -0400)]
Merge pull request #442 from compressed/org_hook

Organization-level Webhooks

10 years agoMerge pull request #447 from m0sth8/fix-milestone-render-markdown
无闻 [Sun, 7 Sep 2014 23:19:10 +0000 (19:19 -0400)]
Merge pull request #447 from m0sth8/fix-milestone-render-markdown

Render milestone content as markdown

10 years agoFinish new install page, almost ready for 0.5 release
Unknwon [Sun, 7 Sep 2014 23:02:58 +0000 (19:02 -0400)]
Finish new install page, almost ready for 0.5 release

10 years agoFix #348
Unknwon [Fri, 5 Sep 2014 21:28:09 +0000 (17:28 -0400)]
Fix #348

10 years agogetOrgRepoCtx returns values directly & err
Christopher Brickley [Thu, 4 Sep 2014 23:05:21 +0000 (19:05 -0400)]
getOrgRepoCtx returns values directly & err

10 years agoadd organization-level webhooks
Christopher Brickley [Thu, 4 Sep 2014 11:17:00 +0000 (07:17 -0400)]
add organization-level webhooks

10 years agoHookType is case-sensitive
Christopher Brickley [Thu, 4 Sep 2014 02:14:55 +0000 (22:14 -0400)]
HookType is case-sensitive

Update webhook wasn’t showing up because of the wrong case

10 years agomodify grammar undo -> undone
Christopher Brickley [Thu, 4 Sep 2014 02:13:09 +0000 (22:13 -0400)]
modify grammar undo -> undone

10 years agoRender milestone content as markdown
Vyacheslav Bakhmutov [Fri, 5 Sep 2014 02:10:58 +0000 (09:10 +0700)]
Render milestone content as markdown

10 years agoMerge pull request #446 from m0sth8/fix-milestone-content-size
无闻 [Fri, 5 Sep 2014 01:55:17 +0000 (21:55 -0400)]
Merge pull request #446 from m0sth8/fix-milestone-content-size

Set milestone content field to TEXT orm type

10 years agoSet milestone content field to TEXT orm type
Vyacheslav Bakhmutov [Fri, 5 Sep 2014 01:10:41 +0000 (08:10 +0700)]
Set milestone content field to TEXT orm type

10 years agoMerge pull request #444 from tstorch/database-cleanup
无闻 [Thu, 4 Sep 2014 15:38:35 +0000 (11:38 -0400)]
Merge pull request #444 from tstorch/database-cleanup

Code dedoublication in models/models.go

10 years agoCode dedoublication in models/models.go
Tristan Storch [Thu, 4 Sep 2014 15:19:26 +0000 (17:19 +0200)]
Code dedoublication in models/models.go

Just some code dedoublication in models/models.go

10 years agoMerge pull request #441 from tstorch/git-setup
Lunny Xiao [Thu, 4 Sep 2014 14:55:05 +0000 (22:55 +0800)]
Merge pull request #441 from tstorch/git-setup

Standard git user.name and user.email if not set

10 years agoStandard git user.name and user.email if not set
Tristan Storch [Thu, 4 Sep 2014 10:03:29 +0000 (12:03 +0200)]
Standard git user.name and user.email if not set

Git user.name and user.email will now be set to the standard values

  - Gogs
  - gogitservice@gmail.com

if user.name is not set or empty.

If user.name is set and user.email not, it will leave it this way.

10 years agoMerge pull request #440 from deringer/dev
无闻 [Thu, 4 Sep 2014 01:40:33 +0000 (21:40 -0400)]
Merge pull request #440 from deringer/dev

Correct loading of font-awesome styles from CDN

10 years agoadd rel attribute such that font-awesome icons load correctly
Michael Dyrynda [Wed, 3 Sep 2014 23:42:51 +0000 (09:12 +0930)]
add rel attribute such that font-awesome icons load correctly

10 years agoMerge pull request #437 from tstorch/docker-update
无闻 [Wed, 3 Sep 2014 18:11:45 +0000 (14:11 -0400)]
Merge pull request #437 from tstorch/docker-update

Use variables, when the're there

10 years agoUse variables, when the're there
Tristan Storch [Wed, 3 Sep 2014 16:41:20 +0000 (18:41 +0200)]
Use variables, when the're there

Why not use the environment variables, when they are there...

10 years agoMerge pull request #436 from tstorch/docker-update
无闻 [Wed, 3 Sep 2014 15:35:59 +0000 (11:35 -0400)]
Merge pull request #436 from tstorch/docker-update

docker dev block update

10 years agodocker dev block update
Tristan Storch [Wed, 3 Sep 2014 15:12:38 +0000 (17:12 +0200)]
docker dev block update

The dev Dockerfile now works without superfluous go get calls.
At this point the -u option is really not what we want.

10 years agoSmall German update
Tristan Storch [Wed, 3 Sep 2014 14:58:23 +0000 (16:58 +0200)]
Small German update

Cleaning up a misunderstanding I had.

10 years agoMerge pull request #432 from deringer/dev
无闻 [Wed, 3 Sep 2014 14:33:08 +0000 (10:33 -0400)]
Merge pull request #432 from deringer/dev

Add handling to branch switcher label to make label more consistent with

10 years agoMerge pull request #426 from m0sth8/fix-milestone-assignee
无闻 [Wed, 3 Sep 2014 13:02:47 +0000 (09:02 -0400)]
Merge pull request #426 from m0sth8/fix-milestone-assignee

Take params for milestone and assignee from query instead of path args

10 years agoAdd handling to branch switcher label to make label more consistent with
Michael Dyrynda [Wed, 3 Sep 2014 00:31:32 +0000 (10:01 +0930)]
Add handling to branch switcher label to make label more consistent with
GitHub behaviour

Addresses #431

10 years agotake params for milestone and assignee from query instead of path args
Vyacheslav Bakhmutov [Tue, 2 Sep 2014 17:04:22 +0000 (00:04 +0700)]
take params for milestone and assignee from query instead of path args

10 years agoMerge branch 'dev' of github.com:gogits/gogs into dev
Unknwon [Tue, 2 Sep 2014 17:01:09 +0000 (13:01 -0400)]
Merge branch 'dev' of github.com:gogits/gogs into dev

10 years agoFix #425
Unknwon [Tue, 2 Sep 2014 17:01:02 +0000 (13:01 -0400)]
Fix #425

10 years agoMerge pull request #423 from m0sth8/fix-xcsrf-token
无闻 [Tue, 2 Sep 2014 16:30:44 +0000 (12:30 -0400)]
Merge pull request #423 from m0sth8/fix-xcsrf-token

Set headers in js and go files to X-Csrf-Token

10 years agoSet headers in js and go files to X-Csrf-Token
Vyacheslav Bakhmutov [Tue, 2 Sep 2014 15:48:40 +0000 (22:48 +0700)]
Set headers in js and go files to X-Csrf-Token

10 years agoMerge pull request #421 from arpemedia/dev
无闻 [Tue, 2 Sep 2014 14:49:53 +0000 (10:49 -0400)]
Merge pull request #421 from arpemedia/dev

Fix grammar error in German translation

10 years agoFix grammar error in German translation
Arpemedia [Tue, 2 Sep 2014 11:46:18 +0000 (13:46 +0200)]
Fix grammar error in German translation

10 years agoMerge branch 'master' of github.com:gogits/gogs into dev
Unknwon [Tue, 2 Sep 2014 11:18:01 +0000 (07:18 -0400)]
Merge branch 'master' of github.com:gogits/gogs into dev

10 years agoMerge pull request #420 from gogits/revert-419-master
无闻 [Tue, 2 Sep 2014 11:15:35 +0000 (07:15 -0400)]
Merge pull request #420 from gogits/revert-419-master

Revert "Fix a gramma error and translate two additional strings (German ...

10 years agoRevert "Fix a gramma error and translate two additional strings (German translation)"
无闻 [Tue, 2 Sep 2014 11:13:13 +0000 (07:13 -0400)]
Revert "Fix a gramma error and translate two additional strings (German translation)"

10 years agoMerge pull request #419 from arpemedia/master
无闻 [Tue, 2 Sep 2014 11:13:09 +0000 (07:13 -0400)]
Merge pull request #419 from arpemedia/master

Fix a gramma error and translate two additional strings (German translation)

10 years agoupdate docs and mirror bug fix
Unknwon [Tue, 2 Sep 2014 11:11:39 +0000 (07:11 -0400)]
update docs and mirror bug fix

10 years agoFix a gramma error and translate two additional strings
Arpemedia [Tue, 2 Sep 2014 07:20:39 +0000 (09:20 +0200)]
Fix a gramma error and translate two additional strings

10 years agoMerge branch 'master' into dev
lunnyxiao [Tue, 2 Sep 2014 03:59:39 +0000 (11:59 +0800)]
Merge branch 'master' into dev

10 years agobug fixed for migrate and fixed #141
lunnyxiao [Tue, 2 Sep 2014 03:57:06 +0000 (11:57 +0800)]
bug fixed for migrate and fixed #141

10 years agoMerge pull request #416 from compressed/compare_commits
无闻 [Tue, 2 Sep 2014 03:02:34 +0000 (20:02 -0700)]
Merge pull request #416 from compressed/compare_commits

Add commit compare functionality

10 years agohandle initial commit for compareUrl
Christopher Brickley [Mon, 1 Sep 2014 23:19:56 +0000 (19:19 -0400)]
handle initial commit for compareUrl

10 years agoadd commit compare functionality
Christopher Brickley [Tue, 26 Aug 2014 12:20:18 +0000 (08:20 -0400)]
add commit compare functionality

10 years agoMerge pull request #410 from tstorch/docker_mix_match
无闻 [Mon, 1 Sep 2014 02:53:51 +0000 (10:53 +0800)]
Merge pull request #410 from tstorch/docker_mix_match

Docker mix and match setup

10 years agoMerge pull request #409 from tstorch/translation-03
无闻 [Mon, 1 Sep 2014 02:53:18 +0000 (10:53 +0800)]
Merge pull request #409 from tstorch/translation-03

German laguage update

10 years agoDocker mix and match setup
Tristan Storch [Fri, 29 Aug 2014 16:20:15 +0000 (18:20 +0200)]
Docker mix and match setup

Rewrite of the docker setup. Now uses fig to manage containers and container
linkage. The base is a block based mix and match, which will give you the
possibility to easily test all configurations.

10 years agoGerman laguage update
Tristan Storch [Sun, 31 Aug 2014 17:25:26 +0000 (19:25 +0200)]
German laguage update

What has been done:

  - standardized expressions
  - shorter and clearer
  - minor corrections (orthography)

10 years agoMerge pull request #408 from fanningert/patch-1
无闻 [Sun, 31 Aug 2014 16:50:52 +0000 (00:50 +0800)]
Merge pull request #408 from fanningert/patch-1

Add new translation keys

10 years agoAdd new translation keys
fanningert [Sun, 31 Aug 2014 16:48:24 +0000 (18:48 +0200)]
Add new translation keys

10 years agoMerge pull request #407 from fanningert/patch-3
无闻 [Sun, 31 Aug 2014 16:36:23 +0000 (00:36 +0800)]
Merge pull request #407 from fanningert/patch-3

Update locale_de-DE.ini and correct a wrong translation

10 years agoMerge pull request #402 from fanningert/patch-2
无闻 [Sun, 31 Aug 2014 16:34:06 +0000 (00:34 +0800)]
Merge pull request #402 from fanningert/patch-2

Add missing dependencies

10 years agoMirror fix and hide missing pages for 0.5 release
Unknwon [Sun, 31 Aug 2014 16:33:40 +0000 (00:33 +0800)]
Mirror fix and hide missing pages for 0.5 release

10 years agoRemoved not needed deps
fanningert [Sun, 31 Aug 2014 16:28:59 +0000 (18:28 +0200)]
Removed not needed deps

Removed
* github.com/gogits/cache
* github.com/gogits/session

10 years agoMerge branch 'dev' of github.com:gogits/gogs into dev
Unknwon [Sun, 31 Aug 2014 16:16:14 +0000 (00:16 +0800)]
Merge branch 'dev' of github.com:gogits/gogs into dev

10 years agoMerge pull request #379 from compressed/slack
无闻 [Sun, 31 Aug 2014 16:12:58 +0000 (00:12 +0800)]
Merge pull request #379 from compressed/slack

Slack Support

10 years agoUpdate deps
Unknwon [Sun, 31 Aug 2014 16:12:37 +0000 (00:12 +0800)]
Update deps

10 years agoUpdate locale_de-DE.ini
fanningert [Sun, 31 Aug 2014 16:05:26 +0000 (18:05 +0200)]
Update locale_de-DE.ini

10 years agoUpdate locale_de-DE.ini
fanningert [Sun, 31 Aug 2014 16:04:15 +0000 (18:04 +0200)]
Update locale_de-DE.ini

10 years agoUpdate locale_de-DE.ini
fanningert [Sun, 31 Aug 2014 16:03:28 +0000 (18:03 +0200)]
Update locale_de-DE.ini

10 years agoadd Slack API webhook support
Christopher Brickley [Sun, 24 Aug 2014 12:59:47 +0000 (08:59 -0400)]
add Slack API webhook support

10 years agoChange "Repositories" to "Repositorys"
fanningert [Sun, 31 Aug 2014 15:59:22 +0000 (17:59 +0200)]
Change "Repositories" to "Repositorys"

10 years agoUpdate locale_de-DE.ini and correct a wrong translation
fanningert [Sun, 31 Aug 2014 15:30:53 +0000 (17:30 +0200)]
Update locale_de-DE.ini and correct a wrong translation

10 years agoMerge pull request #405 from fanningert/patch-1
无闻 [Sun, 31 Aug 2014 14:10:54 +0000 (22:10 +0800)]
Merge pull request #405 from fanningert/patch-1

Update german translation with PR #404

10 years agoUpdate german translation with PR #404
fanningert [Sun, 31 Aug 2014 14:10:02 +0000 (16:10 +0200)]
Update german translation with PR #404

10 years agoMerge pull request #401 from fanningert/patch-1
无闻 [Sun, 31 Aug 2014 14:06:05 +0000 (22:06 +0800)]
Merge pull request #401 from fanningert/patch-1

Update locale_de-DE.ini

10 years agoAdd missing dependencies
fanningert [Sun, 31 Aug 2014 13:21:56 +0000 (15:21 +0200)]
Add missing dependencies

10 years agoUpdate locale_de-DE.ini
fanningert [Sun, 31 Aug 2014 13:18:29 +0000 (15:18 +0200)]
Update locale_de-DE.ini

10 years agoMerge pull request #400 from deringer/dev
无闻 [Sun, 31 Aug 2014 13:07:14 +0000 (21:07 +0800)]
Merge pull request #400 from deringer/dev

Add missing 'new migration' link

10 years agoUI: SSH/HTTPS address switch and copy
Unknwon [Sun, 31 Aug 2014 13:03:16 +0000 (21:03 +0800)]
UI: SSH/HTTPS address switch and copy

10 years agoAdd missing 'new migration' link
Michael Dyrynda [Sun, 31 Aug 2014 11:36:50 +0000 (21:06 +0930)]
Add missing 'new migration' link

Addresses issue #399

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