Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement issue and pull request templates. | Andrey Nering | 2016-02-18 | 3 | -1/+60 |
| | | | | | | | | | | Similar to GitHub: https://github.com/blog/2111-issue-and-pull-request-templates Priority: - root - .gogs - .github | ||||
* | #2646 fix panic on pushing repositor | Unknwon | 2016-02-17 | 1 | -2/+2 |
| | |||||
* | #2639 add branch prefix for test webhook | Unknwon | 2016-02-17 | 4 | -4/+5 |
| | |||||
* | #2633 fix removed config option | Unknwon | 2016-02-16 | 2 | -3/+0 |
| | |||||
* | Merge pull request #2635 from lunny/develop | Unknwon | 2016-02-16 | 1 | -6/+1 |
|\ | | | | | fix dependency broken because xorm's API changed | ||||
| * | fix dependency broken because xorm's API changed | Lunny Xiao | 2016-02-16 | 1 | -6/+1 |
|/ | |||||
* | Add env var check for update | Unknwon | 2016-02-15 | 2 | -5/+7 |
| | |||||
* | #2630 fix wrong user avatar link in webhook | Unknwon | 2016-02-15 | 2 | -2/+2 |
| | | | | | Was using the wrong method and now uses the method which checks if the avatar link is relative or not. | ||||
* | Minor fix for #2624 | Unknwon | 2016-02-15 | 21 | -198/+300 |
| | |||||
* | Merge pull request #2624 from mhartkorn/convert-mirror-to-repo | Unknwon | 2016-02-15 | 4 | -24/+116 |
|\ | | | | | Convert mirrors to regular repositories | ||||
| * | Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror ↵ | Martin Hartkorn | 2016-02-15 | 2 | -8/+8 |
| | | | | | | | | from database | ||||
| * | Refactored according to suggestions | Martin Hartkorn | 2016-02-14 | 5 | -25/+14 |
| | | |||||
| * | Add missing safety check | Martin Hartkorn | 2016-02-14 | 1 | -0/+5 |
| | | |||||
| * | Convert mirrors to regular repositories. | Martin Hartkorn | 2016-02-14 | 5 | -22/+120 |
| | | |||||
* | | Setup CI with testing | Unknwon | 2016-02-14 | 1 | -1/+4 |
| | | |||||
* | | Remove cache avatar support and add its tests | Unknwon | 2016-02-14 | 14 | -390/+45 |
| | | |||||
* | | Minor fix for #2578 | Unknwon | 2016-02-14 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #2578 from exmex/develop | Unknwon | 2016-02-14 | 2 | -8/+12 |
|\ \ | | | | | | | Admins and user itself sees private org relations on profile | ||||
| * | | Reverted showing (private) on private org relations | ExMex | 2016-02-07 | 1 | -5/+1 |
| | | | |||||
| * | | Admins and user itself sees private org relations on profile | ExMex | 2016-02-07 | 3 | -9/+17 |
| | | | |||||
* | | | fix #2454 | Unknwon | 2016-02-14 | 3 | -692/+907 |
| | | | |||||
* | | | Hijack #2388 | Unknwon | 2016-02-14 | 1 | -0/+6 |
| | | | |||||
* | | | Minor fix for #2567 | Unknwon | 2016-02-14 | 8 | -14/+17 |
| | | | |||||
* | | | Merge pull request #2567 from fnkr/hide-other-teams-activity-from-dashboard | Unknwon | 2016-02-14 | 3 | -12/+39 |
|\ \ \ | | | | | | | | | 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 to | Florian Kaiser | 2016-02-06 | 3 | -7/+24 |
| | | | | |||||
| * | | | Only show repositories on organization dashboard, that the user has access to | Florian Kaiser | 2016-02-05 | 1 | -5/+15 |
| | | | | |||||
* | | | | #2569 delete repo local copy when transfer | Unknwon | 2016-02-14 | 6 | -7/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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/bgcolor | Unknwon | 2016-02-14 | 4 | -3/+108 |
|\ \ \ \ | | | | | | | | | | | Change main content area bg to white, keep area above tabs grey | ||||
| * | | | | Fix when repo is empty | chriswatt | 2016-02-14 | 1 | -73/+71 |
| | | | | | |||||
| * | | | | Add grey bg to tabs on repo page | chriswatt | 2016-02-14 | 4 | -72/+179 |
|/ / / / | |||||
* | | | | Remove unused tests | Unknwon | 2016-02-13 | 4 | -209/+1 |
| | | | | | | | | | | | | | | | | | | | | 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-payload | Unknwon | 2016-02-12 | 2 | -1/+2 |
|\ \ \ \ | |_|_|/ |/| | | | Add default branch to repo payload | ||||
| * | | | Add default branch to repo payload | Josh Frye | 2016-02-12 | 2 | -1/+2 |
| | | | | |||||
* | | | | Merge pull request #2612 from Eriner/master | Unknwon | 2016-02-12 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | update .gopmfile to reflect git-module update | ||||
| * | | | | update .gopmfile to reflect git-module update | Matt Hamilton | 2016-02-12 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | Updated to reflect version increment in commit 47adc0e. | ||||
* | | | | Merge pull request #2609 from joshfng/add-config-log-path | Unknwon | 2016-02-12 | 5 | -905/+710 |
|\ \ \ \ | | | | | | | | | | | Add install option for log path | ||||
| * | | | | Remove redundant nil check. | Josh Frye | 2016-02-12 | 1 | -10/+0 |
| | | | | | |||||
| * | | | | Make log path required | Josh Frye | 2016-02-12 | 2 | -3/+3 |
| | | | | | |||||
| * | | | | Set default log path if empty during install | Josh Frye | 2016-02-12 | 2 | -2/+12 |
| | | | | | |||||
| * | | | | Add helper text for log path. | Josh Frye | 2016-02-12 | 3 | -2/+4 |
| | | | | | |||||
| * | | | | Add install option for log path | Josh Frye | 2016-02-12 | 5 | -905/+708 |
| |/ / / | |||||
* | | | | Minor docs update for #2605 | Unknwon | 2016-02-12 | 1 | -1/+7 |
| | | | | |||||
* | | | | Merge pull request #2605 from 0rax/develop | Unknwon | 2016-02-12 | 3 | -0/+18 |
|\ \ \ \ | |/ / / |/| | | | Add the ability to run crond inside the Docker container | ||||
| * | | | Add the ability to run crond inside the Docker container | Jean-Philippe Roemer | 2016-02-12 | 3 | -0/+18 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | - 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-transfer | Unknwon | 2016-02-11 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Remove local wiki copy on repo transfer. Fixes #2558 | ||||
| * | | | Remove local wiki copy on repo transfer. Fixes #2558 | Josh Frye | 2016-02-11 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge pull request #2603 from joshfng/bump-git-module-version | Unknwon | 2016-02-11 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Bump git-module. Fixes #2589 | ||||
| * | | | Bump git-module. Fixes #2589 | Josh Frye | 2016-02-11 | 1 | -1/+1 |
|/ / / | |||||
* | | | Update locales and update sponsor | Unknwon | 2016-02-11 | 16 | -154/+182 |
| | | | |||||
* | | | #1577 fix missing SQL query placeholder | Unknwon | 2016-02-10 | 1 | -2/+5 |
| | | |