aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Add golangci (#6418)kolaente2019-06-1243-251/+350
* Fix database lock when use random repository fallback image (#7166)Lunny Xiao2019-06-111-11/+10
* Fixes diff on merged pull requests (#7171)Mario Lubenka2019-06-111-1/+1
* Various fixes for issue mail notifications (#7165)silverwind2019-06-112-16/+38
* Move PushUpdate dependency from models to repofiles (#6763)Lunny Xiao2019-06-101-4/+0
* Fixes #2738 - Adds the /git/tags API endpoint (#7138)Richard Mahn2019-06-081-1/+1
* Add command to convert mysql database from utf8 to utf8mb4 (#7144)Lunny Xiao2019-06-081-0/+27
* Compare branches, commits and tags with each other (#6991)Mario Lubenka2019-06-071-2/+1
* Detect noreply email address as user (#7133)zeripath2019-06-061-0/+13
* Add state param to milestone listing API (#7131)Lanre Adelowo2019-06-064-13/+61
* Repository avatar fallback configuration (#7087)Mario Lubenka2019-06-021-8/+69
* Move serv hook functionality & drop GitLogger (#6993)zeripath2019-06-011-1/+1
* Fixes #5960 - Adds API Endpoint for Repo Edit (#7006)Richard Mahn2019-05-303-38/+85
* Repository avatars (#6986)Sergey Dryabzhinsky2019-05-294-0/+207
* Handle early git version's lack of get-url (#7065)zeripath2019-05-291-1/+12
* refactor: append, build variable and type switch (#4940)Bo-Yi Wu2019-05-283-10/+7
* chore: change issue mail title. (#7064)Bo-Yi Wu2019-05-281-1/+1
* fix possbile mysql invalid connnection error (#7051)Lunny Xiao2019-05-261-0/+6
* Improve handling of non-square avatars (#7025)Rob Watson2019-05-251-19/+3
* Fix default for allowing new organization creation for new users (#7017)jpicht2019-05-242-2/+3
* Add support of utf8mb4 for mysql (#6992)Lunny Xiao2019-05-241-4/+5
* Change UpdateRepoIndex api to include watchers (#7012)zeripath2019-05-231-8/+13
* Make webhook http connections resuable (#6976)Lunny Xiao2019-05-211-26/+72
* fix u2f registrationlist ToRegistrations() method (#6980)David Schneiderbauer2019-05-181-1/+1
* Fix index produces problem when issues/pulls deleted (#6973)Lunny Xiao2019-05-182-8/+28
* Stop running hooks on pr merge (#6963)zeripath2019-05-171-1/+2
* Allow collaborators to view repo owned private org (#6965)mrsdizzie2019-05-162-4/+18
* SearchRepositoryByName improvements and unification (#6897)zeripath2019-05-152-66/+74
* Webhook Logs show proper HTTP Method, and allow change HTTP method in form (#...techknowlogick2019-05-151-10/+15
* Refactor models.NewRepoContext to extract git related codes to modules/git (#...Lunny Xiao2019-05-151-44/+3
* Add work path CLI option (#6922)zeripath2019-05-141-1/+1
* Remove macaron dependent on models (#6940)Lunny Xiao2019-05-142-3/+7
* Move xorm logger bridge from log to models so that log module could be a stan...Lunny Xiao2019-05-142-3/+108
* remove macaron dependent on models/mail.go (#6931)Lunny Xiao2019-05-141-13/+18
* Use modules/git for git commands (#6775)Mura Li2019-05-131-82/+42
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-119-351/+345
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-1124-24/+24
* Escape the commit message on issues update and title in telegram hook (#6901)zeripath2019-05-102-2/+4
* Show full name if DefaultShowFullName setting activated (#6710)Wim2019-05-082-0/+26
* Fix 404 when send pull request some situation (#6871)Lunny Xiao2019-05-071-0/+28
* Improve migrations to support migrating milestones/labels/issues/comments/pul...Lunny Xiao2019-05-073-15/+164
* fix 500 when reviewer is deleted with integration tests (#6856)Lunny Xiao2019-05-063-0/+22
* Add mssql migration tests (#6852)zeripath2019-05-061-1/+1
* Attempt to fix #6707 (#6823)zeripath2019-05-051-1/+8
* Add GET requests to webhook (#6771)Simon2019-05-053-15/+47
* Fix v85.go: Set UNIQUE constraint later (#6851)zeripath2019-05-051-3/+21
* Hash App token (#6724)techknowlogick2019-05-046-23/+194
* Git statistics in Activity tab (#4724)Lauris BH2019-05-041-6/+82
* Fix double-generation of scratch token (#6832) (#6833)SagePtr2019-05-021-5/+1
* When mirroring we should set the remote to mirror (#6824)zeripath2019-05-021-1/+1