aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Improve issue reference on commit (#6694)mrsdizzie2019-05-012-9/+155
* Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)zeripath2019-04-291-0/+1
* LDAP: ignore already existing public keys after ldap sync (#6766)Lukas Prettenthaler2019-04-262-2/+6
* fix pulls broken when fork repository deleted (#6754)Lunny Xiao2019-04-262-0/+22
* Fix org visibility bug when git cloning (#6743)Lunny Xiao2019-04-257-3/+184
* fix new team 500 (#6749)Lunny Xiao2019-04-251-0/+5
* Fix: Sort repos on org home page with non-admin login (#6741)Lunny Xiao2019-04-241-3/+11
* Drop is_bare IDX only when it exists for MySQL and MariaDB (#6736)Lanre Adelowo2019-04-241-0/+10
* Disable web preview for telegram webhook (#6719)techknowlogick2019-04-231-2/+4
* Trace Logging on Permission Denied & ColorFormat (#6618)zeripath2019-04-226-1/+140
* Add option to blame files (#5721)Andrzej Ressel2019-04-192-0/+265
* Add support for MS Teams webhooks (#6632)Daniel Grier2019-04-192-0/+712
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-193-64/+13
* Telegram webhook (#4227)techknowlogick2019-04-183-0/+343
* UX + Security current user password reset (#5042)AJ ONeal2019-04-181-1/+1