Unknwon
f2ecfdc96a
auth: support authentication source config file ( #3142 )
7 years ago
Unknwon
b752fe6808
MISC: bump version
7 years ago
Unknwon
3a6623104f
Makefile: correct errors
7 years ago
Unknwon
a617d52374
2fa: initial support ( #945 )
8 years ago
Unknwon
d05395fe90
Refactoring: rename modules -> pkg
...
Reasons to change:
1. Shorter than 'modules'
2. More generally used by other Go projects
3. Corresponds to the naming of '$GOPATH/pkg' directory
8 years ago
Unknwon
3b49a99b60
wiki: fix crash with blob name contains tab ( #3916 )
8 years ago
Unknwon
a2dd9ec2e1
models/org_team: panic when team num_repos is negative ( #3671 )
8 years ago
Unknwon
c17f93e6c0
Makefile: remove -buildmode=pie
8 years ago
Unknwon
a5afa37203
Makefile: fix string concatenation
8 years ago
Aaron Wood
263203ec28
Produce a position independent executable ( #4011 )
...
* Produce a position independent executable
* Add OS detection to the main Makefile so we don't apply -pie on OS X
8 years ago
Sandro Santilli
47a3243ff1
Add all, check and dist Makefile rules ( #3549 )
...
These are to follow the GNU Coding Standards Makefile Targets:
https://www.gnu.org/prep/standards/html_node/Standard-Targets.html
8 years ago
Unknwon
f70343660d
Little code refactoring
8 years ago
Unknwon
08c976f811
Only do go vet on this codebase
8 years ago
Unknwon
cf6d321991
Ignore repository with issue disabled or use external tracker in dashboard issues
8 years ago
Unknwon
899e799459
#1601 support delete issue comment
8 years ago
Dan McGregor
db3905c0a3
Make go's build flags a variable
...
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"
9 years ago
Unknwon
58f0c68151
Some minor changes
9 years ago
Unknwon
58e004f7da
Remove cache avatar support and add its tests
9 years ago
Unknwon
a1d97e8f5c
Minor fix for #2567
9 years ago
Andrey Nering
b8d0367a6c
Add command to run the test suite in Makefile.
9 years ago
Unknwon
db719abff2
stop compile bindata for TRANSLATORS
...
- update required version of git-module for #2373
9 years ago
Unknwon
a49af93faf
#1692 APIs: Users Followers
...
- User profile un/follow
- List user's followers/following
9 years ago
Adam Strzelecki
eb6c634475
Makefile: Do not fail build on missing lessc
...
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
9 years ago
Adam Strzelecki
19e8ce0354
Makefile: Remove trailing whitespace & add last LF
...
This is pure cleanup commit.
9 years ago
Adam Strzelecki
f907a5c98b
Makefile: Auto-build CSS & bin-data when necessary
...
This will ensure that running `make` we will get all necessary files built and
we do not need manually remember to rebuild them.
9 years ago
Adam Strzelecki
da607c611d
Makefile: Copy installed binary instead 2nd build
...
This speeds up single build/rebuild rather than install & build which compiles
everything twice, we just copy installed binary back to the project root.
9 years ago
Unknwon
b55499d039
go vet and fix #1890
9 years ago
Unknwon
a374751eb8
add Makefile
9 years ago