Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add vendoring back (#890) | Lunny Xiao | 2017-02-11 | 1 | -0/+8 |
| | |||||
* | update xorm vendor and also fix #740 (#886) | Lunny Xiao | 2017-02-10 | 3 | -16/+20 |
| | |||||
* | Fix bug in repos search (#884) | Ethan Koenig | 2017-02-10 | 1 | -5/+9 |
| | |||||
* | bug fixed for issue count (#881) | Lunny Xiao | 2017-02-09 | 1 | -1/+1 |
| | |||||
* | feat: fill in ssh key title automatically. (#863) | Bo-Yi Wu | 2017-02-09 | 2 | -2/+11 |
| | |||||
* | Unit tests for issue_milestone (#878) | Ethan Koenig | 2017-02-09 | 6 | -366/+609 |
| | |||||
* | Improve status table implementation (#879) | Andrew | 2017-02-09 | 3 | -12/+29 |
| | | | | | | | | * Remove superfluous defer calls * Improve status table implementation as well This would probably only help with large, high-traffic installs | ||||
* | Gogs -> Gitea (#877) | Ethan Koenig | 2017-02-09 | 1 | -1/+1 |
| | |||||
* | Fix bug in Issue.GetIsRead (#876) | Ethan Koenig | 2017-02-09 | 1 | -1/+2 |
| | |||||
* | Makefile: install on build (#874) | Andrey Nering | 2017-02-09 | 1 | -1/+1 |
| | | | This install Go package on building for caching and faster builds | ||||
* | fix watchers templates breaks (#870) | Lunny Xiao | 2017-02-08 | 1 | -1/+1 |
| | |||||
* | fix: Admin can also search private user repository. (#869) | Bo-Yi Wu | 2017-02-08 | 1 | -10/+10 |
| | |||||
* | Fix consistency check (#866) | Ethan Koenig | 2017-02-08 | 4 | -10/+27 |
| | |||||
* | Use assert in legacy unit tests (#867) | Ethan Koenig | 2017-02-08 | 69 | -6971/+237 |
| | |||||
* | Allow rendering alerts in dashboard (#856) | Sandro Santilli | 2017-02-08 | 1 | -0/+1 |
| | | | NOTE: useful when logging in via OpenID and connecting to user | ||||
* | fix releases count and resolved #764 (#857) | Lunny Xiao | 2017-02-07 | 1 | -1/+1 |
| | |||||
* | show tags on dashboard issues (#860) | Lunny Xiao | 2017-02-07 | 1 | -0/+4 |
| | |||||
* | social_register_hepler_msg -> social_register_helper_msg (#855) | Sandro Santilli | 2017-02-07 | 22 | -43/+43 |
| | | | | | | * social_register_hepler_msg -> social_register_helper_msg * register_hepler_msg -> register_helper_msg | ||||
* | Fix broken test fixture (#859) | Ethan Koenig | 2017-02-07 | 1 | -4/+4 |
| | |||||
* | Update pt-BR translations (#840) | José Olivio M. Pedrosa | 2017-02-07 | 1 | -75/+157 |
| | | | | | | | | | | | | | | | * Update pt-BR translations * Minor updates to translations * Change "Pull Request" to "pull request". * Change "Problemas" to "Issues" to keep consistency. * Change "Propriedade" to "propriedade". * Change "Wiki" to "wiki". * Rename "questão" to "issue". * Update almost all the strings from "[action]" section. * Added new pt-BR translations | ||||
* | feat: support paginater on star tab of user profile. (#845) | Bo-Yi Wu | 2017-02-07 | 5 | -12/+64 |
| | |||||
* | Consistency checks for unit tests (#853) | Ethan Koenig | 2017-02-07 | 6 | -12/+182 |
| | |||||
* | Fixes #794 by moving emoji tag to the correct span (#848) | Stephen Brown | 2017-02-06 | 1 | -2/+2 |
| | | | Signed-off-by: Stephen Brown <steve@evolvedlight.co.uk> | ||||
* | fix: wrong pages number which includes private repository count. (#844) | Bo-Yi Wu | 2017-02-06 | 4 | -4/+105 |
| | |||||
* | Minor English language file tweaks (#852) | Andrew | 2017-02-06 | 1 | -12/+12 |
| | | | | | | | | * Minor language file tweaks (largely fixing awkward grammar). Signed-off-by: Tux <write@imaginarycode.com> * Modify federated_avatar_lookup_popup message | ||||
* | Merge pull request #850 from ethantkoenig/fix/fixtures | Andrey Nering | 2017-02-06 | 3 | -4/+8 |
|\ | | | | | Fix inconsistencies in unit test fixtures | ||||
| * | Fix inconsistencies in unit test fixtures | Ethan Koenig | 2017-02-05 | 3 | -4/+8 |
|/ | |||||
* | Add checkbox to search for all the branches by commit message (#813) | Zsombor | 2017-02-05 | 9 | -18/+39 |
| | | | and updating the vendor directory | ||||
* | track issue title changes (#841) | Lunny Xiao | 2017-02-05 | 6 | -3/+52 |
| | |||||
* | Redirects for renamed repos (#807) | Ethan Koenig | 2017-02-05 | 29 | -27/+127 |
| | | | | | | * Redirects for renamed repos * Remove unused phrase from locales | ||||
* | Avoid duplicate queries in auth (#827) | Ethan Koenig | 2017-02-05 | 1 | -57/+48 |
| | | | Avoid identical making calls to GetUserByID(..) in SignedInUser(..) | ||||
* | Check for manual merging of a pull request (#719) | Bwko | 2017-02-05 | 1 | -17/+143 |
| | | | | When an open pull request got manually merged mark the pull request as merged | ||||
* | Add ENABLE_PPROF to app.ini and start pprof if true on localhost:6060 (#801) | Matthias Loibl | 2017-02-05 | 2 | -1/+10 |
| | | | | | | * Add ENABLE_PPROF to app.ini and start pprof if true on localhost:6060 * Add comment for golint to blank pprof import | ||||
* | Fix remove unix socket listenAddr (#846) | surefire | 2017-02-05 | 1 | -1/+1 |
| | | | | Because the absence of the listenAddr is what is expected. The error will only be then when we can't remove. | ||||
* | Merge pull request #727 from mrm2m/german-translation | Andrey Nering | 2017-02-04 | 1 | -0/+21 |
|\ | | | | | Added some missing German translations | ||||
| * | Update locale_de-DE.ini | mrm2m | 2017-02-03 | 1 | -1/+1 |
| | | | | | | Changed English word "user" to German word "Benutzer" as suggested by https://github.com/go-gitea/gitea/pull/727#issuecomment-274483755 | ||||
| * | Added some missing German translations | Moritz Rosenthal | 2017-01-22 | 1 | -0/+21 |
| | | |||||
* | | Merge pull request #839 from ethantkoenig/fix/remove_org_repo | Andrey Nering | 2017-02-04 | 2 | -2/+22 |
|\ \ | | | | | | | Fix bug in removeOrgRepo | ||||
| * | | Fix bug in removeOrgRepo | Ethan Koenig | 2017-02-04 | 2 | -2/+22 |
| | | | |||||
* | | | Merge pull request #838 from ethantkoenig/fix/fixtures | Andrey Nering | 2017-02-04 | 2 | -4/+5 |
|\ \ \ | |/ / |/| | | Fix inconsistencies in test fixtures | ||||
| * | | Fix inconsistencies in test fixtures | Ethan Koenig | 2017-02-04 | 2 | -4/+5 |
|/ / | |||||
* | | Add units concept for modulable functions of a repository (#742) | Lunny Xiao | 2017-02-04 | 16 | -90/+669 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add units concept for modulable functions of a repository * remove unused comment codes & fix lints and tests * remove unused comment codes * use struct config instead of map * fix lint * rm wrong files * fix tests | ||||
* | | Allow using custom time format (#798) | ʿAhed ʿid | 2017-02-04 | 1 | -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 Koenig | 2017-02-04 | 6 | -126/+226 |
| | | | | | | Also add unit tests | ||||
* | | Merge pull request #830 from appleboy/patch-2001 | Andrey Nering | 2017-02-04 | 2 | -3/+4 |
|\ \ | | | | | | | refactor: set default order by recently star on start tab | ||||
| * | | refactor: set default order by recently star. | Bo-Yi Wu | 2017-02-03 | 2 | -3/+4 |
| | | | |||||
* | | | feat: Add search bar on user profile page. (#787) | Bo-Yi Wu | 2017-02-04 | 6 | -10/+69 |
| | | | |||||
* | | | Fixed form control is not focusable #687 (#837) | Shyim | 2017-02-04 | 1 | -2/+2 |
| | | | |||||
* | | | test: Add user mail testing. (#833) | Bo-Yi Wu | 2017-02-04 | 3 | -0/+220 |
| | | | |||||
* | | | Track assignee for issue (#808) | Lunny Xiao | 2017-02-03 | 5 | -11/+94 |
| | | | | | | | | | | | | | | | | | | | | | | | | * track assignee for issue * fix lint * use getUserByID instead Get |