]> source.dussan.org Git - gitea.git/log
gitea.git
7 years agoIntegration test framework (#1290)
Ethan Koenig [Tue, 25 Apr 2017 07:24:51 +0000 (03:24 -0400)]
Integration test framework (#1290)

* Integration test framework

* udpate drone sign

* Formatting fixes and move router.go to routers/

* update sign for drone

7 years agofix bug on status API (#1533)
Lunny Xiao [Mon, 24 Apr 2017 14:33:54 +0000 (22:33 +0800)]
fix bug on status API (#1533)

7 years agoCheck if missing/modified/unused deps in vendor and fix errors (#1468)
Antoine GIRARD [Mon, 24 Apr 2017 14:31:46 +0000 (16:31 +0200)]
Check if missing/modified/unused deps in vendor and fix errors (#1468)

* Check if missing deps in vendor

This will catch import from other repos. (maybe by auto-import)

* Remove github.com/smartystreets unused deps

* Remove github.com/boltdb/bolt unused dep

* Fetch github.com/go-xorm/core + sync gopkg.in/ldap.v2/ldap.go

* Auto-install govendor + reinstall github.com/boltdb/bolt needed by vendor/github.com/blevesearch/bleve/index/store/boltdb

* Update go-xorm/xorm to a5cb21 in vendor.json

* Use a custom repo for implementing change to bolt dep.

* Switching bolt to github.com/go-gitea/bolt

* Switching bolt to github.com/go-gitea/bolt (fork version)

* change the drone sign

7 years agoFix markdown rendering (#1530)
Morlinest [Mon, 24 Apr 2017 04:18:36 +0000 (06:18 +0200)]
Fix markdown rendering (#1530)

7 years agoDo not show empty collaborators segment (#1531)
Morlinest [Sun, 23 Apr 2017 00:55:02 +0000 (02:55 +0200)]
Do not show empty collaborators segment (#1531)

7 years agoStatus-API (#1332)
Kim "BKC" Carlbäcker [Fri, 21 Apr 2017 11:32:31 +0000 (13:32 +0200)]
Status-API (#1332)

7 years agoAdd markup package to prepare for org markup format (#1493)
Lunny Xiao [Fri, 21 Apr 2017 07:01:08 +0000 (15:01 +0800)]
Add markup package to prepare for org markup format (#1493)

7 years agofix go get sub package and add domain on installation to let go get work defaultly...
Lunny Xiao [Fri, 21 Apr 2017 02:43:29 +0000 (10:43 +0800)]
fix go get sub package and add domain on installation to let go get work defaultly (#1518)

* fix go get sub package and add domain on installation to let go get work defaultly

* fix import sequence

* fix .git problem

7 years agosupport health check via / and fix #969 (#1520)
Lunny Xiao [Thu, 20 Apr 2017 12:14:21 +0000 (20:14 +0800)]
support health check via / and fix #969 (#1520)

7 years agoFix empty file download (#1506)
Lauris BH [Thu, 20 Apr 2017 02:38:56 +0000 (05:38 +0300)]
Fix empty file download (#1506)

7 years agofeat: add download count field and unit testing for attachment. (#1512)
Bo-Yi Wu [Thu, 20 Apr 2017 02:31:31 +0000 (10:31 +0800)]
feat: add download count field and unit testing for attachment. (#1512)

* feat: add download count field and unit testing.

* fix: unit testing

* refactor: improve testing.

* fix: update comment

* add default value.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years agofix #1501 ssh hangs caused by #1461 (#1513)
Lunny Xiao [Wed, 19 Apr 2017 11:16:36 +0000 (19:16 +0800)]
fix #1501 ssh hangs caused by #1461 (#1513)

7 years agoAdd repo mirror sync API endpoint (#1508)
Jonas [Wed, 19 Apr 2017 11:09:49 +0000 (13:09 +0200)]
Add repo mirror sync API endpoint (#1508)

* API: Add repo mirror sync

* Correct error message

* Change http status to 200

7 years agoAdd internal routes for ssh hook comands (#1471)
Lunny Xiao [Wed, 19 Apr 2017 03:45:01 +0000 (11:45 +0800)]
Add internal routes for ssh hook comands (#1471)

* add internal routes for ssh hook comands

* fix lint

* add comment on why package named private not internal but the route name is internal

* add comment above package private why package named private not internal but the route name is internal

* remove exp time on internal access

* move routes from /internal to /api/internal

* add comment and defer on UpdatePublicKeyUpdated

7 years agoBetter URL validation (#1507)
Lauris BH [Wed, 19 Apr 2017 03:02:20 +0000 (06:02 +0300)]
Better URL validation (#1507)

* Add correct git branch name validation

* Change git refname validation error constant name

* Implement URL validation based on GoLang url.Parse method

* Backward compatibility with older Go compiler

* Add git reference name validation unit tests

* Remove unused variable in unit test

* Implement URL validation based on GoLang url.Parse method

* Backward compatibility with older Go compiler

* Add url validation unit tests

7 years agoUse MAINTAINERS file in repository in CONTRIBUTING (#1489)
Antoine GIRARD [Tue, 18 Apr 2017 00:56:28 +0000 (02:56 +0200)]
Use MAINTAINERS file in repository in CONTRIBUTING (#1489)

* Use MAINTAINERS file in repository because teams are not publicly available

* Use relative link

7 years agoAdding @sapk to MAINTAINERS (#1497)
Antoine GIRARD [Sun, 16 Apr 2017 12:51:38 +0000 (14:51 +0200)]
Adding @sapk to MAINTAINERS (#1497)

7 years agoMigrate WatchInfo struct to api (#1492)
Antoine GIRARD [Sun, 16 Apr 2017 12:51:04 +0000 (14:51 +0200)]
Migrate WatchInfo struct to api (#1492)

* Remove WatchInfo and link to api struct

* Add vendor temporary update

* Return to gitea vendor source

7 years agoOrgs: fix org page title when full name is not defined (#1495)
silverwind [Sat, 15 Apr 2017 02:02:46 +0000 (04:02 +0200)]
Orgs: fix org page title when full name is not defined (#1495)

7 years agoSanitation fix from Gogs (#1461)
Kim "BKC" Carlbäcker [Thu, 13 Apr 2017 02:52:24 +0000 (04:52 +0200)]
Sanitation fix from Gogs (#1461)

* Santiation fix from Gogs

* Linting

* Fix build-errors

* still not working

* Fix all the things!

* gofmt

* Add code-injection checks

7 years agoOptimize and fix autolink function (#1442) (#1444)
Michael de Wit [Wed, 12 Apr 2017 08:01:08 +0000 (10:01 +0200)]
Optimize and fix autolink function (#1442) (#1444)

* Optimize and fix autolink function (#1442)

* Fix bug in autolink recursive fallback function

7 years agorefactor: show command help message. (#1486)
Bo-Yi Wu [Wed, 12 Apr 2017 07:44:54 +0000 (15:44 +0800)]
refactor: show command help message. (#1486)

7 years agoRepo size in admin panel (#1482)
Jonas [Tue, 11 Apr 2017 13:30:15 +0000 (15:30 +0200)]
Repo size in admin panel (#1482)

* Implementation of the feature to view repository size in admin panel
 * Move GetRepoSize to git module
 * Repository.RepoSize -> Repository.Size
 * RepoSize -> Size in template
 * Redo a few bits and pieces
 * Update size when syncing mirror or forking
 * Remove GetRepoSize
 * Changed fatal errors to error message

* Copy migration code from Gogs

* make fmt

7 years agoMirror sync interval specified as duration string (#1407)
Jonas [Sat, 8 Apr 2017 15:27:26 +0000 (17:27 +0200)]
Mirror sync interval specified as duration string (#1407)

* Sync interval specifed as duration string

* Changed mirror interval text

* make fmt

* Add MinInterval for mirror sync

* Use duration internally

* Changed min default to 10m

* make fmt

* Incorrect default

* Removed defaults in MustDuration()

* Add Mirror interval migration

* Default values corrected

* Use transaction during migration

* Change http 500 to page with error message

* Cleanup session.commit()

7 years agoFix race when running commands with timeout (#1465)
Mura Li [Sat, 8 Apr 2017 02:23:39 +0000 (10:23 +0800)]
Fix race when running commands with timeout (#1465)

Update vendored module code.gitea.io/git

7 years agorefactor update ssh key use time (#1466)
Lunny Xiao [Sat, 8 Apr 2017 00:40:38 +0000 (17:40 -0700)]
refactor update ssh key use time (#1466)

7 years agoFix #1418 (#1456)
Antoine GIRARD [Fri, 7 Apr 2017 14:50:40 +0000 (16:50 +0200)]
Fix #1418 (#1456)

7 years agoAutofocus on 2fa passcode fields (#1460)
Jonas [Fri, 7 Apr 2017 13:07:37 +0000 (15:07 +0200)]
Autofocus on 2fa passcode fields (#1460)

* Autofocus on 2fa passcode field

* Autofocus on 2fa scratch code field

7 years agofix migrate failed and org dashboard failed on MSSQL database (#1448)
Lunny Xiao [Fri, 7 Apr 2017 01:47:25 +0000 (18:47 -0700)]
fix migrate failed and org dashboard failed on MSSQL database (#1448)

7 years agofix gpg API panic when no verification (#1451)
Lunny Xiao [Fri, 7 Apr 2017 01:40:05 +0000 (18:40 -0700)]
fix gpg API panic when no verification (#1451)

* fix gpg API panic when no verification

* fix if condition

7 years agoFix and simplify repo branches UI (#1435)
Morlinest [Thu, 6 Apr 2017 15:33:57 +0000 (17:33 +0200)]
Fix and simplify repo branches UI (#1435)

7 years agoSet VERSION from git once, in a variable (#1447)
Sandro Santilli [Thu, 6 Apr 2017 15:32:28 +0000 (17:32 +0200)]
Set VERSION from git once, in a variable (#1447)

7 years agoCorrect broken unaligned load/store in armv5 (#1355)
Damien Gaignon [Thu, 6 Apr 2017 01:50:33 +0000 (03:50 +0200)]
Correct broken unaligned load/store in armv5 (#1355)

Update vendor github.com/boltdb/bolt to take care of the issue #1354.

7 years agoCommit search appearence fixes (#1254)
Patrick G [Thu, 6 Apr 2017 01:32:59 +0000 (21:32 -0400)]
Commit search appearence fixes (#1254)

* Fix button text to be consisstent with rest of UI

* Make all commits checkbox look nicer

7 years agofix: remove `str2html` from org full name (#1360)
Bo-Yi Wu [Thu, 6 Apr 2017 01:31:31 +0000 (09:31 +0800)]
fix: remove `str2html` from org full name (#1360)

* fix: remove str2html for security issue.

* fix: update

7 years agoCorrected Mirror.NextUpdate not set (#1388)
Jonas [Thu, 6 Apr 2017 00:56:45 +0000 (02:56 +0200)]
Corrected Mirror.NextUpdate not set (#1388)

7 years agoAdd GOFLAGS and EXTRA_GOFLAGS (#1438)
Mura Li [Wed, 5 Apr 2017 08:10:32 +0000 (16:10 +0800)]
Add GOFLAGS and EXTRA_GOFLAGS (#1438)

7 years agoRemove unused mutex field (#1440)
Mura Li [Tue, 4 Apr 2017 08:54:02 +0000 (16:54 +0800)]
Remove unused mutex field (#1440)

7 years agoFix races in the log module by using syncmap (#1421)
Mura Li [Mon, 3 Apr 2017 02:22:26 +0000 (10:22 +0800)]
Fix races in the log module by using syncmap (#1421)

7 years agofixes pull request hanging indefinitely when it contains normal and LFS file pointers...
Kuba Tyszko [Mon, 3 Apr 2017 02:21:09 +0000 (19:21 -0700)]
fixes pull request hanging indefinitely when it contains normal and LFS file pointers (#1425)

7 years agoFix disabled fields in repo settings UI (#1431)
Morlinest [Mon, 3 Apr 2017 02:19:51 +0000 (04:19 +0200)]
Fix disabled fields in repo settings UI (#1431)

7 years agoMerge pull request #1410 from andreynering/notification/issue-watch
Andrey Nering [Sat, 1 Apr 2017 18:12:24 +0000 (15:12 -0300)]
Merge pull request #1410 from andreynering/notification/issue-watch

[Notifications Step 6] Per issue/PR watch/unwatch

7 years agoImprove tests a little 1410/head
Andrey Nering [Sat, 1 Apr 2017 13:05:58 +0000 (10:05 -0300)]
Improve tests a little

7 years agoCode style fixes
Andrey Nering [Sat, 1 Apr 2017 12:58:20 +0000 (09:58 -0300)]
Code style fixes

7 years agoFix "Error: No issue number specified" when pushing (#1393)
agrn [Sat, 1 Apr 2017 01:05:39 +0000 (03:05 +0200)]
Fix "Error: No issue number specified"  when pushing (#1393)

* Fix "Error: No issue number specified"  when pushing

* update pr

7 years agoSupport for custom html meta (#1423)
Jonas [Sat, 1 Apr 2017 01:03:01 +0000 (03:03 +0200)]
Support for custom html meta  (#1423)

* Support for custom html meta

* Changed html meta description default

7 years agoAdd length check for the return string (#1420)
Mura Li [Fri, 31 Mar 2017 08:42:23 +0000 (16:42 +0800)]
Add length check for the return string (#1420)

* Add length check for the return string

* Differentiate error paths and logging messages

* Rectify error message

7 years agoMerge pull request #1390 from Morlinest/commit-graph-UI
Andrey Nering [Thu, 30 Mar 2017 23:29:57 +0000 (20:29 -0300)]
Merge pull request #1390 from Morlinest/commit-graph-UI

Use whole button (commit graph) as link

7 years agoAdd unit tests for issue_watch
Andrey Nering [Thu, 30 Mar 2017 23:20:08 +0000 (20:20 -0300)]
Add unit tests for issue_watch

7 years agoUse variables for times
Andrey Nering [Thu, 30 Mar 2017 22:14:16 +0000 (19:14 -0300)]
Use variables for times

7 years agoAdd copyright headers
Andrey Nering [Thu, 30 Mar 2017 22:11:58 +0000 (19:11 -0300)]
Add copyright headers

7 years agoUI and translation improvements
Andrey Nering [Thu, 30 Mar 2017 22:10:30 +0000 (19:10 -0300)]
UI and translation improvements

7 years agoMake issue in commit graph "clickable" (#1392)
Morlinest [Thu, 30 Mar 2017 10:05:38 +0000 (12:05 +0200)]
Make issue in commit graph "clickable" (#1392)

7 years agoSimplify settings pages with item list (#1389)
Antoine GIRARD [Thu, 30 Mar 2017 01:02:37 +0000 (03:02 +0200)]
Simplify settings pages with item list (#1389)

* Remove point column on ssh key setting page

* Remove un-used css

* Some cleaning

* Use octicon-key

7 years agoFix lint
Andrey Nering [Thu, 30 Mar 2017 00:18:28 +0000 (21:18 -0300)]
Fix lint

7 years agoAdd octicons to watch/unwatch buttons
Andrey Nering [Thu, 30 Mar 2017 00:08:46 +0000 (21:08 -0300)]
Add octicons to watch/unwatch buttons

7 years agoAdd updated_unix column on issue_watch
Andrey Nering [Wed, 29 Mar 2017 23:59:28 +0000 (20:59 -0300)]
Add updated_unix column on issue_watch

7 years agoConsider issue_watchers while sending notifications
Andrey Nering [Wed, 29 Mar 2017 23:54:57 +0000 (20:54 -0300)]
Consider issue_watchers while sending notifications

7 years agoAdd watch button on issue
Andrey Nering [Wed, 29 Mar 2017 23:31:47 +0000 (20:31 -0300)]
Add watch button on issue

7 years agoCreate issue_watch table
Andrey Nering [Sun, 19 Mar 2017 19:54:12 +0000 (16:54 -0300)]
Create issue_watch table

7 years agoAllow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369)
Sandro Santilli [Wed, 29 Mar 2017 10:57:43 +0000 (12:57 +0200)]
Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369)

* Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION

Omit the configuration variable (the default) to be dependent.
Fixes #1363

* Move OpenID settings under Service object

* Show OpenID SignUp and SignIn status in admin panel / configuration

7 years agorefactor: remove workaround after the golang 1.7 release. (#1349)
Bo-Yi Wu [Wed, 29 Mar 2017 02:05:23 +0000 (10:05 +0800)]
refactor: remove workaround after the golang 1.7 release. (#1349)

* refactor: remove workaround after the golang 1.7 release.

* remove unused import.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* refactor: Add remove function.

* refactor: rename

* refactor: update build flag

7 years agoUse whole button as link 1390/head
Peter Žeby [Mon, 27 Mar 2017 10:46:46 +0000 (12:46 +0200)]
Use whole button as link

7 years agoMinor improvements on commit graph UI (#1380)
Andrey Nering [Fri, 24 Mar 2017 02:32:40 +0000 (23:32 -0300)]
Minor improvements on commit graph UI (#1380)

* Make "Commit Graph" link a button and translate it

* Add title on Commit Graph page

7 years agoFix FCGI (over TCP) support (#1368)
Pavel Korovin [Thu, 23 Mar 2017 07:57:43 +0000 (10:57 +0300)]
Fix FCGI (over TCP) support (#1368)

7 years agorewrite pre-commit, post-commit and options hooks (fixes #1250) (#1257)
Philippe Kueck [Thu, 23 Mar 2017 01:12:51 +0000 (02:12 +0100)]
rewrite pre-commit, post-commit and options hooks (fixes #1250) (#1257)

* issue #1250, replace {pre,post}-receive and update hooks with a single shell script that does not require custom hooks to be a sh-script

* issue #1250, make script posix compilant

* v23, add migration script to update {pre,post}-receive and update hooks

* migration: use a more common name and rename v23 to v26 to avoid conflicts

* gofmt'ed and added copyright header

* fix SyncRepositoryHooks to also sync wiki repos

7 years agofix migration failed when authorized_keys is not exist (#1180)
Lunny Xiao [Wed, 22 Mar 2017 16:04:31 +0000 (00:04 +0800)]
fix migration failed when authorized_keys is not exist (#1180)

7 years agoCleaner IMO (#1361)
Kim "BKC" Carlbäcker [Wed, 22 Mar 2017 14:30:40 +0000 (15:30 +0100)]
Cleaner IMO (#1361)

7 years agoChanged text when password reset disabled. (#1364)
Jonas [Wed, 22 Mar 2017 14:29:29 +0000 (15:29 +0100)]
Changed text when password reset disabled. (#1364)

Fixes #1340

7 years agoRemove href on first/last link when on first/last page (#1345)
aloupfor [Wed, 22 Mar 2017 11:37:48 +0000 (12:37 +0100)]
Remove href on first/last link when on first/last page (#1345)

Signed-off-by: Arthur Loupforest <arthur.loupforest@outlook.fr>
7 years agoGPG commit validation (#1150)
Antoine GIRARD [Wed, 22 Mar 2017 10:43:54 +0000 (11:43 +0100)]
GPG commit validation (#1150)

* GPG commit validation

* Add translation

+ some little fix

* Move hash calc after retrieving of potential key + missing translation

* Add some little test

7 years agoLFS: Fix SSH authentication for trailing arguments (#1328)
Fabian Zaremba [Wed, 22 Mar 2017 10:43:28 +0000 (11:43 +0100)]
LFS: Fix SSH authentication for trailing arguments (#1328)

Fixes #1296

7 years agoReduce conditionals in signin/signup inner forms (#1138)
Kim "BKC" Carlbäcker [Tue, 21 Mar 2017 23:50:56 +0000 (00:50 +0100)]
Reduce conditionals in signin/signup inner forms (#1138)

7 years agoRemoved email copyright year (#1348)
Jonas [Tue, 21 Mar 2017 10:00:39 +0000 (11:00 +0100)]
Removed email copyright year (#1348)

7 years agoFix broken table layout (#1344)
Jonas [Tue, 21 Mar 2017 01:44:59 +0000 (02:44 +0100)]
Fix broken table layout (#1344)

7 years agoRun "make fmt" with go-1.6 (#1333)
Sandro Santilli [Tue, 21 Mar 2017 00:55:00 +0000 (01:55 +0100)]
Run "make fmt" with go-1.6 (#1333)

7 years agofix delete user failed on sqlite (#1321)
Lunny Xiao [Mon, 20 Mar 2017 14:13:52 +0000 (22:13 +0800)]
fix delete user failed on sqlite (#1321)

7 years agofix wiki bugs (#1294)
Lunny Xiao [Mon, 20 Mar 2017 13:36:19 +0000 (21:36 +0800)]
fix wiki bugs (#1294)

7 years agoDelete the useless code (#1335)
caiwp [Mon, 20 Mar 2017 13:17:07 +0000 (21:17 +0800)]
Delete the useless code (#1335)

7 years agoReduce conditionals in signin/signup inner forms 1138/head
Sandro Santilli [Tue, 7 Mar 2017 10:47:56 +0000 (11:47 +0100)]
Reduce conditionals in signin/signup inner forms

by always using SignInLink and SignUpLink in the form action

7 years agoLFS: Return 404 for unimplemented endpoints (#1330)
Fabian Zaremba [Mon, 20 Mar 2017 08:40:20 +0000 (09:40 +0100)]
LFS: Return 404 for unimplemented endpoints (#1330)

Without this patch a 401 is returned for unspecified endpoints, making
the LFS client ask for HTTP credentials. This behaviour was introduced
with the new locking API:

https://github.com/git-lfs/git-lfs/blob/master/docs/api/locking.md

7 years agoShow user OpenID URIs in their profile (#1314)
Sandro Santilli [Mon, 20 Mar 2017 08:31:08 +0000 (09:31 +0100)]
Show user OpenID URIs in their profile (#1314)

7 years agoAdd change-password admin command (#1304)
Sandro Santilli [Mon, 20 Mar 2017 08:23:38 +0000 (09:23 +0100)]
Add change-password admin command (#1304)

* Add change-password admin command

7 years agoAdd captcha support to OpenID based signup
Sandro Santilli [Fri, 17 Mar 2017 16:40:39 +0000 (17:40 +0100)]
Add captcha support to OpenID based signup

7 years agoGitea OpenID-2.0 login has been tested with livejournal.com too
Sandro Santilli [Fri, 17 Mar 2017 16:15:01 +0000 (17:15 +0100)]
Gitea OpenID-2.0 login has been tested with livejournal.com too

7 years agoImprove style of user OpenID setting page (#1324)
Sandro Santilli [Mon, 20 Mar 2017 07:51:33 +0000 (08:51 +0100)]
Improve style of user OpenID setting page (#1324)

* Improve user openid list CSS and regenerate CSS

7 years agofix gpg wrong column types
Lunny Xiao [Fri, 17 Mar 2017 14:24:51 +0000 (22:24 +0800)]
fix gpg wrong column types

7 years agoUse readonly input form to show the validated OpenID URI (#1308)
Sandro Santilli [Mon, 20 Mar 2017 01:50:24 +0000 (02:50 +0100)]
Use readonly input form to show the validated OpenID URI (#1308)

7 years agoremove empty file (#1326)
Lunny Xiao [Sun, 19 Mar 2017 13:43:04 +0000 (21:43 +0800)]
remove empty file (#1326)

7 years agoUse font-awesome OpenID icon more (#1320)
Sandro Santilli [Sun, 19 Mar 2017 08:25:24 +0000 (09:25 +0100)]
Use font-awesome OpenID icon more (#1320)

7 years agoFix inconsistency in layout (#1316)
Patrick G [Sat, 18 Mar 2017 11:00:09 +0000 (11:00 +0000)]
Fix inconsistency in layout (#1316)

7 years agofeat: Only use issue and wiki on repo. (#1297)
Bo-Yi Wu [Sat, 18 Mar 2017 10:59:07 +0000 (05:59 -0500)]
feat: Only use issue and wiki on repo. (#1297)

7 years agoSpecify that time interval units are seconds (#1311)
Sandro Santilli [Sat, 18 Mar 2017 03:10:30 +0000 (04:10 +0100)]
Specify that time interval units are seconds (#1311)

7 years agoLogin via OpenID-2.0 (#618)
Sandro Santilli [Fri, 17 Mar 2017 14:16:08 +0000 (15:16 +0100)]
Login via OpenID-2.0 (#618)

7 years agoRefactor repo/issue/view_content.tmpl (#1276)
Kim "BKC" Carlbäcker [Fri, 17 Mar 2017 05:57:43 +0000 (06:57 +0100)]
Refactor repo/issue/view_content.tmpl (#1276)

7 years agoRefactor admin/auth/new.tmpl (#1277)
Kim "BKC" Carlbäcker [Fri, 17 Mar 2017 05:55:04 +0000 (06:55 +0100)]
Refactor admin/auth/new.tmpl (#1277)

7 years agoAllow push to init a wiki repo (#1279)
Lunny Xiao [Fri, 17 Mar 2017 04:59:42 +0000 (12:59 +0800)]
Allow push to init a wiki repo (#1279)

* allow push to init a wiki repo

* compact error check

7 years agofix wrong log when push to a new branch (#1220)
Lunny Xiao [Fri, 17 Mar 2017 02:15:00 +0000 (10:15 +0800)]
fix wrong log when push to a new branch (#1220)

7 years agoFix missing less sources for oauth (#1288)
Antoine GIRARD [Fri, 17 Mar 2017 00:49:24 +0000 (01:49 +0100)]
Fix missing less sources for oauth (#1288)

7 years agoMake wording of commit search more clear
Patrick G [Thu, 16 Mar 2017 20:25:30 +0000 (16:25 -0400)]
Make wording of commit search more clear