Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -3/+3 |
| | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path | ||||
* | Hush dangerous GNU comment, mark "check" rule as phony | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Add "check" alias for testing | Sandro Santilli | 2016-11-07 | 1 | -0/+3 |
| | | | | | Follows GNU Coding Standards, see https://www.gnu.org/prep/standards/html_node/Standard-Targets.html#Standard-Targets | ||||
* | Totally refactored the makefile and adjusted travis config | Thomas Boerger | 2016-11-04 | 1 | -51/+109 |
| | |||||
* | Merge branch 'master' into feature/main.go | Thomas Boerger | 2016-11-04 | 1 | -4/+4 |
|\ | |||||
| * | Set default less and css to new default name | Joubert RedRat | 2016-11-04 | 1 | -4/+4 |
| | | |||||
* | | Rename all occurrences of gogs.go | Matthias Loibl | 2016-11-04 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Matthias Loibl <mail@matthiasloibl.com> | ||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -2/+2 |
| | |||||
* | Add all, check and dist Makefile rules (#3549) | Sandro Santilli | 2016-08-30 | 1 | -1/+7 |
| | | | | 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 | 1 | -1/+0 |
| | |||||
* | Only do go vet on this codebase | Unknwon | 2016-08-06 | 1 | -4/+6 |
| | |||||
* | Ignore repository with issue disabled or use external tracker in dashboard ↵ | Unknwon | 2016-08-05 | 1 | -6/+7 |
| | | | | issues | ||||
* | #1601 support delete issue comment | Unknwon | 2016-07-26 | 1 | -0/+4 |
| | |||||
* | Make go's build flags a variable | Dan McGregor | 2016-03-15 | 1 | -2/+3 |
| | | | | | | | 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 | 1 | -0/+6 |
| | |||||
* | Remove cache avatar support and add its tests | Unknwon | 2016-02-14 | 1 | -5/+5 |
| | |||||
* | Minor fix for #2567 | Unknwon | 2016-02-14 | 1 | -0/+4 |
| | |||||
* | Add command to run the test suite in Makefile. | Andrey Nering | 2016-01-16 | 1 | -0/+3 |
| | |||||
* | stop compile bindata for TRANSLATORS | Unknwon | 2016-01-11 | 1 | -1/+1 |
| | | | | - update required version of git-module for #2373 | ||||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 | 1 | -1/+1 |
| | | | | | - User profile un/follow - List user's followers/following | ||||
* | Makefile: Do not fail build on missing lessc | Adam Strzelecki | 2015-12-09 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | 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 | 1 | -2/+2 |
| | | | | This is pure cleanup commit. | ||||
* | Makefile: Auto-build CSS & bin-data when necessary | Adam Strzelecki | 2015-12-01 | 1 | -3/+14 |
| | | | | | 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 | 1 | -1/+1 |
| | | | | | 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 | 1 | -2/+7 |
| | |||||
* | add Makefile | Unknwon | 2015-11-03 | 1 | -0/+30 |