aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Fix "only mail on mention" bug (#12775)赵智超2020-09-092-1/+28
* Change/remove a branch of an open issue (#9080)Vedran2020-09-081-0/+16
* LFS support to be stored on minio (#12518)Lunny Xiao2020-09-082-0/+33
* gitea dump: include version & Check InstallLock (#12760)65432020-09-072-0/+17
* Set setting.AppURL as GITEA_ROOT_URL environment variable during pushes (#12752)zeripath2020-09-061-0/+4
* Add command to recreate tables (#12407)zeripath2020-09-062-0/+248
* Fix bug of migraition v111 (#12738)Lunny Xiao2020-09-061-3/+3
* Fix bug on migration 111 (#12736)Lunny Xiao2020-09-061-12/+32
* implemet Cache for Stopwatches.APIFormat() (#12730)65432020-09-051-4/+31
* Add Created & Updated to Milestone (#12662)65432020-09-053-1/+35
* additional data for type StopWatch in swagger api (#12458)Jochen Peters2020-09-051-2/+8
* [BugFix] Fix comment broken issue ref dependence (#12651)65432020-09-043-0/+21
* Use argon as default password hash algorithm (#12688)zeripath2020-09-033-31/+60
* Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE...zeripath2020-08-302-12/+11
* [API] Delete Token accept names too (#12366)65432020-08-282-10/+21
* Open transaction when adding Avatar email-hash pairs to the DB (#12577)zeripath2020-08-241-1/+12
* OpenGraph: use repo avatar if exist (#12586)65432020-08-241-0/+5
* Add cron running API (#12421)zeripath2020-08-241-0/+8
* Add email notify for new release (#12463)赵智超2020-08-231-0/+1
* Fix bug on migration 147 (#12565)Lunny Xiao2020-08-221-38/+60
* Allow addition of gpg keyring with multiple keys (#12487)zeripath2020-08-212-63/+73
* Prevent NPE on commenting on lines with invalidated comments (with migration)...zeripath2020-08-212-0/+134
* 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