- 11 Feb, 2019 2 commits
-
-
silverwind authored
* Add autoprefixer to css build * also use autoprefixer on theme files
-
Lanre Adelowo authored
-
- 10 Feb, 2019 4 commits
-
-
Lanre Adelowo authored
-
Lanre Adelowo authored
* fixes #5957 * add tests to make sure config option is respected * use already defined struct * - use migration to make the flag repo wide not for the entire gitea instance Also note that the config value can still be set so as to be able to control the value for new repositories that are to be created - fix copy/paste error in copyright header year and rearrange import - use repo config instead of server config value to determine if a commit should close an issue - update testsuite * use global config only when creating a new repository * allow repo admin toggle feature via UI * fix typo and improve testcase * fix fixtures * add DEFAULT prefix to config value * fix test
-
zeripath authored
* Create repository on organisation by default on its dashboard * Only show owners the add new repositories to an organisation button. Fix #3253 Signed-off-by:
Andrew Thornton <art27@cantab.net>
-
Lunny Xiao authored
* split setting.go as multiple files * fix comments
-
- 09 Feb, 2019 6 commits
-
-
Lunny Xiao authored
-
silverwind authored
* UI: Make dashboard navbar full-width * more tweaks: full-width footer and consistent padding * fix page layout causing unneccesary scrollbars on small pages
-
Lanre Adelowo authored
-
Thomas Loubiou authored
-
Paul authored
Signed-off-by:
Pauls Barkans <paulsb@gmail.com>
-
zeripath authored
-
- 08 Feb, 2019 7 commits
-
-
silverwind authored
-
GiteaBot authored
-
Richard Mahn authored
-
Thomas Loubiou authored
-
Lanre Adelowo authored
* working version * Update options/locale/locale_en-US.ini Co-Authored-By:
adelowo <adelowomailbox@gmail.com> * update templates
-
GiteaBot authored
-
silverwind authored
-
- 07 Feb, 2019 8 commits
-
-
silverwind authored
Fixes: https://github.com/go-gitea/gitea/issues/5985
-
John Olheiser authored
Signed-off-by:
jolheiser <john.olheiser@gmail.com>
-
Lunny Xiao authored
* Add API to list tags * update dependency gitea sdk vendor * fix swagger generation * fix swagger * add tests * update code.gitea.io/git vendor
-
Lunny Xiao authored
use native golang SSH library but ssh-keygen when enable built-in SSH server to remove dependent on that command lines (#5976) * use native golang SSH library but ssh-keygen when enable built-in SSH server to remove dependent on that command lines * fix tests and add comment head
-
Lunny Xiao authored
-
Lanre Adelowo authored
-
zeripath authored
-
Monty Taylor authored
We're working on rolling out gitea as a replacement for a fairly large cgit installation. Part of this involves a metric ton of mod_rewrite rules so that links people have out in the wild will still work. Unfortunately, cgit uses #n1 in the url to indicate a single line highlight, which doesn't get passed to the server and therefore can't be rewritten. We've got a local workaround by shoving a script block into a custom header template, but thought it might be nicer to upstream a simple patch to support #n as a prefix for single line highlights. (luckily for simplicity, cgit does not support ranges) Signed-off-by:
Monty Taylor <mordred@inaugust.com>
-
- 06 Feb, 2019 6 commits
-
-
Richard Mahn authored
* Feature - Pagination for git tree API * Handles case when page is negative * Does a for loop over the start and end rather than all entries * Removed redundent logic * Adds per_page as a query parameter * Adds DEFAULT_GIT_TREES_PER_PAGE for settings, ran make fmt * Fix typo in cheat-sheet en * Makes page start at 1, generated swagger * Use updates to SDK * Updates to use latest sdk * Updates swagger for tree api * Adds test for GetTreeBySHA * Updates per PR reviews * Updates per PR reviews * Remove file * Formatting * Fix to swagger file * Fix to swagger * Update v1_json.tmpl * Fix to swagger file
-
GiteaBot authored
-
techknowlogick authored
* Fix #5972
-
silverwind authored
- Don't show divider below heatmap when it's hidden via media-query - Make divider between user menu adhere to container width - Remove excessiv margins on heatmap
-
zeripath authored
* Allow Macaron to be set to log through gitea.log Fix #4291
-
Gabriel Silva Simões authored
* Fix serving of raw wiki files other than .md Closes #4690. Closes #4395. Signed-off-by:
Gabriel Silva Simões <simoes.sgabriel@gmail.com> * Simplify code at routers/repo/wiki.go Signed-off-by:
Gabriel Silva Simões <simoes.sgabriel@gmail.com> * Add more files to user2/repo1.wiki for testing Signed-off-by:
Gabriel Silva Simões <simoes.sgabriel@gmail.com> * Update macaron to v1.3.2 Signed-off-by:
Gabriel Silva Simões <simoes.sgabriel@gmail.com> * Add tests for WikiRaw Signed-off-by:
Gabriel Silva Simões <simoes.sgabriel@gmail.com> * Fix NewResponseWriter usage due to macaron update Signed-off-by:
Gabriel Silva Simões <simoes.sgabriel@gmail.com> * Add raw to reserved wiki names Signed-off-by:
Gabriel Silva Simões <simoes.sgabriel@gmail.com>
-
- 05 Feb, 2019 7 commits
-
-
techknowlogick authored
-
silverwind authored
* UI: Repo header tweaks - Use basic buttons on the header buttons, matching gogs - Make 'Manage topic' text smaller, remove margin-left with no topics present - Move various inline styles to CSS - Use flexbox on header title and buttons * fix indentation * reverse media query wrapping * fix inconsisten whitespace
-
Lanre Adelowo authored
* add branch info * Remove blank lines * Remove blank lines * update git dependency
-
silverwind authored
- Properly hides the edit interface when saving a empty topic list - Align the Done button with the edit box
-
GiteaBot authored
-
techknowlogick authored
-
Lunny Xiao authored
* add conflict detection * test pull request conflict files * fix detection files number * fix comments
-