Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | auth: support authentication source config file (#3142) | Unknwon | 2018-04-12 |
| | |||
* | MISC: bump version | Unknwon | 2017-11-19 |
| | |||
* | Makefile: correct errors | Unknwon | 2017-07-14 |
| | |||
* | 2fa: initial support (#945) | Unknwon | 2017-04-06 |
| | |||
* | Refactoring: rename modules -> pkg | Unknwon | 2017-04-04 |
| | | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory | ||
* | wiki: fix crash with blob name contains tab (#3916) | Unknwon | 2017-02-16 |
| | |||
* | models/org_team: panic when team num_repos is negative (#3671) | Unknwon | 2017-02-08 |
| | |||
* | Makefile: remove -buildmode=pie | Unknwon | 2017-01-30 |
| | |||
* | Makefile: fix string concatenation | Unknwon | 2017-01-30 |
| | |||
* | Produce a position independent executable (#4011) | Aaron Wood | 2017-01-28 |
| | | | | | | * Produce a position independent executable * Add OS detection to the main Makefile so we don't apply -pie on OS X | ||
* | Add all, check and dist Makefile rules (#3549) | Sandro Santilli | 2016-08-30 |
| | | | | These are to follow the GNU Coding Standards Makefile Targets: https://www.gnu.org/prep/standards/html_node/Standard-Targets.html | ||
* | Little code refactoring | Unknwon | 2016-08-09 |
| | |||
* | Only do go vet on this codebase | Unknwon | 2016-08-06 |
| | |||
* | Ignore repository with issue disabled or use external tracker in dashboard ↵ | Unknwon | 2016-08-05 |
| | | | | issues | ||
* | #1601 support delete issue comment | Unknwon | 2016-07-26 |
| | |||
* | Make go's build flags a variable | Dan McGregor | 2016-03-15 |
| | | | | | | | This allows the user to specify build flags from the make command line. For example to force a complete rebuild one could use: make BUILD_FLAGS='-v -a' TAGS="sqlite" | ||
* | Some minor changes | Unknwon | 2016-03-06 |
| | |||
* | Remove cache avatar support and add its tests | Unknwon | 2016-02-14 |
| | |||
* | Minor fix for #2567 | Unknwon | 2016-02-14 |
| | |||
* | Add command to run the test suite in Makefile. | Andrey Nering | 2016-01-16 |
| | |||
* | stop compile bindata for TRANSLATORS | Unknwon | 2016-01-11 |
| | | | | - update required version of git-module for #2373 | ||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 |
| | | | | | - User profile un/follow - List user's followers/following | ||
* | Makefile: Do not fail build on missing lessc | Adam Strzelecki | 2015-12-09 |
| | | | | | | | | | | | | | | | This is achieved by adding public/css/gogs.css to special .IGNORE target, which makes inability to generate/update gogs.css non-fatal and not stopping whole build process. User is still notified about missing lessc command though, since inability to update CSS may lead to potential problems: lessc public/less/gogs.less public/css/gogs.css make: lessc: No such file or directory make: [public/css/gogs.css] Error 1 (ignored) More info at: https://www.gnu.org/software/make/manual/html_node/Special-Targets.html | ||
* | Makefile: Remove trailing whitespace & add last LF | Adam Strzelecki | 2015-12-01 |
| | | | | This is pure cleanup commit. | ||
* | Makefile: Auto-build CSS & bin-data when necessary | Adam Strzelecki | 2015-12-01 |
| | | | | | This will ensure that running `make` we will get all necessary files built and we do not need manually remember to rebuild them. | ||
* | Makefile: Copy installed binary instead 2nd build | Adam Strzelecki | 2015-12-01 |
| | | | | | This speeds up single build/rebuild rather than install & build which compiles everything twice, we just copy installed binary back to the project root. | ||
* | go vet and fix #1890 | Unknwon | 2015-11-08 |
| | |||
* | add Makefile | Unknwon | 2015-11-03 |