Commit Graph

312 Commits (6235bd1fe9ed15c9a889f72e4fe2880189963306)

Author SHA1 Message Date
Unknwon b1696665bd make cron task configurable
Unknwon 407385db7e work on
Unknwon cec38f2a8c able edit issue labels/milestone/assignee
Unknwon 817b48ed1e Show owner/poster tags of comments and fix
Unknwon 133b19d0c5 finish view comments on issue page
Unknwon 496a65ed29 update locales
Unknwon 34f6cbfc2a finish attachments when create issue
Unknwon 17de3ab0a3 add migrate from issue.label_ids to issue_label
Unknwon 590c464c56 UI: create issue with title and content
Unknwon 3d0583df0f fix private repo cannot trigger hook by SSH
Unknwon 39a3b768bc : Add Deployment Key Support
Unknwon 0705f55ce0 finish new milestone page
Unknwon 3e4cdccf6b milestone: create page
Unknwon 9311a9858a milestone: pagination
Unknwon 04458d49a0 milestone: list view
Unknwon cc0d963f75 fix check template version
Unknwon 03011e31fe update locale and .gopmfile
Unknwon 42a2c5ca54 use new connstr format for postgres
Unknwon 869113704b fix
Unknwon 589618c8a5 better paging
Unknwon 686dd59916 fix with migration and update locale
Unknwon fa298a2c30 : Realtime webhooks
Unknwon 1ba837a055 new issue and label page
Unknwon ac95f6d50f UI: basic label list
- create new label
Unknwon 4447a20f87 UI: issues - finish basic frame
Unknwon 42a72b62fc fix about
Unknwon bebbd08920 Disable log color in prod mode
Unknwon ff051e2106 : API calls are not hidden behind sign in
Unknwon 81adbe17ca use pam and update TRANSLATORS
Unknwon 35be8741c4 fix
Unknwon b9dc2147b4 UI: install - done
Unknwon 5cf3732339 UI: install - new version
Unknwon ffd17924fd update UI framework
Unknwon c47afdff58 add config options for HELO
Unknwon 9fb2d49b93 issue ID constraint failed
Unknwon 5169a0e025 mirror fix of
Unknwon 6f81c05dde Team member access lost when adding repository collaborator
- fix bug when add a repo to team, all other team members gets access as well
Unknwon 2bb982dada : Remove footer ads/branding from default template
Unknwon b6f8b486c7 add sr-only class, change to new tag line
Unknwon 1cb57b1a44 : fix locale
Unknwon e9c599b48a prepare for 0.6 release
Unknwon 82f7a01ded : X-Gogs-Event header is empty
Unknwon 33894591a6 : Edit Account does not take into consideration password rules
Unknwon 588f3215c6 : dashboard no longer accessible when repo is missing
Unknwon 4aafeace23 fix HTTP/HTTPS push update func call panic and `http: multiple response.WriteHeader calls`
Unknwon 34102f7889 remove unused scripts and simplify migrate form definition
Unknwon b447d18dca cmd/serve.go: remove useless code
Unknwon 473e265727 models: done testing on new access system
Unknwon 8896c82d34 models: fix issue with transfer repository
README: fix typo
Unknwon ee68a826a5 v4 migration, merge 'dev', clean code and mirror fix