aboutsummaryrefslogtreecommitdiffstats
path: root/modules/convert
Commit message (Expand)AuthorAgeFilesLines
* Use fmt.Sprintf correctly (#17886)delvh2021-12-021-1/+1
* Refactor various strings (#17784)mscherer2021-12-021-1/+1
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-286-18/+23
* Move user related model into models/user (#17781)Lunny Xiao2021-11-248-43/+53
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-2/+8
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-1/+2
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-2/+2
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-1/+2
* Multiple Escaping Improvements (#17551)zeripath2021-11-163-7/+11
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-164-13/+9
* Add migration from GitBucket (#16767)KN4CK3R2021-11-141-0/+2
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-125-6/+10
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-2/+3
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-4/+5
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-092-7/+9
* Avoid double imports (#17569)Gusted2021-11-081-2/+1
* Fix zero created time bug on commit api (#17546)Lunny Xiao2021-11-051-4/+6
* In many cases user avatar link should be an absolute URL with http host (#17420)wxiaoguang2021-10-251-0/+1
* Add API to get/edit wiki (#17278)qwerty2872021-10-251-0/+60
* Stop sanitizing full name in API (#17396)zeripath2021-10-221-2/+1
* API pull's head/base have correct permission (#17214)pricly-yellow2021-10-072-6/+18
* API: add html urls to notification subjects (#17178)Norwin2021-09-301-4/+12
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+3
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-195-15/+19
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-0/+1
* Calculate label URL on API (#16186)65432021-09-102-6/+33
* Add migrate from OneDev (#16356)KN4CK3R2021-08-221-0/+2
* Add agit flow support in gitea (#14295)a10121127962021-07-281-1/+19
* Add option to provide signature for a token to verify key ownership (#14054)zeripath2021-07-131-0/+2
* Introduce NotifySubjectType (#16320)65432021-07-011-4/+4
* Fix API to return author for author on commits(#16276)65432021-06-271-2/+2
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-262-0/+12
* [API] GET / SET User Settings (#16169)65432021-06-231-0/+15
* Fix some API bugs (#16184)65432021-06-181-1/+1
* [API] Add repoCreateTag (#16165)65432021-06-171-0/+2
* [API] expose repo.GetReviewers() & repo.GetAssignees() (#16168)65432021-06-171-0/+9
* [API] User expose counters (#16167)65432021-06-171-0/+4
* Fix individual tests (addition to #15802) (#15818)KN4CK3R2021-05-121-0/+2
* Add Active and ProhibitLogin to API (#15689)KN4CK3R2021-05-111-0/+2
* Add Location, Website and Biography to API (#15675)KN4CK3R2021-05-011-7/+10
* [API] pull notification subject status: add "merged" (#15344)65432021-04-091-0/+5
* Expose resolver via API (#15167)sotho2021-03-281-1/+2
* [refactor] Unify the export of user data via API (#15144)65432021-03-2710-28/+40
* Add DefaultMergeStyle option to repository (#14789)parnic2021-03-271-0/+3
* fix regression of 15139 (#15164)65432021-03-261-1/+1
* Fix wrong user returned in API (#15139)sotho2021-03-241-7/+6
* [API] get pull, return head branch sha, even if deleted (#14931)65432021-03-081-0/+18
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-1/+7
* [API] Add Restricted Field to User (#14630)65432021-02-181-6/+7
* Add dismiss review feature (#12674)a10121127962021-02-111-0/+1