Commit Graph

387 Commits (f485fcde96d1a0d2cf9d8aa8cc1fc3b9401ae578)

Author SHA1 Message Date
Unknwon a49af93faf APIs: Users Followers
- User profile un/follow
- List user's followers/following
Unknwon f00fef0cd0 show commits count in PR tabs
Unknwon 9cd16c5b12 add organization APIs
Unknwon 8ecbf0f16d fix
Unknwon 19423957b1 rename import path
Unknwon 3362b3a44f fix possible disclosure
Unknwon 50264200f0 fix huge diff hangs
Unknwon 7509fa2c33 improve get commits performance
Unknwon 79dcd7ee6e able to identify git version on Windows
Unknwon 59c965a5ec admin able to edit organization max repo creation
Unknwon 477b4d3b50 fix form submit error
Unknwon 2a0bb1fa90 Limit repo creation
Unknwon 9a2e43bff2 move out git module and send push hook
Adam Strzelecki e4a092fb5a Make serv/update use LOCAL_ROOT_URL instead public
The reasoning for that is in the previous commit.
Unknwon 4e0c697aaf force new INI version
Unknwon ca8ce793d1 Ability to delete repo from admin panel
Unknwon 404867f206 fix and fix
Unknwon f3eaa4c592 Set default language for i18n
Unknwon f41360d864 advanced select ops for system notices
Unknwon e538ff2770 fix and fix
Unknwon 56dd430a10 refactor API routes and some work for
Unknwon 5742f9fe69 fix
Unknwon cc8f5add6e fix
Unknwon ec2423ad7c more UI minor fixes
Adam Strzelecki 2580e7b57e UI: Always show menu on repo pages
Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use
middleware.RepoRef() necessary to display information on this menu.
Unknwon 0be8b1b1a1 Ability to batch delete system notices
Unknwon dcb391d341 Merge branch 'feature/wiki' into develop
Unknwon 830d000667 finish wiki
Unknwon 5a14c3cf98 Merge pull request from kakwa/develop
various fixes in gogs dump command
Unknwon 9950f5a5bd add line break after SSH error message
kakwa 1d7a1b6034 add name of the dump file in last log message
kakwa a59b1fcc21 Fix dump of log and custom directory in dump cmd
Now, the dump cmd uses setting.CustomPath and setting.LogRootPath
instead of setting.WorkDir which was kind of broken if the gogs
binary was in a different directory than gogs data.
Additionally, the backup of setting.CustomPath directory is only done
if it exists.
kakwa c5a9be9115 Using a tmp dir to generate db and repo dumps
Using a tmp dir makes gogs dump more robust to concurrent runs.

It also permits an easier cleaning of the tmp files (gogs-db.sql and
gog-repo.zip) by just removing the tmp dir.

As a side effect, it partially fix bugs on workdir.
Previously, 'gogs dump' created the archives in the current directory,
and tried to include these archives from the directory where the
gogs binary lies.
ex: if gogs binary is in /usr/bin/gogs, and gogs dump is run from /tmp/,
/tmp/gog-repo.zip is created, but gogs dump tried to include
/usr/bin/gogs-repo.zip.
kakwa f86afb04a2 Adding more error handling in dump cmd
The dump cmd did not check the return value of the z.AddFile or
z.AddDir when building the final archive.
It caused the dump command to succeed even if an error occurred.
The resulted dump archive could be corrupted/empty.
(errors could be various: removal by a concurrent process, disk full,
bugs in the dump cmd itself)
Unknwon e42fcb033d wiki: finish edit
Unknwon 392f3ee210 wiki: finish new
Unknwon c50a3503e6 introduce git-shell
Unknwon 2b10fdc4dc Wiki: UI for page new
Unknwon 3ca544912f Drop /org/ URL path prefix in organization home page
Unknwon 21ad4bf0fe print error log to client side when dev mode
Unknwon 0128036514 some fixes for builtin SSH server on Windows
Unknwon 52c8f69163 fix
Unknwon 987dcc5372 fix
Unknwon f455125d4d fix
Unknwon 29ed7872f8 repo sidebar active class
Unknwon 5dc3dd1704 fix
Unknwon 134d8e7681 work on
Unknwon e030109b5a fix api broken
Unknwon 7c80eba77f minor UI fix and fix ssh race
Unknwon 1d57f0d64f Show custom avatars in commits
Unknwon 2db785b3ed convert missing name
Unknwon 647688bd06 convert name to lower when handle SSH
Unknwon 18c841050b fix 1540 and experimental SSH server support
Unknwon b55499d039 go vet and fix
Unknwon 676d774d88 fix
Unknwon f255b1e86d fatal when no needed update task
Unknwon a374751eb8 add Makefile
Unknwon b9f5def5dc fix insecure tls when trigger task
Unknwon 0fbb8c8826 New push to head repo of head branch: regenerate patch and retest apply
Unknwon b5fdf0947b reduce code
Unknwon 35a65736fa add get repo API
Unknwon 932dbccb67 fix import path, fix
Unknwon aff49b1c9e unified API error response
无闻 b1941f1da1 Merge pull request from soudy/develop
Added repository remove option to API
Unknwon db00aa7653 add log for trigger hook when push through SSH
Steven Oud 6fe868a4d5 added repository remove option to api
kendaru b05c7b3faa moved routes to RouterRef group
kendaru 5c39d3fa7d changed integrated page number to GET
Steven c8aa9c6cb1 implemented : see users who forked/starred/watched a repository
Unknwon e787e73e2f fix URL match
Unknwon 3fb1b6a608 drop oauth2 feature support
Unknwon e75fd2f783 simplify names
Unknwon e5ed5904c6 GUI bug while adding ldap user
Unknwon 121a81a2c5 finish new edit auth UI
Unknwon 52ec80fa18 finish all new user settings UI
Unknwon 5020576e80 minor regexp fix on
Unknwon 56eb252098 fix repo name router bug
Unknwon c38754d432 allow upload avatar for org
Signed-off-by: Unknwon <u@gogs.io>
Unknwon 6a5c87afdd prepare 0.6.9 release
Unknwon 7ec991326d fix migrate api
Unknwon e5b105e513 fix migrate API
Unknwon 83dc2468f5 finish initial version of pull request
Unknwon d951824ff9 able to download archive by API
Unknwon 953bb06857 basic PR feature
Unknwon 37e0cee877 finish PR UI
Unknwon 8c046073a8 work on PR conversation
Unknwon c08600c59b new edit webhook UI
Unknwon 4217c2333c new create webhook UI
Unknwon 2881456421 new webhooks list UI
Unknwon 1cb03135b7 new repo git hooks UI
Unknwon a329bbc215 new org dashboard issues
Unknwon 062adbed8a add confirmation to delete ssh key
Unknwon 371572cf5f allow edit issue and comment
Unknwon 87f5ca8e1f able edit issue title
Unknwon 1453e91f41 minor fix on API response
Unknwon 54b52de6ee minor fix on API response
Unknwon 47ac579f09 only assign auto-admin when sign up by web
Unknwon 4c7b6414eb new access token UI
Unknwon 2493454587 new delete account UI and password confirmation
Unknwon 81b8427438 new UI on admin/monitor