aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Move swagger-ui under /api/v1 (#2746)Antoine GIRARD2017-10-2117-192/+166
| | | | | | | | | | | | * Move swagger interface under /api/v1 * Update swagger-ui * Add /api/swagger and prepare for multiple api version * Update test links * Fix footer link
* Admin grammar fixes and improvements (#2056)Patrick G2017-10-211-19/+19
|
* Configurable SSH cipher suite (#913)spacetourist2017-10-214-3/+11
| | | | | | | | | | | | * Configurable SSH cipher suite * Update configuration file comment * Add default in settings loading code * Fix fmt and log messsage * Remove default from code as this could probably might not be good idea
* Use buffersize to reduce database connection when iterate (#2724)Lunny Xiao2017-10-217-15/+19
| | | | | | | | * use buffersize to reduce database connection when iterate * fix typo * add default value on app.ini comment
* Update vendor github.com/lib/pq (#2752)Antoine GIRARD2017-10-2117-371/+898
|
* Set default lfs content path (#2521)Jonas Bröms2017-10-191-1/+6
|
* Fix IE unsupported javascript construction (#2736)Lauris BH2017-10-191-2/+2
|
* Only update mirror last update after successful sync (#2730)Jonas Bröms2017-10-181-1/+2
|
* Fix tabs according to semantic-ui docs (#2733)Patrick G2017-10-181-11/+7
|
* Fix typos in app.ini (#2732)Jonas Bröms2017-10-171-5/+5
|
* Fix repository search function (#2689)Morlinest2017-10-1710-88/+140
| | | | | | | | | | | | | | | | * Fix and remove FIXME * Respect membership visibility * Fix/rewrite searchRepositoryByName function * Add unit tests * Add integration tests * Remove Searcher completely * Remove trailing space
* Fix semantic-ui style conflict with v-cloak (#2722)Lauris BH2017-10-171-1/+1
|
* Render plain text README.txt monospaced (#2721)Jonas Franz2017-10-174-5/+12
| | | Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Fixing wrong translations on sorttype oldest/latest (#2720)Jonas Franz2017-10-161-2/+2
|
* Merge password and 2fa page on user settings (#2695)Lunny Xiao2017-10-167-89/+117
| | | * merge password and 2fa page on user settings
* Fix PR, milestone and label functionality if issue unit is disabled (#2710)Lauris BH2017-10-167-66/+68
| | | | | | | | | | * Fix PR, milestone and label functionality if issue unit is disabled or not assigned to user * Fix multi-actions in PR page * Change error message * Fix comment update and delete functionality in PR
* Fix plain readme didn't render correctly on repo home page (#2705)Lunny Xiao2017-10-162-14/+9
| | | | | | | | * fix plain readme didn't render correctly on repo home page * fix missing render * remove unused template variables
* Integration test for activity page (#2704)Lauris BH2017-10-166-61/+122
| | | | | | | | * Integration test for activity page * Small code refactoring for acitvity page * Move activity stats calculation logic to model
* Create new branch from branch selection dropdown (#2130)Lauris BH2017-10-1514-69/+641
| | | | | | | | | | * Create new branch from branch selection dropdown and rewrite it to VueJS * Make updateLocalCopyToCommit as not exported * Move branch name validation to model * Fix possible race condition
* Fix activity locale (#2709)Ethan Koenig2017-10-151-1/+1
|
* fix .netrc authentication (#2700)David Schneiderbauer2017-10-151-10/+24
| | | | | | * provide both possible authentication solutions Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
* Fix so that user can still fork his own repository to owned organizations ↵Lauris BH2017-10-158-27/+86
| | | | | | | | | | (#2699) * Fix so that user can still fork his own repository to his organizations * Fix to only use owned organizations * Add integration test for forking own repository to owned organization
* Remove direct user adding to organization members (#2641)Lauris BH2017-10-156-77/+0
|
* Add Activity page to repository (#2674)Lauris BH2017-10-1512-4/+686
| | | | | | | | | | | | | | * Add Activity page to repository * Add request data for activity * Add issue data for activity * Add user unit right checks * Add releases to activity * Log repository unit loading error
* Fix organization watch migration (#2703)Lauris BH2017-10-141-1/+1
|