]> source.dussan.org Git - gitea.git/log
gitea.git
8 years agoMerge pull request #2370 from andreynering/fix-tests
Unknwon [Sun, 10 Jan 2016 05:19:24 +0000 (13:19 +0800)]
Merge pull request #2370 from andreynering/fix-tests

Fix test case after 86bce4a2ae9915fad63c742cb68fcd0a5e64a223.

8 years agoFix test case after 86bce4a2ae9915fad63c742cb68fcd0a5e64a223.
Andrey Nering [Sat, 9 Jan 2016 19:05:21 +0000 (17:05 -0200)]
Fix test case after 86bce4a2ae9915fad63c742cb68fcd0a5e64a223.

8 years agoroll back a small change
Unknwon [Sat, 9 Jan 2016 07:04:28 +0000 (15:04 +0800)]
roll back a small change

8 years agominor fix to #2335
Unknwon [Sat, 9 Jan 2016 06:51:17 +0000 (14:51 +0800)]
minor fix to #2335

8 years agofix #2367
Unknwon [Sat, 9 Jan 2016 06:45:06 +0000 (14:45 +0800)]
fix #2367

8 years agoMerge pull request #2335 from andreynering/highlight-diff
Unknwon [Sat, 9 Jan 2016 05:39:18 +0000 (13:39 +0800)]
Merge pull request #2335 from andreynering/highlight-diff

Highlight diff

8 years agorequire token for list my orgs
Unknwon [Sat, 9 Jan 2016 05:32:19 +0000 (13:32 +0800)]
require token for list my orgs

8 years agofix cannot show user public ssh keys
Unknwon [Sat, 9 Jan 2016 05:28:05 +0000 (13:28 +0800)]
fix cannot show user public ssh keys

8 years agofix markdown autolink error
Unknwon [Sat, 9 Jan 2016 02:59:04 +0000 (10:59 +0800)]
fix markdown autolink error

8 years agoFix: now highlights in diff view are getting the correct lines.
Andrey Nering [Fri, 8 Jan 2016 12:50:25 +0000 (10:50 -0200)]
Fix: now highlights in diff view are getting the correct lines.

8 years agofix #2360
Unknwon [Fri, 8 Jan 2016 00:49:03 +0000 (08:49 +0800)]
fix #2360

8 years agoSemantic fixes.
Andrey Nering [Thu, 7 Jan 2016 13:27:35 +0000 (11:27 -0200)]
Semantic fixes.

8 years ago#2345 disallow access of some pages for empty repo
Unknwon [Thu, 7 Jan 2016 03:07:17 +0000 (11:07 +0800)]
#2345 disallow access of some pages for empty repo

8 years agofix #2350
Unknwon [Thu, 7 Jan 2016 01:24:19 +0000 (09:24 +0800)]
fix #2350

8 years agoMerge pull request #2352 from zhuharev/develop
Unknwon [Thu, 7 Jan 2016 01:22:41 +0000 (09:22 +0800)]
Merge pull request #2352 from zhuharev/develop

typo fix

8 years agoMerge pull request #2347 from ivanmarban/develop
Unknwon [Thu, 7 Jan 2016 01:11:10 +0000 (09:11 +0800)]
Merge pull request #2347 from ivanmarban/develop

Remove RSA1 keys as only SSH version 2 is used

8 years agoDeclaring specific types for enums constants.
Andrey Nering [Wed, 6 Jan 2016 20:00:40 +0000 (18:00 -0200)]
Declaring specific types for enums constants.

This makes the code more strict since you can't assign or compare
values of different types without proper cast.

8 years agoHighlighting differences of lines in the diff view.
Andrey Nering [Sun, 3 Jan 2016 21:26:46 +0000 (19:26 -0200)]
Highlighting differences of lines in the diff view.

8 years agotypo fix
zhuharev [Wed, 6 Jan 2016 19:41:42 +0000 (22:41 +0300)]
typo fix

8 years agoupdate locale
Unknwon [Wed, 6 Jan 2016 10:44:57 +0000 (18:44 +0800)]
update locale

8 years agoRemove RSA1 keys as only SSH version 2 is used
Ivan Marban [Wed, 6 Jan 2016 09:26:37 +0000 (10:26 +0100)]
Remove RSA1 keys as only SSH version 2 is used

8 years agoupdate dep lib version requirement
Unknwon [Wed, 6 Jan 2016 05:34:34 +0000 (13:34 +0800)]
update dep lib version requirement

8 years agoMerge pull request #2296 from bkcsoft/feature/split-diff
Unknwon [Wed, 6 Jan 2016 05:31:36 +0000 (13:31 +0800)]
Merge pull request #2296 from bkcsoft/feature/split-diff

Implement Split Diff-View

8 years agoRemoved opticon-fold
Kim "BKC" Carlbäcker [Wed, 6 Jan 2016 01:21:20 +0000 (02:21 +0100)]
Removed opticon-fold

8 years agomerged split/unified templates
Kim "BKC" Carlbäcker [Tue, 5 Jan 2016 23:08:50 +0000 (00:08 +0100)]
merged split/unified templates

8 years agoMerge pull request #2336 from andreynering/scroll-always-visible
Unknwon [Tue, 5 Jan 2016 20:57:14 +0000 (04:57 +0800)]
Merge pull request #2336 from andreynering/scroll-always-visible

Making scroll always visible.

8 years agoChanged name from inline to unified
Kim "BKC" Carlbäcker [Sat, 2 Jan 2016 22:13:47 +0000 (23:13 +0100)]
Changed name from inline to unified

8 years agoi18n-fix for split-view
Kim "BKC" Carlbäcker [Fri, 1 Jan 2016 23:30:00 +0000 (00:30 +0100)]
i18n-fix for split-view

8 years agoImplement Split Diff-View
Kim "BKC" Carlbäcker [Sat, 26 Dec 2015 11:26:26 +0000 (12:26 +0100)]
Implement Split Diff-View

- Unified/Inline Diff-View Selectable

8 years agofix #2327
Unknwon [Tue, 5 Jan 2016 04:43:19 +0000 (12:43 +0800)]
fix #2327

8 years agoMaking scroll always visible.
Andrey Nering [Mon, 4 Jan 2016 18:38:10 +0000 (16:38 -0200)]
Making scroll always visible.

8 years agoMerge pull request #2323 from ggramlich/develop
Unknwon [Sat, 2 Jan 2016 21:24:30 +0000 (15:24 -0600)]
Merge pull request #2323 from ggramlich/develop

Update s6 path in Dockerfile.rpi

8 years agoUpdate s6 path in Dockerfile.rpi
Gregor Gramlich [Tue, 29 Dec 2015 17:46:39 +0000 (18:46 +0100)]
Update s6 path in Dockerfile.rpi

Apply the change from https://github.com/gogits/gogs/commit/0cbf56855aad82ff49952132287a0112f308c728 to the Dockerfile.rpi as well

8 years ago#2185 fall back to use custom chardet lib
Unknwon [Fri, 1 Jan 2016 03:13:47 +0000 (22:13 -0500)]
#2185 fall back to use custom chardet lib

8 years ago#2311 improve HTTP auth error message
Unknwon [Thu, 31 Dec 2015 02:29:30 +0000 (21:29 -0500)]
#2311 improve HTTP auth error message

8 years agomore fix on #2268
Unknwon [Wed, 30 Dec 2015 23:47:32 +0000 (18:47 -0500)]
more fix on #2268

8 years agoMerge pull request #2294 from joaopms/patch-1
Unknwon [Sun, 27 Dec 2015 22:28:25 +0000 (17:28 -0500)]
Merge pull request #2294 from joaopms/patch-1

Fix the description on head.tmpl

8 years ago#2282 fast detection of utf-8
Unknwon [Sun, 27 Dec 2015 22:02:36 +0000 (17:02 -0500)]
#2282 fast detection of utf-8

8 years agoLowercase "Service"
João Pedro [Sun, 27 Dec 2015 18:53:52 +0000 (18:53 +0000)]
Lowercase "Service"

8 years agoUpdate head.tmpl
João Pedro [Sun, 27 Dec 2015 18:44:18 +0000 (18:44 +0000)]
Update head.tmpl

8 years ago#2273 URL consistency on webhook payload
Unknwon [Fri, 25 Dec 2015 12:11:58 +0000 (07:11 -0500)]
#2273 URL consistency on webhook payload

8 years ago#2283 set text/plain for non-binary files in raw mode
Unknwon [Fri, 25 Dec 2015 10:45:07 +0000 (05:45 -0500)]
#2283 set text/plain for non-binary files in raw mode

8 years ago#2282 fix utf-8 recognized as windows-1252
Unknwon [Fri, 25 Dec 2015 10:25:47 +0000 (05:25 -0500)]
#2282 fix utf-8 recognized as windows-1252

8 years ago#2264 use monospaced font for commit IDs in news feeds
Unknwon [Fri, 25 Dec 2015 01:43:45 +0000 (20:43 -0500)]
#2264 use monospaced font for commit IDs in news feeds

8 years agoMerge pull request #2270 from novaeye/develop
Unknwon [Thu, 24 Dec 2015 15:30:24 +0000 (10:30 -0500)]
Merge pull request #2270 from novaeye/develop

PR for fix #2268

8 years agoMerge pull request #2262 from angus-g/fixes/user-following-migration
Unknwon [Thu, 24 Dec 2015 15:13:13 +0000 (10:13 -0500)]
Merge pull request #2262 from angus-g/fixes/user-following-migration

Add default for NumFollowing field (fixes #2261)

8 years agoMerge pull request #2257 from Jofkos/patch-1
Unknwon [Thu, 24 Dec 2015 15:00:03 +0000 (10:00 -0500)]
Merge pull request #2257 from Jofkos/patch-1

Wiki pages containing question marks in their name weren't loading

8 years agofix #2268
novaeye [Wed, 23 Dec 2015 09:50:14 +0000 (17:50 +0800)]
fix #2268

8 years agoAdd default for NumFollowing field (fixes #2261)
Angus Gibson [Tue, 22 Dec 2015 00:09:28 +0000 (11:09 +1100)]
Add default for NumFollowing field (fixes #2261)

We set the default value for the non-NULL field NumFollowing of the User
model to 0, which stops an error when the ORM tries to sync.

8 years ago#1692 APIs: Users Followers
Unknwon [Mon, 21 Dec 2015 12:24:11 +0000 (04:24 -0800)]
#1692 APIs: Users Followers

- User profile un/follow
- List user's followers/following

8 years agoRemoved empty line, multi return args
Jofkos [Sun, 20 Dec 2015 20:13:12 +0000 (21:13 +0100)]
Removed empty line, multi return args

8 years agoWiki pages containing question marks in their name weren't loading
Jofkos [Sun, 20 Dec 2015 17:02:54 +0000 (18:02 +0100)]
Wiki pages containing question marks in their name weren't loading

(untested)

8 years ago#2014 allow switch branches between two orgs in compose PR
Unknwon [Sun, 20 Dec 2015 06:06:54 +0000 (01:06 -0500)]
#2014 allow switch branches between two orgs in compose PR

8 years ago#2180 fix avatar link when disable gravatar
Unknwon [Sun, 20 Dec 2015 03:21:00 +0000 (22:21 -0500)]
#2180 fix avatar link when disable gravatar

8 years ago#2251 fix button name
Unknwon [Sun, 20 Dec 2015 03:07:06 +0000 (22:07 -0500)]
#2251 fix button name

8 years agofix #1436
Unknwon [Sun, 20 Dec 2015 02:43:32 +0000 (21:43 -0500)]
fix #1436

8 years ago#2250 Use HTTP/HTTPS as default clone option
Unknwon [Sun, 20 Dec 2015 02:12:13 +0000 (21:12 -0500)]
#2250 Use HTTP/HTTPS as default clone option

8 years ago#2251 show commits count in PR tabs
Unknwon [Sun, 20 Dec 2015 02:09:03 +0000 (21:09 -0500)]
#2251 show commits count in PR tabs

8 years agomake mailer log more verbose
Unknwon [Sat, 19 Dec 2015 07:44:34 +0000 (02:44 -0500)]
make mailer log more verbose

8 years agoupdate locales
Unknwon [Fri, 18 Dec 2015 12:54:44 +0000 (07:54 -0500)]
update locales

8 years agofix #2189
Unknwon [Fri, 18 Dec 2015 10:49:28 +0000 (05:49 -0500)]
fix #2189

8 years agoprepare release
Unknwon [Fri, 18 Dec 2015 05:54:27 +0000 (00:54 -0500)]
prepare release

8 years ago#1692 API: admin create repo
Unknwon [Fri, 18 Dec 2015 03:57:41 +0000 (22:57 -0500)]
#1692 API: admin create repo

8 years ago#2103 Ability to map extensions for syntax highlighting in config
Unknwon [Fri, 18 Dec 2015 03:31:34 +0000 (22:31 -0500)]
#2103 Ability to map extensions for syntax highlighting in config

8 years agofix #2223
Unknwon [Fri, 18 Dec 2015 02:57:34 +0000 (21:57 -0500)]
fix #2223

8 years ago#1692 add organization APIs
Unknwon [Thu, 17 Dec 2015 07:28:47 +0000 (02:28 -0500)]
#1692 add organization APIs

8 years ago#2103 #2181 improvments of highlight class name
Unknwon [Thu, 17 Dec 2015 03:13:12 +0000 (22:13 -0500)]
#2103 #2181 improvments of highlight class name

8 years agoMerge pull request #2218 from xxxtonixxx/patch-2
Unknwon [Thu, 17 Dec 2015 00:28:42 +0000 (19:28 -0500)]
Merge pull request #2218 from xxxtonixxx/patch-2

Minor typo in en-US locale

8 years agoMinor typo in en-US locale
Toni [Wed, 16 Dec 2015 21:52:38 +0000 (22:52 +0100)]
Minor typo in en-US locale

metadata*

8 years ago#1692 add user email APIs
Unknwon [Wed, 16 Dec 2015 03:57:18 +0000 (22:57 -0500)]
#1692 add user email APIs

8 years agofix #2205
Unknwon [Wed, 16 Dec 2015 02:32:17 +0000 (21:32 -0500)]
fix #2205

8 years agofix only admin can view milestone desc
Unknwon [Wed, 16 Dec 2015 02:25:38 +0000 (21:25 -0500)]
fix only admin can view milestone desc

8 years agofix #2204
Unknwon [Wed, 16 Dec 2015 00:42:20 +0000 (19:42 -0500)]
fix #2204

8 years agoMerge pull request #2203 from xxxtonixxx/patch-1
Unknwon [Tue, 15 Dec 2015 23:52:23 +0000 (18:52 -0500)]
Merge pull request #2203 from xxxtonixxx/patch-1

Minor typo in en-US locale

8 years agoFix typo
Toni [Tue, 15 Dec 2015 23:31:28 +0000 (00:31 +0100)]
Fix typo

take*

8 years agorename import path
Unknwon [Tue, 15 Dec 2015 22:25:45 +0000 (17:25 -0500)]
rename import path

8 years agofix possible disclosure
Unknwon [Mon, 14 Dec 2015 22:06:54 +0000 (17:06 -0500)]
fix possible disclosure

8 years agofix huge diff hangs
Unknwon [Mon, 14 Dec 2015 14:38:21 +0000 (09:38 -0500)]
fix huge diff hangs

8 years agoemojify.js: ignore_emoticons
Unknwon [Mon, 14 Dec 2015 11:04:24 +0000 (06:04 -0500)]
emojify.js: ignore_emoticons

8 years ago#2176 fix 500 on /watchers & /stars for pg
Unknwon [Mon, 14 Dec 2015 07:40:23 +0000 (02:40 -0500)]
#2176 fix 500 on /watchers & /stars for pg

8 years agonew template func
Unknwon [Mon, 14 Dec 2015 04:16:58 +0000 (23:16 -0500)]
new template func

8 years agoimprove get commits performance
Unknwon [Mon, 14 Dec 2015 03:58:12 +0000 (22:58 -0500)]
improve get commits performance

8 years agoDrop Go 1.3 support
Unknwon [Mon, 14 Dec 2015 01:20:52 +0000 (20:20 -0500)]
Drop Go 1.3 support

8 years ago#2185 use Go sub-repo to detect encoding
Unknwon [Mon, 14 Dec 2015 00:56:33 +0000 (19:56 -0500)]
#2185 use Go sub-repo to detect encoding

8 years ago#2167 able to identify git version on Windows
Unknwon [Sun, 13 Dec 2015 23:20:39 +0000 (18:20 -0500)]
#2167 able to identify git version on Windows

8 years ago#2171 fix wiki preview does not work on Firefox
Unknwon [Sun, 13 Dec 2015 22:55:13 +0000 (17:55 -0500)]
#2171 fix wiki preview does not work on Firefox

8 years agoMerge pull request #2169 from bclermont/develop
Unknwon [Sun, 13 Dec 2015 12:21:45 +0000 (07:21 -0500)]
Merge pull request #2169 from bclermont/develop

Ignore invalid env for SSH Server (OSX fix)

8 years agoignore invalid env
Bruno [Sun, 13 Dec 2015 11:15:10 +0000 (19:15 +0800)]
ignore invalid env

8 years agoupdate hightlight.js
Unknwon [Sun, 13 Dec 2015 05:58:30 +0000 (00:58 -0500)]
update hightlight.js

8 years agofix #1720
Unknwon [Sun, 13 Dec 2015 05:46:28 +0000 (00:46 -0500)]
fix #1720

8 years agofix markdown header margin-top
Unknwon [Sun, 13 Dec 2015 03:04:52 +0000 (22:04 -0500)]
fix markdown header margin-top

8 years agoprepare release
Unknwon [Sun, 13 Dec 2015 02:58:54 +0000 (21:58 -0500)]
prepare release

8 years ago#2159 use icon+tooltip to replace text
Unknwon [Sat, 12 Dec 2015 21:53:16 +0000 (16:53 -0500)]
#2159 use icon+tooltip to replace text

8 years ago#2161 fix wrong regexp
Unknwon [Sat, 12 Dec 2015 21:13:18 +0000 (16:13 -0500)]
#2161 fix wrong regexp

8 years ago#2161 No issue linking in commits when issue number in brackets
Unknwon [Sat, 12 Dec 2015 21:01:54 +0000 (16:01 -0500)]
#2161 No issue linking in commits when issue number in brackets

8 years ago#2156 add edit org link in admin panel
Unknwon [Sat, 12 Dec 2015 20:47:59 +0000 (15:47 -0500)]
#2156 add edit org link in admin panel

8 years agoupdate locales
Unknwon [Sat, 12 Dec 2015 19:47:11 +0000 (14:47 -0500)]
update locales

8 years ago#2154 minor fix
Unknwon [Sat, 12 Dec 2015 02:23:19 +0000 (21:23 -0500)]
#2154 minor fix

8 years ago#2156 admin able to edit organization max repo creation
Unknwon [Sat, 12 Dec 2015 00:24:57 +0000 (19:24 -0500)]
#2156 admin able to edit organization max repo creation

8 years ago#2152 fix SMTP authentication makes invalid assumption on protocol
Unknwon [Fri, 11 Dec 2015 23:57:45 +0000 (18:57 -0500)]
#2152 fix SMTP authentication makes invalid assumption on protocol