summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix ordering in app.ini and fix run mode option (#2829)Morlinest2017-11-022-3/+4
|
* Add git clone test on integration test (#1682)Lunny Xiao2017-11-022-2/+65
|
* Configurable SSH key exchange algorithm and MAC suite (#2806)Cum Gun2017-11-024-4/+24
|
* '[skip ci] Updated translations via Crowdin'lafriks2017-11-023-38/+489
|
* added myself to the translation list (#2828)Jonathan Lozada D2017-11-021-0/+1
|
* Fix commits page url (#2823)Morlinest2017-11-021-1/+1
| | | | | | * Fix commits page url * Check all view types
* '[skip ci] Updated translations via Crowdin'lafriks2017-11-0125-0/+400
|
* Use custom search for each filter type in dashboard (#2343)Morlinest2017-11-012-19/+74
| | | | | | | | | | * Do custom search for each filter in repo-search * Fix search url * Simplify code * Remove loader and reset counts when changing filter
* Revert en-US locale (#2821)Lauris BH2017-11-021-55/+55
|
* '[skip ci] Updated translations via Crowdin'lunny2017-11-0125-8065/+273
|
* fix update-translations on drone (#2822)Lunny Xiao2017-11-011-0/+2
|
* '[skip ci] Updated translations via Crowdin'lunny2017-11-0123-736/+751
|
* Fix wrong translations (#2818)Lunny Xiao2017-11-011-0/+9
| | | | | | * fix wrong translations * fix tab on yml
* '[skip ci] Updated translations via Crowdin'appleboy2017-11-0125-1119/+2699
|
* add gitea remote in drone. (#2817)Bo-Yi Wu2017-11-011-1/+1
| | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* add remote name for git push. (#2816)Bo-Yi Wu2017-11-011-3/+4
| | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Download and pushing translations (#2727)Jonas Franz2017-11-011-10/+35
| | | | | | * Download and pushing translations * Adding empty line between build steps
* Include HTTP method in test error message (#2815)Ethan Koenig2017-11-011-1/+1
|
* Use api.TrackedTime in API (#2807)Ethan Koenig2017-11-012-16/+47
| | | | | | | | * Use api.TrackedTime in API * APIFormat() method * Rename function
* Fix dropdown menu position on explore repo (#2808)Mulia Nasution2017-10-311-1/+1
| | | Signed-off-by: Mulia Arifandi Nasution <mul14.net@gmail.com>
* Fix typo (#2810)Mulia Nasution2017-10-311-1/+1
| | | Signed-off-by: Mulia Arifandi Nasution <mul14.net@gmail.com>
* Add environment variable support for Docker image (#2201)Tao Wang2017-10-315-2/+42
| | | | | | | | | | * Add `gettext` dependencies as we need `envsubst` command; * Modified s6's gitea setup script, instead of `cp` the template if no `app.ini` exist, it will substitude the envvars and generate the new `app.ini`; * Make `/docker/etc/templates/app.ini` a template contains environment variables; Signed-off-by: Tao Wang <twang2218@gmail.com>
* Use RelAvatarLink() in GetActAvatar() (#2800)cstyles2017-10-311-1/+1
|
* Fix Git LFS object/repo link storage in database and small refactoring (#2803)Lauris BH2017-10-302-59/+38
|
* Make URL scheme unambiguous (#2408)Ethan Koenig2017-10-3020-144/+279
| | | | | | | | | | * Make URL scheme unambiguous Redirect old routes to new routes * Fix redirects to new URL scheme, and update template * Fix branches/_new endpoints, and update integration test
* Fix copy in email templates (#2801)Arif2017-10-292-2/+2
|
* Add Safari pinned tab icon (#2799)Bastian Rinsche2017-10-282-0/+2
| | | | | Closes #2753 Signed-off-by: Bastian Rinsche <bastian.rinsche@gmail.com>
* improve force push detect when push (#2798)Lunny Xiao2017-10-281-1/+1
|
* Fix Various Grammar Issues and Adjust Unnatural Wording (#2737)Omar Assadi2017-10-283-53/+50
| | | | | | | | | | | | | | | | | | | | | | * Fix Comma Splices Replace comma splices with more fitting punctuation—usually semicolons. Signed-off-by: Omar Assadi <omar@assadi.ru> * Turn Some Conjunctions into Sentences Turn conjunctions—which are capable of standing on their own—into their standalone sentences. Signed-off-by: Omar Assadi <omar@assadi.ru> * Reword Sections and Fix Issues in Docs Reword sections of the contributing docs and readme file to be more natural and clear. Additionally, fix the majority of the grammar mistakes. Signed-off-by: Omar Assadi <omar@assadi.co.il>
* Code/repo search (#2582)Ethan Koenig2017-10-2733-31/+1214
| | | Indexed search of repository contents (for default branch only)
* Add wrapping to long diff lines (#2789)Lauris BH2017-10-274-1718/+1722
| | | | | | | | | | * Add wrapping to long diff lines to fix #1827 * Fix css class and make changes to source (less) files * Fix wrong space indentation * Fix indentation inconsistencies and remove very old WebKit workaround
* Add search mode option to /api/repo/search (#2756)Morlinest2017-10-2716-142/+505
| | | | | | | | | | | | | | | | | | | | | | | | * Add repo type option to /api/repo/search * Add tests and fix result of collaborative filter in specific condition * Fix/optimize search & tests * Improve integration tests * Fix lint errors * Fix unit tests * Change and improve internal implementation of repo search * Use NonexistentID * Make search api more general * Change mirror and fork search behaviour * Fix tests & typo in comment
* Show Sendmail settings on admin config page (#2782)Jonas Bröms2017-10-262-4/+16
| | | | | | * Show Sendmail settings on admin config page * Remove unecessary if statement
* Add checks for commits with missing author and time (#2771)Lauris BH2017-10-263-18/+43
| | | | | | * Add checks for commits with missing author and time * Fix validate commits with emails if it has no Author
* don't check minimum key size when disabled (#1754)Gibheer2017-10-261-5/+5
| | | | | | | | | | | | | | * cleanup old comments for ed25519 These comments were added when x/crypto/ed25519 could not yet handle ed25519. It does now, so it should be removed. Also the key type is now replaced with the proper constant. * move the minimum key size config before the check This moves the actual config lookup before any check is done. This avoids problems with calling to ssh-keygen which doesn't support the expected output format and returning an error, when the check is disabled.
* Add commit count caching (#2774)Lauris BH2017-10-2610-25/+150
| | | | | | | | | | * Add commit count caching * Small refactoring * Add different key prefix for refs and commits * Add configuratuion option to allow to change caching time or disable it
* Add branch overiew page (#2108)Bwko2017-10-2621-51/+700
| | | | | | | | * Add branch overiew page * fix changed method name on sub menu * remove unused code
* Add support for extra sendmail arguments (#2731)Jonas Bröms2017-10-259-0/+322
| | | | | | | | | | | | * Add support for extra sendmail arguments * Sendmail args to exec.command should be a list * Add go-shellquote package * Use go-shellquote lib for parsing Sendmail args * Only parse if sendmail is configured
* Sync MaxGitDiffLineCharacters with conf/app.ini (#2779)Michael Kuhn2017-10-251-1/+1
| | | | | MAX_GIT_DIFF_LINE_CHARACTERS was updated in #1845 but the corresponding default value of MaxGitDiffLineCharacters was not changed. This can lead to inconsistencies.
* fix importsLunny Xiao2017-10-251-5/+4
|
* some fixesLunny Xiao2017-10-253-3/+5
|
* fix discord hook bug (#2778)Lunny Xiao2017-10-252-0/+6
|
* Fix Polish language name spelling (#2766)Piotr Orzechowski2017-10-242-2/+2
|
* Hide unactive on explore users and some refactors (#2741)Lunny Xiao2017-10-2415-150/+142
| | | | | | | | | | | | | | | | | | | | | | | | * hide unactive on explore users and some refactors * fix test for removed Organizations * fix test for removed Organizations * fix imports * fix logic bug * refactor the toConds * Rename TestOrganizations to TestSearchUsers and add tests for users * fix other tests * fix other tests * fix watchers tests * fix comments and remove unused code
* add default ssh ciphers (#2761)Lunny Xiao2017-10-231-1/+5
|
* Update vendor git (#2765)Lauris BH2017-10-236-63/+25
|
* Use identicon image for default gravatar. (#2767)harry2017-10-233-4/+4
| | | | | | * Use identicon image for default gravatar. * Fixed tests.
* Fix emojify image URL (#2769)Lauris BH2017-10-231-1/+1
|
* Remove manual of unsupported option (#2757)Morlinest2017-10-211-25/+0
|
* Fix activity css conflit with semantic ui (#2758)Lauris BH2017-10-213-4/+4
|