aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some lints (#17337)Lunny Xiao2021-10-176-12/+10
* Move session to models/login (#17338)Lunny Xiao2021-10-171-8/+8
* Make the Mirror Queue a queue (#17326)zeripath2021-10-174-38/+61
* Add RSS/Atom feed support for user actions (#16002)65432021-10-161-1/+1
* Add simple update checker to Gitea (#17212)techknowlogick2021-10-161-0/+19
* Check for context exceeded in WalkGitLog (#17319)zeripath2021-10-151-0/+3
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-151-8/+12
* Multiple tokens support for migrating from github (#17134)Lunny Xiao2021-10-151-83/+129
* Frontend refactor: move Vue related code from `index.js` to `components` dir,...wxiaoguang2021-10-151-2/+3
* Upgrade chi to v5 (#17298)Lunny Xiao2021-10-135-5/+5
* Ensure that git daemon export ok is created for mirrors (#17243)zeripath2021-10-135-3/+40
* Disable core.protectNTFS (#17300)zeripath2021-10-132-0/+7
* Use pointer for wrappedConn methods (#17295)zeripath2021-10-121-3/+3
* Add user status filter to admin user management page (#16770)wxiaoguang2021-10-124-7/+35
* [API] Add endpount to get user org permissions (#17232)Romain2021-10-121-0/+9
* Open markdown image links in new window (#17287)wxiaoguang2021-10-112-4/+8
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-082-1/+37
* Defer Last Commit Info (#16467)zeripath2021-10-088-69/+85
* Remove heads pointing to missing old refs (#17076)99rgosse2021-10-082-0/+22
* Add protection to disable Gitea when run as root (#17168)techknowlogick2021-10-071-0/+12
* API pull's head/base have correct permission (#17214)pricly-yellow2021-10-073-18/+30
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-064-24/+43
* Add metrics to get issues by repository (#17225)Romain2021-10-052-33/+50
* Add metrics to get issues by label (#17201)Romain2021-10-032-5/+22
* Add projects and project boards in exposed metrics (#17202)Romain2021-10-021-0/+24
* API: add html urls to notification subjects (#17178)Norwin2021-09-302-9/+19
* Create pub/priv keypair for federation (#17071)techknowlogick2021-09-282-0/+111
* Fix bug of get context user (#17169)Lunny Xiao2021-09-281-0/+11
* Add nodeinfo endpoint for federation purposes (#16953)techknowlogick2021-09-283-0/+67
* Don't return binary file changes in raw PR diffs by default (#17158)Norwin2021-09-271-6/+14
* Nicely handle missing user in collaborations (#17049)zeripath2021-09-271-253/+138
* Create doctor command to fix repo_units broken by dumps from 1.14.3-1.14.6 (#...zeripath2021-09-272-0/+589
* Use light/dark theme based on system preference (#17051)Gwyneth Morgan2021-09-271-2/+2
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-271-5/+17
* Fix bundle creation (#17079)Alexey 〒erentyev2021-09-261-7/+17
* Move twofactor to models/login (#17143)Lunny Xiao2021-09-252-5/+6
* Prevent panic in Org mode HighlightCodeBlock (#17140)zeripath2021-09-243-12/+46
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-246-21/+37
* DBContext is just a Context (#17100)zeripath2021-09-2311-23/+27
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-2254-167/+141
* Ignore Sync errors on pipes when doing `CheckAttributeReader.CheckPath`, fix ...wxiaoguang2021-09-2035-65/+960
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-1942-169/+198
* Switch migration icon to svg (#15954)silverwind2021-09-181-3/+3
* Add caller to cat-file batch calls (#17082)zeripath2021-09-171-2/+21
* Make LDAP be able to skip local 2FA (#16954)zeripath2021-09-172-0/+7
* Clean-up HookPreReceive and restore functionality for pushing non-standard re...zeripath2021-09-161-0/+10
* Fix bug of migrate comments which only fetch one page (#17055)Lunny Xiao2021-09-151-2/+7
* Do not show issue context popup on external issues (#17050)zeripath2021-09-153-4/+11
* Add doctor dbconsistency check for release and attachment (#16978)Lunny Xiao2021-09-141-0/+36
* Decrement Fork Num when converting from Fork (#17035)zeripath2021-09-141-0/+31