Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check unhandled errors (#128) | Matthias Loibl | 2016-11-10 | 1 | -3/+14 |
| | |||||
* | Merge pull request #121 from joubertredrat/feature-last-login | Lunny Xiao | 2016-11-10 | 1 | -0/+7 |
|\ | | | | | Last Login for admin manage your users | ||||
| * | Support to last login feature | Joubert RedRat | 2016-11-09 | 1 | -0/+7 |
| | | |||||
* | | Ordering organizations and users by name | Thibault Meyer | 2016-11-10 | 2 | -3/+3 |
| | | |||||
* | | Merge pull request #17 from LefsFlarey/issue/3666 | Matthias Loibl | 2016-11-08 | 1 | -1/+1 |
|\ \ | |/ |/| | Fixed 404 caused by unexpected question mark | ||||
| * | Fixed 404 caused by unexpected question mark | Flare | 2016-11-08 | 1 | -1/+1 |
| | | | | | | | | This fixes 404 caused when creating new files or wiki pages with question marks. Amended to force CI rebuild | ||||
* | | Merge pull request #73 from bkcsoft/gt/2164-release-pagination | Lunny Xiao | 2016-11-08 | 1 | -1/+8 |
|\ \ | | | | | | | Add Pagination to Releases-page (and de-duplicate pagination templates) | ||||
| * | | Add Pagination to Releases-page | Kim "BKC" Carlbäcker | 2016-11-07 | 1 | -1/+8 |
| | | | |||||
* | | | Fix type in unused constant name (#111) | Sandro Santilli | 2016-11-07 | 3 | -46/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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" | ||||
* | | | more | Sandro Santilli | 2016-11-07 | 2 | -2/+2 |
| | | | |||||
* | | | And others | Sandro Santilli | 2016-11-07 | 7 | -14/+14 |
| | | | |||||
* | | | Security protocols | Sandro Santilli | 2016-11-07 | 1 | -5/+5 |
| | | | |||||
* | | | More mixage | Sandro Santilli | 2016-11-07 | 1 | -9/+9 |
| | | | |||||
* | | | More overlooks | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
| | | | |||||
* | | | More... | Sandro Santilli | 2016-11-07 | 5 | -13/+13 |
| | | | |||||
* | | | More MixedCase consts | Sandro Santilli | 2016-11-07 | 2 | -9/+9 |
| | | | |||||
* | | | ACCESS_MODE_* -> AccessMode* | Sandro Santilli | 2016-11-07 | 4 | -10/+10 |
| | | | |||||
* | | | More MixedCase consts | Sandro Santilli | 2016-11-07 | 2 | -6/+6 |
| | | | |||||
* | | | Use MixedCase constant names | Sandro Santilli | 2016-11-07 | 3 | -8/+8 |
| | | | | | | | | | | | | See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps | ||||
* | | | Merge pull request #108 from go-gitea/go-sdk | Thomas Boerger | 2016-11-07 | 25 | -26/+26 |
|\ \ \ | | | | | | | | | Replaced gogits go-gogs-client with go-sdk | ||||
| * | | | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 25 | -25/+25 |
| | | | | |||||
| * | | | Fixed links to sdk docs | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
| |/ / | |||||
* / / | Replace GOGS with GITEA in variable names | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloning | Rachid Zarouali | 2016-11-07 | 1 | -0/+5 |
|\ \ | | | | | | | Disable HTTP cloning | ||||
| * | | rename variable + fix wiki link | Thibault Meyer | 2016-10-04 | 1 | -1/+1 |
| | | | |||||
| * | | Can disable GIT interactions by HTTP protocol | Thibault Meyer | 2016-09-18 | 1 | -0/+5 |
| |/ | |||||
* | | 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. | ||||
* | | 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 | 14 | -14/+14 |
| | | | | | | | | | | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed) | ||||
* | | Merge branch 'master' into feature/goimports | Sandro Santilli | 2016-11-05 | 4 | -21/+1 |
|\ \ | |||||
| * | | Refactor editorconfig middleware | Andrey Nering | 2016-11-05 | 4 | -21/+1 |
| | | | |||||
* | | | Fix imports found by goimports. | Matthias Loibl | 2016-11-05 | 5 | -11/+5 |
|/ / | |||||
* | | Fix 500 when repo has invalid .editorconfig | Andrey Nering | 2016-11-05 | 4 | -16/+31 |
| | | | | | | | | Creating a notice instead | ||||
* | | Executed go fmt for all files | Thomas Boerger | 2016-11-04 | 1 | -1/+1 |
| | | |||||
* | | Implementation of the feature to redirect to an external issue tracker | Rémy Boulanouar | 2016-11-04 | 2 | -1/+7 |
| | | |||||
* | | Show issue/PR number on title | Andrey Nering | 2016-11-03 | 2 | -2/+3 |
| | | |||||
* | | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 57 | -252/+252 |
| | | |||||
* | | Prevented user enumeration of valid users through HTTP status codes of login ↵ | LefsFlare | 2016-10-16 | 1 | -2/+4 |
|/ | | | | (#3639) (#3654) | ||||
* | #3589 LoadRepoConfig after ORM is initialized | Unknwon | 2016-09-02 | 1 | -3/+3 |
| | |||||
* | Add the ability to explore organizations (#3573) | Daniel Oaks | 2016-09-01 | 1 | -3/+19 |
| | | | | | | * Add ability to explore organizations * Use right icon for org explore links | ||||
* | #3559 fix template error | Unknwon | 2016-08-31 | 2 | -9/+4 |
| | |||||
* | models/login_source: code improvement | Unknwon | 2016-08-31 | 1 | -3/+2 |
| | |||||
* | #3515 use alert instead 500 for duplicated login source name | Unknwon | 2016-08-31 | 2 | -3/+8 |
| | |||||
* | Support Editorconfig on web editor (#3512) | 无闻 | 2016-08-30 | 3 | -0/+22 |
|\ | |||||
| * | Support Editorconfig on web editor | Andrey Nering | 2016-08-30 | 3 | -0/+22 |
| | | |||||
* | | #2018 able to sync now for mirrors | Unknwon | 2016-08-30 | 3 | -21/+32 |
|/ | | | | | - Refactor code to use sync.UniqueQueue - Closes #3509 | ||||
* | Web editor: support upload files | Unknwon | 2016-08-30 | 4 | -275/+186 |
| | |||||
* | router/repo: code refactoring | Unknwon | 2016-08-30 | 5 | -195/+193 |
| | |||||
* | #3459 code quality improvement | Unknwon | 2016-08-29 | 2 | -39/+15 |
| | |||||
* | Load a set of predefined labels (#3459) | Thibault Meyer | 2016-08-29 | 1 | -0/+52 |
| | | | | | | | | | | | | | | | | | | | | | | * Can use a predefined set of labels * Change UI * Fix HTML file indentation * Avoid reading file from other directory (security issue) * Apply a better fix * Remove not used variable * Merge upstream/develop * Do modifications * Raname * remove binding + rename variable |