| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
original PR go-gitea/docs#147 and author @0xbaadf00d
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Initial working state of expandable commit bodies
* Fix all commits having showing button for multiline commits
* Refactor checking multiline messages method
* Force newlines with <br> in commit body
* Show multiple lines in the list view of repositories
* Fixed proper newlines and minor refactor
Use <pre> instead of <p>, this is so we can use \n instead of having to manually place <br> into the HTML. Makes it easier to display commit bodies.
* Fix commit list messages jumping around
* Fix indentation in view_list.tmpl
* Use vertical-align: baseline instead of top
* Refactor commit button toggle function
* Remove RenderCommitBodyLink function
* Add comments
* Add newline at the end of _repository.less
* Fix long commit bodies not properly wrapping inside <pre>
* Don't split on double newlines
* Show the commit body in commit view
* Update stylesheets
* Add/fix comments and run make fmt
* Fix spaces not being tabs
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Otherwise drone may combine the logs
|
|
|
|
| |
Gitea now has a forum which is probably a better venue for
these types of conversations
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* govendor update code.gitea.io/git
Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
* Greatly improve memory usage
Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
|
|
|
|
|
|
|
|
| |
* add suffix .git
* Remove Content-Type on GET methods
* Add migrations to force creation before any further potential migration
|
|
|
| |
Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Implement routes
* move to api/sdk and create model
* Implement add + list
* List return 200 empty list no 404
* Add verify lfs lock api
* Add delete and start implementing auth control
* Revert to code.gitea.io/sdk/gitea vendor
* Apply needed check for all lfs locks route
* Add simple tests
* fix lint
* Improve tests
* Add delete test + fix
* Add lfs ascii header
* Various fixes from review + remove useless code + add more corner case testing
* Remove repo link since only id is needed.
Save a little of memory and cpu time.
* Improve tests
* Use TEXT column format for path + test
* fix mispell
* Use NewRequestWithJSON for POST tests
* Clean path
* Improve DB format
* Revert uniquess repoid+path
* (Re)-setup uniqueness + max path length
* Fixed TEXT in place of VARCHAR
* Settle back to maximum VARCHAR(3072)
* Let place for repoid in key
* Let place for repoid in key
* Let place for repoid in key
* Revert back
|
|
|
|
|
|
| |
* Add fingerprint to ssh key endpoints.
* Update gitea sdk vendor
|
| |
|
|
|
|
|
|
| |
* Update macaron
* Various wiki bug fixes
|
|
|
| |
fixes docker build from: #2874
|
|
|
| |
* Add GITEA_UNIT_TESTS_VERBOSE environment variable to enable printing SQL
|
| |
|
|
|
| |
Kubernetes merged guides, and this is now the current location of guide
|
|
|
| |
Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
|
| |
|
|
|
|
| |
Now that 1.3 is out time tracking is a new feature
go-gitea/docs#148
|
|
|
| |
Now that 1.3.0 is out the new target is 1.4.0
|
| |
|
|
|
|
|
| |
* import docs into main repository
Signed-off-by: Matti Ranta <matti@mdranta.net>
|
| |
|
| |
|
|
|
| |
* Explain app.ini purpose
|
| |
|
|
|
|
|
|
| |
* fix error when add user has full name to team
* add comment for extra uname check
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Remove function that does nothing
* Remove unused import
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add dingtalk webhook type
* add vendor
* some fixes
* fix name check
* fix name check & improvment
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Extended LANDINGPAGE config variable to logged in users and added switch for 'organizations' in addition to 'home' and 'explore'.
* Updated comments.
Signed-off-by: Mike Schaffer <mschaff@gmail.com>
* Extended LANDINGPAGE config variable to trigger when user logs in and added switch for 'organizations' in addition to 'home' and 'explore'.
Signed-off-by: Mike Schaffer <mschaff@gmail.com>
* Extended LANDINGPAGE config variable to logged in users and added switch for 'organizations' in addition to 'home' and 'explore'.
* Updated comments.
Signed-off-by: Mike Schaffer <mschaff@gmail.com>
* Extended LANDINGPAGE config variable to trigger when user logs in and added switch for 'organizations' in addition to 'home' and 'explore'.
Signed-off-by: Mike Schaffer <mschaff@gmail.com>
* Removed superfluous conditional and correct whitespace.
Signed-off-by: Mike Schaffer <mschaff@gmail.com>
* Update app.ini
Reverted new line.
* Formatting.
Signed-off-by: Mike Schaffer <mschaff@gmail.com>
|