Commit Graph

281 Commits (79ae163296be367058576589bfc583c22a2e24ca)

Author SHA1 Message Date
Unknwon e030109b5a fix api broken 9 years ago
Unknwon 7c80eba77f minor UI fix and fix ssh race 9 years ago
Unknwon 1d57f0d64f Show custom avatars in commits 9 years ago
Unknwon 676d774d88 fix #1902 9 years ago
Unknwon a374751eb8 add Makefile 9 years ago
Unknwon 0fbb8c8826 New push to head repo of head branch: regenerate patch and retest apply 9 years ago
Unknwon b5fdf0947b reduce code 9 years ago
Unknwon 35a65736fa add get repo API 9 years ago
Unknwon 932dbccb67 fix import path, fix #1782 9 years ago
Unknwon aff49b1c9e unified API error response 9 years ago
Steven Oud 6fe868a4d5 added repository remove option to api 9 years ago
kendaru b05c7b3faa moved routes to RouterRef group 9 years ago
kendaru 5c39d3fa7d changed integrated page number to GET 9 years ago
Steven c8aa9c6cb1 implemented #1721: see users who forked/starred/watched a repository 9 years ago
Unknwon e787e73e2f fix URL match 10 years ago
Unknwon 3fb1b6a608 drop oauth2 feature support 10 years ago
Unknwon e5ed5904c6 #1606 GUI bug while adding ldap user 10 years ago
Unknwon 121a81a2c5 finish new edit auth UI 10 years ago
Unknwon 52ec80fa18 finish all new user settings UI 10 years ago
Unknwon 5020576e80 minor regexp fix on #1593 10 years ago
Unknwon 56eb252098 #1593 fix repo name router bug 10 years ago
Unknwon c38754d432 #1191 allow upload avatar for org
Signed-off-by: Unknwon <u@gogs.io>
10 years ago
Unknwon 6a5c87afdd prepare 0.6.9 release 10 years ago
Unknwon 7ec991326d fix migrate api 10 years ago
Unknwon e5b105e513 fix migrate API 10 years ago
Unknwon 83dc2468f5 finish initial version of pull request 10 years ago
Unknwon d951824ff9 able to download archive by API 10 years ago
Unknwon 953bb06857 basic PR feature 10 years ago
Unknwon 37e0cee877 finish PR UI 10 years ago
Unknwon 8c046073a8 work on PR conversation 10 years ago
Unknwon c08600c59b new edit webhook UI 10 years ago
Unknwon 4217c2333c new create webhook UI 10 years ago
Unknwon 2881456421 new webhooks list UI 10 years ago
Unknwon 1cb03135b7 new repo git hooks UI 10 years ago
Unknwon a329bbc215 new org dashboard issues 10 years ago
Unknwon 062adbed8a add confirmation to delete ssh key 10 years ago
Unknwon 371572cf5f allow edit issue and comment 10 years ago
Unknwon 87f5ca8e1f able edit issue title 10 years ago
Unknwon 1453e91f41 minor fix on API response 10 years ago
Unknwon 54b52de6ee minor fix on API response 10 years ago
Unknwon 47ac579f09 only assign auto-admin when sign up by web 10 years ago
Unknwon 4c7b6414eb new access token UI 10 years ago
Unknwon 2493454587 new delete account UI and password confirmation 10 years ago
Unknwon 81b8427438 new UI on admin/monitor 10 years ago
Unknwon 6fdc881bd4 detect kill signal 10 years ago
Unknwon 30b428bf0e #1419: 500 when visit a issue with issue/comments of deleted user 10 years ago
Unknwon cec38f2a8c able edit issue labels/milestone/assignee 10 years ago
Unknwon 133b19d0c5 finish view comments on issue page 10 years ago
Unknwon b410207dc1 add cache-control for attachments 10 years ago
Unknwon e67659bf8e fix serve attachment content type 10 years ago
Unknwon 34f6cbfc2a finish attachments when create issue 10 years ago
Unknwon 89c2bd4a0d finish create issue attachment UI 10 years ago
Unknwon 590c464c56 UI: create issue with title and content 10 years ago
Unknwon dea3a8c6a4 WIP: create PR - choose branch 10 years ago
Unknwon 9db4acc62e improve fork process 10 years ago
Unknwon 3d0583df0f fix private repo cannot trigger hook by SSH 10 years ago
Unknwon 9d414d4dd9 remove Index field of milestone 10 years ago
Unknwon 952c480f4f better version checker 10 years ago
Unknwon 39a3b768bc #334: Add Deployment Key Support 10 years ago
Unknwon 0705f55ce0 finish new milestone page 10 years ago
Unknwon 74bd6b939c milestone: edit 10 years ago
Unknwon 9311a9858a milestone: pagination 10 years ago
Unknwon 04458d49a0 milestone: list view 10 years ago
Unknwon cc0d963f75 fix check template version 10 years ago
Unknwon bdd92dc7d1 fix disable router log option 10 years ago
Unknwon 4cd892c99f fix #1227 10 years ago
Unknwon ba47306a69 fix #1305 10 years ago
Unknwon fa298a2c30 #835: Realtime webhooks 10 years ago
Unknwon ac95f6d50f UI: basic label list
- create new label
10 years ago
Unknwon 86dbda0b42 UI: basci issue list without filters
- fix isRead check
- fix paging
10 years ago
Unknwon ff051e2106 #1128: API calls are not hidden behind sign in 10 years ago
Unknwon 27c3c5415f #1101 Anyone can see organization pages even without logging in when sign in required 10 years ago
Unknwon e6cf83b8c0 Put default config into binary 10 years ago
Unknwon 8e815abeb0 #1079: Custom robots.txt should be send with plaintext content-type 10 years ago
Unknwon 33894591a6 #851: Edit Account does not take into consideration password rules 10 years ago
Unknwon 10e4b5b6c6 Merge branch 'access' of github.com:gogits/gogs into access 10 years ago
Unknwon 059338139c routers: able to migrate repo from local path
- modules/middleware/context.go: add HandleAPI method
10 years ago
Peter Smit 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.
10 years ago
Unknwon 685ed1f807 models: fix XORM API break
cmd/web.go: check version after load config
10 years ago
Unknwon f15fa9167a cmd: code fix for #905
- routers/admin: add rewrite update hook operation
- conf/locale: update locale file due to ini behavior changes
- cmd/cert_stub.go: remove useless code
- cmd/fix.go: no longer need fix command(at least now)
10 years ago
Peter Smit 1ab09e4f1b Add option to provide configuration file on command line 10 years ago
Unknwon 4dfffee9fb cmd: update csrf version requirement 10 years ago
Unknwon 89ea3e1acc routers: save partial config when install 10 years ago
Unknwon b293b6eaa6 cmd: CMD option for port number of `gogs web` to prevent first time run conflict
- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page
10 years ago
Unknwon 7170011f4d update with deps 10 years ago
Unknwon 13e35398aa prepare for mirror update release 10 years ago
Unknwon d5c6b53571 use new Redis client 10 years ago
Unknwon f0ca16d78f add cache version require 10 years ago
Unknwon c73e9057ae Optmize git-fsck options and fix #820 10 years ago
Unknwon 0f1ff9b1ad fix cache dep API broken 10 years ago
Unknwon 63c1f9a23f fix 500: E-mail already used in user settings page 10 years ago
Unknwon 81a44e4cd0 fix API changes 10 years ago
Unknwon 97b39ae2e4 fix invite bug(shouldn't include full name to search box) 10 years ago
Unknwon 79537467da mirror fix and update 10 years ago
无闻 a18decf4cc Merge pull request #755 from phsmit/multiple_emails
Multiple emails
10 years ago
Unknwon b231b8c927 update locale and mirror code format 10 years ago
Peter b033f2f535 Finish method for having multiple emails/user.
All basics are implemented. Missing are the right (localized) strings
and the page markup could have a look at by a frontend guy.
10 years ago
Unknwon 9803c421f5 fix binding api broken 10 years ago
Unknwon ac4a10456e api: able to create repo and fix #726
- POST /user/repos
- POST /org/:org/repos
10 years ago
Unknwon 42c7bb7529 mirror code clean 10 years ago