summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Fix git lfs path (#3016)Antoine GIRARD2017-11-292-1/+34
* Improve memory usage when reaching diff limits (#2990)Duncan Ogilvie2017-11-291-12/+20
* Git LFS lock api (#2938)Antoine GIRARD2017-11-283-0/+204
* Various wiki bug fixes (#2996)Ethan Koenig2017-11-284-58/+208
* Don't print SQL in unit tests (#2995)Ethan Koenig2017-11-271-1/+4
* Enable admin to search by email (#2888)Ethan Koenig2017-11-261-8/+13
* Remove unnecessary IssueList attribute loads (#2936)Ethan Koenig2017-11-212-9/+16
* Add dingtalk webhook (#2777)Lunny Xiao2017-11-212-4/+210
* Disable add key button if SSH is disabled (#2873)Michael Kuhn2017-11-212-1/+15
* Add deleted_branch table fixture (#2832)Lauris BH2017-11-042-23/+29
* Issue content should not be updated when closing with comment (#2833)Lauris BH2017-11-033-18/+18
* Set session and indexers' data files rel to AppDataPath (#2192)Guillaume Dube2017-11-031-14/+9
* Fix order of comments (#2835)Morlinest2017-11-031-0/+1
* Use api.TrackedTime in API (#2807)Ethan Koenig2017-11-011-0/+13
* Use RelAvatarLink() in GetActAvatar() (#2800)cstyles2017-10-311-1/+1
* Fix Git LFS object/repo link storage in database and small refactoring (#2803)Lauris BH2017-10-301-5/+4
* Make URL scheme unambiguous (#2408)Ethan Koenig2017-10-301-6/+15
* Code/repo search (#2582)Ethan Koenig2017-10-278-10/+367
* Add search mode option to /api/repo/search (#2756)Morlinest2017-10-2711-106/+354
* Add checks for commits with missing author and time (#2771)Lauris BH2017-10-262-10/+33
* don't check minimum key size when disabled (#1754)Gibheer2017-10-261-5/+5
* Add commit count caching (#2774)Lauris BH2017-10-262-3/+21
* Add branch overiew page (#2108)Bwko2017-10-265-0/+228
* fix discord hook bug (#2778)Lunny Xiao2017-10-251-0/+4
* Hide unactive on explore users and some refactors (#2741)Lunny Xiao2017-10-2410-90/+104
* Use identicon image for default gravatar. (#2767)harry2017-10-231-2/+2
* Use buffersize to reduce database connection when iterate (#2724)Lunny Xiao2017-10-215-6/+6
* Only update mirror last update after successful sync (#2730)Jonas Bröms2017-10-181-1/+2
* Fix repository search function (#2689)Morlinest2017-10-177-67/+116
* Integration test for activity page (#2704)Lauris BH2017-10-161-25/+50
* Create new branch from branch selection dropdown (#2130)Lauris BH2017-10-153-35/+178
* Fix so that user can still fork his own repository to owned organizations (#2...Lauris BH2017-10-151-0/+19
* Add Activity page to repository (#2674)Lauris BH2017-10-152-1/+260
* Fix organization watch migration (#2703)Lauris BH2017-10-141-1/+1
* Allow custom SSH user in UI for built-in SSH server (#2617) (#2678)Patrick G2017-10-141-3/+8
* Fix orgnization user watch repository (#2670)Lunny Xiao2017-10-143-2/+40
* Remove redudant functions and code (#2652)Morlinest2017-10-103-82/+34
* Add repository search unit and integration tests (#2575)Morlinest2017-10-101-6/+76
* Rewrite migrations to not depend on future code changes (#2604)David Schneiderbauer2017-10-085-63/+83
* GPG key email verification no longer case sensitive (#2661) (#2663)Julian Scholle2017-10-061-1/+2
* table `pull_request` wasn't updated correctly (#2649)Kazuki Sawada2017-10-061-1/+1
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-0531-84/+84
* Fix index column deletion (#2651)Morlinest2017-10-041-1/+1
* Use session when creating user (#2638)Ethan Koenig2017-10-031-16/+20
* Remove repo unit index (#2621)Morlinest2017-10-025-16/+33
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-0122-273/+153
* Fix implementation of repo Home func (#2601)Morlinest2017-10-012-12/+20
* Fix doubled issue tab introduced in migration v16 (#2611)David Schneiderbauer2017-09-282-0/+71
* Remove redudant issue LoadAttributes() calls (#2614)Morlinest2017-09-271-6/+1
* Reduce usage of allcols on update (#2596)Lunny Xiao2017-09-2510-25/+21