aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Collapse)AuthorAgeFilesLines
...
* add milestone changed traker on issue view (#804)Lunny Xiao2017-02-013-15/+24
|
* Bug fixes and unit tests for models/issue_label (#802)Ethan Koenig2017-02-011-1/+1
|
* Unit tests and remove unused functions in models/notification (#796)Ethan Koenig2017-01-301-1/+1
| | | | | | * Unit tests and remove unused functions in models/notification * Read -> Unread
* Track labels changed on issue view & resolved #542 (#788)Lunny Xiao2017-01-303-158/+177
| | | | | | * track labels changed on issue view & resolved #542 * add missing head comment & sort & fix refresh
* Allow custom public files (#782)Thomas Boerger2017-01-283-4/+3
| | | | | | * Allow custom public files * Gofmt code, lots of places not related to this pr
* Notifying on open PR, and Close/Reopen/Merge issue or PRAndrey Nering2017-01-282-0/+8
|
* Add ability to fork your own repos (#761)Bwko2017-01-261-6/+0
|
* Use handlers for API authorization (#723)Ethan Koenig2017-01-265-131/+100
|
* Fix FIXME and remove superfluous queries in models/org (#749)Ethan Koenig2017-01-251-7/+27
|
* bug fixed caused by #530 (#755)Lunny Xiao2017-01-251-1/+1
|
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-255-11/+38
|
* fixed bugs on Wiki and resolved #667 (#674)Lunny Xiao2017-01-211-10/+14
|
* Fix crash caused by #647 (#708)Bwko2017-01-201-1/+1
|
* Spun attachments into seperate go file (#701)Philip Couling2017-01-202-57/+73
| | | Moved attachments into seperate go file
* Fix permission bugs in team API (#647)Ethan Koenig2017-01-203-120/+136
|
* API Endpoints for organization members (#645)Ethan Koenig2017-01-202-0/+151
|
* Notifications: trying to get a better layout (#660)Andrey Nering2017-01-181-2/+2
| | | | | | | | | | | | | | * i18n button titles * Improvements on notification page layout * Notification count badge fixes * Make table <tr> clickable * Fix octicon aligment * Fix use of AppSubUrl
* Refactor process package and introduce ProcessManager{} with tests (#75)Matthias Loibl2017-01-171-1/+1
| | | | | | | | | | * Add a process.Manager singleton with process.GetManager() * Use process.GetManager everywhere * Fix godoc comments for process module * Increment process counter id after locking the mutex
* Two factor authentication support (#630)Andrew2017-01-162-8/+363
| | | | | | | | | | | | | | | | | | | | | | | | | | * Initial commit for 2FA support Signed-off-by: Andrew <write@imaginarycode.com> * Add vendored files * Add missing depends * A few clean ups * Added improvements, proper encryption * Better encryption key * Simplify "key" generation * Make 2FA enrollment page more robust * Fix typo * Rename twofa/2FA to TwoFactor * UNIQUE INDEX -> UNIQUE
* Attach to release (#673)Philip Couling2017-01-153-6/+25
| | | | | | | | | | | | | | * Moved attachaments POST url from /issues/attachments to /attachments * Implemented attachment upload on release page * Implemented downloading attachments on the release page * Added zip and gzip files to default allowed attachments * Implemented uploading attachments on edit release * Renamed UploadIssueAttachment to UploadAttachment
* Bug fixes for webhook API (#650)Ethan Koenig2017-01-143-6/+51
|
* docs: update translation on notification page for zh-CN (#649)xgitea2017-01-131-1/+1
| | | | | | * docs: update translation on notification page for zh-CN * use international resources
* Notifications: mark as read/unread and pin (#629)Andrey Nering2017-01-121-1/+34
| | | | | | | | | | * Use relative URLs * Notifications - Mark as read/unread * Feature of pinning a notification * On view issue, do not mark as read a pinned notification
* bug fix releaseLunny Xiao2017-01-091-0/+5
|
* Add Keep email private (see issue #571). (#571)derSuessmann2017-01-082-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Add site-wide option DEFAULT_KEEP_EMAIL_PRIVATE. - Add the new option to the install and admin/config pages. - Add the new option to app.ini in the service section. - Add the new option to the settings struct. - Add English text strings to i18n. - Add field KeepEmailPrivate to user struct. - Add field KeepEmailPrivate to user form. - Add option to UI. - Add using noreply email address if user has "Keep Email Private". An email address <LowerName>@<NO_REPLY_ADDRESS> is now used in commit messages (and hopefully all other git log relevant places). The change relies on the fact that git commands should use user.NetGitSig(). - Add hiding of email address in UI, if user has set "Keep Email Private". - Add condition to show email address only on explore/users and user pages, if user has not set "Keep Email Private". - Add noreply email in API if set "Keep Email Private". - Add a new service setting NO_REPLY_ADDRESS. The value of this setting is used as the domain part for the user's email address in git log, iff he decides to keep his email address private. If the user decides to keep his email address private and this option is not set 'noreply.example.org' is used, which no MTA should send email to. Add NO_REPLY_ADDRESS to conf/app.ini.
* API endpoint for subscribers (#598)Ethan Koenig2017-01-072-0/+26
|
* API endpoint for stargazers (#597)Ethan Koenig2017-01-062-0/+26
|
* Make releases faster than before and resolved #490 (#588)Lunny Xiao2017-01-061-56/+46
| | | | | | * make releases faster than before and resolved #490 * fix comment
* Merge pull request #539 from andreynering/notifications-step-2Andrey Nering2017-01-052-1/+81
|\ | | | | Notifications - Step 2
| * Add pagination for notificationsAndrey Nering2017-01-031-3/+25
| |
| * Do not get count on /api routersAndrey Nering2017-01-021-0/+5
| |
| * Notifications - Step 2Andrey Nering2016-12-302-1/+54
| |
* | Rename .gogs to .gitea and comply with github template guidelines (#568) (#582)Manuel Kuhlmann2017-01-052-4/+10
| | | | | | Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org>
* | bug fixed for fork repos (#560)Lunny Xiao2017-01-031-1/+1
| |
* | build failed by deleting release by API (#562)Lunny Xiao2017-01-031-1/+1
| |
* | change the default action when deleting a release to not delete tagLunny Xiao2017-01-031-1/+2
| |
* | Release API endpointsEthan Koenig2017-01-022-0/+193
| |
* | UI config to toggle whether user email shows up in Explore Users (#336)Thiago Avelino2017-01-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * UI config to toggle whether user email shows up in Explore Users * Recommendation made by @tboerger https://github.com/go-gitea/gitea/pull/336/commits/66a1c59fe730eff019ce100673c6800cce7d102d#r94122732 * fixed typo, rename ShowUserEmailInExplore to ShowUserEmail * Fixed typo merged conflict * Hide email in the user profile page if you are active ShowUserEmail ref https://github.com/go-gitea/gitea/pull/336#issuecomment-269843725 * Please replace MustBool() with MustBool(true)
* | Restrict creating organisations by user (#193)Schwobaland2016-12-312-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * restrict creating organizations based on right on user * revert bindata.go * reverse vendor lib * revert goimports change * set AllowCreateOrganization default value to true * revert locale * added default value for AllowCreateOrganization * fix typo in migration-comment * fix comment * add coments in migration
* | API endpoints for forks (#509)Ethan Koenig2016-12-312-0/+63
| |
* | fix gofmt errorBo-Yi Wu2016-12-302-5/+5
|/ | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Notification - Step 1 (#523)Andrey Nering2016-12-311-0/+5
| | | | | | | | * Notification - Step 1 * Add copyright headers * Cache issue and repository on notification model
* push + pull now works with reverse proxy + basic auth on apache 2.4Gogs2016-12-291-62/+75
|
* Tab on user profile to show starred repos (#519)Andrey Nering2016-12-291-5/+8
| | | | | | | | | | | | | | * Tab on user profile to show starred repos * Make golint happy and use transactions on StarRepo function * x -> sess * Use sess.Close() instead of sess.Rollback() * Add copyright * Fix lint
* Cache users on list releases (#527)Lunny Xiao2016-12-291-14/+22
|
* Repo permission bug fixes (#513)Ethan Koenig2016-12-292-5/+7
|
* commithgraph / timeline (#428)Kjell Kvinge2016-12-291-0/+27
| | | | | | | | | | * Add model and tests for graph * Add route and router for graph * Add assets for graph * Add template for graph
* Permissions bug fix for webhooksEthan Koenig2016-12-281-1/+1
|
* API endpoints for organization teams (#370)Ethan Koenig2016-12-283-0/+70
|
* Remove redundant query in collaborator API (#516)Ethan Koenig2016-12-281-24/+4
|