Commit Graph

91 Commits (f8967fc6386e5e610c30f4034bde3e2915bfaa89)

Author SHA1 Message Date
Lauris BH 0d4c63fd70
Fix go-get, src and raw urls to new scheme ()
Timur Makarchuk dbb7715b0b Remove render issue link ()
* Remove function that does nothing

* Remove unused import
Ethan Koenig 513375c429 Make URL scheme unambiguous ()
* Make URL scheme unambiguous

Redirect old routes to new routes

* Fix redirects to new URL scheme, and update template

* Fix branches/_new endpoints, and update integration test
Lauris BH eca05b09aa Add commit count caching ()
* Add commit count caching

* Small refactoring

* Add different key prefix for refs and commits

* Add configuratuion option to allow to change caching time or disable it
Bwko 3ab580c8d6 Add branch overiew page ()
* Add branch overiew page

* fix changed method name on sub menu

* remove unused code
Rémy Boulanouar be3319b3d5 Display commit status on landing page of repo ()
* Display commit status on landing page of repo

* improve last status of commits and add link to ci

* fix last commit status since the order of ids are desc
Bwko 1193627014 Fix Commits nil pointer dereference ()
Lauris BH 79494047b0 Show commit status icon in commits table ()
* Show commit status icon in commits table

* Add comments

* Fix icons

* Few more places where commit table is displayed

* Change integration test to use goquery for parsing html

* Add integration tests for commit table and status icons

* Fix status to return lates status correctly on all databases

* Rewrote lates commit status selects
Antoine GIRARD 14fe9010ae GPG commit validation ()
* GPG commit validation

* Add translation

+ some little fix

* Move hash calc after retrieving of potential key + missing translation

* Add some little test
Andrey Nering 05157808de Fix HighlightJS not working on compare diff page ()
Bo-Yi Wu 3576e1ee73 fix: trim the whitespaces for the search keyword ()
Zsombor e388db311b Add checkbox to search for all the branches by commit message ()
and updating the vendor directory
Kjell Kvinge 22e1bd31c6 commithgraph / timeline ()
* Add model and tests for graph

* Add route and router for graph

* Add assets for graph

* Add template for graph
Lunny Xiao 94da472717 Golint fixed for modules/setting ()
* golint fixed for modules/setting

* typo fixed and renamed UNIXSOCKET to UnixSocket
Lunny Xiao 3917ed45de golint fixed for routers ()
Andrey Nering 739f07c98e Remember diff view style ()
Thibault Meyer ddee4c8b58
Normalize files with gofmt
Sandro Santilli 4247304f5a Update import paths from github.com/go-gitea to code.gitea.io ()
- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis

See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
Odin Ugedal 5a6f7edde9 Use the rev-parsed sha1 commit id ()
Use the rev-parsed sha1 commit id in urls to repo files,
instead of the abbreviated version.
Sandro Santilli 6e4252dad4 Replace gogits/git-module dependency with go-gitea/git ()
* Replace gogits/git-module dependency with go-gitea/git

Fixes 

* Remove git alias for git module import (not needed)
Sandro Santilli f36544f98d Merge branch 'master' into feature/goimports
Andrey Nering bd898a10f8 Refactor editorconfig middleware
Matthias Loibl 1f44b01e2a Fix imports found by goimports.
Andrey Nering 984fa8d83b Fix 500 when repo has invalid .editorconfig
Creating a notice instead
Rémy Boulanouar 2d68bd1ef9 Change import reference to match gitea instead of gogs ()
Unknwon ba27d71abe Web editor: improve edit file
Unknwon f8a48ffaad Web editor: improve code quality
Unknwon 6cda35a75f reproduce diff signs
Unknwon 4a46613916 markdown: fix treating pure number as SHA1
- Detect non-exist commit and return 404 not 500
Andrey Nering dbed39ba05 On showing diff/file, use the tab_width specified on .editorconfig, if any ()
Closes 
Unknwon 10dc330640 dump content directly to HTTP ResponseWriter
Dennis Chen dfab54d5a2 Diff patch ()
* Add support for .diff and .patch

Add the ability to get text-diff and format-patch by adding .diff or
.patch in the end of a commit url. Issue 

* models: git_diff: various fixes

* Renames commitId to commitID.
* Writes stderr to a bytes.Buffer and displays proper error message on
command failure.
* Various style changes.

Signed-off-by: Dennis Chen <barracks510@gmail.com>
Andrey Nering 743d22669a Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff ()
Unknwon 60ae8ac3d2 Add route for
Unknwon 514382e2eb Rename module: middleware -> context
Andrey Nering 2bfb8bb5fd Enable sintax highlighting on diff view. Close
Andrey Nering 5deb726f3f Refactoring of inline diff computing to prevent empty diff box. Fix
Andrey Nering 73474c043b Highlighting differences of lines in the diff view.
Kim "BKC" Carlbäcker 8fe5d887ae Changed name from inline to unified
Kim "BKC" Carlbäcker 0df39b33eb Implement Split Diff-View
- Unified/Inline Diff-View Selectable
Unknwon 19423957b1 rename import path
Unknwon 9a2e43bff2 move out git module and send push hook
Unknwon 84a43b38cf remove unused code
Unknwon 7c80eba77f minor UI fix and fix ssh race
Unknwon 3b62a0fe0e fix fix file histrory paging issue
Unknwon b55499d039 go vet and fix
Unknwon 37e0cee877 finish PR UI
Unknwon 8c046073a8 work on PR conversation
Unknwon 1ca257ad9f rename fields
Unknwon 4275b3720a finsih diff and compare