summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-1318-183/+48
* Add missing fixture to clean gpg_key table (#2494)Lauris BH2017-09-121-0/+1
* Disable custom Git Hooks globally via configuration file (#2450)techknowlogick2017-09-121-1/+1
* Feature: Timetracking (#2211)Jonas Franz2017-09-1219-21/+724
* Make repo private to no interfere with other tests (#2467)Antoine GIRARD2017-09-061-1/+1
* Only check at least one email gpg key (#2266)Antoine GIRARD2017-09-054-21/+49
* Fix migration from pre-v15 to 1.2.0 (#2460)Lauris BH2017-09-051-0/+1
* Webhooks for repo creation/deletion (#1663)Ethan Koenig2017-09-035-25/+135
* fix orgnization webhooks (#2422)Lunny Xiao2017-08-302-5/+16
* some refactors for issue and comments (#2419)Lunny Xiao2017-08-304-14/+30
* fix webhook test (#2415)Lunny Xiao2017-08-291-44/+53
* Fix releases to be counted from database not tags (#2389)Lauris BH2017-08-281-1/+1
* Fix tests code to prevent some runtime errors (#2381)Morlinest2017-08-2814-149/+179
* Implementation of discord webhook (#2402)Lunny Xiao2017-08-282-8/+277
* fix duplicated feed (#2370)Lunny Xiao2017-08-281-8/+1
* Fix "index out of range" runtime error in repo_list tests (#2376)Morlinest2017-08-281-2/+6
* Add UseCompatSSHURI setting (#2356)Manuel2017-08-261-0/+3
* Fix missing collabrative repos (#2367)Lunny Xiao2017-08-241-24/+26
* Add possibility to record branch or tag information in an issue (#780)Zsombor2017-08-241-0/+1
* Add more test for login links and fix a bug on action retrieve (#2361)Lunny Xiao2017-08-231-1/+1
* Fix SQL condition bug in GetFeeds(..) (#2360)Ethan Koenig2017-08-231-4/+5
* Add collaborative repositories to the dashboard (#2205)Bwko2017-08-233-38/+50