212 Commits (6f8e388b5530e85f141ea3aa345b1c6842fbe1f5)

Author SHA1 Message Date
Unknwon fa298a2c30 #835: Realtime webhooks 9 years ago
Unknwon 54b58e988d Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues 9 years ago
Unknwon 70d44e9565 Merge branch 'master' of github.com:gogits/gogs into develop 9 years ago
无闻 57651060ce Merge pull request #1336 from technosophos/master
Fix minor spelling issues.
9 years ago
无闻 6272986192 Merge pull request #1358 from nice-software/wip/certCommonName
Add CommonName to the self signed certificate
9 years ago
Unknwon ac95f6d50f UI: basic label list
- create new label
9 years ago
Unknwon 86dbda0b42 UI: basci issue list without filters
- fix isRead check
- fix paging
9 years ago
Unknwon ff051e2106 #1128: API calls are not hidden behind sign in 9 years ago
Paolo Borelli e94ca36335 Add CommonName to the self signed certificate
Without a CN the self signed certificate is considered
invalid by chrome.
You can check with: openssl x509 -in cert.pem -subject -noout
9 years ago
Matt Butcher d82d9bc153 Fix minor spelling issues. 9 years ago
Luka Dornhecker 1988c0993d remove extra space in ssh authentication message 9 years ago
Unknwon 27c3c5415f #1101 Anyone can see organization pages even without logging in when sign in required 9 years ago
Unknwon e6cf83b8c0 Put default config into binary 9 years ago
Unknwon 8e815abeb0 #1079: Custom robots.txt should be send with plaintext content-type 9 years ago
Unknwon 33894591a6 #851: Edit Account does not take into consideration password rules 9 years ago
Unknwon 588f3215c6 #1040: dashboard no longer accessible when repo is missing 9 years ago
Unknwon b447d18dca cmd/serve.go: remove useless code 9 years ago
Unknwon d446be9f5f models: mirror fix on #964 9 years ago
Peter Smit 556881964f Merge branch 'access' into access_rewriteserv 9 years ago
Unknwon 10e4b5b6c6 Merge branch 'access' of github.com:gogits/gogs into access 9 years ago
Unknwon 7ccab9cd09 Merge branch 'dev' of github.com:gogits/gogs into access
Conflicts:
	gogs.go
	models/models.go
	models/user.go
	templates/.VERSION
	templates/org/home.tmpl
9 years ago
Unknwon 059338139c routers: able to migrate repo from local path
- modules/middleware/context.go: add HandleAPI method
9 years ago
无闻 fc4dff1b17 Merge pull request #959 from phsmit/access_update
Updating context and fixing permission issues
9 years ago
Peter Smit aa68e86206 Rewrite/simplify gogs serve 10 years ago
Peter Smit ed89b39984 Updating context and fixing permission issues
The boolean flags in the repo context have been replaced with mode and two methods

Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories.
10 years ago
Peter Smit f9454cc32c Make sure that a mirror can't be written to by http or ssh 10 years ago
Unknwon 685ed1f807 models: fix XORM API break
cmd/web.go: check version after load config
10 years ago
Unknwon 6d0f3a07d4 code fix #941 caution: undertest 10 years ago
Peter Smit 6c1ee384f1 Merge remote-tracking branch 'mine/access_refactor' into access_refactor
Conflicts:
	cmd/serve.go
	models/access.go
	models/migrations/migrations.go
	models/org.go
	models/repo.go
	models/user.go
	modules/middleware/org.go
	modules/middleware/repo.go
	routers/api/v1/repo.go
	routers/org/teams.go
	routers/repo/http.go
	routers/user/home.go
10 years ago
Peter Smit 0a4cda0dd4 Refactoring of the Access Table
This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.

The result does compile, but has not been tested. It may eat your kittens.
10 years ago
Unknwon 7e7160eefd first pass work on migration #925 10 years ago
Peter Smit 0d158e569b Change constants to UPPERCASE_WITH_UNDERSCORE style 10 years ago
Peter Smit b7e26aa5e3 Improve argument parsing for serve command 10 years ago
Unknwon f15fa9167a cmd: code fix for #905
- routers/admin: add rewrite update hook operation
- conf/locale: update locale file due to ini behavior changes
- cmd/cert_stub.go: remove useless code
- cmd/fix.go: no longer need fix command(at least now)
10 years ago
无闻 cd0ee35b3f Merge pull request #905 from phsmit/conf_on_cli
Add option to provide configuration file on command line
10 years ago
Unknwon 2a2596fe61 able to disable SSH for #883 10 years ago
Peter Smit 4e79adf6b5 Refactoring of the Access Table
This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.

The result does compile, but has not been tested. It may eat your kittens.
10 years ago
Peter Smit 1ab09e4f1b Add option to provide configuration file on command line 10 years ago
Unknwon 4dfffee9fb cmd: update csrf version requirement 10 years ago
Unknwon 0a2068d7fb models: code fix on #818 10 years ago
Unknwon 89ea3e1acc routers: save partial config when install 10 years ago
Unknwon b293b6eaa6 cmd: CMD option for port number of `gogs web` to prevent first time run conflict
- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page
10 years ago
Unknwon 7170011f4d update with deps 10 years ago
Unknwon 13e35398aa prepare for mirror update release 10 years ago
Unknwon d5c6b53571 use new Redis client 10 years ago
Unknwon f0ca16d78f add cache version require 10 years ago
Unknwon c73e9057ae Optmize git-fsck options and fix #820 10 years ago
Unknwon 0f1ff9b1ad fix cache dep API broken 10 years ago
Unknwon 63c1f9a23f fix 500: E-mail already used in user settings page 10 years ago
Unknwon 81a44e4cd0 fix API changes 10 years ago