summaryrefslogtreecommitdiffstats
path: root/routers/web/repo
Commit message (Expand)AuthorAgeFilesLines
* Don't delete branch if other PRs with this branch are open (#18164)a10121127962022-01-032-1/+35
* Remove unused route "/tasks/trigger" (#18160)Gusted2022-01-032-64/+0
* Refactor auth package (#17962)Lunny Xiao2022-01-021-3/+3
* Unify and simplify TrN for i18n (#18141)wxiaoguang2022-01-023-17/+4
* Use correct user when determining max repo limits for error messages (#18153)Gusted2022-01-023-3/+3
* Allow admin to associate missing LFS objects for repositories (#18143)wxiaoguang2022-01-011-10/+18
* Use correct translation key (#18135)Gusted2021-12-313-3/+22
* Removed unused method. (#18129)KN4CK3R2021-12-301-36/+0
* When the git repository on storage is changed, the repository modal should al...wxiaoguang2021-12-241-2/+24
* Improve interface when comparing a branch which has created a pull request (#...Lunny Xiao2021-12-241-0/+4
* Do not read or write git reference files directly (#18079)zeripath2021-12-231-2/+2
* Migrated Repository will show modifications when possible (#17191)99rgosse2021-12-231-1/+39
* Ensure that git repository is closed before transfer (#18049)zeripath2021-12-211-0/+5
* Simplify parameter types (#18006)Gusted2021-12-203-5/+5
* Abort merge if head has been updated before pressing merge (#18032)zeripath2021-12-201-1/+6
* Support open compare page directly (#17975)Lunny Xiao2021-12-171-14/+12
* Add option to define refs in issue templates (#17842)qwerty2872021-12-171-0/+3
* Use JSON module instead of stdlib json (#18003)Gusted2021-12-171-1/+1
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-161-1/+1
* Add Reindex buttons to repository settings page (#17494)zeripath2021-12-161-0/+47
* Shorten page title in file view (#17987)silverwind2021-12-151-1/+5
* Refactor HTTP request context (#17979)wxiaoguang2021-12-155-30/+30
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-153-5/+5
* Return nicer error for ForcePrivate (#17971)zeripath2021-12-141-1/+1
* Some repository refactors (#17950)Lunny Xiao2021-12-1210-37/+38
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-105-23/+32
* Clean legacy SimpleMDE code (#17926)wxiaoguang2021-12-107-19/+19
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-1016-137/+163
* Improve checkBranchName (#17901)zeripath2021-12-083-5/+5
* Support sorting for project board issuses (#17152)Anbraten2021-12-081-18/+38
* Allow default branch to be inferred on compare page (#17908)John Olheiser2021-12-061-3/+9
* Move repo archiver to models/repo (#17913)Lunny Xiao2021-12-061-9/+9
* Fix the bug: no wiki page can be created if the repo didn't have any page yet...wxiaoguang2021-12-031-6/+6
* Add hints for special Wiki pages (#17283)n2021-12-031-0/+3
* Refactor various strings (#17784)mscherer2021-12-021-1/+1
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-305-10/+8
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-287-18/+24
* Disable ref selection dropdown if you don't have permissions to use it (#17837)qwerty2872021-11-281-2/+0
* Allow forks to org if you can create repos (#17783)qwerty2872021-11-251-6/+6
* Move user related model into models/user (#17781)Lunny Xiao2021-11-2415-95/+113
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-242-12/+12
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-227-18/+24
* Fix navbar on project view (#17749)Gusted2021-11-221-1/+1
* Allow Loading of Diffs that are too large (#17739)zeripath2021-11-223-19/+51
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-202-6/+2
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-193-12/+15
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-197-12/+15
* Remove unused `user` paramater (#17723)Gusted2021-11-191-3/+3
* Add pagination to fork list (#17639)Gusted2021-11-181-2/+13
* Move task from modules to services (#17680)Lunny Xiao2021-11-181-1/+1