aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Store and use seconds for timeline time comments (#25392)65432023-06-231-1/+3
* Import additional secrets via file uri (#25408)techknowlogick2023-06-233-1/+5
* Update octicons and use `octicon-file-directory-symlink` (#25453)silverwind2023-06-221-1/+1
* Fix `Permission` in API returned repository struct (#25388)Jason Song2023-06-221-3/+3
* Move some regexp out of functions (#25430)John Olheiser2023-06-212-5/+6
* Remove "CHARSET" config option for MySQL, always use "utf8mb4" (#25413)wxiaoguang2023-06-211-19/+9
* Fix missing commit message body when the message has leading newlines (#25418)Jason Song2023-06-212-3/+59
* Refactor path & config system (#25330)wxiaoguang2023-06-2112-178/+407
* Avoid polluting config file when "save" (#25395)wxiaoguang2023-06-216-13/+85
* Substitute variables in path names of template repos too (#25294)Kyle D2023-06-202-2/+41
* Batch delete issue and improve tippy opts (#25253)wxiaoguang2023-06-191-0/+4
* Avoid polluting the config (#25345)wxiaoguang2023-06-183-14/+16
* Refactor web package and context package (#25298)wxiaoguang2023-06-1811-63/+102
* Use fetch to send requests to create issues/comments (#25258)wxiaoguang2023-06-165-9/+89
* Fix index generation parallelly failure (#25235)Lunny Xiao2023-06-151-0/+8
* Change form actions to fetch for submit review box (#25219)HesterG2023-06-141-0/+4
* Fix all possible setting error related storages and added some tests (#23911)Lunny Xiao2023-06-1423-412/+984
* Use inline SVG for built-in OAuth providers (#25171)silverwind2023-06-131-1/+1
* Fix profile render when the README.md size is larger than 1024 bytes (#25131)yp053272023-06-133-7/+111
* Fix task list checkbox toggle to work with YAML front matter (#25184)Jonathan Tran2023-06-135-7/+58
* Fix compatible for webhook ref type (#25195)Lunny Xiao2023-06-131-0/+14
* Fix open redirect check for more cases (#25143)Lauris BH2023-06-081-2/+2
* fix swagger documentation for multiple files API endpoint (#25110)v1.20.0-rc0Denys Konovalov2023-06-071-4/+6
* Remove stars when repo goes private (#19904)Wim2023-06-051-0/+4
* Use git command instead of the ini package to remove the `origin` remote (#25...Lunny Xiao2023-06-051-12/+9
* Add ability to set multiple redirect URIs in OAuth application UI (#25072)Denys Konovalov2023-06-051-1/+18
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-041-10/+18
* Use a separate admin page to show global stats, remove `actions` stat (#25062)wxiaoguang2023-06-031-12/+0
* Refactor INI package (first step) (#25024)wxiaoguang2023-06-027-68/+209
* Rename NotifyPullReviewRequest to NotifyPullRequestReviewRequest (#24988)谈笑风生间2023-05-315-8/+8
* Remove the service worker (#25010)silverwind2023-05-312-5/+0
* revert the removed method to fix tmpl break on graph page (#25005)Lunny Xiao2023-05-301-0/+5
* Fix admin config page error, use tests to cover the admin config and 500 erro...wxiaoguang2023-05-291-0/+5
* API endpoint for changing/creating/deleting multiple files (#24887)Denys Konovalov2023-05-291-0/+36
* Help to recover from corrupted levelqueue (#24912)wxiaoguang2023-05-295-55/+162
* Remove meta tags `theme-color` and `default-theme` (#24960)silverwind2023-05-282-5/+0
* Use `[git.config]` for reflog cleaning up (#24958)wxiaoguang2023-05-283-50/+58
* Improve logger Pause handling (#24946)wxiaoguang2023-05-271-9/+9
* Do not output "Trace" level logs from process manager by default (#24952)wxiaoguang2023-05-275-27/+36
* Improve queue and logger context (#24924)wxiaoguang2023-05-2621-213/+158
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-2614-177/+210
* Add the ability to pin Issues (#24406)JakobDev2023-05-254-0/+13
* Allow skipping forks and mirrors from being indexed (#23187)techknowlogick2023-05-252-16/+46
* Improve RunMode / dev mode (#24886)wxiaoguang2023-05-253-12/+32
* New webhook trigger for receiving Pull Request review requests (#24481)谈笑风生间2023-05-244-42/+50
* Merge different languages for language stats (#24900)wxiaoguang2023-05-245-6/+59
* Make environment-to-ini support loading key value from file (#24832)wxiaoguang2023-05-242-0/+239
* Support changing git config through `app.ini`, use `diff.algorithm=histogram`...wxiaoguang2023-05-234-6/+83
* Fix flakey test in logger test (#24883)wxiaoguang2023-05-231-0/+1
* Do not call nil handler for a dummy queue (#24880)wxiaoguang2023-05-231-1/+4