Unknwon
52aade232d
modes: fix test compile error
2017-03-31 18:28:08 -04:00
Unknwon
c1c269d9ef
modules: rename markdown -> markup
...
To further support more markup languages (e.g. Org-mode, AsciiDoc,
reStructuredText), the name 'markdown' is inappropriate.
This is the first step towards more markup language support.
2017-03-31 15:29:43 -04:00
Unknwon
4a67bb5806
migrations.v17: skip if table not exist
2017-03-30 11:37:27 -04:00
Kyle McCullough
09723ec0e5
migration.v17: handle mysql error ( #4361 )
2017-03-29 19:02:07 -04:00
Unknwon
abe7f7bc36
migration.v17: add nil error check
2017-03-28 16:38:16 -04:00
Unknwon
717bcc4ad8
migration/v17: skip if protect_branch_whitelist table not exist ( #4355 )
2017-03-28 11:20:58 -04:00
Unknwon
1038916460
models/protect_branch: fix whitelist with invalid 'protect_branch_id' ( #4333 )
...
If user creates a protect branch for the first time (which has ID=0),
it generates invalid whitelist records with 'protect_branch_id=0'.
This prevents future updates of protect branch whitelist.
Migration: remove existing invalid protect branch whitelist records.
2017-03-27 13:13:04 -04:00
Jonas
f40eb9774e
modes/mirror: corrected NextUpdate not set ( #4345 )
2017-03-26 23:24:48 -04:00
Pablo Saavedra
496e07c1c9
models/repo: avoid duplicated results in SearchRepositoryByName ( #4344 )
2017-03-26 23:23:17 -04:00
Unknwon
c238647020
cmd/web: remove dependency version checker
2017-03-25 04:17:55 -04:00
Unknwon
8f52ab8201
models/repo_editor: add pull request test task after commit ( #4338 )
2017-03-25 03:36:13 -04:00
Unknwon
674106c7b6
repo: cleanup some code
2017-03-24 16:32:14 -04:00
Unknwon
8196430f47
repo: allow private repository to have public wiki or issues
...
Relates to #649 and #2157
2017-03-24 16:25:40 -04:00
Unknwon
7a99e56893
repo: update size after fork, migrate and mirror sync ( #4336 )
2017-03-24 14:22:19 -04:00
Unknwon
79ba0314e9
milestone: only show issue-related count under issue list ( #4316 )
2017-03-24 14:00:01 -04:00
Unknwon
bd1e757350
user: remove sanitizer for FullName ( #1937 )
2017-03-23 20:24:02 -04:00
Unknwon
3144be5c81
repo: remove legacy sanitizer for repository description
...
Related to #4329 .
2017-03-23 20:23:23 -04:00
Unknwon
fdc7cb565d
repo: fix unable to propose pull request from secondary fork ( #4324 )
2017-03-23 20:04:20 -04:00
Unknwon
8a3f4fc616
models: add config options for XORM logger ( #3183 )
...
Added new config section '[log.xorm]'.
2017-03-23 18:34:25 -04:00
Unknwon
66c1e6b0e8
user/settings: complete repositories panel ( #4312 )
2017-03-23 14:28:31 -04:00
Unknwon
beee6e03b1
error: move ErrRepoNotExist -> errors.RepoNotExist
2017-03-23 14:27:34 -04:00
Unknwon
85a050fca7
issue: fix redirect to random issue if index does not exist ( #4315 )
2017-03-22 13:20:29 -04:00
Unknwon
2807274e2d
repo/webhook: able to retrigger delivery history ( #2187 )
2017-03-19 17:44:46 -04:00
Unknwon
cac7af2c78
explore: able list and search for private but accessible repositories ( #3088 )
2017-03-17 19:17:40 -04:00
Unknwon
171f97868d
repo: allow issues and wiki for bare repository ( #4104 )
2017-03-16 23:10:45 -04:00
Unknwon
bc630cc52b
repo/commit: able to config default commits page size ( #4230 )
...
Added config option '[ui.user] COMMITS_PAGING_NUM'.
2017-03-16 22:28:32 -04:00
Unknwon
d591cb0dfb
dashboard/feeds: able to load more history ( #2511 )
2017-03-16 22:05:53 -04:00
Unknwon
07a9cbe0a9
setting: able to config dashboard news feed paging number ( #4247 )
2017-03-16 20:25:28 -04:00
Unknwon
9e8ffa14cb
webhook: add file status to push event ( #3897 )
2017-03-16 17:33:04 -04:00
Unknwon
0ccd7c97ab
models: rename ErrUserNotExist -> errors.UserNotExist
2017-03-16 17:18:43 -04:00
Unknwon
1df54ea0cd
release: able to add attchments to release ( #1614 )
...
Added new config section '[release.attachment]’.
2017-03-13 04:32:20 -04:00
Unknwon
96ae0129ef
models/repo: minor code style and comment fix ( #4273 )
2017-03-13 00:53:50 -04:00
Rob Richards
aaadc61ee8
models/repo: allow SearchRepos to return private but accessible repositories ( #4273 )
...
* models/repo.go SearchRepositoryByName()
Updated function to return public and private repositories that the logged in user has been given rights to view
issue #3088
* models/repo.go SearchRepositoryName
changed repository table alias to 'repo'
removed debug line
* models/repo.go SearchRepositoryByName
modified UserID search query to use the "access" table instead of team_repo, team_user etc
* models/repo.go SearchRepositoryByName
1) uppercased SQL keywords
2) removed alias for ACCESS table
2017-03-13 00:37:12 -04:00
Unknwon
5f058c3f07
issue_mail: fix issue poster not receive email if not watching ( #2929 )
2017-03-12 13:42:19 -04:00
Unknwon
b116dc506b
migrations/v16: use continue not return for bad records
2017-03-12 03:34:19 -04:00
Unknwon
bf58f26305
migrations/v16: make SQLite3 work
2017-03-12 03:30:53 -04:00
Unknwon
601f174ea0
migrations/v16: only Warn if repository happens to have bad data
2017-03-12 03:08:25 -04:00
Unknwon
a34c21cde3
migrations/v16: sync table
2017-03-12 03:05:41 -04:00
Unknwon
bb19bb601e
repo: able to view size ( #1158 )
2017-03-12 01:59:48 -05:00
Unknwon
05dbd3f7d7
refactoring: experimental with models/errors package
2017-03-12 00:47:34 -05:00
Unknwon
dee76e4189
models/webhook: add skip check for Release event
2017-03-11 18:44:50 -05:00
Unknwon
b615d670b3
webhook: add Release event ( #2387 )
2017-03-11 18:41:32 -05:00
Unknwon
5c7cb1594b
repo/branches: overview and all ( #2310 )
2017-03-11 01:43:45 -05:00
Unknwon
23da90e25d
issue_mail: send notifications to participants in comments ( #2929 )
2017-03-10 18:47:02 -05:00
Unknwon
451aef7a1c
release: improve page load performance
...
Previously, we load all releases of a repository which could hurt
performance when the repository has a lot of releases.
Now we're able to only load releases in current page view we need
to show by matching with 'tag_name'.
2017-03-10 14:12:46 -05:00
Unknwon
22882d7c04
models/user: explicitly select for organization type
2017-03-10 12:31:50 -05:00
Unknwon
c3cde864f8
models/pull: treat all errors as conflict ( #4265 )
...
If there is a misdetection, log shows everything.
2017-03-09 13:36:40 -05:00
Unknwon
f860ddbbb7
models/pull: better error message detection ( #4265 )
...
Stop using English phrases in case of Git localization.
2017-03-09 13:04:41 -05:00
Unknwon
89cc6aa430
webhook: add issue comment event
2017-03-09 04:11:23 -05:00
Unknwon
c93731339f
webhook: support Issues event ( #2319 )
...
Also addresses #3485 .
2017-03-09 00:03:29 -05:00
Unknwon
bab448681d
models/user: handle case when user doesn't belong to any organization ( #4258 )
2017-03-08 22:21:31 -05:00
Unknwon
de2d3e3fd8
ssh_key: create parent directory of 'authorized_keys' file
2017-03-08 22:08:31 -05:00
Unknwon
295d251232
mirror: update repository updated_unix after sync ( #2807 )
2017-03-08 17:47:44 -05:00
Unknwon
bb005f3f9a
models/user: better directory handling when change username
...
Previously, if the user base directory somehow doesn't exist, the
application throws 500 for failure of rename.
Now it detects if the application should rename or just create a
new directory.
2017-03-07 14:12:19 -05:00
Unknwon
ebd95dd082
models/org: reduce to 2 SQL executions for GetOrgIDsByUserID
...
This also addresses #4231 . It is now ignoring nonexistent
organizations returned from 'org_user' table.
This was a bug caused in older version that didn't cleanup
'org_user' table when delete an organization.
2017-03-03 18:26:51 -05:00
Unknwon
d43f5f17fd
webhook: fix push panic to organizational repository ( #4206 )
2017-02-28 10:28:48 -05:00
Unknwon
b0169ba064
Merge branch 'master' of github.com:gogits/gogs into develop
2017-02-28 05:34:51 -05:00
Unknwon
9ace35ee8b
repo_branch: fix inapproriate logic
2017-02-28 05:33:30 -05:00
Unknwon
ca2cfaf71e
cmd: able to backup and restore
...
Not very robust, must execute under correct workdir.
Addresses #2072 , #3708 , #648
2017-02-27 22:48:19 -05:00
Unknwon
b06f299748
webhook: add fork event
2017-02-27 22:48:18 -05:00
Unknwon
70072e2842
dashboard: add delete branch and tag news feeds
2017-02-27 22:47:33 -05:00
Unknwon
f0086e66ae
webhook: able to detect delete branch or tag ( #2315 )
2017-02-27 22:47:21 -05:00
Unknwon
87f0ce793d
repo: able to perform initial commit on behave of actual user
2017-02-27 22:47:12 -05:00
Unknwon
e28bc7023f
modes/org: code format for PR #4194
2017-02-26 15:29:16 -05:00
dlob
aff8fb28bd
models/org: use XORM chain operations instead of raw SQL ( #4194 )
...
This also solved MSSQL pagination query syntax problem reported in #4176 .
2017-02-26 15:19:34 -05:00
Unknwon
10b93efc4a
repo: able to add organization member as repository collaborator
2017-02-24 13:56:02 -05:00
Unknwon
0696d430c9
protect_branch: only list teams have write access
...
List teams without write access to the repository cause confusion
to make users think members of team could push to the branch.
2017-02-24 13:19:42 -05:00
Unknwon
6ec859f2b0
webhook: send secret with SHA256 HMAC hex digest ( #3692 )
2017-02-24 12:23:19 -05:00
Unknwon
cd15a17970
models/repo: delete protect branch options when delete repository
2017-02-23 18:42:03 -05:00
Unknwon
6072e9a52c
repo: add protect branch whitelist ( #4177 )
...
Add options to add users and teams to whitelist of a protected
branch. This is only available for organizational repositories.
2017-02-23 18:25:12 -05:00
Unknwon
b78e03934d
models/access: hasAccess only need userID not user object
2017-02-23 16:15:25 -05:00
Unknwon
5ea0592f61
webhook: fix organizational webhook last delivery status cannot be updated
2017-02-22 22:55:28 -05:00
Unknwon
28983c94ff
comment: only show title of commit message from a commit ref ( #3206 )
2017-02-22 08:25:26 -05:00
Unknwon
0cfa489cf0
models/git_diff: add bound check
2017-02-22 06:59:45 -05:00
Unknwon
d21dc0da78
migrate: fix unexpected removal of repository when wiki is detected
2017-02-21 22:00:45 -05:00
Unknwon
60aca9ea18
webhook: also only enable certain types ( #3356 )
...
Add new config option '[webhook] TYPES’.
2017-02-21 20:21:25 -05:00
Unknwon
bd970b8b27
webhook: only trigger specific webhook for test delivery ( #3030 )
2017-02-21 15:44:35 -05:00
Unknwon
0f3155660e
webhook: minor improvements on Discord
2017-02-21 13:58:00 -05:00
Unknwon
8216360da8
webhook: support color for Discord
2017-02-21 11:36:19 -05:00
Unknwon
c5b85f2733
models/repo: fix repository files weren't cleaned up ( #4167 )
2017-02-21 11:12:46 -05:00
Unknwon
934734a85a
diff: able to highlight line with hashtag URL
2017-02-20 16:16:32 -05:00
Unknwon
2322de653c
models/webhook: fix bad query
2017-02-20 01:04:02 -05:00
Unknwon
41a2632ae7
webhook: minor text change on Discord
2017-02-19 16:07:28 -05:00
Unknwon
c4fdc26fa5
migration: drop 0.6.x support
2017-02-19 14:42:06 -05:00
Unknwon
7de71333c6
repo: several minor improvements
...
1. Fix sample content didn't show up when hook doesn't exist.
2. Fix CSS 'word-break' to use 'break-word' not 'break-all'.
3. Fix single quote in 'locale_en-US.ini' file.
2017-02-19 13:18:16 -05:00
Unknwon
40fbe7fa8e
models/repo: handle deletion on Windows ( #4152 )
2017-02-18 22:47:32 -05:00
Unknwon
0a2f87f941
cron: add repository archive cleanup ( #4061 )
2017-02-18 19:35:59 -05:00
Unknwon
a07b1f630a
webhook: add native Discord support
2017-02-18 00:54:56 -05:00
Unknwon
266586e866
repo: assignee can be anyone who has read access ( #3739 )
2017-02-17 22:17:27 -05:00
Unknwon
b481927d5e
Improve error handling
2017-02-17 18:23:35 -05:00
Unknwon
7e09d210ba
Initial version of protected branches ( #776 )
...
- Able to restrict force push and deletion
- Able to restrict direct push
2017-02-17 15:10:50 -05:00
Unknwon
d521e716dd
refactoring: SSH and HTTP push procees is now unified
...
We used to handle SSH and HTTP push separately which produces
duplicated code, but now with post-receive hook, the process
is unified to one single place and much cleaner.
Thus, UpdateTask struct is removed.
Narrow down the range of Git HTTP routes to reduce condufsing
HTTP Basic Authentication window popup on browser.
By detecting <old-commit, new-commit, ref-name> inside post-receive
hook, Git HTTP doesn't need to read the whole content body anymore,
which completely solve the RAM problem reported in #636 .
2017-02-16 16:33:49 -05:00
Unknwon
88143f1934
models/repo: UpdateLocalCopy should always aceept valid branch name
2017-02-16 06:28:37 -05:00
Unknwon
f35bd34002
models/repo: use reset --hard to align with remote branch ( #4123 )
...
If user has force pushed to a branch, git pull will fail.
2017-02-15 21:00:46 -05:00
Unknwon
c2277796e4
wiki: remove redundant string replace ( #3754 )
2017-02-15 18:18:33 -05:00
Unknwon
a4f9e5031f
migration.v15: don't generate hook file if wiki not exist ( #1623 )
2017-02-15 05:45:15 -05:00
Unknwon
fd5881fb64
migration: minor code fix ( #1623 )
2017-02-15 05:28:05 -05:00
Unknwon
0f6e464126
migration: should regenerate wiki hook files ( #1623 )
2017-02-15 05:25:51 -05:00
Unknwon
6132a82287
admin: sync wiki's hook files as well
2017-02-15 05:15:39 -05:00
Kim "BKC" Carlbäcker
b6fc35f637
Implement list/check/delete Repo Collaborator ( #3689 )
2017-02-14 18:45:08 -05:00
Unknwon
0f32aeec70
migration: adjust rule to prevent migrate wrong hook file
2017-02-14 16:50:16 -05:00
Unknwon
78145cd166
migration: handle edge case
2017-02-14 16:40:49 -05:00
Unknwon
904f0ebec3
migration: add trace log
2017-02-14 16:30:49 -05:00
Unknwon
039dc33367
git: delegate all server-side Git hooks ( #1623 )
2017-02-14 16:22:16 -05:00
Christian Höppner
859009259a
Typo in LocalCopyPath ( #4122 )
...
This won't fix any bugs, but a typo is a typo.
2017-02-14 07:39:55 -05:00
Unknwon
f4aedda13a
org/team: make 'new' as reserved for team name ( #3789 )
2017-02-14 03:16:02 -05:00
dlob
5179063e71
Added mssql support. ( #3772 )
2017-02-13 20:50:00 -05:00
Unknwon
1c87b082c1
api/issue: minor code refactor ( #3688 )
2017-02-12 19:46:38 -05:00
Kim "BKC" Carlbäcker
99d86c7175
Implement more issue-endpoints ( #3688 )
2017-02-12 19:42:28 -05:00
Unknwon
127005d733
webhook: remove bad characters of Slack-type webhook for Discord ( #4088 )
2017-02-11 16:31:58 -05:00
Unknwon
9b72661767
config: show Git version in admin panel
2017-02-11 03:04:45 -05:00
Unknwon
0958fe5a4e
Improve Open Graph Meta tags ( #3664 )
2017-02-11 00:03:10 -05:00
Unknwon
ee59016585
wiki: clean up broken data if migration failed ( #3792 )
2017-02-10 17:07:21 -05:00
Unknwon
1863f38286
models/repo: fix SQLite3 database-lock when fail to delete repository ( #4048 )
2017-02-10 16:56:58 -05:00
Unknwon
6b6f54b79b
Some file refactoring
2017-02-10 16:51:09 -05:00
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'.
2017-02-10 16:41:51 -05:00
Unknwon
3f95824e65
api/repo/milestone: fix change status didn't take effect
2017-02-10 15:54:02 -05:00
Unknwon
9b8fa69c15
models/ssh_key: fix SSH_KEYGEN_PATH not working ( #3770 )
2017-02-10 02:26:55 -05:00
Unknwon
f5dc436441
Minor improve on error handling
2017-02-10 00:11:51 -05:00
Unknwon
eb66060cd7
log: start using gopkg.in/clog.v1
2017-02-09 19:29:59 -05:00
Unknwon
f7c11a27d0
models/repo: clean up repository local copy after rename ( #3641 )
2017-02-09 15:56:39 -05:00
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.
2017-02-09 15:45:35 -05:00
Unknwon
e893e1fc63
models: set XORM log level to WARNING in production
2017-02-09 15:09:37 -05:00
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.
2017-02-09 09:31:38 -05:00
Unknwon
ede58ade4c
models/org_team: fix compile error
2017-02-08 18:18:55 -05:00
Unknwon
a2dd9ec2e1
models/org_team: panic when team num_repos is negative ( #3671 )
2017-02-08 18:13:46 -05:00
Unknwon
f0f8205b8b
models/ssh_key: little key methods receiver rename
2017-02-01 21:34:14 -05:00
Unknwon
2bb1de1805
cmd/serve: minor code improve for PR #4078
2017-02-01 21:28:43 -05:00
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 )
2017-01-31 20:53:48 -05:00
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.
2017-01-31 18:40:38 -05:00
Unknwon
6bfbed0616
Use commit time instead of author time for push commits ( #4037 )
2017-01-30 13:38:16 -05:00
Unknwon
185c90df12
Skip deletion for temporary data when not exist on Windows ( #4069 )
2017-01-30 13:30:04 -05:00
Renato P. de Aquino
ec5a967937
Issue #3814 ( #3903 )
2017-01-30 08:35:12 -05:00
Unknwon
4bc98f7aa2
Move models/mail.go to modules/mail.go
...
To use interface to replace *models.User in avoiding cycle import.
2017-01-30 07:20:48 -05:00
Unknwon
207960b459
Fix create user can use user email which is used ( #4016 )
2017-01-29 18:29:53 -05:00
Unknwon
7b3b46c675
Fix showing total number of PRs when user does not have any repositories ( #4007 )
2017-01-28 20:17:01 -05:00
Denis Denisov
84f28fc5d6
Safe compare password (timing attack) ( #4064 )
2017-01-28 13:28:52 -05:00
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.
2017-01-26 17:43:37 -05:00
Óscar García Amor
80cd8f6a29
Fix #3714 ( #4060 )
2017-01-25 17:48:31 -05:00
Óscar García Amor
eaf57229d3
Fix notification email issues ( #4055 )
2017-01-24 08:18:14 -05:00
Unknwon
8059175a5c
Fix dashboard issues/pull request counting
2016-12-27 22:01:18 +08:00
Unknwon
d528704503
Minor code fix for PR #3560
2016-12-27 20:26:35 +08:00
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.
2016-12-27 18:54:24 +08:00
Unknwon
42a3bbb0f4
Fetch before Checkout when create pull request ( #3699 )
2016-12-23 19:36:16 -05:00
Unknwon
03f7f3ee67
Some code renaming
2016-12-22 19:58:30 -05:00
Unknwon
f471ef1bc7
Fix vulnerability reported in #3962
2016-12-22 19:35:06 -05:00
Unknwon
7ebe0a9916
Fix vulnerabilities reported in #3959
2016-12-22 19:19:56 -05:00
Unknwon
e629c7583b
Fix #3675
...
Closes #3676
2016-12-22 03:35:53 -05:00
Unknwon
d04b19545d
Code fix for PR #3547
2016-12-22 01:28:06 -05:00
Kurt Madel
3b0e2c1c3f
PR Webhook - Add base/head info ( #3547 )
...
* messing with getting local go-gogs-client
* coding style fix
* added comments for required fields
2016-12-22 01:01:15 -05:00