summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Collapse)AuthorAgeFilesLines
* #2907 Add commit timestamp to webhookUnknwon2016-08-091-1/+1
|
* #3007 update git-module require versionUnknwon2016-08-091-1/+1
|
* #3406 fix regression of MustEnableIssues checkUnknwon2016-08-091-5/+5
|
* Fix 404 when comment on pulls and not using interal issue trackerUnknwon2016-08-081-1/+3
|
* Add support for federated avatars (#3320)Sandro Santilli2016-08-071-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* #2593 allow render raw contentUnknwon2016-08-051-1/+1
| | | | Use URL query parameter render=1 to render content in raw mode.
* #2162 completely disable builtin issue tracker when enable external trackerUnknwon2016-08-041-4/+4
|
* #3290 better code structure and batch minor improvementsUnknwon2016-08-031-1/+1
|
* #1601 support delete issue commentUnknwon2016-07-261-1/+4
|
* Refactor User.Id to User.IDUnknwon2016-07-241-2/+2
|
* Bump versionUnknwon2016-07-221-1/+1
|
* Minor fix for go vetUnknwon2016-07-161-2/+2
|
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-161-3/+7
|
* #2709 validate username attribute fetched from LDAPUnknwon2016-07-121-1/+1
|
* #2586 bump git-module requirementUnknwon2016-07-121-1/+1
|
* Update glide.lockUnknwon2016-07-111-2/+5
|
* #518 update git-module require versionUnknwon2016-06-301-1/+1
|
* Update glide.yamlUnknwon2016-06-271-1/+1
|
* #2958 Update dep versionUnknwon2016-06-121-1/+1
|
* gogs dump tempdir flag (#3086)Alex Myasoedov2016-05-231-2/+7
|
* #3045 fix DEPRECATED Action signature erorrUnknwon2016-05-126-14/+26
|
* Add route for #2846Unknwon2016-03-211-1/+2
|
* #1692 add CRUD issue APIsUnknwon2016-03-131-1/+1
| | | | | - Fix go-gogs-client#10 - Related to #809
* Convert all API handers to use *context.APIContextUnknwon2016-03-131-6/+4
|
* #1891 attempt to fix invalid csrf tokenUnknwon2016-03-121-2/+3
|
* #1286 #2098 Alpha support for custom templatesUnknwon2016-03-121-4/+5
| | | | No guarantee for compatibility with future changes
* fix #2804Unknwon2016-03-111-0/+3
|
* #13 finish user and repository searchUnknwon2016-03-111-1/+4
| | | | Both are possible on explore and admin panel
* Rename module: middleware -> contextUnknwon2016-03-111-32/+32
|
* Some minor changesUnknwon2016-03-061-2/+1
|
* Minor fix for #2772Unknwon2016-03-061-1/+1
|
* Added: Ability to delete org avatar.Tamás Molnár2016-03-061-0/+1
|
* #1146 finish new access rights for collaboratorsUnknwon2016-03-051-7/+7
|
* #1146 finsih UI work for access mode of collaboratorsUnknwon2016-03-051-1/+7
| | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin.
* #1157 some avatar setting changesUnknwon2016-03-051-0/+1
| | | | - Allow to delete current avatar
* #1597 support pull requests in same repositoryUnknwon2016-03-041-2/+2
|
* Minor fixes for #2746Unknwon2016-03-041-1/+1
|
* Update delete wiki page routeJosh Frye2016-03-041-1/+1
|
* Add ability to delete single wiki pages.Josh Frye2016-03-041-0/+1
|
* Allow setting git operations timeoutsUnknwon2016-02-291-1/+1
| | | | | | - Migrate: #2704 #2653 - Clone: #2701 - Mirror, Pull
* Post work for #2637Unknwon2016-02-271-1/+1
| | | | Improve test cases, config settings, also show SSH config settings on admin config panel.
* Minor fix for #2660Unknwon2016-02-241-1/+1
|
* Test mailer button. Addresses #1531Josh Frye2016-02-241-0/+1
|
* #2682 fix missing slash for go-get metaUnknwon2016-02-231-1/+1
|
* #1821 add actions for close and reopen issuesUnknwon2016-02-221-1/+1
|
* Fix wrong place to check disable SSHUnknwon2016-02-212-6/+7
|
* Replace uuid module with original packageUnknwon2016-02-201-2/+2
|
* Fix #857Unknwon2016-02-201-1/+1
|
* Merge pull request #2663 from Download-Fritz/MirrorForksUnknwon2016-02-191-2/+2
|\ | | | | #2505 Allow to fork and disallow to create PRs for mirrors.
| * Rename MustEnablePulls() to MustAllowPulls() and simplify the contained ↵Download-Fritz2016-02-191-2/+2
| | | | | | | | check to AllowsPulls().