aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/editor.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-5/+5
* Preserve BOM in web editor (#28935)silverwind2024-01-271-2/+2
* Revert "Fix EOL handling in web editor" (#28101)Nanguan Lin2023-11-221-1/+1
* Improve tree not found page (#26570)yp053272023-09-291-1/+1
* Fix EOL handling in web editor (#27141)silverwind2023-09-241-1/+1
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-2/+2
* Sync repo's IsEmpty status correctly (#26517)wxiaoguang2023-08-171-2/+6
* Refactor "editorconfig" (#26391)wxiaoguang2023-08-081-2/+2
* Refactor "Content" for file uploading (#25851)wxiaoguang2023-07-181-4/+4
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-4/+4
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-6/+6
* Fix blank dir message when uploading files from web editor (#25391)Lunny Xiao2023-06-201-1/+5
* API endpoint for changing/creating/deleting multiple files (#24887)Denys Konovalov2023-05-291-11/+25
* Create pull request for base after editing file, if not enabled on fork (#24841)Brecht Van Lommel2023-05-241-28/+50
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-191-18/+26
* Use graceful editorconfig loader to reduce errors when loading malformed edit...Yoan Blanc2023-04-061-1/+1
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)wxiaoguang2023-04-031-2/+0
* Editor preview support for external renderers (#23333)Brecht Van Lommel2023-03-241-4/+3
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-211-1/+1
* Use CleanPath instead of path.Clean (#23371)Lunny Xiao2023-03-081-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-3/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-2/+3
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-4/+5
* Remove `RequireHighlightJS` field, update plantuml example. (#19615)wxiaoguang2022-05-051-2/+0
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-2/+2
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-5/+5
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-8/+7
* Stop trimming preceding and suffixing spaces from editor filenames (#18334)v1.16.0-rc1zeripath2022-01-191-1/+1
* Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069)wxiaoguang2022-01-051-4/+0
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-5/+5
* Clean legacy SimpleMDE code (#17926)wxiaoguang2021-12-101-4/+4
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-9/+9
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-6/+6
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-3/+4
* Read expected buffer size (#17409)KN4CK3R2021-10-241-2/+2
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+2
* Pre-fill suggested New File 'name' and 'content' with Query Params (#16556)AJ ONeal2021-07-291-2/+7
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+1
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+831