2
0
Commit Graph

372 Commits

Author SHA1 Message Date
Tamás Molnár
32a8f458e6 Added: Ability to delete org avatar. 2016-03-06 17:36:30 +01:00
Unknwon
89068533f2 #1146 finish new access rights for collaborators 2016-03-05 20:45:23 -05:00
Unknwon
68f78d79ef #1146 finsih UI work for access mode of collaborators
Collaborators have write access as default, and can be changed via repository
collaboration settings page to change between read, write and admin.
2016-03-05 18:08:42 -05:00
Unknwon
5158dbfde8 #1157 some avatar setting changes
- Allow to delete current avatar
2016-03-05 00:51:51 -05:00
Unknwon
a407ea927c #1597 support pull requests in same repository 2016-03-04 15:43:01 -05:00
Unknwon
359ceda51b Minor fixes for #2746 2016-03-04 13:32:17 -05:00
Josh Frye
2bb203393e Update delete wiki page route 2016-03-04 09:26:52 -05:00
Josh Frye
7608a650c8 Add ability to delete single wiki pages. 2016-03-04 09:26:52 -05:00
Unknwon
be385c12f7 Allow setting git operations timeouts
- Migrate: #2704 #2653
- Clone: #2701
- Mirror, Pull
2016-02-29 19:29:49 -05:00
Unknwon
4a378f95f8 Post work for #2637
Improve test cases, config settings, also show SSH config settings on admin config panel.
2016-02-27 20:48:39 -05:00
Unknwon
8015d40786 Minor fix for #2660 2016-02-24 23:59:17 -05:00
Josh Frye
4e4d720851 Test mailer button. Addresses #1531 2016-02-24 09:48:05 -05:00
Unknwon
755e046547 #2682 fix missing slash for go-get meta 2016-02-23 00:12:04 -05:00
Unknwon
41fbd1bbeb #1821 add actions for close and reopen issues 2016-02-22 12:40:00 -05:00
Unknwon
0d52fe6240 Fix wrong place to check disable SSH 2016-02-21 21:55:59 -05:00
Unknwon
e106eb2000 Replace uuid module with original package 2016-02-20 18:13:12 -05:00
Unknwon
4181250ccb Fix #857 2016-02-20 15:10:34 -05:00
Unknwon
8b4cf7a495 Merge pull request #2663 from Download-Fritz/MirrorForks
#2505 Allow to fork and disallow to create PRs for mirrors.
2016-02-19 15:04:50 -05:00
Download-Fritz
2a165b4aa5 Rename MustEnablePulls() to MustAllowPulls() and simplify the contained check to AllowsPulls(). 2016-02-19 20:48:32 +01:00
Unknwon
970e514f4e #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
Unknwon
d905826bb1 #2646 fix panic on pushing repositor 2016-02-17 15:17:52 -05:00
Unknwon
a65c53aeba Add env var check for update 2016-02-15 23:11:22 -05:00
Unknwon
354dd25700 Remove cache avatar support and add its tests 2016-02-14 23:14:55 -05:00
Unknwon
55ddb90e64 #2569 delete repo local copy when transfer
Remote repository path is renamed but does not delete
outdated local copy which still has old repository path
as remote.
2016-02-14 19:42:38 -05:00
Josh Frye
4b87e480bf Add default branch to repo payload 2016-02-12 11:04:46 -05:00
Josh Frye
9925d25cf8 Bump git-module. Fixes #2589 2016-02-11 17:03:39 -05:00
Unknwon
c29b0b3252 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
Florian Kaiser
61bcf9a821 Escape unescaped periods in route regular expression 2016-02-02 17:39:56 +00:00
Florian Kaiser
df81362363 Only show teams the user has access to 2016-01-31 15:30:07 +00:00
Unknwon
04527c688d #2491 minor fix for sr on dashboard 2016-01-29 15:28:24 -05:00
Unknwon
86d716a423 stop compile bindata for TRANSLATORS
- update required version of git-module for #2373
2016-01-11 15:01:38 +08:00
Unknwon
b08e19e2cc #2345 disallow access of some pages for empty repo 2016-01-07 11:07:17 +08:00
Unknwon
86db57bb09 update dep lib version requirement 2016-01-06 13:34:34 +08:00
Unknwon
0c336e19b2 #2311 improve HTTP auth error message 2015-12-30 21:29:30 -05:00
Unknwon
a54e0bff4f #2282 fix utf-8 recognized as windows-1252 2015-12-25 05:25:47 -05:00
Unknwon
4e1f46f983 #1692 APIs: Users Followers
- User profile un/follow
- List user's followers/following
2015-12-21 04:24:11 -08:00
Unknwon
5a22f3498d #2251 show commits count in PR tabs 2015-12-19 21:09:03 -05:00
Unknwon
6f6c77a6cd #1692 add organization APIs 2015-12-17 02:28:47 -05:00
Unknwon
c4d6913269 fix #2204 2015-12-15 19:42:20 -05:00
Unknwon
adb4784fe0 rename import path 2015-12-15 17:25:45 -05:00
Unknwon
bd68497ea9 fix possible disclosure 2015-12-14 17:06:54 -05:00
Unknwon
91095e02cc fix huge diff hangs 2015-12-14 09:38:21 -05:00
Unknwon
3b1cce6050 improve get commits performance 2015-12-13 22:58:12 -05:00
Unknwon
8ad334f942 #2167 able to identify git version on Windows 2015-12-13 18:20:39 -05:00
Unknwon
c2717eb029 #2156 admin able to edit organization max repo creation 2015-12-11 19:24:57 -05:00
Unknwon
c5cdcc4d2e #2154 fix form submit error 2015-12-11 18:52:28 -05:00
Unknwon
74ceced0e8 #1575 Limit repo creation 2015-12-10 12:37:53 -05:00
Unknwon
0638ee1b76 move out git module and #1573 send push hook 2015-12-09 20:46:05 -05:00
Adam Strzelecki
9e2c225109 Make serv/update use LOCAL_ROOT_URL instead public
The reasoning for that is in the previous commit.
2015-12-09 23:11:07 +01:00
Unknwon
f7ca70894d force new INI version 2015-12-07 11:33:04 -05:00