3d5d61778a
#1938 #1374 disable password change for non-local users
2015-12-10 19:02:57 -05:00
9a2e43bff2
move out git module and #1573 send push hook
2015-12-09 20:46:05 -05:00
120cd4e471
#1984 Better mirror repo management
2015-12-08 20:06:12 -05:00
ca8ce793d1
#2063 Ability to delete repo from admin panel
2015-12-05 17:39:29 -05:00
978dc00305
APIs: admin users
2015-12-05 17:13:13 -05:00
e538ff2770
fix #1829 and fix #890
2015-12-04 21:30:33 -05:00
942fd6be53
fix panic for #2045
2015-12-04 17:20:23 -05:00
56dd430a10
refactor API routes and some work for #976
2015-12-04 17:16:42 -05:00
cc8f5add6e
fix #976
2015-12-03 00:24:37 -05:00
830d000667
finish wiki
2015-11-30 20:45:55 -05:00
2b10fdc4dc
Wiki: UI for page new
2015-11-25 20:10:25 -05:00
144663a3cf
allow admin to migrate for any user/org
2015-11-25 00:55:37 -05:00
f455125d4d
fix #878
2015-11-18 21:21:47 -05:00
ff5f14431e
fix #1448
2015-11-17 02:18:05 -05:00
f8ae161c74
fix #1302
2015-11-13 17:37:02 -05:00
6f0a41b8b2
#1511 Allow local import only for admin users
2015-11-03 18:40:52 -05:00
022820103d
#1657 allow forcing all private repos
2015-10-25 04:26:26 -04:00
35a65736fa
add get repo API
2015-10-22 17:46:07 -04:00
aff49b1c9e
unified API error response
2015-10-08 20:36:07 -04:00
6fe868a4d5
added repository remove option to api
2015-10-04 23:29:23 +02:00
7ec991326d
fix migrate api
2015-09-03 06:48:52 -04:00
e5b105e513
fix migrate API
2015-09-03 06:17:33 -04:00
d951824ff9
able to download archive by API
2015-09-02 09:54:35 -04:00
398569f6f8
#1021 Forked repo unavailable after deleting original repo
2015-09-01 11:43:53 -04:00
65843b803b
add webhook default events
2015-08-29 11:53:46 +08:00
55ddf225bb
webhook APIs
2015-08-29 11:49:59 +08:00
f509c59ac1
new create webhook event
2015-08-28 23:36:13 +08:00
f2de4d5c04
new create repo options
2015-08-28 19:06:18 +08:00
bb3b90fcd6
#1487 Readme Template
2015-08-28 18:33:09 +08:00
23f42d92c9
add webhook recent deliveries
2015-08-27 23:06:14 +08:00
2881456421
new webhooks list UI
2015-08-26 21:45:51 +08:00
1453e91f41
minor fix on API response
2015-08-19 20:08:57 +08:00
54b52de6ee
minor fix on API response
2015-08-19 05:47:45 +08:00
407385db7e
work on #1493
2015-08-17 17:05:37 +08:00
dea3a8c6a4
WIP: create PR - choose branch
2015-08-08 22:43:14 +08:00
9db4acc62e
improve fork process
2015-08-08 17:10:34 +08:00
e50982f5ec
allow anonymous SSH clone
2015-08-05 11:14:17 +08:00
4cbbaefd82
#1127 : hide user e-mail when API caller isn't signed in
2015-07-15 12:59:43 +08:00
673a76d638
Merge pull request #1211 from mephux/hotfix/type-fix-ValidatePassword
...
Hotfix/type fix validate password
2015-04-24 15:03:21 +08:00
5a4f314cf7
fix calls that go rename missed
2015-04-16 14:42:24 -04:00
698b9e2acc
#1070 Clearer error message for illegal characters
2015-03-26 17:11:47 -04:00
5169a0e025
mirror fix of #1105
2015-03-25 08:43:07 -04:00
34102f7889
remove unused scripts and simplify migrate form definition
2015-03-11 09:21:05 -04:00
10e4b5b6c6
Merge branch 'access' of github.com:gogits/gogs into access
2015-02-22 22:55:35 -05:00
7ccab9cd09
Merge branch 'dev' of github.com:gogits/gogs into access
...
Conflicts:
gogs.go
models/models.go
models/user.go
templates/.VERSION
templates/org/home.tmpl
2015-02-22 22:51:25 -05:00
059338139c
routers: able to migrate repo from local path
...
- modules/middleware/context.go: add HandleAPI method
2015-02-22 09:49:25 -05:00
ed89b39984
Updating context and fixing permission issues
...
The boolean flags in the repo context have been replaced with mode and two methods
Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories.
2015-02-16 12:51:56 +02:00
0d158e569b
Change constants to UPPERCASE_WITH_UNDERSCORE style
2015-02-09 13:36:33 +02:00
4e79adf6b5
Refactoring of the Access Table
...
This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.
The result does compile, but has not been tested. It may eat your kittens.
2015-02-06 13:18:11 +02:00
76f8904718
Introducing Collaboration Struct
2015-01-23 09:54:16 +02:00