summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Default empty merger list to those with write permissions (#12535)zeripath2020-08-201-2/+3
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-187-47/+68
* Kanban board (#8346)Lanre Adelowo2020-08-1619-7/+1185
* Fix bug preventing transfer to private organization (#12497)zeripath2020-08-163-7/+7
* Keys should not verify revoked email addresses (#12486)zeripath2020-08-161-0/+3
* UI: Update commit signature view (#12473)techknowlogick2020-08-131-1/+1
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-1112-46/+49
* Make dashboard newsfeed list length a configurable item (#12469)techknowlogick2020-08-111-2/+2
* Fix Migration 145 on MSSQL if varchar is changed to nvarchar (#12445)zeripath2020-08-101-0/+22
* Use transaction in V102 migration (#12395)zeripath2020-08-062-5/+7
* Need RepoID in the languagestat field (#12427)zeripath2020-08-041-0/+1
* Increase size of the language column in language_stat (#12396)zeripath2020-08-043-2/+62
* models: break out of loop (#12386)Lars Lehtonen2020-07-311-1/+2
* Don't use legacy method to send Matrix Webhook (#12348)S7evinK2020-07-302-0/+27
* Add action feed for new release (#12324)赵智超2020-07-292-1/+2
* Add name filter to API for GetMilestoneList (#12336)65432020-07-282-27/+52
* Refactor: Remove Dependencies from Migration v111 (#11646)65432020-07-261-15/+344
* Fix ipv6 parsing (#12321)Wim2020-07-261-3/+13
* Migrations (v82,v96,v99,v136) remove dependencies (#12286)65432020-07-224-11/+35
* Support use nvarchar for all varchar columns when using mssql (#12269)Lunny Xiao2020-07-211-0/+2
* Update Octicons to v10 (#12240)silverwind2020-07-172-4/+4
* Set NoAutoTime when updating is_archived (#12266)zeripath2020-07-161-1/+1
* models: fix xorm variable clobber (#12231)Lars Lehtonen2020-07-131-1/+1
* When starting new stopwatch stop previous if it is still running (#10533)bobemoe2020-07-121-0/+15
* Extend Notifications API and return pinned notifications by default (#12164)zeripath2020-07-121-3/+3
* Trim to 255 runes instead of bytes (#12150)Jürgen Hötzel2020-07-081-4/+5
* Decrease the num_stars when deleting a repo (#11954)赵智超2020-07-074-0/+99
* Ensure Subkeys are verified (#12155)zeripath2020-07-061-1/+41
* models: break out of loops (#12159)Lars Lehtonen2020-07-061-3/+6
* Provide option to unlink a fork (#11858)zeripath2020-07-021-11/+1
* fix bug about can't skip commits base on base branch (#11555)赵智超2020-06-241-11/+87
* Fix typo (#12013)successgo2020-06-221-1/+1
* Add serviceworker.js to KnownPublicEntries (#11992)silverwind2020-06-201-7/+4
* Fix commenting on non-utf8 encoded files (#11916)zeripath2020-06-181-1/+31
* Use google/uuid to instead satori/go.uuid (#11943)Lunny Xiao2020-06-185-10/+10
* upgrade to use testfixtures v3 (#11904)techknowlogick2020-06-172-7/+36
* Use ID or Where to instead directly use Get when load object from database (#...Lunny Xiao2020-06-179-28/+25
* Upgrade xorm to v1.0.2 (#11900)Lunny Xiao2020-06-151-1/+1
* Invalidate comments when file is shortened (#11882)zeripath2020-06-141-1/+4
* Rework api/user/repos for pagination (#11827)Cirno the Strongest2020-06-132-8/+15
* Add migration to set IsArchived false if it is null (#11853)zeripath2020-06-113-1/+39
* Use DEFAULT_PAGING_NUM instead of MAX_RESPONSE_ITEMS in ListOptions (#11831)Cirno the Strongest2020-06-101-1/+4
* Refactor: Remove Dependencys from Migration v112-v119 (#11811)65432020-06-093-8/+18
* Fix visibility of forked public repos from private orgs (#11717)Cirno the Strongest2020-06-061-1/+1
* Increase maximum SQLite variables count to 32766 (#11696)Cirno the Strongest2020-06-051-10/+0
* Add hide activity option (#11353)l-jonas2020-06-055-2/+38
* Add internal-repo octicon for public repos of private org (#11529)Cirno the Strongest2020-06-051-0/+1
* Fix verification of subkeys of default gpg key (#11713)zeripath2020-06-031-0/+15
* models: include LFS when calculating repo size (#11060)Cuong Manh Le2020-05-311-0/+8
* Fix language stat calculation (#11692)Cirno the Strongest2020-05-311-34/+1