summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Unit tests for models/wikiEthan Koenig2017-01-273-1/+68
|
* fix xorm NewSession uncorrected usages (#774)Lunny Xiao2017-01-286-33/+23
|
* refactor: Remove unnecessary type conversions (#772)Bo-Yi Wu2017-01-274-5/+5
|
* Added webkit-font-smoothing (#763)Bwko2017-01-273-4/+8
|
* Add ability to fork your own repos (#761)Bwko2017-01-2623-28/+1
|
* Use handlers for API authorization (#723)Ethan Koenig2017-01-265-131/+100
|
* Fix to reflect selected branch for fork (#762)Bwko2017-01-261-1/+1
| | | | PullRequestCtx.HeadInfo did not contain the current selected branch causing issue #304
* Update ru-RU translation (#657)Michael Svobodin2017-01-261-4/+18
| | | | | | | | | | | | * Update ru-RU translation * Fixed translation for ru-RU. Incorrect quotation marks. * Update ru-RU translation. Changed 'issue' translation. Updated 'notifications' translation. * Changed translation of “issue” from “trouble” to “task”. This translation is being used in most tracking systems. * Improved translation of the sentence to sound better in Russian.
* Merge pull request #736 from andreynering/fix-windows-sshAndrey Nering2017-01-258-11/+15
|\ | | | | Fix SSH server on Windows when running as service
| * Remove original minwinsvc from vendorAndrey Nering2017-01-236-143/+0
| |
| * Fix lintAndrey Nering2017-01-231-1/+1
| |
| * Fix SSH server on Windows when running as serviceAndrey Nering2017-01-233-4/+14
| | | | | | | | Closes #680
| * Merge commit 'af636848622c8ad27cace63be5f9dd9aaa565502' as 'modules/minwinsvc'Andrey Nering2017-01-235-0/+137
| |\
| | * Squashed 'modules/minwinsvc/' content from commit cad6b2bAndrey Nering2017-01-235-0/+137
| | | | | | | | | | git-subtree-dir: modules/minwinsvc git-subtree-split: cad6b2b879b0970e4245a20ebf1a81a756e2bb70
* | Fix FIXME and remove superfluous queries in models/org (#749)Ethan Koenig2017-01-253-76/+101
| |
* | fix: delete attachment after remove comment.Bo-Yi Wu2017-01-255-7/+11
| |
* | refactor: move js to bottom and move css to top. (#689)Bo-Yi Wu2017-01-252-38/+48
| |
* | Bug fixes and unit tests for models/webhook (#751)Ethan Koenig2017-01-255-20/+312
| |
* | Unit tests for models/star (#752)Ethan Koenig2017-01-252-0/+89
| |
* | bug fixed issues 500 resolved #754 (#756)Lunny Xiao2017-01-251-4/+4
| |
* | bug fixed caused by #530 (#755)Lunny Xiao2017-01-251-1/+1
| |
* | Update Website binding MaxSize to 255 (#722)Bwko2017-01-254-6/+6
| |
* | Add ETag header to avatars (#721)Bwko2017-01-257-9/+50
| |
* | Less boilerplate in models/ unit tests (#725)Ethan Koenig2017-01-256-113/+47
| |
* | Added gogs migration script (#532)Bwko2017-01-251-0/+206
| |
* | Search bar for issues/pulls (#530)Ethan Koenig2017-01-25195-60/+221830
| |
* | public/img: reduce the size of PNG images (#734)unclejack2017-01-24809-0/+0
| | | | | | Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
* | Fix link of some repos on stars page (#737)Andrey Nering2017-01-241-2/+10
| | | | | | Link was wrong the repo was of another owner
* | Update the contribution guidelines (#726)Bwko2017-01-241-2/+2
|/
* fix logfile name (#731)DWE2017-01-231-1/+1
|
* update xorm for bugs fix (#728)Lunny Xiao2017-01-233-5/+5
|
* Update xorm and fix dump command (#692)Lunny Xiao2017-01-2314-717/+631
| | | | | | | | | | | | * update xorm and fix dump * catch database init error * still use dumpTables * fix dump bool type * update vendor.json
* Add option to app.ini to enable local import paths (#724)Bwko2017-01-236-5/+14
|
* Add a reserved path check to the wiki (#720)Bwko2017-01-221-1/+18
|
* add scroolbars to wide graphs. (#608)Kjell Kvinge2017-01-223-9/+6
| | | | | | * Add scrollbars to graph and revlist if needed. * Add border
* fixed bugs on Wiki and resolved #667 (#674)Lunny Xiao2017-01-212-25/+29
|
* Set the ldflags to static value within makefile (#709)Thomas Boerger2017-01-201-1/+1
|
* Fix crash caused by #647 (#708)Bwko2017-01-201-1/+1
|
* Spun attachments into seperate go file (#701)Philip Couling2017-01-204-217/+249
| | | Moved attachments into seperate go file
* Fix permission bugs in team API (#647)Ethan Koenig2017-01-204-121/+137
|
* API Endpoints for organization members (#645)Ethan Koenig2017-01-203-2/+155
|
* Fix: Pagenation on dashboard->issues does not work well (#698)Kazuki Sawada2017-01-191-3/+3
|
* Notifications: trying to get a better layout (#660)Andrey Nering2017-01-188-80/+103
| | | | | | | | | | | | | | * i18n button titles * Improvements on notification page layout * Notification count badge fixes * Make table <tr> clickable * Fix octicon aligment * Fix use of AppSubUrl
* Enforce custom LDFLAGS within makefile (#684)Thomas Boerger2017-01-171-1/+1
|
* Remove the default console logger when it is not set in the configuration (#602)willemvd2017-01-172-0/+21
| | | | | | | | | | | | * Remove the default console logger when it is not set in the configuration * Added comment to new function (lint failure) * update based on PR comments (code style) * code style fix (thanks bkcsoft) * check if logger exists based on the l.outputs (like in l.DelLogger) instead of adapter, otherwise panic when reinstalling gitea (since the output adapter still exist, without outputs)
* Refactor process package and introduce ProcessManager{} with tests (#75)Matthias Loibl2017-01-1710-113/+161
| | | | | | | | | | * 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-1640-8/+3395
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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-1511-14/+144
| | | | | | | | | | | | | | * 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
* Changed README to refer to https images only (#675)Philip Couling2017-01-152-6/+6
|
* Removes reliance on server specific SQL (#393)btrepp2017-01-141-2/+16
| | | | | | | | Breaks the retrieval of repositories into two queries This fetches the paged ids in one go, then the actual repository information in a second query Some databases do not support SELECT with * when group by is used.