gitea/modules/repofiles
Benno 149a9df9e8 Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code ()
* update  fold/unfold code diffs

* add fold button style

* update  implement expand up/down codes (blob excerpt)

* fix golint errors

* fix expand direction

* remove debug message

* update css style for blob exceprt

* fix typo in comment

* update style sheet with less

* update expect diff (add SectionInfo)

* update  accept suggested change (fix typo)

* close reader and check file type before get tail section

* adjust button position and check file type before insert fold button

* move index js to web_src

* merge index.js with master

* generate index.js

* update js coding style
2019-11-15 10:52:59 +08:00
..
action_test.go Add file status on API () 2019-08-21 13:16:22 +08:00
action.go Add Close() method to gogitRepository () 2019-11-13 07:01:19 +00:00
blob_test.go Add Close() method to gogitRepository () 2019-11-13 07:01:19 +00:00
blob.go Add Close() method to gogitRepository () 2019-11-13 07:01:19 +00:00
commit_status.go Add Close() method to gogitRepository () 2019-11-13 07:01:19 +00:00
commit.go Number of commits ahead/behind in branch overview () 2019-05-05 19:25:25 +03:00
content_test.go Add Close() method to gogitRepository () 2019-11-13 07:01:19 +00:00
content.go Add Close() method to gogitRepository () 2019-11-13 07:01:19 +00:00
delete.go Fix duplicate call of webhook () 2019-08-11 23:31:18 +03:00
diff_test.go Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code () 2019-11-15 10:52:59 +08:00
diff.go Move git diff codes from models to services/gitdiff () 2019-09-05 22:20:09 -04:00
file_test.go Add Close() method to gogitRepository () 2019-11-13 07:01:19 +00:00
file.go Fixes - API File Contents bug () 2019-06-29 16:51:10 -04:00
repofiles_test.go Fixes 4762 - Content API for Creating, Updating, Deleting Files () 2019-04-17 12:06:35 -04:00
repofiles.go Fixes 4762 - Content API for Creating, Updating, Deleting Files () 2019-04-17 12:06:35 -04:00
temp_repo.go Add Close() method to gogitRepository () 2019-11-13 07:01:19 +00:00
tree_test.go Add Close() method to gogitRepository () 2019-11-13 07:01:19 +00:00
tree.go Add Close() method to gogitRepository () 2019-11-13 07:01:19 +00:00
update.go Add Close() method to gogitRepository () 2019-11-13 07:01:19 +00:00
upload.go Prevent upload (overwrite) of lfs locked file () 2019-11-02 15:37:05 +08:00
verification.go Sign merges, CRUD, Wiki and Repository initialisation with gpg key () 2019-10-16 14:42:42 +01:00