summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make indexer code more reusable (#2590)Ethan Koenig2017-09-251-14/+23
* Fix broken migration to add can_push field back to table (#2574)Lauris BH2017-09-231-2/+10
* Use custom type and constants to hold order by options (#2572)Morlinest2017-09-221-13/+32
* Expand fixtures (#2571)Morlinest2017-09-228-1/+204
* Complete push webhooks (#2530)David Schneiderbauer2017-09-214-101/+187
* Add init support of orgmode document type on file view and readme (#2525)Lunny Xiao2017-09-211-1/+1
* Fix sending mail with a non-latin display name. #2102 (#2559)Rémi Saurel2017-09-211-1/+1
* Fix can_push value to false in protected_branch (#2560)Lauris BH2017-09-203-0/+21
* Sync releases table with tags on push and for mirrors (#2459)Lauris BH2017-09-206-19/+248
* Use named ActionType constants in template helper (#2545)Ethan Koenig2017-09-201-3/+2
* Fix lint errors (#2547)Ethan Koenig2017-09-197-33/+7
* Fork permission bug fixes (#2534)Jonas Franz2017-09-181-1/+1
* Improve issue search (#2387)Ethan Koenig2017-09-165-145/+84
* Restructure markup & markdown to prepare for multiple markup language… (#2411)Lunny Xiao2017-09-166-18/+19
* Prevent sending emails and notifications to inactive users (#2384)David Schneiderbauer2017-09-1613-21/+85
* Fix unit test race condition (#2516)Ethan Koenig2017-09-151-2/+7
* Fixes 500 error on dashboard when using MSSQL (#2504)bradder5552017-09-151-1/+1
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-146-80/+230
* Display commit status on landing page of repo (#1784)Rémy Boulanouar2017-09-141-11/+23