Commit Graph
60 Commits
Author SHA1 Message Date
BwkoandLauris BH 1f877f8c87 Add tag check to release draft creation (#3729) 2018-06-04 08:34:44 +03:00
BwkoandLauris BH 38a9cda4bb Remove unnecessary Safe tags (#3778) 2018-04-10 06:43:37 +03:00
BwkoandLunny Xiao 8ee45eb614 Add EnableTimetracking option to app settings (#3719) 2018-04-09 23:15:32 +08:00
BwkoandLauris BH daf70d3a4e Use the active branch for the code tab (#3720) 2018-04-09 13:34:19 +03:00
BwkoandLunny Xiao 321cc2a3d0 Set default branchname on first push (#3715) 2018-03-25 21:00:07 +08:00
BwkoandLunny Xiao 3ab580c8d6 Add branch overiew page (#2108)
* Add branch overiew page

* fix changed method name on sub menu

* remove unused code
2017-10-26 08:49:16 +08:00
BwkoandLunny Xiao 1a5fe4326f Add collaborative repositories to the dashboard (#2205)
* Add collaborative repositories to the dashboard

Remove some unused code from the Dashboard func

* fix some bug and some refactor

* fix tests
2017-08-23 09:30:54 +08:00
BwkoandLunny Xiao 1193627014 Fix Commits nil pointer dereference (#2203) 2017-07-31 09:23:10 +08:00
BwkoandLunny Xiao 8f171210b9 Revert "Add ability to fork your own repos (#761)" (#2193) 2017-07-26 15:17:38 +08:00
Bwko b36849dc1f Fix exit status 1 not handled @ getMergeCommit 2017-06-30 12:35:26 +02:00
BwkoandLunny Xiao bf647ce143 Check for manual merging of a pull request (#719)
When an open pull request got manually merged mark the pull request as
merged
2017-02-05 21:07:44 +08:00
BwkoandLunny Xiao 4faf097fb9 Added webkit-font-smoothing (#763) 2017-01-27 14:10:21 +08:00
BwkoandLunny Xiao e08421017c Add ability to fork your own repos (#761) 2017-01-26 22:44:37 +08:00
BwkoandLunny Xiao 067ae5d96e Fix to reflect selected branch for fork (#762)
PullRequestCtx.HeadInfo did not contain the current selected branch
causing issue #304
2017-01-26 13:32:08 +08:00
BwkoandLunny Xiao 634ac9c5af Update Website binding MaxSize to 255 (#722) 2017-01-25 15:23:20 +08:00
BwkoandLunny Xiao 8555e888d8 Add ETag header to avatars (#721) 2017-01-25 12:26:31 +08:00
BwkoandLunny Xiao 75f0b0c51c Added gogs migration script (#532) 2017-01-25 10:45:29 +08:00
BwkoandLunny Xiao 3461003a0f Update the contribution guidelines (#726) 2017-01-24 09:16:19 +08:00
BwkoandLunny Xiao 74ed6dc3ad Add option to app.ini to enable local import paths (#724) 2017-01-23 09:19:50 +08:00
BwkoandLunny Xiao 1257d43e14 Add a reserved path check to the wiki (#720) 2017-01-22 23:08:54 +08:00
BwkoandLunny Xiao 7e401b9e39 Fix crash caused by #647 (#708) 2017-01-20 21:47:09 +08:00
BwkoandLunny Xiao 4a1f36c3cc Don't create a default pid file (#637) 2017-01-14 10:15:43 +08:00
BwkoandLunny Xiao dc50c78f48 Replace pull request with issue at issue_template (#547) 2016-12-31 22:35:32 +08:00
BwkoandLunny Xiao 9ccc3698d5 Fix wrong anchors for non-latin headings (#3981) (#512)
Change Javascript regular expression to match non-latin characters
The regex comes from here: http://stackoverflow.com/questions/150033/regular-expression-to-match-non-english-characters#comment22322603_150078

And this patch should fixed these two issues: #3919 #3843
2016-12-31 18:06:09 +08:00
BwkoandKim "BKC" Carlbäcker fa60cf0ea4 Updated Dutch translations 2016-12-30 21:05:12 +01:00
BwkoandLunny Xiao 331316894e Replace Gogs with Gitea (#520) 2016-12-28 16:33:21 +08:00
Bwko 98b0688921 At the locales replaced 6 with MIN_PASSWORD_LENGTH 2016-12-26 23:28:04 +01:00
Bwko 6388761129 Added Dutch translations to the landingpage 2016-12-26 23:03:16 +01:00
BwkoandKim "BKC" Carlbäcker 71dee6b7c0 Improve the way how branches are deleted
Delete branch from HeadRepo instead of BaseRepo
Prevent the deletion of a master branch
Show a yes/no overlay when you press the delete branch button
2016-12-26 11:55:28 +01:00
BwkoandLunny Xiao fa3abc22c0 Added sorting to organizations, repos & users page (#222) 2016-12-24 22:42:26 +08:00
BwkoandLunny Xiao c1e92eeb72 Simplified MinPasswordLength check (#475) 2016-12-24 22:42:11 +08:00
BwkoandLunny Xiao a345a03d99 Added sorting to the labels & milestones page (#199) 2016-12-24 22:41:09 +08:00
BwkoandLunny Xiao f27d87d93b Added minimum password length to app.ini (#223) 2016-12-24 21:40:44 +08:00
BwkoandLunny Xiao abcd39f7d5 In the wiki title replace tab with a space (#371) 2016-12-11 11:01:26 +08:00
BwkoandKim "BKC" Carlbäcker cbcb4361d5 Fixes issue #283
Delete old temp local copy before we create a new temp local copy
2016-12-09 20:13:48 +01:00
BwkoandKim "BKC" Carlbäcker 39d0db52de Fix for #361, renamed username to login 2016-12-07 15:56:43 +01:00
BwkoandThomas Boerger 026ad4aee7 Fixes panic when there's no user initialized (#358) 2016-12-06 21:58:34 +01:00
Bwko 0118b275b6 Fix for #320
Suppress the error when we're removing a file that may not exist
2016-12-03 22:31:54 +01:00
BwkoandKim "BKC" Carlbäcker 4ff0db0246 Catch os... errors 2016-12-02 07:41:19 +01:00
BwkoandLunny Xiao 5ab85372da Added rel="noopener" to target="_blank" hrefs (#327)
* Added rel="noopener" to target="_blank" hrefs

* Replaced gogs.io/docs with docs.gitea.io
2016-12-02 09:12:16 +08:00
Bwko 1e9730a779 Fixes xss, clickjacking & password autocompletion 2016-11-29 22:49:06 +01:00
Bwko bad1bc6518 Lint models/repo.go 2016-11-28 18:27:55 +01:00
Bwko a5aae1c145 Lint models/repo_* 2016-11-28 17:58:59 +01:00
Bwko 9963d61233 Lint models/user.go 2016-11-28 17:47:46 +01:00
Bwko a4ece1f223 Fixes typos 2016-11-27 12:59:12 +01:00
Bwko 0b9cf10340 Lint models/org.go & models.go 2016-11-26 11:37:50 +01:00
Bwko 7bf7042013 Lint models/repo_mirror.go 2016-11-26 11:23:55 +01:00
Bwko ce8c9ef580 Lint models/repo_branch.go 2016-11-26 11:20:37 +01:00
Bwko 6cde041080 Lint models/ssh_key.go 2016-11-26 01:36:03 +01:00
Bwko 2bb1601d7c Lint models/access.go 2016-11-26 01:07:57 +01:00
Bwko 066f515a47 Lint models/user_email.go 2016-11-26 01:03:06 +01:00
BwkoandLunny Xiao c0ca6644ad Lint/issue &mail (#243)
* Lint models/release.go

* Lint models/ issue_label, issue_mail & mail.go
2016-11-25 16:11:12 +08:00
BwkoandLunny Xiao 081c2a9395 Lint models/token.go (#244) 2016-11-25 16:03:52 +08:00
Bwko 33a2ac3830 Lint models/update.go & webhook_slack.go 2016-11-25 07:55:08 +01:00
Bwko d8e11a8eaa Lint models/admin.go 2016-11-24 23:42:07 +01:00
Bwko ece19f4a5e Lint models/release.go 2016-11-24 22:02:54 +01:00
Bwko ff0d1bd602 Added short-hash support to downloads 2016-11-24 11:45:16 +01:00
Bwko 2a449bd4b1 Fix typos 2016-11-21 20:08:21 +01:00
BwkoandGitHub 7b75d93f3d Fix for anonymous users to switch views 2016-11-19 16:53:34 +01:00
Bwko fc3ed8a1de Fix panic when no user is signed in
See #188
2016-11-19 12:43:10 +01:00