Commit Graph

245 Commits (9b01a3501b8c1897a9c02bf82dcc169a20b9a51f)

Author SHA1 Message Date
Unknwon 371572cf5f allow edit issue and comment
Unknwon 87f5ca8e1f able edit issue title
Unknwon 1453e91f41 minor fix on API response
Unknwon 54b52de6ee minor fix on API response
Unknwon 47ac579f09 only assign auto-admin when sign up by web
Unknwon 4c7b6414eb new access token UI
Unknwon 2493454587 new delete account UI and password confirmation
Unknwon 81b8427438 new UI on admin/monitor
Unknwon 6fdc881bd4 detect kill signal
Unknwon 30b428bf0e : 500 when visit a issue with issue/comments of deleted user
Unknwon cec38f2a8c able edit issue labels/milestone/assignee
Unknwon 133b19d0c5 finish view comments on issue page
Unknwon b410207dc1 add cache-control for attachments
Unknwon e67659bf8e fix serve attachment content type
Unknwon 34f6cbfc2a finish attachments when create issue
Unknwon 89c2bd4a0d finish create issue attachment UI
Unknwon 590c464c56 UI: create issue with title and content
Unknwon dea3a8c6a4 WIP: create PR - choose branch
Unknwon 9db4acc62e improve fork process
Unknwon 3d0583df0f fix private repo cannot trigger hook by SSH
Unknwon 9d414d4dd9 remove Index field of milestone
Unknwon 952c480f4f better version checker
Unknwon 39a3b768bc : Add Deployment Key Support
Unknwon 2c507667bf Merge branch 'develop' of github.com:gogits/gogs into feature/milestone
# Conflicts:
#	gogs.go
#	models/issue.go
#	templates/.VERSION
Unknwon 0705f55ce0 finish new milestone page
Unknwon 74bd6b939c milestone: edit
Unknwon e50982f5ec allow anonymous SSH clone
Unknwon 9311a9858a milestone: pagination
Unknwon 04458d49a0 milestone: list view
Unknwon cc0d963f75 fix check template version
Unknwon bdd92dc7d1 fix disable router log option
Unknwon 4cd892c99f fix
Unknwon ba47306a69 fix
Unknwon fa298a2c30 : Realtime webhooks
Unknwon 54b58e988d Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues
Unknwon 70d44e9565 Merge branch 'master' of github.com:gogits/gogs into develop
无闻 57651060ce Merge pull request from technosophos/master
Fix minor spelling issues.
无闻 6272986192 Merge pull request from nice-software/wip/certCommonName
Add CommonName to the self signed certificate
Unknwon ac95f6d50f UI: basic label list
- create new label
Unknwon 86dbda0b42 UI: basci issue list without filters
- fix isRead check
- fix paging
Unknwon ff051e2106 : API calls are not hidden behind sign in
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
Matt Butcher d82d9bc153 Fix minor spelling issues.
Luka Dornhecker 1988c0993d remove extra space in ssh authentication message
Unknwon 27c3c5415f Anyone can see organization pages even without logging in when sign in required
Unknwon e6cf83b8c0 Put default config into binary
Unknwon 8e815abeb0 : Custom robots.txt should be send with plaintext content-type
Unknwon 33894591a6 : Edit Account does not take into consideration password rules
Unknwon 588f3215c6 : dashboard no longer accessible when repo is missing
Unknwon b447d18dca cmd/serve.go: remove useless code