aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #2650 fix possbility that use email as pusher user nameUnknwon2016-02-17
| | | | | | | | | | Remove the possibility of using email as user name when user actually push through combination of email and password with HTTP. Also refactor update action function to replcae tons of arguments with single PushUpdateOptions struct. And define the user who pushes code as pusher, therefore variable names shouldn't be confusing any more.
* Add env var check for updateUnknwon2016-02-15
|
* Minor fix for #2624Unknwon2016-02-15
|
* Remove cache avatar support and add its testsUnknwon2016-02-14
|
* fix #2454Unknwon2016-02-14
|
* Remove unused testsUnknwon2016-02-13
| | | | | Module httplib will be replaced a well done third-party package soon, so remove its unused tests
* Make log path requiredJosh Frye2016-02-12
|
* Add helper text for log path.Josh Frye2016-02-12
|
* Add install option for log pathJosh Frye2016-02-12
|
* Update locales and update sponsorUnknwon2016-02-11
|
* #2485 fix payloads mixed up for webhookUnknwon2016-02-10
| | | | | | | | | When repository contains a Slack type hook, it changes original payload content. This patch fixes it by using a local object to store newly created Slack payload instead of assigning back to the same variable.
* Implementing the "theme-color" meta tag.Andrey Nering2016-02-08
| | | | | | Used by Android >= 5.0 to make the top bar colored. Reference: https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android
* Merge pull request #2579 from nanoant/patch/fix-ldap-usernameUnknwon2016-02-07
|\ | | | | Fix #2221 LDAP username attribute must be fetched
| * Fix #2221 LDAP username attribute must be fetchedAdam Strzelecki2016-02-07
| | | | | | | | | | This is fix-up for 573305f. Forgot to fetch AttributeUsername value from the LDAP server, so the setting was effectively not working as intended.
* | Improve db path prompt when installUnknwon2016-02-07
| |
* | Merge pull request #2528 from andreynering/diff-sintax-highlight-733Unknwon2016-02-07
|\ \ | |/ |/| Enable syntax highlighting on diff view
| * Enable sintax highlighting on diff view. Close #733Andrey Nering2016-02-04
| |
* | Generate CSS for #2561Unknwon2016-02-05
| |
* | Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-schemeUnknwon2016-02-05
|\ \ | | | | | | Feature/markdown custom url scheme
| * | Not working, but slightly better...Kim "BKC" Carlbäcker2016-01-27
| | |
| * | Custom URL-Schemas for MarkdownKim "BKC" Carlbäcker2016-01-27
| | |
* | | #2556 handle space in image URLUnknwon2016-02-04
| |/ |/|
* | Minor fix for #2530Unknwon2016-02-04
| |
* | Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-pageUnknwon2016-02-04
|\ \ | | | | | | Hide other teams & repos from organization page
| * | Organization owners see all repositories & teamsFlorian Kaiser2016-01-31
| | |
| * | Refactor .IsAdminTeam to .IsTeamAdmin and requireAdminTeam to requireTeamAdminFlorian Kaiser2016-01-31
| | |
| * | Only show teams the user has access toFlorian Kaiser2016-01-31
| | |
* | | #2554 reinitialize all repos from the dbUnknwon2016-02-04
| | | | | | | | | | | | - Update locales
* | | Minor fix for #2444Unknwon2016-02-01
| | |
* | | Fix one user may block entire listen loop for builtin SSHUnknwon2016-02-01
| | |
* | | #2229 adjust URL verbose depth for reverse proxy sub-pathUnknwon2016-01-31
|/ /
* | Allow modification of a release if Content is empty (fix #2516)Florian Kaiser2016-01-30
| |
* | #2497 incorrect error handle for team nameUnknwon2016-01-29
| |
* | Merge pull request #2508 from MilesPong/developUnknwon2016-01-29
|\ \ | | | | | | Fixed gravatar url
| * | Using https for gravatarmiles@Oscar2016-01-29
| | |
| * | Fixed gravatar urlmiles@Oscar2016-01-29
| |/
* / Update localesUnknwon2016-01-28
|/
* Minor fix for #2396Unknwon2016-01-25
|
* Merge pull request #2396 from bkcsoft/feature/markdown-checklistUnknwon2016-01-25
|\ | | | | [Feature] Markdown Checklist-rendering
| * Made Sanitizer-setup cleanerKim "BKC" Carlbäcker2016-01-14
| |
| * Checklist-rendering implementedKim "BKC" Carlbäcker2016-01-13
| |
* | Merge pull request #2432 from nd/developUnknwon2016-01-25
|\ \ | | | | | | Fix #2431 - handle requests waiting for reply
| * | Fix #2431 - handle requests waiting for replyDmitry Neverov2016-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | According to the docs [1], the Reply method must be called for all requests where WantReply is true. This fixes a hanging java ssh implementation (jsch) which sets WantReply flag and waits for reply from the server. [1] https://godoc.org/golang.org/x/crypto/ssh#Request.Reply
* | | Update localesUnknwon2016-01-25
| | |
* | | Fixed forgotten err variable assignmentPourya Daneshvar2016-01-24
|/ /
* / #2179 use Go sub-repo ssh to verify public key contentUnknwon2016-01-15
|/
* #2287 Truncate repository name if too longUnknwon2016-01-11
|
* update localeUnknwon2016-01-11
|
* stop compile bindata for TRANSLATORSUnknwon2016-01-11
| | | | - update required version of git-module for #2373
* fix markdown autolink errorUnknwon2016-01-09
|