2
0
Commit Graph

69 Commits

Author SHA1 Message Date
Unknwon
4b54ceb402 fix #1829 and fix #890 2015-12-04 21:30:33 -05:00
Unknwon
5d93d18163 fix panic for #2045 2015-12-04 17:20:23 -05:00
Unknwon
8b49bed230 refactor API routes and some work for #976 2015-12-04 17:16:42 -05:00
Unknwon
c211e8ef1a fix #976 2015-12-03 00:24:37 -05:00
Unknwon
05e2641b27 finish wiki 2015-11-30 20:45:55 -05:00
Unknwon
79851c8152 Wiki: UI for page new 2015-11-25 20:10:25 -05:00
Unknwon
d192b9d019 allow admin to migrate for any user/org 2015-11-25 00:55:37 -05:00
Unknwon
869a990446 fix #878 2015-11-18 21:21:47 -05:00
Unknwon
179450d0b1 fix #1448 2015-11-17 02:18:05 -05:00
Unknwon
55e64c0962 fix #1302 2015-11-13 17:37:02 -05:00
Unknwon
efd1b30453 #1511 Allow local import only for admin users 2015-11-03 18:40:52 -05:00
Unknwon
ae339c4642 #1657 allow forcing all private repos 2015-10-25 04:26:26 -04:00
Unknwon
7379738045 add get repo API 2015-10-22 17:46:07 -04:00
Unknwon
87bcab99a4 unified API error response 2015-10-08 20:36:07 -04:00
Steven Oud
a35f59a187 added repository remove option to api 2015-10-04 23:29:23 +02:00
Unknwon
1cb5e84c46 fix migrate api 2015-09-03 06:48:52 -04:00
Unknwon
a6ee900723 fix migrate API 2015-09-03 06:17:33 -04:00
Unknwon
03cf9930e4 able to download archive by API 2015-09-02 09:54:35 -04:00
Unknwon
465e068cec #1021 Forked repo unavailable after deleting original repo 2015-09-01 11:43:53 -04:00
Unknwon
27f6c7f551 add webhook default events 2015-08-29 11:53:46 +08:00
Unknwon
32daad557e webhook APIs 2015-08-29 11:49:59 +08:00
Unknwon
4f756f6722 new create webhook event 2015-08-28 23:36:13 +08:00
Unknwon
c3c6fa5df9 new create repo options 2015-08-28 19:06:18 +08:00
Unknwon
d07256dd8f #1487 Readme Template 2015-08-28 18:33:09 +08:00
Unknwon
2745423bd3 add webhook recent deliveries 2015-08-27 23:06:14 +08:00
Unknwon
33967fd492 new webhooks list UI 2015-08-26 21:45:51 +08:00
Unknwon
f578f10314 minor fix on API response 2015-08-19 20:08:57 +08:00
Unknwon
f5b244cc8e minor fix on API response 2015-08-19 05:47:45 +08:00
Unknwon
df3b347514 work on #1493 2015-08-17 17:05:37 +08:00
Unknwon
2d1027ea97 WIP: create PR - choose branch 2015-08-08 22:43:14 +08:00
Unknwon
7ad8b3e568 improve fork process 2015-08-08 17:10:34 +08:00
Unknwon
fde6df5f4f allow anonymous SSH clone 2015-08-05 11:14:17 +08:00
Unknwon
5baa091cdc #1127: hide user e-mail when API caller isn't signed in 2015-07-15 12:59:43 +08:00
Lunny Xiao
22cfdbcdf6 Merge pull request #1211 from mephux/hotfix/type-fix-ValidatePassword
Hotfix/type fix validate password
2015-04-24 15:03:21 +08:00
Dustin Willis Webber
5345288b6d fix calls that go rename missed 2015-04-16 14:42:24 -04:00
Unknwon
16cfefa326 #1070 Clearer error message for illegal characters 2015-03-26 17:11:47 -04:00
Unknwon
b7dbe006b5 mirror fix of #1105 2015-03-25 08:43:07 -04:00
Unknwon
80667e87b6 remove unused scripts and simplify migrate form definition 2015-03-11 09:21:05 -04:00
Unknwon
df64dcfdfd Merge branch 'access' of github.com:gogits/gogs into access 2015-02-22 22:55:35 -05:00
Unknwon
5a7bca797c 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
Unknwon
51da9e41f0 routers: able to migrate repo from local path
- modules/middleware/context.go: add HandleAPI method
2015-02-22 09:49:25 -05:00
Peter Smit
16bfbe24e7 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
Peter Smit
5af7b2864c Change constants to UPPERCASE_WITH_UNDERSCORE style 2015-02-09 13:36:33 +02:00
Peter Smit
5deb52e1b8 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
Peter Smit
76f8904718 Introducing Collaboration Struct 2015-01-23 09:54:16 +02:00
Unknwon
b553ea45ee modes/repo: incorrect SSH clone URL for #742 2014-12-13 16:46:00 -05:00
Unknwon
ac4a10456e api: able to create repo and fix #726
- POST /user/repos
- POST /org/:org/repos
2014-12-12 20:30:32 -05:00
Unknwon
bc8721fb6c Finish new UI for release page 2014-12-10 16:37:54 -05:00
Deiwin Sarjas
48bb0fadc2 update user api search results to include the full name
Is fully backwards compatible
Fixes #677
2014-12-02 11:44:03 +02:00
Unknwon
37d8d3afe9 more APIs on #12 2014-11-18 11:07:16 -05:00