Commit Graph

1813 Commits

Author SHA1 Message Date
658bfc2704 Implement issue and pull request templates.
Similar to GitHub:
https://github.com/blog/2111-issue-and-pull-request-templates

Priority:
- root
- .gogs
- .github
2016-02-18 21:21:30 -02:00
338af89d56 #2650 fix possbility that use email as pusher user name
Remove the possibility of using email as user name when user actually push
through combination of email and password with HTTP.

Also refactor update action function to replcae tons of arguments with
single PushUpdateOptions struct.
And define the user who pushes code as pusher, therefore variable names shouldn't
be confusing any more.
2016-02-17 22:47:06 -05:00
d5ca913b2f #2639 add branch prefix for test webhook 2016-02-17 15:05:07 -05:00
2765b5c7cf #2630 fix wrong user avatar link in webhook
Was using the wrong method and now uses the method which checks if
the avatar link is relative or not.
2016-02-15 15:18:53 -05:00
632c27802c Minor fix for #2624 2016-02-15 14:57:15 -05:00
dc89c51f3e Merge pull request #2624 from mhartkorn/convert-mirror-to-repo
Convert mirrors to regular repositories
2016-02-15 14:26:21 -05:00
bb595666ac Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror from database 2016-02-15 14:59:24 +01:00
d8631b616e Merge pull request #2578 from exmex/develop
Admins and user itself sees private org relations on profile
2016-02-14 20:34:53 -05:00
a1d97e8f5c Minor fix for #2567 2016-02-14 20:07:42 -05:00
daa43cfb6e Merge pull request #2567 from fnkr/hide-other-teams-activity-from-dashboard
Only show activities and repositories on the dashboard, that the user has access to
2016-02-14 19:57:49 -05:00
15d37b7a95 Refactored according to suggestions 2016-02-14 22:40:39 +01:00
15394f613f Add missing safety check 2016-02-14 21:22:36 +01:00
3650bd8528 Convert mirrors to regular repositories. 2016-02-14 21:12:00 +01:00
d3ca5accfd Remove redundant nil check. 2016-02-12 10:15:47 -05:00
ec478b4b06 Set default log path if empty during install 2016-02-12 10:03:04 -05:00
a3e8c32a30 Add install option for log path 2016-02-12 09:19:45 -05:00
0ad5f51059 Merge pull request #2599 from mhartkorn/fix-release-error-deleted-user
Fix for server error on release page when a user deleted their account
2016-02-10 16:11:56 -05:00
6b3e47b103 Removed HTTP 500 error on the release page when a user deleted their account 2016-02-10 22:04:11 +01:00
f15a2f9b25 Merge pull request #2528 from andreynering/diff-sintax-highlight-733
Enable syntax highlighting on diff view
2016-02-07 11:49:11 -05:00
2cfe6f8c60 Admins and user itself sees private org relations on profile 2016-02-07 10:20:58 +01:00
45db167f7a Only show activities for repositories on dashboard, that the user has access to 2016-02-06 07:52:21 +00:00
bc0eee48d5 parse milestone.deadline as local time 2016-02-06 00:10:32 +01:00
4e96a4a62b Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-scheme
Feature/markdown custom url scheme
2016-02-05 13:11:45 -05:00
90e9e3c89d Only show repositories on organization dashboard, that the user has access to 2016-02-05 15:49:01 +00:00
2bfb8bb5fd Enable sintax highlighting on diff view. Close #733 2016-02-04 18:21:47 -02:00
739d5aa1d3 Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page
Hide other teams & repos from organization page
2016-02-04 12:52:11 -05:00
04be8c0de5 #2554 reinitialize all repos from the db
- Update locales
2016-02-04 12:51:00 -05:00
c3ff476ed6 Remove unnecessary else-block 2016-02-04 17:13:56 +00:00
995487e822 Minor fix for #2506 2016-02-02 17:07:40 -05:00
5e97693e0e Merge pull request #2506 from sapk/add-branche-api-support
Implement API for branches listing
2016-02-02 16:51:14 -05:00
0e4ae27caa Use pretty 404 pages in repo.HTTPBackend 2016-02-02 14:09:47 +00:00
1c74612b3c Minor fix for #2444 2016-02-01 20:55:12 -05:00
d3ba246693 Merge pull request #2444 from bkcsoft/feature/participants
Implemented participant-listing for issue-pages (Fixes #2377)
2016-02-01 20:31:54 -05:00
3e0a27157c Make highlighted markdown code blocks work on issue pages 2016-02-01 19:53:58 +00:00
bead46363b Evaulate org/team permissions when using the issue/PR view 2016-01-31 20:12:03 +00:00
fdad234445 Remove unnecessary comments 2016-01-31 19:08:20 +00:00
bba1847a8e Everyone can see public repos 2016-01-31 18:37:50 +00:00
a9d68a6884 fix #2529 2016-01-31 13:33:36 -05:00
e35791b2b2 Only show teams the user has access to 2016-01-31 15:30:07 +00:00
5eafe2b17e Only show repositories the user has access to, on the organization home 2016-01-31 15:29:45 +00:00
295de51b99 Show all orgs on user profile, except the private one's 2016-01-30 21:53:58 +00:00
112a7cab31 #2497 incorrect error handle for team name 2016-01-29 17:06:14 -05:00
b7b30cd85e Corrections following recommendations 2016-01-28 20:51:19 +01:00
81e5722bcc Handling error for the API request and add commments
[ci skip]
2016-01-28 20:51:19 +01:00
303d091ea9 Update link for documentation (Temporary https://gist.github.com/sapk/df64347ff218baf4a277)
[ci skip]
2016-01-28 20:51:19 +01:00
c11c3b6c11 Near ready 2016-01-28 20:51:19 +01:00
5deb726f3f Refactoring of inline diff computing to prevent empty diff box. Fix #2489 2016-01-27 18:54:08 -02:00
1ab8a60d73 Not working, but slightly better... 2016-01-27 21:48:57 +01:00
85335c5f56 Go-ism :D 2016-01-27 20:11:07 +01:00
b31c7fe074 Fixed Poster/Commenter-bug and clean-up 2016-01-26 17:55:54 +01:00