aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove cache avatar support and add its testsUnknwon2016-02-14
|
* Minor fix for #2578Unknwon2016-02-14
|
* Merge pull request #2578 from exmex/developUnknwon2016-02-14
|\ | | | | Admins and user itself sees private org relations on profile
| * Reverted showing (private) on private org relationsExMex2016-02-07
| |
| * Admins and user itself sees private org relations on profileExMex2016-02-07
| |
* | fix #2454Unknwon2016-02-14
| |
* | Hijack #2388Unknwon2016-02-14
| |
* | Minor fix for #2567Unknwon2016-02-14
| |
* | Merge pull request #2567 from fnkr/hide-other-teams-activity-from-dashboardUnknwon2016-02-14
|\ \ | | | | | | Only show activities and repositories on the dashboard, that the user has access to
| * | Only show activities for repositories on dashboard, that the user has access toFlorian Kaiser2016-02-06
| | |
| * | Only show repositories on organization dashboard, that the user has access toFlorian Kaiser2016-02-05
| | |
* | | #2569 delete repo local copy when transferUnknwon2016-02-14
| | | | | | | | | | | | | | | | | | Remote repository path is renamed but does not delete outdated local copy which still has old repository path as remote.
* | | Merge pull request #2617 from chriswatt/bgcolorUnknwon2016-02-14
|\ \ \ | | | | | | | | Change main content area bg to white, keep area above tabs grey
| * | | Fix when repo is emptychriswatt2016-02-14
| | | |
| * | | Add grey bg to tabs on repo pagechriswatt2016-02-14
|/ / /
* | | Remove unused testsUnknwon2016-02-13
| | | | | | | | | | | | | | | Module httplib will be replaced a well done third-party package soon, so remove its unused tests
* | | Merge pull request #2614 from joshfng/add-default-branch-to-repo-payloadUnknwon2016-02-12
|\ \ \ | | | | | | | | Add default branch to repo payload
| * | | Add default branch to repo payloadJosh Frye2016-02-12
| | | |
* | | | Merge pull request #2612 from Eriner/masterUnknwon2016-02-12
|\ \ \ \ | | | | | | | | | | update .gopmfile to reflect git-module update
| * | | | update .gopmfile to reflect git-module updateMatt Hamilton2016-02-12
|/ / / / | | | | | | | | | | | | Updated to reflect version increment in commit 47adc0e.
* | | | Merge pull request #2609 from joshfng/add-config-log-pathUnknwon2016-02-12
|\ \ \ \ | | | | | | | | | | Add install option for log path
| * | | | Remove redundant nil check.Josh Frye2016-02-12
| | | | |
| * | | | Make log path requiredJosh Frye2016-02-12
| | | | |
| * | | | Set default log path if empty during installJosh Frye2016-02-12
| | | | |
| * | | | Add helper text for log path.Josh Frye2016-02-12
| | | | |
| * | | | Add install option for log pathJosh Frye2016-02-12
| |/ / /
* | | | Minor docs update for #2605Unknwon2016-02-12
| | | |
* | | | Merge pull request #2605 from 0rax/developUnknwon2016-02-12
|\ \ \ \ | |/ / / |/| | | Add the ability to run crond inside the Docker container
| * | | Add the ability to run crond inside the Docker containerJean-Philippe Roemer2016-02-12
|/ / / | | | | | | | | | | | | | | | | | | | | | - Add the crond init script for s6 - Add the RUN_CROND configuration variable to setup crond - Crond will not be run by default (hence the `down` file in the service directory) - `start.sh` check if RUN_CROND = "true" || "1" and remove this file to tell s6 to run the initscript - Resolves #2597
* | | Merge pull request #2604 from joshfng/fix-wiki-transferUnknwon2016-02-11
|\ \ \ | | | | | | | | Remove local wiki copy on repo transfer. Fixes #2558
| * | | Remove local wiki copy on repo transfer. Fixes #2558Josh Frye2016-02-11
|/ / /
* | | Merge pull request #2603 from joshfng/bump-git-module-versionUnknwon2016-02-11
|\ \ \ | | | | | | | | Bump git-module. Fixes #2589
| * | | Bump git-module. Fixes #2589Josh Frye2016-02-11
|/ / /
* | | Update locales and update sponsorUnknwon2016-02-11
| | |
* | | #1577 fix missing SQL query placeholderUnknwon2016-02-10
| | |
* | | Merge pull request #2599 from mhartkorn/fix-release-error-deleted-userUnknwon2016-02-10
|\ \ \ | | | | | | | | Fix for server error on release page when a user deleted their account
| * | | Removed HTTP 500 error on the release page when a user deleted their accountMartin Hartkorn2016-02-10
| | | |
* | | | #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.
* | | | Merge pull request #2585 from andreynering/theme-color-meta-tagUnknwon2016-02-08
|\ \ \ \ | | | | | | | | | | Implementing the "theme-color" meta tag.
| * | | | 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 #2582 from chriswatt/tabindexUnknwon2016-02-07
|\ \ \ \ | | | | | | | | | | Fix tab index on new issue/comment form
| * | | | Fix tab index on new issue/comment formchriswatt2016-02-07
|/ / / /
* | | | Merge pull request #2581 from chriswatt/committabUnknwon2016-02-07
|\ \ \ \ | | | | | | | | | | Make commits tab active when on diff page
| * | | | Make commits tab active when on diff pagechriswatt2016-02-07
| | | | |
* | | | | Merge pull request #2580 from fnkr/smaller-issue-titleUnknwon2016-02-07
|\ \ \ \ \ | | | | | | | | | | | | Make issue title smaller
| * | | | | Make issue title smallerFlorian Kaiser2016-02-07
|/ / / / /
* | | | | 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