Commit Graph

2130 Commits (837116875efc8f27265e884499ecca69ef554014)

Author SHA1 Message Date
Unknwon cd89f6c502 Web editor: improve edit file and diff preview
Unknwon 15845cb287 Code clean up for new config options
Richard Mahn d0a0239bac Squashed commit of the following:
commit 0afcb843d7ffd596991c4885cab768273a6eb42c
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Sun Jul 31 17:13:29 2016 -0600

    Removed Upload stats as the upload table is just a temporary table

commit 7ecd73ff5535612d79d471409173ee7f1fcfa157
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Sun Jul 31 08:42:41 2016 -0600

    Fix for CodeMirror mode

commit c29b9ab531e2e7af0fb5db24dc17e51027dd1174
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Sun Jul 31 08:03:33 2016 -0600

    Made tabbing in editor use spaces

commit 23af384c53206a8a40e11e45bf49d7a149c4adcd
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Sun Jul 31 07:56:46 2016 -0600

    Fix for data-url

commit cfb8a97591cb6fc0a92e49563b7b764c524db0e9
Merge: 7fc8a89 991ce42
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Sun Jul 31 07:42:53 2016 -0600

    Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file

    Conflicts:
    	modules/bindata/bindata.go
    	public/js/gogs.js

commit 7fc8a89cb495478225b02d613e647f99a1489634
Merge: fd3d86c c03d040
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Sun Jul 31 07:40:00 2016 -0600

    Merge branch 'feature-create-and-edit-repo-file' of github.com:richmahn/gogs into feature-create-and-edit-repo-file

commit fd3d86ca6bbc02cfda566a504ffd6b03db4f75ef
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Sun Jul 31 07:39:44 2016 -0600

    Code cleanup

commit c03d0401c1049eeeccc32ab1f9c3303c130be5ee
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Fri Jul 29 15:38:23 2016 -0600

    Code cleanup

commit 98e1206ccf9f9a4503c020e3a7830cf9f861dfae
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Thu Jul 28 18:36:01 2016 -0600

    Code cleanup and fixes

commit c2895dc742f25f8412879c9fa15e18f27f42f194
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Thu Jul 28 18:24:04 2016 -0600

    Fixes per Unknwon's requests

commit 6aa7e46b21ad4c96e562daa2eac26a8fb408f8ef
Merge: 889e9fa ad7ea88
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Thu Jul 28 17:13:43 2016 -0600

    Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file

    Conflicts:
    	modules/bindata/bindata.go
    	modules/setting/setting.go

commit 889e9faf1bd8559a4979c8f46005d488c1a234d4
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Fri Jul 22 14:09:18 2016 -0600

    Fix in gogs.js

commit 47603edf223f147b114be65f3bd27bc1e88827a5
Merge: bb57912 cf85e9e
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Fri Jul 22 14:07:36 2016 -0600

    Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file

    Conflicts:
    	modules/bindata/bindata.go
    	public/js/gogs.js

commit bb5791255867a71c11a77b639db050ad09c597a4
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Fri Jul 22 14:02:18 2016 -0600

    Update for using CodeMirror mode addon

commit d10d128c51039be19e2af9c66c63db66a9f2ec6d
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Tue Jul 19 16:12:57 2016 -0600

    Update for Edit

commit 34a34982025144e3225e389f7849eb6273c1d576
Merge: fa1b752 1c7dcdd
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Tue Jul 19 11:52:02 2016 -0600

    Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file

    Conflicts:
    	modules/bindata/bindata.go

commit fa1b752be29cd455c5184ddac2ffe80b3489763e
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Fri Jul 15 18:35:42 2016 -0600

    Feature for editing, creating, uploading and deleting files
Unknwon 7e7613cdec Fix template nil error
Unknwon a5b88c4d0c Fix template error [CI SKIP]
Unknwon dccb0c15b9 Replace convert.To with APIFormat calls
Unknwon 3f7f4852ef fully support of webhooks for pull request
Unknwon 0f33b04c87 Add subcommand to create new user in CLI
Justin Ray Vrooman f1a5a4277d fix grammar + typo. ()
Andrey Nering dbed39ba05 On showing diff/file, use the tab_width specified on .editorconfig, if any ()
Closes 
Andrey Nering 25b23c4bc9 Do not show non-image attachment in a <img> tag. Fixes ()
Unknwon a47aef5460 code cleanup
Unknwon 5077408d78 code cleanup and minor issue fix
Andrew 0885784f13 Wiki mirroring implementation ()
* Implement wiki mirroring, add Update mirrors operation to admin dashboard

* bindata.go update after merge

* Implement checking Git repo endpoint existence, support for BB included

* Remove admin dashboard operation
Fix bindata.go

* Apply gofmt to repo model file

* Try to remove bindata from PR

* Revert accepted wiki names change in favor of better system

* Remove unused imports
Sandro Santilli 3380c946e1 Always set redirect_to on header-provided sign-in ()
This is an attempt to fix  following the strategy introduced
in d625e41c6c, although that strategy
by itself does not seem to be sufficient.

What needs be done is honouring the redirect_url query parameter
from the auth router.
Unknwon d625e41c6c minor code fix
Sandro Santilli eb1bfe0e59 Do not show the "Sign up for free" button in issue tracker ()
* Do not show the "Sign up for free" button in issue tracker

The "Sign in to comment" link is good enough and will correctly
show or not show the "Sign Up" button link for those not having
an account already.

Fixes  (link to nowhere when registration is disabled)

* Move html from translation to template

* Remove extra space in `{{ .SignInLink }}`.
Unknwon 0f26f3678a use doer email for FROM field of issues
Thibault Meyer 6a81632e36 Fix typo CacheInternal -> CacheInterval ()
Unknwon b85927e488 show Git configs on admin panel
Unknwon 5448d29b2e wrong dashboard issue count for create by you
Unknwon edd786446c skip RUN_USER check on Windows
Unknwon f70343660d Little code refactoring
Rory McNamara c8b45ecc27 Render the Code view on the server (minus syntax highlighting) ()
* render code view server side

* remove debug print

* fix multiline selection bug

* change string concatenation to bytes.Buffer for efficiency

* Fix newlines added by previous for hljs

* fix selection highlighting

* make css changes in .less
Unknwon 9e8a8867ea use correct word for .gitignore
Unknwon bbe866122d fix regression of MustEnableIssues check
Unknwon 90af997fec 500 for upstream pulls page if user has forked repository
Unknwon b73318bc62 Fix 404 when comment on pulls and not using interal issue tracker
Unknwon e5bf4281b5 early response 200 when ?go-get=1
Unknwon 99385db0c4 code cleanup
Sandro Santilli 90dd0657b5 Add support for federated avatars ()
* Add support for federated avatars

Fixes 

Removes avatar fetching duplication code
Adds an "Enable Federated Avatar" checkbox in user settings
(defaults to unchecked)

Moves avatar settings all in the same form, making
local and remote avatars mutually exclusive

Renames UploadAvatarForm to AvatarForm
as it's not anymore only for uploading

* Run gofmt on all modified files

* Move Avatar form in its own page

* Add go-libravatar dependency to vendor/ dir

Hopefully helps with accepting the contribution.
See also 

* Revert "Add go-libravatar dependency to vendor/ dir"

This reverts commit a8cb93ae640bbb90f7d25012fc257bda9fae9b82.

* Make federated avatar setting a global configuration

Removes the per-user setting

* Move avatar handling back to base tool, disable federated avatar in offline mode

* Format, handle error

* Properly set fallback host

* Use unsupported github.com mirror for importing go-libravatar

* Remove comment showing life exists outside of github.com

... pity, but contribution would not be accepted otherwise

* Use Combo for Get and Post methods over /avatar

* FEDERATED_AVATAR -> ENABLE_FEDERATED_AVATAR

* Fix persistance of federated avatar lookup checkbox at install time

* Federated Avatars -> Enable Federated Avatars

* Use len(string) == 0 instead of string == ""

* Move import line where it belong

See
https://github.com/Unknwon/go-code-convention/blob/master/en-US/import_packages.md

Pity the import url is still the unofficial one, but oh well...

* Save a line (and waste much more expensive time)

* Remove redundant parens

* Remove an empty line

* Remove empty lines

* Reorder lines to make diff smaller

* Remove another newline

Unknwon review got me start a fight against newlines

* Move DISABLE_GRAVATAR and ENABLE_FEDERATED_AVATAR after OFFLINE_MODE

On re-reading the diff I figured what Unknwon meant here:
https://github.com/gogits/gogs/pull/3320/files#r73741106

* Remove newlines that weren't there before my intervention
Unknwon ec92565f23 fix missing sub-url prefix in relative avatar link
Unknwon 72dd299ca0 Update .gitattributes
Unknwon ab9c5fb5e7 allow render raw content
Use URL query parameter render=1 to render content in raw mode.
rugk 28dc5bb566 Replace gogs.io http links with https version ()
Unknwon cf6d321991 Ignore repository with issue disabled or use external tracker in dashboard issues
Unknwon 50422f1fc2 always use relative avatar link in the template
Unknwon 2f105f3979 completely disable builtin issue tracker when enable external tracker
Unknwon e7fd65f0cf better code structure and batch minor improvements
Unknwon 991ce42c48 improve repository advance options UI display
Enable/disable input based on user chosen options for wiki and issue tracker.
Unknwon 10dc330640 dump content directly to HTTP ResponseWriter
Okunev Yu Dmitry 55b4e77a5e Fix of template error in "/:owner/:repo/pulls" ()
If anonymous (not signed in user) requests page
"/:owner/:repo/pulls" he gets an error:

  template: repo/issue/list:11:105: executing "repo/issue/list" at <.PullRequestCtx.Base...>: nil pointer evaluating *models.Repository.Link

This commit fixes that.

Signed-off-by: Dmitry Yu Okunev <dyokunev@ut.mephi.ru>
Unknwon 8aa0a76702 fix wrong table name in Join
Unknwon 2d76de2574 fix x.Iterate returns nothing inside session scope with SQLite3
Unknwon 4d8b905541 models/ssh_key: code cleaning
Unknwon 899e799459 support delete issue comment
Unknwon 2295fafb34 repo/settings/options: take naming style examples out of locale string
Unknwon e74630ae3b add pagination for repositories
Unknwon 1f2e173a74 Refactor User.Id to User.ID
Unknwon 024fcc836b Minor HTML fix for delete repository notice
Unknwon 26d52ceb48 fix wrong link for new pull request button of non-fork repository
Unknwon 69f5308761 use different reversed words and patterns for repository and user
Unknwon 4b5e09e4d6 detect situation when base branch is deleted in pull request
Unknwon 4f78abe7dc fix create organization ignores full name property
Unknwon 745167d57a create user path before rename repository while transfer
os.Rename does not create parent directory automatically when not exist
Unknwon c912494609 detect invalid tag name git error
Siarhei Navatski cf85e9eb7b add IsSubmodule field to DiffFile and hide view file button on diff page for submodules ()
Unknwon ae88d76032 Bump version
Unknwon 57af7432fc fix wrong logic judgement
Unknwon b0eb47cb1c Fix misselection of issues view type
Unknwon 60110adc06 models/webhook: restrict deletion to be explicitly with repo and org ID
Unknwon eac32419fc templates/org/home: minor UI fix
Unknwon 971e2c3bd6 Upgrade octicon to 4.3.0
Unknwon c083d76567 able to prohibit user login
Unknwon 3d93532c87 fix can't get webhook detail of organization
Unknwon fff615d5fc Bump version
Unknwon f1b8d52eb3 fix no mail notification when issue is closed/reopened
Unknwon 7ca5f8f119 models/repo: remove redundant info for some repo methods
RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
Unknwon 194a742fb9 fix assign operation not take effect
Richard Mahn 7796c9e122 Fixes - Change for Fontawesome icons to not conflict withs semantic-ui ()
Kim Carlbäcker f4ab50501e [Fix] Don't display way too large files ()
* Add MaxDisplayFileSize setting

* Don't show files that are too large

* Localized FileTooLarge

* Change IsFileTooBig => IsFileTooLarge
Unknwon de10387f41 bump git-module requirement
Unknwon fdcca9292e fix emoji been rendered inside raw content area
Unknwon a1f717f65a Update locale
Unknwon 9fcf66f0e0 Minor fix for
Pablo Saavedra 98b152030d The pruning for the synchronized mirrors is a option now. Default value: enable_prune = true ()
Executed go fmt

getEngine() not handles DB parameters () ()

Uses .AllCols() for Update in updateMirror()

Spanish traslation removed

Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function
Pheng Heong TAN 467d7dacb6 Modify behaviour of repo-delete. ()
Re: issues  and 

As a result of modifications to the contents of the conf folder, `make bindata`
was run, causing an update to bindata.go.

Meta
-----
This commit will be rebased onto the 'develop' branch.
Unknwon d62ab49978 retrieve webhook with repo_id
This prevents user retrieve arbitrary webhook by changing URL to
access webhook from other unauthorized repositories.
Unknwon 401bf944ef Use SecurityProtocol to replace UseSSL in LDAP config
Initially proposed by  and fixes  as well.
Unknwon 326c982660 Upgrade frontend assets
Unknwon 4b25bdfbc4 support correct page size and link header
Unknwon 6aa00f7bcf use HTTP_ADDR to replace localhost
Unknwon e84ac64964 Do not show filename not have suffifx .md
Unknwon 7938506e07 update git-module require version
Unknwon 6f7276278d genetate bindata
Andrey Nering 743d22669a Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff ()
Andrey Nering 6efb1e5626 Localize collaboration settings. ()
Closes 
Unknwon 73b4acbb63 Update glide.yaml
Unknwon 4bbb878d20 Minor fix for
- Update locale bindata
Sandro Santilli 76a0e43e88 Do not assume avatar needs be changed from gravatar.com ()
Always send user to settings screen to change avatar.
Drops "change_custom_avatar" localized message, keeps "change_avatar"
for the generic one.

NOTE: only changes the en-US locale, as per
https://github.com/gogits/gogs/wiki/Contributing-Code#those-we-do-not-accept

NOTE: requires rebuild of bindata.go to fully see effects
Unknwon c041273dd3 repo/http: clean code
Unknwon 8df3ba96f3 use text/plain as default email content format
Unknwon e9ae926e04 fix wrong closed issue count when create closed issue via API
Add start count corrector for Repository.NumClosedIssues
Unknwon 7826eae452 fix DEPRECATED Action signature erorr
Unknwon fbf43c31e5 Add Czech support
Unknwon 0a78d99a4d models/release: filter input to prevent command line argument vulnerability
Kim Carlbäcker 3df8eb60e3 PDF-Previews in file-lists now working ()
Unknwon 0325bec283 minor fix for bug of xorm
Unknwon 7049cb9d97 Add new language support
- Update language choose dropdown to fit more languages
Unknwon 78b8b63774 set default style name when empty in AfterSet
Cosmin Stroe ba314a7a36 Support alphanumeric issue style (ABC-1234) for external issue tracker ()
Kim Carlbäcker b3c05026df [Feature/WIP] Confirm on editing forms (fixes ) ()
* Add and start jQuery AreYouSure

* Update SimpleMDE to 1.10.1 for `forceSync` support

* Forgot to remove old version SimpleMDE 1.10.0

* formatting -.-
Unknwon a27c6f4b75 fix sort' field missing on issue pagination link
Unknwon 762ab056a2 Fix XORM IN condition table name parse
Unknwon ac53bb593d print error of JSON unmarshal and always returns a valid object
Unknwon b1d41cfa60 add admin APIs to add/remove a user from teams
Unknwon 98b58fa050 Handle windows deletion when start
Fix 
Unknwon e6f927f61a api: admin list and create team under organization
Unknwon 60ae8ac3d2 Add route for
Unknwon 004fb30ebe Remove code for checking ssh-keygen
Unknwon 9e09e48502 fix potential SSH commands dislocation
When use builtin SSH server with concurrent operations, there are probabilities
One connection could use the command from another connections.

Fix this by set SSH_ORIGINAL_COMMAND for each command, not set in global scope.
Unknwon 0048980da5 Merge pull request from moltam/feature/org-member-full-name-avatar
Display org member's full name in link title.
Tamás Molnár d169d00be6 Display org member's full name in link title.
Unknwon ff731ea07d LOWER() column value within search
Unknwon 9a5a27ea8d Improve repository lable style
- add border-radius to filter list items
- use color as background of label for issue/pull view page
Unknwon 2df42e369e Merge pull request from odinuge/htmlmeta
Set description meta tag correctly
Odin Ugedal 01ff65a93e Fix indent
Odin Ugedal a75fa58e1c Make description meta tag golang 1.4 compatible
Unknwon a04596659b Merge pull request from odinuge/branchname-compare
Fix problems with '#' in branchname
Unknwon 149d62a648 fix admin can't search private repos
- update glide info
Odin Ugedal c9321550e0 Add prorper escaping of url in issue form
Odin Ugedal ac390d28b8 Fix problems with '#' in branchname
Add proper escaping of '#' in branchname in compare when doing pull
requests. This addresses issue .
Odin Ugedal 561e5f9ccb Set description meta tag correctly
Set the description meta tag correctly when there is no repo
description. Also use the  ability to trim trailing whitespaces,
to make the template cleaner.
Odin Ugedal 85d7afeba0 Set HTML meta values corresponding to repository
Use the authors name, and the description of the repo in HTML meta.
Pages without repository context will display as before.
Unknwon 9bd9ad4205 add CRUD issue APIs
- Fix go-gogs-client#10
- Related to 
Unknwon b4f47a7623 attempt to fix invalid csrf token
Unknwon d733efc1cc Alpha support for custom templates
No guarantee for compatibility with future changes
Unknwon c6277cce51 Minor fixes for
Unknwon 6530375dbf Merge pull request from soudy/grey-out-merge-commit
Grey out merge commits
Unknwon 2bf8494332 finish user and repository search
Both are possible on explore and admin panel
Unknwon 514382e2eb Rename module: middleware -> context
Unknwon 5267dce210 Fix ref comment from commit create empty feed
Unknwon 97c48da49f Merge pull request from Rukenshia/develop
Using HTML Description of repositories in the 'Explore' view. Fixes #…
Jan Christophersen 1e74ee51ff Using HTML Description of repositories in the 'Explore' view. Fixes
Unknwon eed9966ad6 fix incompatible SQL in PostgreSQL
Unknwon ad513a20e9 Replace time.Time with Unix Timestamp (int64)
Unknwon 0c9a616326 Update frontend resources
Unknwon 0e9bc2d410 Fix pull request availability check
Unknwon 0ea0c5ec4f Prepare release
Unknwon 12b5a76b0d Minor fix for
Unknwon a4452864ea Merge pull request from OhDaeto/master
Add ru-RU to home template
xDShot d8738f5bfd минимальные -> низкие (системные требования)
Unknwon 9cf7f3e46f Remove duplicated of code
Lourens 14aba3489e Add ru-RU to home template
Unknwon 13bd16af92 Minor fixes for
Tamás Molnár 9c91e27933 Added: Ability to delete org avatar.
Unknwon a5b0400be7 finish new access rights for collaborators
Unknwon 045f14fbd0 finsih UI work for access mode of collaborators
Collaborators have write access as default, and can be changed via repository
collaboration settings page to change between read, write and admin.
Unknwon 414eb22ef9 fix activitity feeds for pull requests
Steven Oud 1d3ec27cb7 Put if statement of grey merge commits on one line
Steven Oud a0cd59bd0e Grey out merge commits
Unknwon a2f13eae55 some avatar setting changes
- Allow to delete current avatar
Unknwon dfd6f8f7ab Merge pull request from joshfng/fix-fork-relative-url
Use relative url when showing forked from
Josh Frye 275464e7fb Use relative url when showing forked from
Unknwon 2d2d85bba4 support pull requests in same repository
Unknwon 9df6ce48c5 Minor fixes for
Unknwon 4d5911dbcf Merge pull request from joshfng/feature-delete-wiki-pages
Add ability to delete single wiki pages.
Unknwon d57a2b908a and fix bad SQL generated by XORM
Use hand-written SQL to do complex query
Josh Frye 2f228ddf31 Update delete wiki page route
Josh Frye 1ca171dbe9 Add ability to delete single wiki pages.
Unknwon f6759a731a fix redirect loop with auto-signin
Unknwon dfbda48afc Merge pull request from andreynering/emogify
Render emojis in more places.
Unknwon 260723e2cc Minor fixes for
Josh Frye f3358f5927 Repo setting to delete and disable wiki
Unknwon f946040fa9 attempt to fix expected invalid CSRF token
- Remove unused config settings `[picture] service`
Unknwon c9901bbba5 workaround to fix XORM problem
Andrey Nering 13e71acadf Render emojis in more places.
Unknwon 97429a25ab make IN clause compatible with Postgres
Unknwon 9e89584cb4 Allow setting git operations timeouts
- Migrate:  
- Clone: 
- Mirror, Pull
Unknwon ea80274229 fix sqlite3 can't create issue with more than one label
Unknwon 42a556a082 Merge pull request from chriswatt/hidewikidlbutton
Hide the download archive button when viewing wiki pages
chriswatt a71a5bfeb4 Remove download archive button on wiki pages
chriswatt 548440b48f Change colour of numbers on pull request tabs if greater than zero
Unknwon 8055a0bdac Post work for
Improve test cases, config settings, also show SSH config settings on admin config panel.
Unknwon d320915ad2 Minor fix for
Lukas Dietrich c0eaae200e Add ForegroundColor for labels
Unknwon 129638117f fix panic when close issue via commit message
Unknwon 4438b7793b Add new config option for builtin SSH server
Config option [server] SSH_LISTEN_PORT to the port the builtin SSH server will be listen.
It can be different from SSH_PORT which is supposed to be exposed in the clone URL.
This should solve the problem when user runs Gogs inside Docker container
and still want to use builtin SSH server.
Unknwon baaf6046a1 Minor fix for
Josh Frye c27038e392 Test mailer button. Addresses
Unknwon 72ce06eab8 fix missing slash for go-get meta
Unknwon 912f7b51e9 add actions for close and reopen issues
Unknwon c9516c4c60 Fix wrong place to check disable SSH
Andrey Nering d160c7e565 Little refactoring of diff highlight.
Moving cache variable to template instead of in the struct.
Unknwon 7140dbac95 Fix
Unknwon acf094fb07 Minor fix for
Add AttributesInBind option in new auth source form.
Unknwon 7e0baf4136 Merge pull request from nanoant/patch/ldap-attributes-in-bind
LDAP: Fetch attributes in Bind DN context
Unknwon a703f7d7b4 Merge pull request from andreynering/issue-template
Implement issue and pull request templates
Adam Strzelecki 834d92a47b LDAP: Fetch attributes in Bind DN context option
This is feature is workaround for  (JumpCloud) and some other services
that allow LDAP search only under BindDN user account, but not allow any LDAP
search query in logged user DN context.

Such approach is an alternative to minimal permissions security pattern for
BindDN user.
Unknwon b7f3d94cd0 Minor fix for
Unknwon 341da3cea7 Fix inappropriate markdown post process end tag check
When <code> is nested inside <pre>, the next end tag token would not able to be the same
as outer-most start tag. So we only check outer-most start and end tag token to be the same.
Unknwon 2408df3f35 Merge pull request from Download-Fritz/MirrorForks
 Allow to fork and disallow to create PRs for mirrors.
Download-Fritz a467184e13 Allow to fork and disallow to create PRs for mirrors.
Andrey Nering 658bfc2704 Implement issue and pull request templates.
Similar to GitHub:
https://github.com/blog/2111-issue-and-pull-request-templates

Priority:
- root
- .gogs
- .github
Unknwon 338af89d56 fix possbility that use email as pusher user name
Remove the possibility of using email as user name when user actually push
through combination of email and password with HTTP.

Also refactor update action function to replcae tons of arguments with
single PushUpdateOptions struct.
And define the user who pushes code as pusher, therefore variable names shouldn't
be confusing any more.
Unknwon d5ca913b2f add branch prefix for test webhook
Unknwon 3af1d3c581 fix removed config option
Unknwon 632c27802c Minor fix for
Unknwon dc89c51f3e Merge pull request from mhartkorn/convert-mirror-to-repo
Convert mirrors to regular repositories
Unknwon 58e004f7da Remove cache avatar support and add its tests
Unknwon aa5e837c65 fix
Unknwon a1d97e8f5c Minor fix for
Unknwon 9adfe453d5 delete repo local copy when transfer
Remote repository path is renamed but does not delete
outdated local copy which still has old repository path
as remote.
chriswatt d710b5e791 Fix when repo is empty
chriswatt c47866b34a Add grey bg to tabs on repo page
Martin Hartkorn 15d37b7a95 Refactored according to suggestions
Martin Hartkorn 3650bd8528 Convert mirrors to regular repositories.
Josh Frye 8ab5399e83 Make log path required
Josh Frye ec478b4b06 Set default log path if empty during install
Josh Frye 1feecd6beb Add helper text for log path.
Josh Frye a3e8c32a30 Add install option for log path
Unknwon 297e772c20 fix payloads mixed up for webhook
When repository contains a Slack type hook,
it changes original payload content.

This patch fixes it by using a local object to store
newly created Slack payload instead of assigning
back to the same variable.
Andrey Nering e40d94bb4f Implementing the "theme-color" meta tag.
Used by Android >= 5.0 to make the top bar colored.

Reference: https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android
chriswatt af8e323248 Fix tab index on new issue/comment form
Unknwon b09ddc72d2 Merge pull request from chriswatt/committab
Make commits tab active when on diff page
chriswatt a881f776d0 Make commits tab active when on diff page
Unknwon ee53204e02 Improve db path prompt when install
Unknwon f15a2f9b25 Merge pull request from andreynering/diff-sintax-highlight-733
Enable syntax highlighting on diff view
Unknwon f8182ac521 delete local wiki copy when rename repo and user
Unknwon 8e40f86d2c handle space in image URL
Andrey Nering 2bfb8bb5fd Enable sintax highlighting on diff view. Close
Unknwon 04be8c0de5 reinitialize all repos from the db
- Update locales
Unknwon a47baa1b7a Add missing patch conflit pattern
Unknwon 5a27aea8e0 Fix random avatar does not work on Windows
path.Dir can't handle Windows case, must use filepath.Dir
Unknwon 1c74612b3c Minor fix for
Unknwon d3ba246693 Merge pull request from bkcsoft/feature/participants
Implemented participant-listing for issue-pages (Fixes )
Unknwon 66d2ba1b4e Merge pull request from fnkr/remember-clone-protocol
Remember last selected clone protocol
Unknwon 3abad75a1b Fix one user may block entire listen loop for builtin SSH
Florian Kaiser d568019306 Remember last selected clone protocol, and establish uniform order (https, ssh)
Unknwon 5d192c2ebf Merge pull request from fnkr/icon-fork-private-collision
Use icon repo-forked instead of repo-lock for private, forked repos
Florian Kaiser 29c3e9f428 Undo change in templates/explore/repo_list.tmpl
Florian Kaiser 532f9fdd99 Use icon repo-forked instead of repo-lock for private, forked repos
Unknwon 4848620594 adjust URL verbose depth for reverse proxy sub-path
Unknwon 57c10aae33 Merge pull request from andreynering/home-template-pt-BR
Add portuguese-BR to home template.
Andrey Nering 0e0cd9100b Add portuguese-BR to home template.
Unknwon a9d68a6884 fix
Unknwon 8436d69eaf Update and reorganize front-end resources
Unknwon 112a7cab31 incorrect error handle for team name
Unknwon ee814bf8d6 minor fix for sr on dashboard
Unknwon 566163ab82 Merge pull request from bkcsoft/fix/split-view-diff
Split view fixed
Unknwon 4deb876343 Minor fix for
- Change tooltip size from mini to tiny in profile page
Kim "BKC" Carlbäcker 96dee1c354 Split view fixed
Andrey Nering 5deb726f3f Refactoring of inline diff computing to prevent empty diff box. Fix
Kim "BKC" Carlbäcker b921161666 Name popup
Kim "BKC" Carlbäcker 2cc1ee3fc0 Implemented participant-listing for issue-pages
Unknwon 86f841dd71 Merge pull request from xxxtonixxx/develop
To add spanish translation to home template
Unknwon 7ca1821725 fix
Unknwon e33ddac9bf Minor fix for
Toni Villena 1105a3139f Add es-ES to home template
Unknwon 7ef9a05588 use Go sub-repo ssh to verify public key content
Unknwon c631a4a9b9 URL fix for
Unknwon dccfadf7b8 hide section with user has no organizations
Unknwon d1675c2701 fix CSS of branch dropdown when view commits under revision
Unknwon 29b07693dd minor fix to
- add tooltip for organization name in profile
Unknwon f75b5f4287 Merge pull request from exmex/develop
Added organization display on profile
ExMex 40413c5c6c Added improvement from Unknwon
Adam Strzelecki 41fdaabcf7 commit.RefUrl expects AppUrl argument
This is fixup for ea375c0dcc. The bug was not
visible because commit.RefUrl was always returning empty url due regression
described in https://github.com/gogits/git-module/pull/4
ExMex 53a63de9dc Added links to org profile icons
ExMex f610bfa8a2 Added organization display on profile
Fixed "Follower" Icon too big
Unknwon fc4a4d38d1 Merge pull request from philippechataignon/develop
Add fr-FR to home template
Philippe Chataignon 939d96813c Add fr-FR to home template
Unknwon f43cc90841 Truncate repository name if too long
Unknwon 91bab801aa try to handle []int8 case
Unknwon 86bce4a2ae minor fix to
Unknwon 21d7b5acaf fix
Unknwon bcf6aed452 Merge pull request from andreynering/highlight-diff
Highlight diff
Unknwon cc8c67ff29 fix markdown autolink error
Unknwon 03427fb005 fix
Unknwon e0f0f72a36 disallow access of some pages for empty repo
Unknwon ca35ddd078 fix
Andrey Nering 81ed5c4bee 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.
Andrey Nering 73474c043b Highlighting differences of lines in the diff view.
Unknwon cc22c8a1ae update dep lib version requirement
Kim "BKC" Carlbäcker 2087156119 Removed opticon-fold
Kim "BKC" Carlbäcker 3870a7a3c8 merged split/unified templates
Kim "BKC" Carlbäcker 8fe5d887ae Changed name from inline to unified
Kim "BKC" Carlbäcker 4e6d048ba1 i18n-fix for split-view
Kim "BKC" Carlbäcker 0df39b33eb Implement Split Diff-View
- Unified/Inline Diff-View Selectable
Unknwon 7392b6a755 fix
Unknwon 4993ab1a76 fall back to use custom chardet lib
Unknwon 8d58e06ad8 more fix on
Unknwon b8fbf6559d Merge pull request from joaopms/patch-1
Fix the description on head.tmpl
Unknwon 44637f03cc fast detection of utf-8
João Pedro 7bab3d682f Lowercase "Service"
João Pedro 34f01aab5e Update head.tmpl
Unknwon 93f03707a7 set text/plain for non-binary files in raw mode
Unknwon 85af36332b fix utf-8 recognized as windows-1252
Unknwon 13fe733037 use monospaced font for commit IDs in news feeds
Unknwon a49af93faf APIs: Users Followers
- User profile un/follow
- List user's followers/following
Unknwon c62a6b7a12 allow switch branches between two orgs in compose PR
Unknwon cadf03db68 fix avatar link when disable gravatar
Unknwon 5ff6eedf5e fix button name
Unknwon 53eb37d529 fix
Unknwon 3bcdb3855c Use HTTP/HTTPS as default clone option
Unknwon 2d3ecbe5b2 make mailer log more verbose
Unknwon 33a99d587a fix
Unknwon 9cd16c5b12 add organization APIs
Unknwon 6673dcb038 improvments of highlight class name
Unknwon b117befc2b add user email APIs
Unknwon 7786cb76f3 fix
Unknwon eb918c2368 fix only admin can view milestone desc
Unknwon 3362b3a44f fix possible disclosure
Unknwon 50264200f0 fix huge diff hangs
Unknwon 91789930bc fix 500 on /watchers & /stars for pg
Unknwon ea375c0dcc new template func
Unknwon 7509fa2c33 improve get commits performance
Unknwon 95f9c85bcc use Go sub-repo to detect encoding
Unknwon 79dcd7ee6e able to identify git version on Windows
Unknwon 71123c816d update hightlight.js
Unknwon 351dfc95a9 prepare release
Unknwon 837155577a use icon+tooltip to replace text
Unknwon 4108c12092 add edit org link in admin panel
Unknwon 59c965a5ec admin able to edit organization max repo creation
Unknwon d0b0d24f22 disable change user for non-local users
-  remove require for gravatar
Unknwon 40f3142264 External URL for wiki
Unknwon 2a8d71367d not show content of issue in activity timeline
Unknwon 3d5d61778a disable password change for non-local users
Unknwon 99e9bbef6c fix bool check for repo max limit and fix hang when push repo with tons of commits
Unknwon 2a0bb1fa90 Limit repo creation
Unknwon c6083c335e Ability to send mail when a new pull request is submitted
Unknwon 9a2e43bff2 move out git module and send push hook
Unknwon fa5e372f75 Merge pull request from SlavikZ/master
LDAP parameters UI: bind_dn and bind_password are not required
SlavikZ a19aaa439d LDAP parameters UI: bind_dn and bind_password are not required
Unknwon c3440c4dd3 Show author e-mail in commit diff
Unknwon 718d3ae258 Able to config fsck timeout
Unknwon b8d48bdb62 Add "New Mirror" button on Dashboard
Angus Gibson df05134494 Break branch-selection dropdown into a template
We only handle branch selection for repo home and commits pages, so the
redirection URL is based on PageIsCommits
Angus Gibson 9bd3ebe207 Dropdown on commits page to choose branch
I've mostly duplicated the dropdown code from repo/home.tmpl, which
basically only required a change to the URL. This could probably be
broken out into something more modular.
Unknwon a576224d0e unified name: IsViewBranch, IsViewCommit and IsViewTag
Angus Gibson 06d293a84e Only show comparison link for >2 commits
We can look at the PushCommits object to see how many commits were
included in a commit, and add some template logic to only show the
comparison link when there are at least 2 commits in a push. We also
correct the link to display the number of commits.
Unknwon 120cd4e471 Better mirror repo management
Unknwon 2528c482e9 auto login after install if admin is configured
Adam Strzelecki da2585c11e Indent all templates with tabs
This commit improves templates readability, since all of them use consistent
indent with all template command blocks indented too.

1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks
   such as {{if}} {{with}}

2. Cleans all trailing white-space

3. Adds trailing last line-break to each file
Unknwon dce2a9e7e1 fix wrong slack webhook payload URL
Adam Strzelecki e2ca53029e Render commit msg as header + verbatim description
Most commit in Git are expected to follow standard of single header line,
followed by description paragraphs, separated by empty line from previous block.

Previously Gogs were treating everything as single header. Now we are trying to
render only first line as header, but following lines (description chunks) as a
verbatim.
Unknwon 89244b74c6 remember page number when delete repo
Unknwon ca8ce793d1 Ability to delete repo from admin panel
Unknwon 404867f206 fix and fix
Unknwon f0ee33267c fix
Unknwon f41360d864 advanced select ops for system notices
Unknwon 1ee7c33e93 template fix
Unknwon e538ff2770 fix and fix
Unknwon 4795fa01d8 fix
Unknwon 56dd430a10 refactor API routes and some work for
Adam Strzelecki edbb67cb3f UI: Use more subtle grey SHA1 labels
Current green SHA1 labels are more pronounced than other UI elements attracting
attention as if they were most important thing in the UI, while they are not as
important, especially without real Git client.

Using grey SHA1 labels makes the UI more balanced, less aggressive and lets
user to focus on other content elements.

NOTE: Neither GitHub or Bitbucket uses so heavy pronunciation as Gogs.
Unknwon cc8f5add6e fix
Unknwon ec2423ad7c more UI minor fixes
Unknwon c4bab163cb Merge pull request from nanoant/patch/further-layout-fixes
Further layout fixes
Adam Strzelecki 2580e7b57e UI: Always show menu on repo pages
Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use
middleware.RepoRef() necessary to display information on this menu.
Unknwon 3d3498bda1 clean test data
Unknwon 29375059e1 minor CSS fix
Adam Strzelecki b73241ceb1 UI: Display last-commit header without 2nd column
This uses a CSS trick making first th to be relative block with width equal to
first two columns, effectively working around inability to use colspan="2" on
first row that was breaking "fixed-layout" for tables.

Also use grey header for last-commit SHA1 tag.
Adam Strzelecki 314664892c UI: Keep repo URL action right of ref combo & path
Just use secondary menu instead custom ".head.meta", which simplifies code.

Also do not display repo URL action when we are in subdirectory or viewing a
file.
Adam Strzelecki 3eae4ecde7 UI: Make repository menu divide header and content
This is more inline with way GitHub looks like and feels much more natural and
in style with rest of the interface.
Adam Strzelecki ec98deeb8c UI: Keep repository settings menu button right
Adam Strzelecki 61fdd8c571 Commits & files UI: SUI fixed single line table
Instead using own ellipsis, uses Semantic UI fixed single line table which
effectively applies ellipsis to all overflowing table cells.

NOTE: File list cannot use colspan="2" for 1st "Last commit" elements,
otherwise layout breaks with fixed table.
Adam Strzelecki 99b958db43 UI: Mark top menu icons blue only when non-zero
Unknwon 926e91820a Diff is not showing full content when has super long one line
Unknwon 0be8b1b1a1 Ability to batch delete system notices
Unknwon 5572884c6b fix
Unknwon 3460ec1039 update REMADE and locale
Adam Strzelecki 573305f3d3 LDAP: Optional user name attribute specification
Consider following LDAP search query example:

    (&(objectClass=Person)(|(uid=%s)(mail=%s)))

Right now on first login attempt Gogs will use the text supplied on login form
as the newly created user name. In example query above the text matches against
both e-mail or user name. So if user puts the e-mail then the new Gogs user
name will be e-mail which may be undesired.

Using optional user name attribute setting we can explicitly say we want Gogs
user name to be certain LDAP attribute eg. `uid`, so even user will use e-mail
to login 1st time, the new account will receive correct user name.
Unknwon b6d2b96259 Merge pull request from Gibheer/new_mirror
add new mirror button to dashboard
Gibheer 3d54f6c0a4 add new mirror button to dashboard
This adds the button to create a new mirror on the dashboard at the same
place where "new repository" and "new organization" already exist.
Unknwon 117afe7620 Merge pull request from nanoant/patch/admin-see-all-organizations
Admin should be able to see all organizations
Unknwon d3a5ff7b6b fix
Unknwon 830d000667 finish wiki
Adam Strzelecki e57b2dffa4 Admin should be able to see all organizations
This is follow-up for 56c66ee486 allowing admin
to see private repositories, even when not being member of them.
Unknwon 5d1f5f32d0 wiki: finish pages
Unknwon e42fcb033d wiki: finish edit
Unknwon 392f3ee210 wiki: finish new
Unknwon c50a3503e6 introduce git-shell
Unknwon 2b10fdc4dc Wiki: UI for page new
Unknwon 144663a3cf allow admin to migrate for any user/org
Unknwon 3ca544912f Drop /org/ URL path prefix in organization home page
Unknwon 7f9598141b fix
Unknwon 56c66ee486 more supported git hooks
Unknwon 0128036514 some fixes for builtin SSH server on Windows
Unknwon b2fb7e3fd2 more HTTP clone word fix
Unknwon efaf60ba5a fix
Unknwon 52c8f69163 fix
Unknwon b80e848d02 upgrade libs
Unknwon 8966750fd4 add some log
Unknwon eea2e05da6 minor fix on
Antoine GIRARD 63cdee84d1 Fix admin configuration new ui
Unknwon 987dcc5372 fix
Unknwon 2158e6fc43 fix
Unknwon 915bf1d2e3 Merge pull request from arthuroy/develop
Fix  - the hyperlink and the display name of the branch
Unknwon f455125d4d fix
Unknwon 2c653141a8 Update default branch in git repository while change in web view
Arthur Ouyang e04c97b9fa Fix - the hyperlink and the display name of the branch
The hyperlink and the display name of the branch if the branch is in a folder or the branch name has '#'
Unknwon f04d773f4f UI: long organization name in create repository owner list
Unknwon 4325b01a58 minor fix for
Gibheer 56006da34b fix - disable version display
This allows the admin to disable the version information about gogs and
go in use in the footer.
Unknwon efea642d6c add admin op: delete missing repos
Unknwon 81d7359fdd fix
Unknwon d2808e38fe fix
Unknwon 7a9777ae36 fix
Unknwon 62533560ce fix
Unknwon dc7e74ebb1 Merge pull request from sapk/fix-admin-dashboard-new-ui
Fix admin dashboard new ui
Unknwon ff5f14431e fix
Unknwon ec5f881384 fix CSS
Unknwon 9ab96172fc new watchers, stars and forks UI
Unknwon e06558e208 Pull request fail to merge with BIN
Unknwon cceb3364bb CSS fix
Unknwon d370effca5 minor fix for
Unknwon 29ed7872f8 repo sidebar active class
Unknwon 5dc3dd1704 fix
Unknwon 134d8e7681 work on
Unknwon 951037c0ae remove test code
Unknwon 7046df6028 UI fix
Unknwon 1db3ae6601 UI fix
Unknwon 612d0d6d25 minor HTML fix
Unknwon 18de67380c fix
Unknwon 942284648e fix markdown padding
Unknwon 4f03b81ec7 Test patch does not checkout correct base branch
Unknwon b4970b3cc3 fix
Unknwon 7c80eba77f minor UI fix and fix ssh race
Unknwon 7b1c10ea7e new repo ui
- copy link button: , , ,
- synxtax highlight: , , , 
- z-index: 
Unknwon 1d57f0d64f Show custom avatars in commits
Unknwon 6a664e88c7 show issue content
Unknwon 0f438ef0b3 new dashboard ui
Unknwon a6c7716742 minor fix for and fix
Alexey Makhov 1bfebdcdf6 improves
Alexey Makhov 588a0db218 issue title at dashboard
Unknwon 10427b2178 fix
Unknwon 675cd997d8 minor tabindex fix
Unknwon 908f2924ce fix and fix
Alexey Makhov 7835c2212c issue add tabindex
Unknwon 3b62a0fe0e fix fix file histrory paging issue
Unknwon 0d4498429c work on
Unknwon 3ec650b0ef update version
Unknwon b55499d039 go vet and fix
Unknwon 58436b5ea5 prepare 0.7.0
Unknwon 676d774d88 fix
Unknwon 54ca0b2f09 images with links in Markdown
-  minor fix on image link
Unknwon 2bd64621fc last updatede time not update after push
Unknwon f255b1e86d fatal when no needed update task
Unknwon 603c7389b8 Dashboard issues lacks sorting
Unknwon 00eb2b221f fix
Unknwon 1b5e1bebc2 fix
Unknwon 6f0a41b8b2 Allow local import only for admin users
Unknwon 25ec20d525 update merge base before generate new patch
Unknwon 8e262f3ec4 update locales
Unknwon 0af035c37e not show bin when rename a file
Unknwon bc82157216 fix
Unknwon 8eb4c3121a work on
Unknwon 75aab86a8d fix problem with
Unknwon 92535c9df0 update some libs
Unknwon cb100c7781 work
Unknwon 5cad124704 fix
Unknwon fad31ca302 work on
Unknwon 16feb5b655 minor fix on
Nathan Zadoks 4323a89c03 Add go-source directive to repo pages
This makes Gogs repos work with godoc.org: https://github.com/golang/gddo/wiki/Source-Code-Links
Unknwon 0fe6fe663e fix e-mail type
Unknwon 7d72c8333e work on and fix miror JS issue when choose targets on compare and pull
Unknwon 706b0f72e2 fix issue comment mention and autofix count when start
Unknwon b9f5def5dc fix insecure tls when trigger task
Unknwon 022820103d allow forcing all private repos
Unknwon c3ba5590c9 Reopen PR need retest patch
Unknwon 0fbb8c8826 New push to head repo of head branch: regenerate patch and retest apply
Unknwon c6ce6bd4c2 work on
Unknwon 04af4b24fd work on
Unknwon fc7959d3bc New/reopen PR checks if there is any unmerged and open PR
Unknwon 4dc6285715 add new status: checking
Unknwon 6599869f28 fast return for too large diff
Unknwon 932dbccb67 fix import path, fix
Antoine GIRARD 5edc2f6d6c Fix indent tmpl
Antoine GIRARD ae0fadeb0e To quick to copy-paste
Antoine GIRARD e1c04f043b Implement new ui to dashboard
Unknwon aff49b1c9e unified API error response
Unknwon 19c3745488 fix quick guide style
Unknwon db00aa7653 add log for trigger hook when push through SSH
Unknwon 215920772a save PR info as patch and minor fix on PR
Steven Oud 280fde9b7c added links to forks/watchers/stars in new layout header
Unknwon 4465c58f4b new quick start page
kendaru 5c39d3fa7d changed integrated page number to GET
Steven 87d64acc9f fixed HTML indenting
Steven c8aa9c6cb1 implemented : see users who forked/starred/watched a repository
Steven ecd59deb27 implemented : see users who forked/starred/watched a repository
Unknwon d5ad4e1141 prepare release
Unknwon 6dfee30bf0 Wrong commit order on issue page when pushing multiple commits
Unknwon 21e13cb51e Triggere mailer for admin created accounts
Unknwon 986447335d minor fix
无闻 84c727ae66 Merge pull request from sapk/fix-admin-repo-new-ui
Fix admin repos new ui
Antoine GIRARD dfc16d0879 Fix admin repos new ui
Antoine GIRARD c98dad1cf3 New admin organization UI
Antoine GIRARD fefce965f9 Add total next to system notice
Antoine GIRARD 14a1101139 New admin notice UI based on user list example
Unknwon 043ded0896 fix
无闻 befed9c20c Merge pull request from SergioBenitez/develop
Commit messages now rendered with line breaks and prefix spacing.
Unknwon 69b1d65c9b remove unused file and update locale
Sergio Benitez 7acbcf9ddd Commit messages now rendered with line breaks and prefix spacing.
Unknwon d9c5b3bcee fix change label title resets color
Unknwon 86d3c5cbb3 update Docker info
Unknwon 3fb1b6a608 drop oauth2 feature support
Unknwon 562e47f31c finish all new template for current ones
Unknwon 9d36fc6986 finish new auth e-mails
Unknwon 923873db85 fix possible XSS in view issue page
Unknwon 373731f5e8 user gomail and new activate account email tpl
- : fallback plain text
- : add date header
- : fix encoding of header
Unknwon 2729eb998c and other minor fixes
Unknwon 6a1907d994 revert simple LDAP userDN and update example
Unknwon e4ecbcdf4a new sign in page
Unknwon f5c7f22cc8 able to skip verify for LDAP
Unknwon d600530c20 PAM return error bug
Unknwon 5f1183cecf add install option
Unknwon 98108e379d update locale and admin panel
Unknwon 83e747bfda and and new admin edit user UI
Unknwon e5ed5904c6 GUI bug while adding ldap user
Unknwon 1fa5b6711b fix html logic
Unknwon 8e0a69f86a disable captcha and new admin create user UI
Unknwon cd37fccdfb remove auto_register and makes it default
Unknwon aff773f1b9 add tidb support
Unknwon ed5a61153f fix
Unknwon c7ac237b57 fix css
Unknwon be89802bd8 new admin user list UI
Unknwon 362d64df04 add allowed domains for SMTP auth
Unknwon 373ef5d15e timezone minutes offset
Unknwon 121a81a2c5 finish new edit auth UI
Unknwon 0617448282 finish new add auth UI
Unknwon fa728d8dff more minor fix on 1581
Unknwon cbd6276200 Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop
# Conflicts:
#	modules/bindata/bindata.go
Unknwon 52ec80fa18 finish all new user settings UI
Unknwon c8d92fad30 pushing new branch will rereference issues in previous branch
Sergio Benitez 964d0262ff Merged conflicts.
Unknwon b75d0378cb clean log
Unknwon f432f1f41c suburl for release md preview
Unknwon 6f6f38e7c3 suburl for comment attachments
Unknwon af324a6165 adjust icon css
Unknwon 7b0ae27549 org dashboard icon css
Unknwon 31e7b0f588 status button mrigin-right
Unknwon 03ea29eb36 minor fix on icon
Unknwon cc83043edc minor fix on template
Unknwon 645d4d0c5b Collaborative Repositories missing suburl on Dashboard
Unknwon c38754d432 allow upload avatar for org
Signed-off-by: Unknwon <u@gogs.io>
Unknwon 85f34ba538 new user profile settings UI
Signed-off-by: Unknwon <u@gogs.io>
Unknwon 00767a0522 finish new org settings page
Unknwon 4dbc322859 fix org header order
Unknwon edc99bc8a4 new org options UI
Unknwon 80701d45bb Make organization emails non-mandatory
Unknwon 24658fcbdd dix suburl
Unknwon 705224353b minor fix
Unknwon 119dec51f2 Mirror repository should not allow fork
Unknwon d48cde6ec8 emoji
Unknwon 3b0c2cb480 Add Emoji support
Gogs b80aef0fa6 remove dashboard operations table header
Unknwon 1c2dbd7183 fix dropdown style
Sergio Benitez aa9c36514f Merged conflicts.
Sergio Benitez 2d1db4bf05 Added LDAP simple auth support.
Unknwon 07fe846c9f change e-mail max length to 254
Unknwon d023e81a8f explore paginator problem
Unknwon 38eb000d13 work on
Unknwon 8481adb255 remove test strings
Unknwon 2a2a8cd619 ui and pulls index fix
Unknwon 5c5ccddb02 fix buttons style
Unknwon c0a899b151 css fix
Unknwon 768c78d143 update semantic
Unknwon 83dc2468f5 finish initial version of pull request
Unknwon 842770d7fb add merger info and news feed
Unknwon 953bb06857 basic PR feature
Unknwon 1abfe4e05f PR: nothing to commit and has pull request check
Unknwon 37e0cee877 finish PR UI
Unknwon 2ac8e11f46 able to use access token replace basic auth
Unknwon ebf1bd4f51 add view pull desc
Unknwon 8c046073a8 work on PR conversation
Unknwon 670ade9a61 does not allow fork bare repo
Unknwon 398569f6f8 Forked repo unavailable after deleting original repo
Unknwon 8af094967f add rename repo action
Unknwon 50dbc2732b more fix on
Unknwon 7714e792a4 minor fixes on
无闻 67f07e21f5 Merge pull request from peppage/explore-ui
Update Explore UI
Unknwon 17c2d1fc7c fix dashboard 500 when no issues at all
- update locales
- update README
Unknwon 6c7a93a3ac fix
Michael Peppler c5629fe75a use localization string
Michael Peppler d1c5a5ed68 new explore UI
Unknwon ee3e0c3c49 fix dropdown search
Unknwon 1ca257ad9f rename fields
Unknwon cb381078ff finish new repo options page
Unknwon c6b039c6f9 new repo options UI
Unknwon 9b9e5f0290 Cross reference the commit from the issue when it is closed by the commit
Unknwon 302938e646 Disable Gravatar option when install
Unknwon 9ef063cbb0 change checkbox ui
Unknwon ea454c21f7 A way to skip TLS verify for SMTP authentication
Unknwon 55ddf225bb webhook APIs
Unknwon 2f08e9f048 v0.6.7
Unknwon f509c59ac1 new create webhook event
Unknwon c7a4369db9 add readme template help link
Unknwon a00194e665 work on
Unknwon bb3b90fcd6 Readme Template
Unknwon 46bee50e45 complate list of gitignores and licenses
Unknwon a7686e8749 bundle jquery with gogs
Unknwon ff35a37769 : Authorities were messed up when using mysql database
Unknwon 70e0153b93 add highlight js
Unknwon 23f42d92c9 add webhook recent deliveries
Unknwon ce386cfb61 fix suburl
Unknwon c08600c59b new edit webhook UI
Unknwon 4217c2333c new create webhook UI
Unknwon 2881456421 new webhooks list UI
Unknwon 1cb03135b7 new repo git hooks UI
Unknwon 2f2bf20aae fix menu overflow
Unknwon b3a45693c3 minor update
Unknwon 45c2b4bd76 fix HTML
Unknwon 4330c1f0d8 update locale and org dashboard navbar
Unknwon a329bbc215 new org dashboard issues
Unknwon f808df5a7b new user dahsboard issues
Unknwon 3a32cbee44 Dashboard error: nil commits
Unknwon 87152f89ba fix release created timezone issue
Unknwon 6821527c95 fix style
Unknwon 4275b3720a finsih diff and compare
Unknwon aa65761d81 new commits table
Unknwon 062adbed8a add confirmation to delete ssh key
Unknwon ac616c07de fix
Unknwon 371572cf5f allow edit issue and comment
Unknwon 87f5ca8e1f able edit issue title
Unknwon bd1d7d1509 Able to set SSH port when install, update Docker docs
Girish Ramakrishnan 24d7a86a8d Set IsAdmin using LDAP
The IsAdmin flag is set based on whether the admin filter
returned any result. The admin filter is applied with the user dn
as the search root.

In the future, we should update IsAdmin as well on each login.
Alternately, we can have a periodic sync operation.
Unknwon 03b85b73af token recent activity
Unknwon 928d9fc1d4 fix access token style
Unknwon 4c7b6414eb new access token UI
Unknwon 2e8ffc2ffb Merge branch 'develop' of github.com:gogits/gogs into develop
Unknwon 2493454587 new delete account UI and password confirmation
Lydia Sevelt bfa8ef68a6 Change input field to type=password for the authentication templates.
Unknwon 81b8427438 new UI on admin/monitor
Unknwon c20ae8edc5 update Docker README
Unknwon b1696665bd make cron task configurable
Unknwon 407385db7e work on
Unknwon 55ccb00a47 Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop
# Conflicts:
#	modules/bindata/bindata.go
Unknwon 7bb5cb444c fix css styles
Unknwon 2e30b421b4 comletely remove v1 UI files of Gogs
Unknwon c8bb475abb fix autocomplete on migration
Unknwon c7d5e1f182 clean file and update locales
Unknwon e633425f27 and : migration
Unknwon a52324a5f9 able sort issues
Unknwon 4ce003dc15 Filter issues by assignee
Unknwon a24141ec9c more on
Unknwon 30b428bf0e : 500 when visit a issue with issue/comments of deleted user
Unknwon cec38f2a8c able edit issue labels/milestone/assignee
Unknwon d07c081920 Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
Unknwon 817b48ed1e Show owner/poster tags of comments and fix
Paulo E. Castro e680faf0d8 Correct form name to smtp_email to fix matching in InstallForm struct.
Unknwon 1fb53067f4 finish close/reopen issue
Unknwon 133b19d0c5 finish view comments on issue page
Sergio Benitez 7d84d4a8f0 Significantly enhanced LDAP support in Gogs.
Unknwon d7d72b9e3c Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
Gogs e43341f4c5 column belongs always into a ui grid
Unknwon a01867cc1a Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
# Conflicts:
#	public/css/gogs.min.css
Unknwon 33f33e055a fix on
无闻 52933932d2 Merge pull request from manfer/semantic
modified repo header
Unknwon ab2d0b3b44 add comment form UI
Gogs 009d716a02 modified repo header