Commit Graph

118 Commits (fa60cf0ea422e3a7ae75dd689485f75acb1b3110)

Author SHA1 Message Date
Bwko a4ece1f223 Fixes typos
Lunny Xiao 94da472717 Golint fixed for modules/setting ()
* golint fixed for modules/setting

* typo fixed and renamed UNIXSOCKET to UnixSocket
Lunny Xiao 3917ed45de golint fixed for routers ()
Sandro Santilli 4247304f5a Update import paths from github.com/go-gitea to code.gitea.io ()
- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis

See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
Sandro Santilli 864d1b1f9f Fix type in unused constant name ()
* Write LDAP, SMTP, PAM, DLDAP back to all uppercase

* Fix type in unused constant name

* Other MixCased fixes

* Complete MixerCasing of template constants

* Re uppercase LTS and LDAPS suffixes

* Uppercase JSON suffix in constant names

* Proper case LoginNoType

* Prefix unexported template path constants with "tpl"
Sandro Santilli 0b62aeb495 More MixedCase consts
Sandro Santilli 6e4252dad4 Replace gogits/git-module dependency with go-gitea/git ()
* Replace gogits/git-module dependency with go-gitea/git

Fixes 

* Remove git alias for git module import (not needed)
Rémy Boulanouar 8dc49dc114 Implementation of the feature to redirect to an external issue tracker
Rémy Boulanouar 2d68bd1ef9 Change import reference to match gitea instead of gogs ()
Unknwon 8516dfcb6c able to sync now for mirrors
- Refactor code to use sync.UniqueQueue
- Closes 
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
Unknwon 1f2e173a74 Refactor User.Id to User.ID
lstahlman 25b3836418 Refresh repository mirror from database when the repository's name has changed. ()
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
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
Cosmin Stroe ba314a7a36 Support alphanumeric issue style (ABC-1234) for external issue tracker ()
Unknwon 514382e2eb Rename module: middleware -> context
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 260723e2cc Minor fixes for
Josh Frye f3358f5927 Repo setting to delete and disable wiki
Unknwon 7140dbac95 Fix
Unknwon 632c27802c Minor fix for
Martin Hartkorn bb595666ac Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror from database
Martin Hartkorn 15d37b7a95 Refactored according to suggestions
Martin Hartkorn 15394f613f Add missing safety check
Martin Hartkorn 3650bd8528 Convert mirrors to regular repositories.
Unknwon 8d58e06ad8 more fix on
Unknwon 19423957b1 rename import path
Unknwon 40f3142264 External URL for wiki
Unknwon 9a2e43bff2 move out git module and send push hook
Unknwon 120cd4e471 Better mirror repo management
Unknwon ca8ce793d1 Ability to delete repo from admin panel
Unknwon 404867f206 fix and fix
Unknwon e538ff2770 fix and fix
Unknwon 4d9499c2d3 fix broken link
Unknwon cc8f5add6e fix
Unknwon f455125d4d fix
Unknwon 2c653141a8 Update default branch in git repository while change in web view
Unknwon 9a0902523b fix
Unknwon 0fbb8c8826 New push to head repo of head branch: regenerate patch and retest apply
Unknwon 2729eb998c and other minor fixes
Unknwon 398569f6f8 Forked repo unavailable after deleting original repo
Unknwon 8af094967f add rename repo action
Unknwon cb381078ff finish new repo options page
Unknwon 55ddf225bb webhook APIs
Unknwon f509c59ac1 new create webhook event
Unknwon 70e0153b93 add highlight js
Unknwon 23f42d92c9 add webhook recent deliveries