Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #73 from bkcsoft/gt/2164-release-pagination | Lunny Xiao | 2016-11-08 | 13 | -35/+25 |
|\ | | | | | Add Pagination to Releases-page (and de-duplicate pagination templates) | ||||
| * | Merge all pagination-templates into 'base/paginate' | Kim "BKC" Carlbäcker | 2016-11-07 | 11 | -33/+12 |
| | | | | | | | | to reduce code-duplicity | ||||
| * | Add Pagination to Releases-page | Kim "BKC" Carlbäcker | 2016-11-07 | 3 | -3/+14 |
| | | |||||
* | | Fix type in unused constant name (#111) | Sandro Santilli | 2016-11-07 | 10 | -99/+99 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Write LDAP, SMTP, PAM, DLDAP back to all uppercase * Fix type in unused constant name * Other MixCased fixes * Complete MixerCasing of template constants * Re uppercase LTS and LDAPS suffixes * Uppercase JSON suffix in constant names * Proper case LoginNoType * Prefix unexported template path constants with "tpl" | ||||
* | | Merge pull request #109 from go-gitea/lgtm | Matthias Loibl | 2016-11-07 | 1 | -0/+1 |
|\ \ | | | | | | | Added ignore_maintainers_file option to .lgtm | ||||
| * | | Added ignore_maintainers_file option to .lgtm | Thomas Boerger | 2016-11-07 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #110 from strk/MixedCaseConst | Sandro Santilli | 2016-11-07 | 47 | -398/+398 |
|\ \ \ | |/ / |/| | | Use MixedCase constant names | ||||
| * | | more | Sandro Santilli | 2016-11-07 | 3 | -4/+4 |
| | | | |||||
| * | | And others | Sandro Santilli | 2016-11-07 | 12 | -34/+34 |
| | | | |||||
| * | | more | Sandro Santilli | 2016-11-07 | 3 | -20/+20 |
| | | | |||||
| * | | Security protocols | Sandro Santilli | 2016-11-07 | 3 | -15/+15 |
| | | | |||||
| * | | More mixage | Sandro Santilli | 2016-11-07 | 2 | -31/+31 |
| | | | |||||
| * | | More overlooks | Sandro Santilli | 2016-11-07 | 2 | -10/+10 |
| | | | |||||
| * | | This one I overlooked before | Sandro Santilli | 2016-11-07 | 2 | -6/+6 |
| | | | |||||
| * | | More... | Sandro Santilli | 2016-11-07 | 9 | -47/+47 |
| | | | |||||
| * | | More MixedCase consts | Sandro Santilli | 2016-11-07 | 6 | -56/+56 |
| | | | |||||
| * | | ACCESS_MODE_* -> AccessMode* | Sandro Santilli | 2016-11-07 | 15 | -59/+59 |
| | | | |||||
| * | | More MixedCase consts | Sandro Santilli | 2016-11-07 | 4 | -9/+9 |
| | | | |||||
| * | | Use MixedCase constant names | Sandro Santilli | 2016-11-07 | 10 | -113/+113 |
|/ / | | | | | | | See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps | ||||
* | | Merge pull request #108 from go-gitea/go-sdk | Thomas Boerger | 2016-11-07 | 68 | -89/+78 |
|\ \ | | | | | | | Replaced gogits go-gogs-client with go-sdk | ||||
| * | | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 34 | -34/+34 |
| | | | |||||
| * | | Fixed links to sdk docs | Thomas Boerger | 2016-11-07 | 2 | -2/+2 |
| | | | |||||
| * | | Added updated go-sdk | Thomas Boerger | 2016-11-07 | 27 | -0/+1408 |
| | | | |||||
| * | | Stop ignoring gitea in general | Thomas Boerger | 2016-11-07 | 1 | -1/+2 |
| | | | |||||
| * | | Dropped github.com/gogits/go-gogs-client vendored dep | Thomas Boerger | 2016-11-07 | 28 | -1418/+0 |
| | | | |||||
| * | | Dropped client from version check | Thomas Boerger | 2016-11-07 | 1 | -2/+0 |
| | | | |||||
| * | | Link to godoc instead of Gogs wiki | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
| | | | |||||
| * | | Dropped link to Gogs docs from template | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
| | | | |||||
| * | | Set correct doc url for go-sdk | Thomas Boerger | 2016-11-07 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #103 from strk/GOGS_drop | Sandro Santilli | 2016-11-07 | 17 | -126/+142 |
|\ \ \ | | | | | | | | | Replace GOGS with GITEA in variable names | ||||
| * | | | Fix typo in unused constant name | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | Rename and update init files to use "gitea" instead of "gogs" | Sandro Santilli | 2016-11-07 | 10 | -100/+100 |
| | | | | | | | | | | | | | | | | Closes #102 | ||||
| * | | | Replace GOGS with GITEA in variable names | Sandro Santilli | 2016-11-07 | 10 | -28/+44 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still use GOGS_WORK_DIR and GOGS_CUSTOM env variables as a fallback if the equivalent GITEA_* are not set, warning user about the need for change. Does not change "gogs" to "gitea" in webhook type name Because "gogs" hook type is part of the API (routes) and used in templates... Closes #87 | ||||
* | | | Change binary name from main to gitea | Joubert RedRat | 2016-11-07 | 1 | -1/+1 |
| | | | |||||
* | | | Replace Gogs to Gitea in installation options | Joubert RedRat | 2016-11-07 | 5 | -415/+415 |
| | | | |||||
* | | | Hush dangerous GNU comment, mark "check" rule as phony | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
| | | | |||||
* | | | Add "check" alias for testing | Sandro Santilli | 2016-11-07 | 1 | -0/+3 |
|/ / | | | | | | | | | Follows GNU Coding Standards, see https://www.gnu.org/prep/standards/html_node/Standard-Targets.html#Standard-Targets | ||||
* | | Merge pull request #97 from andreynering/gitea/diff-colors | Lunny Xiao | 2016-11-07 | 2 | -28/+4 |
|\ \ | |/ |/| | CSS: Stronger colors for diffs | ||||
| * | CSS: Stronger colors for diffs | Andrey Nering | 2016-11-06 | 2 | -28/+4 |
| | | |||||
* | | Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloning | Rachid Zarouali | 2016-11-07 | 7 | -12/+40 |
|\ \ | | | | | | | Disable HTTP cloning | ||||
| * | | missing space | Thibault Meyer | 2016-10-04 | 1 | -1/+1 |
| | | | |||||
| * | | rename variable + fix wiki link | Thibault Meyer | 2016-10-04 | 4 | -7/+8 |
| | | | |||||
| * | | Can disable GIT interactions by HTTP protocol | Thibault Meyer | 2016-09-18 | 7 | -13/+40 |
| | | | |||||
* | | | Use the rev-parsed sha1 commit id (#98) | Odin Ugedal | 2016-11-06 | 1 | -2/+4 |
| |/ |/| | | | | | Use the rev-parsed sha1 commit id in urls to repo files, instead of the abbreviated version. | ||||
* | | Merge pull request #95 from odinuge/readmeTxt | Matthias Loibl | 2016-11-06 | 1 | -2/+4 |
|\ \ | | | | | | | Fix rendering of non-markdown readme files | ||||
| * | | Fix rendering of non-markdown readme files | Odin Ugedal | 2016-11-06 | 1 | -2/+4 |
|/ / | |||||
* | | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 54 | -37/+37 |
| | | | | | | | | | | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed) | ||||
* | | Adds checking of reserved keywords against team names (#22) | LefsFlare | 2016-11-06 | 1 | -1/+17 |
| | | |||||
* | | Ordering team by name ascending except for 'Owners' (#48) | Thibault Meyer | 2016-11-06 | 1 | -4/+4 |
| | | |||||
* | | Add tests for CurrentUsername() (#88) | Matthias Loibl | 2016-11-06 | 2 | -3/+23 |
| | |