| Commit message (Expand) | Author | Age | Files | Lines |
* | Upgrade xorm to v0.8.0 (#8536) | Lunny Xiao | 2019-10-17 | 1 | -1/+1 |
* | Move mirror to a standalone package from models (#7486) | Lunny Xiao | 2019-10-01 | 1 | -390/+5 |
* | Move create release from models to a standalone package (#7539) | Lunny Xiao | 2019-09-15 | 1 | -0/+6 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -1/+1 |
* | Extract the username and password from the mirror url (#7651) | zeripath | 2019-08-16 | 1 | -1/+37 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 1 | -6/+7 |
* | Move status table to cron package (#7370) | Lunny Xiao | 2019-07-15 | 1 | -5/+0 |
* | Monitor all git commands; move blame to git package and replace git as a vari... | Lunny Xiao | 2019-06-26 | 1 | -2/+2 |
* | Handle early git version's lack of get-url (#7065) | zeripath | 2019-05-29 | 1 | -1/+12 |
* | When mirroring we should set the remote to mirror (#6824) | zeripath | 2019-05-02 | 1 | -1/+1 |
* | Correctly adjust mirror url (#6593) | zeripath | 2019-04-12 | 1 | -9/+16 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 1 | -27/+27 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -1/+1 |
* | Add option to disable automatic mirror syncing. (#5242) | Jonas Bröms | 2018-11-08 | 1 | -1/+6 |
* | Add push webhook support for mirrored repositories (#4127) | Lauris BH | 2018-09-06 | 1 | -11/+136 |
* | Make sure to reset commit count in the cache on mirror syncing (#4720) | Lanre Adelowo | 2018-08-23 | 1 | -0/+11 |
* | fix: if Mirrors repo no content is fetched, updated time should not b… (#3551) | Bo-Yi Wu | 2018-02-22 | 1 | -1/+15 |
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -19/+6 |
* | Fix error message sanitiziation (#3082) | Ethan Koenig | 2017-12-04 | 1 | -26/+7 |
* | Sanitize logs for mirror sync (#3057) | Ethan Koenig | 2017-12-03 | 1 | -7/+40 |
* | Only update mirror last update after successful sync (#2730) | Jonas Bröms | 2017-10-18 | 1 | -1/+2 |
* | Replace deprecated Id method with ID (#2655) | Ethan Koenig | 2017-10-05 | 1 | -1/+1 |
* | Use AfterLoad instead of AfterSet on Structs (#2628) | Lunny Xiao | 2017-10-01 | 1 | -12/+8 |
* | Sync releases table with tags on push and for mirrors (#2459) | Lauris BH | 2017-09-20 | 1 | -0/+10 |
* | Use created & updated instead BeforeInsert & BeforeUpdate (#2482) | Lunny Xiao | 2017-09-13 | 1 | -4/+12 |
* | Fix status table race condition (#1835) | Ethan Koenig | 2017-05-31 | 1 | -2/+1 |
* | Repo size in admin panel (#1482) | Jonas | 2017-04-11 | 1 | -0/+5 |
* | Mirror sync interval specified as duration string (#1407) | Jonas | 2017-04-08 | 1 | -3/+3 |
* | Corrected Mirror.NextUpdate not set (#1388) | Jonas | 2017-04-05 | 1 | -1/+1 |
* | Cleanup log messaging | Gabriel Jackson | 2017-02-02 | 1 | -2/+2 |
* | Refactor process package and introduce ProcessManager{} with tests (#75) | Matthias Loibl | 2017-01-17 | 1 | -2/+2 |
* | Create missing database indexes (#596) | Andrey Nering | 2017-01-06 | 1 | -4/+4 |
* | Fix typos in models/ (#576) | Ethan Koenig | 2017-01-05 | 1 | -1/+1 |
* | Fix string format verbs (#3637) | Alexander Lunegov | 2016-12-22 | 1 | -2/+2 |
* | Lint models/repo_mirror.go | Bwko | 2016-11-26 | 1 | -0/+7 |
* | Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries | Thibault Meyer | 2016-11-10 | 1 | -4/+4 |
|\ |
|
| * | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -4/+4 |
* | | Rewrite XORM queries | Thibault Meyer | 2016-11-10 | 1 | -9/+11 |
|/ |
|
* | more | Sandro Santilli | 2016-11-07 | 1 | -3/+3 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -4/+4 |
* | #3589 LoadRepoConfig after ORM is initialized | Unknwon | 2016-09-02 | 1 | -0/+1 |
* | Minor code fix [CI SKIP] | Unknwon | 2016-08-31 | 1 | -2/+2 |
* | #2018 able to sync now for mirrors | Unknwon | 2016-08-30 | 1 | -0/+243 |