Unknwon
6132a82287
admin: sync wiki's hook files as well
8 years ago
Kim "BKC" Carlbäcker
b6fc35f637
Implement list/check/delete Repo Collaborator ( #3689 )
8 years ago
Unknwon
0f32aeec70
migration: adjust rule to prevent migrate wrong hook file
8 years ago
Unknwon
78145cd166
migration: handle edge case
8 years ago
Unknwon
904f0ebec3
migration: add trace log
8 years ago
Unknwon
039dc33367
git: delegate all server-side Git hooks ( #1623 )
8 years ago
Christian Höppner
859009259a
Typo in LocalCopyPath ( #4122 )
...
This won't fix any bugs, but a typo is a typo.
8 years ago
Unknwon
f4aedda13a
org/team: make 'new' as reserved for team name ( #3789 )
8 years ago
dlob
5179063e71
Added mssql support. ( #3772 )
8 years ago
Unknwon
1c87b082c1
api/issue: minor code refactor ( #3688 )
8 years ago
Kim "BKC" Carlbäcker
99d86c7175
Implement more issue-endpoints ( #3688 )
8 years ago
Unknwon
127005d733
webhook: remove bad characters of Slack-type webhook for Discord ( #4088 )
8 years ago
Unknwon
9b72661767
config: show Git version in admin panel
8 years ago
Unknwon
0958fe5a4e
Improve Open Graph Meta tags ( #3664 )
8 years ago
Unknwon
ee59016585
wiki: clean up broken data if migration failed ( #3792 )
8 years ago
Unknwon
1863f38286
models/repo: fix SQLite3 database-lock when fail to delete repository ( #4048 )
8 years ago
Unknwon
6b6f54b79b
Some file refactoring
8 years ago
Unknwon
b67ec01d41
Able to disable non-admin to create new organization ( #1556 )
...
Add new config option '[admin] DISABLE_REGULAR_ORG_CREATION', by
default it's 'false'.
8 years ago
Unknwon
3f95824e65
api/repo/milestone: fix change status didn't take effect
8 years ago
Unknwon
9b8fa69c15
models/ssh_key: fix SSH_KEYGEN_PATH not working ( #3770 )
8 years ago
Unknwon
f5dc436441
Minor improve on error handling
8 years ago
Unknwon
eb66060cd7
log: start using gopkg.in/clog.v1
8 years ago
Unknwon
f7c11a27d0
models/repo: clean up repository local copy after rename ( #3641 )
8 years ago
Unknwon
418dab9b96
models/pull: load attributes when fetch list of pull requests ( #4089 )
...
Code only fetched issues corresponding to the pull requests, and left
out necessary base/head repository objects, which is required later
to generate API format.
8 years ago
Unknwon
e893e1fc63
models: set XORM log level to WARNING in production
8 years ago
Unknwon
6622b7b49a
models: remove TiDB embedded driver support
...
Users should all start tidb-server process and connect to it as if
it is a MySQL server with MySQL drivers.
8 years ago
Unknwon
ede58ade4c
models/org_team: fix compile error
8 years ago
Unknwon
a2dd9ec2e1
models/org_team: panic when team num_repos is negative ( #3671 )
8 years ago
Unknwon
f0f8205b8b
models/ssh_key: little key methods receiver rename
8 years ago
Unknwon
2bb1de1805
cmd/serve: minor code improve for PR #4078
8 years ago
Rémy Boulanouar
be3a13a0d6
Allow use to set an external tracker url and to redirect user when clicking in Issues same behavior as Wiki. ( #3646 )
8 years ago
Unknwon
d293aa9ced
Do a fast-fail testing on repository URL before mirroring
...
To ensure the URL is accessible under good condition to prevent
long blocking on URL resolution without syncing anything.
8 years ago
Unknwon
6bfbed0616
Use commit time instead of author time for push commits ( #4037 )
8 years ago
Unknwon
185c90df12
Skip deletion for temporary data when not exist on Windows ( #4069 )
8 years ago
Renato P. de Aquino
ec5a967937
Issue #3814 ( #3903 )
8 years ago
Unknwon
4bc98f7aa2
Move models/mail.go to modules/mail.go
...
To use interface to replace *models.User in avoiding cycle import.
8 years ago
Unknwon
207960b459
Fix create user can use user email which is used ( #4016 )
8 years ago
Unknwon
7b3b46c675
Fix showing total number of PRs when user does not have any repositories ( #4007 )
8 years ago
Denis Denisov
84f28fc5d6
Safe compare password (timing attack) ( #4064 )
8 years ago
Unknwon
ae319da5fd
Disable local path migration by default ( #4033 )
...
Site admin now has to enable manually by config option
[repository] ENABLE_LOCAL_PATH_MIGRATION = true.
Site admin always grants this permission, but regulars users have
to be allowed by site admins in admin user panel.
8 years ago
Óscar García Amor
80cd8f6a29
Fix #3714 ( #4060 )
8 years ago
Óscar García Amor
eaf57229d3
Fix notification email issues ( #4055 )
8 years ago
Unknwon
8059175a5c
Fix dashboard issues/pull request counting
8 years ago
Unknwon
d528704503
Minor code fix for PR #3560
8 years ago
hgaiser
e6ef75204b
Fix assigned/created issues in dashboard. ( #3560 )
...
* Fix assigned/created issues in dashboard.
* Use GetUserIssueStats for getting all Dashboard stats.
* Use gofmt to format the file properly.
* Replace &Issue{} with new(Issue).
* Check if user has access to given repository.
* Remove unnecessary filtering of issues.
* Return 404 error if invalid repository is given.
* Use correct number of issues in paginater.
8 years ago
Unknwon
42a3bbb0f4
Fetch before Checkout when create pull request ( #3699 )
8 years ago
Unknwon
03f7f3ee67
Some code renaming
8 years ago
Unknwon
f471ef1bc7
Fix vulnerability reported in #3962
8 years ago
Unknwon
7ebe0a9916
Fix vulnerabilities reported in #3959
8 years ago
Unknwon
e629c7583b
Fix #3675
...
Closes #3676
8 years ago