aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Allow using custom time format (#798)ʿAhed ʿid2017-02-041-1/+11
| | | | | | | | | | | | | | | * Allow using custom time format I need to use custom time format in `conf/app.ini' like FORMAT = 2006-01-02 15:04:05 so that Gitea will display '2017-01-30 08:41:49' check this answer for more constants to format date <http://stackoverflow.com/a/20234207/2570425> PS: First GO commit * Refactor and validate TimeFormat (must have 2006, 01, 02, 15, 04 and 05)
* Move IssueUser code to separate file (#836)Ethan Koenig2017-02-046-126/+226
| | | Also add unit tests
* Merge pull request #830 from appleboy/patch-2001Andrey Nering2017-02-042-3/+4
|\ | | | | refactor: set default order by recently star on start tab
| * refactor: set default order by recently star.Bo-Yi Wu2017-02-032-3/+4
| |
* | feat: Add search bar on user profile page. (#787)Bo-Yi Wu2017-02-046-10/+69
| |
* | Fixed form control is not focusable #687 (#837)Shyim2017-02-041-2/+2
| |
* | test: Add user mail testing. (#833)Bo-Yi Wu2017-02-043-0/+220
| |
* | Track assignee for issue (#808)Lunny Xiao2017-02-035-11/+94
| | | | | | | | | | | | | | | | * track assignee for issue * fix lint * use getUserByID instead Get
* | Drop redundant columns from issue_user table (#638)Ethan Koenig2017-02-033-105/+22
| |
* | Cache ctxUser in retrieveFeeds(..) (#826)Ethan Koenig2017-02-031-1/+3
|/
* Cleanup log messagingGabriel Jackson2017-02-0226-112/+111
| | | | | | | | | This change corrects a few logging issues: * Standardized formatting errors with '%v'. * Standardized failure warning word usage. * Corrected an instance of using the standard log library when the gitea log library should be used instead.
* Remove unneeded database loads (#814)Ethan Koenig2017-02-022-6/+2
| | | Remove unnecessary calls to repo.GetOwner() in context handlers
* fix: ignore email notifications if user is not active. (#820)Bo-Yi Wu2017-02-023-2/+62
|
* fix: User can see the private activity on public activity history. (#818)Bo-Yi Wu2017-02-021-5/+5
|
* Fix master builds on mips* again (#815)Thomas Boerger2017-02-025-8/+23
| | | | | | | | | | | | * Use local folder for xgo * Always do crosscompile and testing to fail early * Added mips* values for boltdb In order to get master building again I have applied these 2 additional files to boltdb. This should get dropped when https://github.com/boltdb/bolt/issues/656 gets solved.
* Add X-GitHub-* headers for webhook to get clubhouse.io integration working ↵Anton Skorokhod2017-02-021-0/+2
| | | | (#809)
* add milestone changed traker on issue view (#804)Lunny Xiao2017-02-0110-40/+134
|
* Bug fixes and unit tests for models/issue_label (#802)Ethan Koenig2017-02-018-14/+301
|
* Windows compatibility for unit tests (#800)Ethan Koenig2017-01-301-2/+3
|
* Unit tests and remove unused functions in models/notification (#796)Ethan Koenig2017-01-305-11/+108
| | | | | | * Unit tests and remove unused functions in models/notification * Read -> Unread
* fix bug caused by #788 (#799)Lunny Xiao2017-01-301-1/+3
|
* Track labels changed on issue view & resolved #542 (#788)Lunny Xiao2017-01-3010-195/+366
| | | | | | * track labels changed on issue view & resolved #542 * add missing head comment & sort & fix refresh
* feat: add search repository on dashboard. (#773)Bo-Yi Wu2017-01-306-4/+20
|
* Better settings for unit tests (#795)Ethan Koenig2017-01-302-5/+11
|
* Allow custom public files (#782)Thomas Boerger2017-01-287-6/+26
| | | | | | * Allow custom public files * Gofmt code, lots of places not related to this pr
* Merge pull request #781 from andreynering/notifications-step-5Andrey Nering2017-01-286-25/+49
|\ | | | | Notifications step 5
| * Small UI fixesAndrey Nering2017-01-281-2/+4
| |
| * Fix color: closed PR was showing as purple instead of redAndrey Nering2017-01-284-23/+37
| |
| * Notifying on open PR, and Close/Reopen/Merge issue or PRAndrey Nering2017-01-282-0/+8
| |
* | Merge pull request #777 from ethantkoenig/tests/wikiAndrey Nering2017-01-283-1/+68
|\ \ | | | | | | Unit tests for models/wiki
| * | Unit tests for models/wikiEthan Koenig2017-01-273-1/+68
| |/
* | Merge pull request #776 from ethantkoenig/tests/orgAndrey Nering2017-01-2810-26/+671
|\ \ | |/ |/| Unit tests and bug fix for models/org
| * Unit tests and bug fix for models/orgEthan Koenig2017-01-2710-26/+671
|/
* 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
| |