summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Fix mispelling of starred as stared (#17465)zeripath2021-10-281-1/+1
* Ensure that restricted users can access repos for which they are members (#17...zeripath2021-10-281-1/+1
* Add appearance section in settings (#17433)qwerty2872021-10-273-36/+70
* Prevent panic in serv.go with Deploy Keys (#17434)zeripath2021-10-261-1/+1
* Add API to get/edit wiki (#17278)qwerty2872021-10-254-0/+554
* Fix CSV render error (#17406)KN4CK3R2021-10-251-8/+15
* Read expected buffer size (#17409)KN4CK3R2021-10-244-14/+15
* Fix issue content history problems, improve UI (#17404)wxiaoguang2021-10-231-4/+6
* Add groups scope/claim to OIDC/OAuth2 Provider (#17367)Nico Schieder2021-10-221-5/+50
* Refactor update checker to use AppState (#17387)wxiaoguang2021-10-211-2/+3
* Sync gitea app path for git hooks and authorized keys when starting (#17335)wxiaoguang2021-10-211-38/+60
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-211-4/+0
* Ensure correct SSH permissions check for private and restricted users (#17370)zeripath2021-10-201-2/+7
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-204-6/+6
* Fix dashboard repolist alignment and repolisting (#17355)zeripath2021-10-191-0/+6
* Hide command line merge instructions when user can't push (#17339)qwerty2872021-10-171-0/+2
* Add RSS/Atom feed support for user actions (#16002)65432021-10-164-38/+286
* Add simple update checker to Gitea (#17212)techknowlogick2021-10-161-0/+2
* Update documents for Gitea behind reverse proxy. Fix some small bugs (some UR...wxiaoguang2021-10-153-3/+4
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-154-49/+65
* Frontend refactor: move Vue related code from `index.js` to `components` dir,...wxiaoguang2021-10-152-2/+5
* Don't panic if we fail to parse U2FRegistration data (#17304)David Jimenez2021-10-141-1/+1
* Add user status filter to admin user management page (#16770)wxiaoguang2021-10-122-10/+34
* [API] Add endpount to get user org permissions (#17232)Romain2021-10-123-1/+82
* AutoRegistration is supposed to be working with disabled registration (#17219)Viktor Kuzmin2021-10-111-1/+1
* Save and view issue/comment content history (#16909)wxiaoguang2021-10-102-0/+214
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-082-0/+39
* Defer Last Commit Info (#16467)zeripath2021-10-082-52/+156
* Allow adding multiple issues to a project (#17226)qwerty2872021-10-081-0/+14
* API pull's head/base have correct permission (#17214)pricly-yellow2021-10-071-4/+4
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-063-69/+19
* Redirect on project after issue created (#17211)Romain2021-10-051-1/+8
* Fix stange behavior of DownloadPullDiffOrPatch in incorect index (#17223)pricly-yellow2021-10-051-17/+4
* API: don't allow merged PRs to be reopened (#17192)Norwin2021-10-022-1/+14
* Prevent NPE on invalid diff (#17197)zeripath2021-09-302-2/+2
* Kanban colored boards (#16647)Romain2021-09-291-0/+3
* Fix bug of get context user (#17169)Lunny Xiao2021-09-281-10/+1
* Add nodeinfo endpoint for federation purposes (#16953)techknowlogick2021-09-285-0/+100
* Don't return binary file changes in raw PR diffs by default (#17158)Norwin2021-09-272-2/+9
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-274-119/+150
* Allow LDAP Sources to provide Avatars (#16851)zeripath2021-09-261-0/+1
* Add SkipLocal2FA option to pam and smtp sources (#17078)zeripath2021-09-261-2/+4
* Fix wrong i18n keys (#17150)Lunny Xiao2021-09-252-5/+5
* Move twofactor to models/login (#17143)Lunny Xiao2021-09-256-50/+51
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-2437-159/+196
* DBContext is just a Context (#17100)zeripath2021-09-233-6/+6
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-2213-31/+27
* Merge endpoints for pull diff/patch (#17104)qwerty2872021-09-222-40/+14
* Add API to get commit diff/patch (#17095)qwerty2872021-09-202-0/+51
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-1923-95/+109