Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -1/+1 |
| | | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed) | ||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -12/+12 |
| | |||||
* | #3589 LoadRepoConfig after ORM is initialized | Unknwon | 2016-09-02 | 1 | -3/+3 |
| | |||||
* | #2018 able to sync now for mirrors | Unknwon | 2016-08-30 | 1 | -0/+1 |
| | | | | | - Refactor code to use sync.UniqueQueue - Closes #3509 | ||||
* | #3495 only start builtin SSH server after user finish installation | Unknwon | 2016-08-27 | 1 | -7/+6 |
| | |||||
* | #2852 code cleanup | Unknwon | 2016-08-11 | 1 | -1/+1 |
| | |||||
* | models: rename EnableTidb to EnableTiDB | Unknwon | 2016-08-11 | 1 | -3/+3 |
| | |||||
* | #3158 skip RUN_USER check on Windows | Unknwon | 2016-08-09 | 1 | -4/+3 |
| | |||||
* | Add support for federated avatars (#3320) | Sandro Santilli | 2016-08-07 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for federated avatars Fixes #3105 Removes avatar fetching duplication code Adds an "Enable Federated Avatar" checkbox in user settings (defaults to unchecked) Moves avatar settings all in the same form, making local and remote avatars mutually exclusive Renames UploadAvatarForm to AvatarForm as it's not anymore only for uploading * Run gofmt on all modified files * Move Avatar form in its own page * Add go-libravatar dependency to vendor/ dir Hopefully helps with accepting the contribution. See also #3214 * Revert "Add go-libravatar dependency to vendor/ dir" This reverts commit a8cb93ae640bbb90f7d25012fc257bda9fae9b82. * Make federated avatar setting a global configuration Removes the per-user setting * Move avatar handling back to base tool, disable federated avatar in offline mode * Format, handle error * Properly set fallback host * Use unsupported github.com mirror for importing go-libravatar * Remove comment showing life exists outside of github.com ... pity, but contribution would not be accepted otherwise * Use Combo for Get and Post methods over /avatar * FEDERATED_AVATAR -> ENABLE_FEDERATED_AVATAR * Fix persistance of federated avatar lookup checkbox at install time * Federated Avatars -> Enable Federated Avatars * Use len(string) == 0 instead of string == "" * Move import line where it belong See https://github.com/Unknwon/go-code-convention/blob/master/en-US/import_packages.md Pity the import url is still the unofficial one, but oh well... * Save a line (and waste much more expensive time) * Remove redundant parens * Remove an empty line * Remove empty lines * Reorder lines to make diff smaller * Remove another newline Unknwon review got me start a fight against newlines * Move DISABLE_GRAVATAR and ENABLE_FEDERATED_AVATAR after OFFLINE_MODE On re-reading the diff I figured what Unknwon meant here: https://github.com/gogits/gogs/pull/3320/files#r73741106 * Remove newlines that weren't there before my intervention | ||||
* | Replace gogs.io http links with https version (#3386) | rugk | 2016-08-05 | 1 | -1/+1 |
| | |||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -4/+4 |
| | |||||
* | Post work for #2637 | Unknwon | 2016-02-27 | 1 | -4/+4 |
| | | | | Improve test cases, config settings, also show SSH config settings on admin config panel. | ||||
* | Add new config option for builtin SSH server | Unknwon | 2016-02-25 | 1 | -2/+2 |
| | | | | | | | Config option [server] SSH_LISTEN_PORT to the port the builtin SSH server will be listen. It can be different from SSH_PORT which is supposed to be exposed in the clone URL. This should solve the problem when user runs Gogs inside Docker container and still want to use builtin SSH server. | ||||
* | Make markdown as an independent module | Unknwon | 2016-02-20 | 1 | -1/+2 |
| | |||||
* | Move cron module to independent package | Unknwon | 2016-02-20 | 1 | -1/+1 |
| | | | | Make it easier to keep track of upstream changes and bug fixes | ||||
* | Remove redundant nil check. | Josh Frye | 2016-02-12 | 1 | -10/+0 |
| | |||||
* | Set default log path if empty during install | Josh Frye | 2016-02-12 | 1 | -0/+10 |
| | |||||
* | Add install option for log path | Josh Frye | 2016-02-12 | 1 | -0/+10 |
| | |||||
* | Merge pull request #2528 from andreynering/diff-sintax-highlight-733 | Unknwon | 2016-02-07 | 1 | -2/+2 |
|\ | | | | | Enable syntax highlighting on diff view | ||||
| * | Enable sintax highlighting on diff view. Close #733 | Andrey Nering | 2016-02-04 | 1 | -2/+2 |
| | | |||||
* | | Not working, but slightly better... | Kim "BKC" Carlbäcker | 2016-01-27 | 1 | -0/+3 |
|/ | |||||
* | fix #2189 | Unknwon | 2015-12-18 | 1 | -0/+3 |
| | |||||
* | #2103 Ability to map extensions for syntax highlighting in config | Unknwon | 2015-12-17 | 1 | -0/+2 |
| | |||||
* | rename import path | Unknwon | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | #1984 Better mirror repo management | Unknwon | 2015-12-08 | 1 | -1/+2 |
| | |||||
* | #1627 auto login after install if admin is configured | Unknwon | 2015-12-08 | 1 | -3/+9 |
| | |||||
* | introduce git-shell | Unknwon | 2015-11-26 | 1 | -0/+3 |
| | |||||
* | #1681 some fixes for builtin SSH server on Windows | Unknwon | 2015-11-23 | 1 | -0/+1 |
| | |||||
* | fix 1540 and experimental SSH server support | Unknwon | 2015-11-08 | 1 | -0/+6 |
| | |||||
* | remove test code :dizzy_face: | Unknwon | 2015-10-29 | 1 | -1/+0 |
| | |||||
* | work on #470 and fix miror JS issue when choose targets on compare and pull | Unknwon | 2015-10-29 | 1 | -0/+1 |
| | |||||
* | New push to head repo of head branch: regenerate patch and retest apply | Unknwon | 2015-10-24 | 1 | -0/+1 |
| | |||||
* | fix import path, fix #1782 | Unknwon | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | drop oauth2 feature support | Unknwon | 2015-09-17 | 1 | -2/+0 |
| | |||||
* | user gomail and new activate account email tpl | Unknwon | 2015-09-17 | 1 | -1/+1 |
| | | | | | | - #1496: fallback plain text - #1002: add date header - #913: fix encoding of header | ||||
* | simplify names | Unknwon | 2015-09-16 | 1 | -4/+4 |
| | |||||
* | #697 add install option | Unknwon | 2015-09-13 | 1 | -0/+2 |
| | |||||
* | #1625 remove auto_register and makes it default | Unknwon | 2015-09-12 | 1 | -0/+3 |
| | |||||
* | add tidb support | Unknwon | 2015-09-12 | 1 | -3/+27 |
| | |||||
* | #1626 default db_type | Unknwon | 2015-09-11 | 1 | -4/+8 |
| | |||||
* | new user profile settings UI | Unknwon | 2015-09-06 | 1 | -2/+9 |
| | | | | Signed-off-by: Unknwon <u@gogs.io> | ||||
* | #1333 Disable Gravatar option when install | Unknwon | 2015-08-30 | 1 | -0/+2 |
| | |||||
* | #1458: Authorities were messed up when using mysql database | Unknwon | 2015-08-28 | 1 | -2/+0 |
| | |||||
* | Able to set SSH port when install, update Docker docs | Unknwon | 2015-08-19 | 1 | -0/+8 |
| | |||||
* | Merge pull request #1414 from nice-software/wip/currentUser | 无闻 | 2015-08-19 | 1 | -8/+3 |
|\ | | | | | Factor out function to get the current user | ||||
| * | Factor out function to get the current user | Paolo Borelli | 2015-08-15 | 1 | -8/+3 |
| | | | | | | | | | | The same logic was duplicated in three places. Factor it out so that we can add further fallbacks in a single place. | ||||
* | | make cron task configurable | Unknwon | 2015-08-18 | 1 | -1/+1 |
|/ | |||||
* | better wording | Unknwon | 2015-08-02 | 1 | -1/+2 |
| | |||||
* | fix install default db option | Unknwon | 2015-07-31 | 1 | -3/+3 |
| |