aboutsummaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Expand)AuthorAgeFilesLines
* Refactor repo-legacy.js, remove messy global variables. Fix errors. (#17646)wxiaoguang2021-11-191-1/+1
* Add pagination to fork list (#17639)Gusted2021-11-181-0/+2
* Cleanup and use global style on popups (#17674)silverwind2021-11-1836-115/+115
* Fixed commit count. (#17698)KN4CK3R2021-11-173-10/+11
* Allow admins to change user avatars (#17661)qwerty2872021-11-161-0/+38
* Multiple Escaping Improvements (#17551)zeripath2021-11-1684-364/+355
* Add copy button to markdown code blocks (#17638)silverwind2021-11-163-2/+6
* Migrating wiki don't require token, so we should move it out of the require f...Lunny Xiao2021-11-165-61/+78
* Add download button for file viewer (#17640)Gusted2021-11-151-0/+1
* Add icon to vscode clone link (#17641)silverwind2021-11-141-6/+4
* Add migration from GitBucket (#16767)KN4CK3R2021-11-141-0/+129
* perf: only generate data-comment-url once (#17618)Gusted2021-11-143-6/+6
* Correctly handle failed migrations (#17575)zeripath2021-11-131-1/+5
* Refactor commentTags functionality (#17558)Gusted2021-11-112-30/+33
* Allow U2F 2FA without TOTP (#11573)Kamil DomaƄski2021-11-083-27/+25
* Escape issue titles in comments list (#17555)zeripath2021-11-051-1/+1
* Show correct "No" icon (#17537)delvh2021-11-041-1/+1
* fix email with + when active (#17518)Lunny Xiao2021-11-021-1/+1
* Move key forms before list and add cancel button (#17432)qwerty2872021-10-283-88/+78
* Fix login redirection links (#17451)qwerty2872021-10-281-1/+1
* Add appearance section in settings (#17433)qwerty2872021-10-274-52/+77
* Fix a UI error when folding a file content in a commit view (#17446)wxiaoguang2021-10-271-1/+1
* Show client-side error if wiki page is empty (#17415)David Jimenez2021-10-271-1/+1
* Add API to get/edit wiki (#17278)qwerty2872021-10-251-1/+424
* Add groups scope/claim to OIDC/OAuth2 Provider (#17367)Nico Schieder2021-10-221-2/+4
* Re-separate the color translation strings (#17390)zeripath2021-10-213-4/+4
* Fix SVG side by side comparison link (#17375)Mario Lubenka2021-10-211-6/+6
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-214-29/+20
* Prevent NPE in CSV diff rendering when column removed (#17018)Richard Mahn2021-10-201-4/+16
* "Copy branch name" button in pull request (#17323)Mario Lubenka2021-10-192-7/+8
* Fix dashboard repolist alignment and repolisting (#17355)zeripath2021-10-191-1/+2
* Disable form autofill (#17291)wxiaoguang2021-10-1912-12/+45
* Hide command line merge instructions when user can't push (#17339)qwerty2872021-10-171-18/+20
* Split `index.js` to separate files (#17315)wxiaoguang2021-10-171-1/+1
* Add simple update checker to Gitea (#17212)techknowlogick2021-10-161-0/+5
* fix: code review comments on mobile (#17321)kolaente2021-10-161-3/+3
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-151-85/+95
* Multiple tokens support for migrating from github (#17134)Lunny Xiao2021-10-151-1/+4
* Frontend refactor: move Vue related code from `index.js` to `components` dir,...wxiaoguang2021-10-155-40/+18
* Add user status filter to admin user management page (#16770)wxiaoguang2021-10-124-9/+61
* [API] Add endpount to get user org permissions (#17232)Romain2021-10-121-0/+72
* Save and view issue/comment content history (#16909)wxiaoguang2021-10-102-5/+7
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-081-0/+22
* Move add deploy key form before the list and add a cancel button (#17228)qwerty2872021-10-081-34/+39
* Defer Last Commit Info (#16467)zeripath2021-10-081-30/+38
* Allow adding multiple issues to a project (#17226)qwerty2872021-10-081-0/+18
* fix navbar ui (#17235)wxiaoguang2021-10-061-1/+1
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-062-3/+3
* Remove Dashboard/Home button from the navbar (#16844)n2021-10-051-8/+4
* Redirect on project after issue created (#17211)Romain2021-10-051-0/+1