Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes from gitea:master #130

Merged
merged 137 commits into from
Jan 6, 2017

Commits on Dec 9, 2016

  1. Bug fix for edit-hook API endpoint

    ethantkoenig authored and bkcsoft committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    7b5b517 View commit details
    Browse the repository at this point in the history
  2. Fixes issue gogs#283

    Delete old temp local copy before we create a new temp local copy
    Bwko authored and bkcsoft committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    cbcb436 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2016

  1. Configuration menu
    Copy the full SHA
    abcd39f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2016

  1. Correction LDAP validation (gogs#342)

    * Correction LDAP username validation
    
    As https://msdn.microsoft.com/en-us/library/aa366101(v=vs.85).aspx describe spaces should not be in start or at the end of username but they can be inside the username. So please check my solution for it.
    
    * Check for zero length passwords in LDAP module.
    
    According to https://tools.ietf.org/search/rfc4513#section-5.1.2 LDAP client should always check before bind whether a password is an empty value. There are at least one LDAP implementation which does not return error if you try to bind with DN set and empty password - AD.
    
    * Clearing the login/email spaces at the [start/end]
    denji authored and lunny committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    f0a989c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Autogenerate Version on build (gogs#190)

    * Autogenerate Version On Build
    
    * Fixes
    
    * Changed Version to v0.9.0
    
    * balls
    
    * I hate newlines
    
    * Don't remove .VERSION-file on `make clean`
    
    * v0.9.0 => 1.0.0
    
    * damn new-lines...
    
    * Always rebuild templates/.VERSION
    
    * Delete .VERSION
    
    * Update Makefile
    bkcsoft authored and lunny committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    1d1c018 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73710c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. Configuration menu
    Copy the full SHA
    d771e97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4c7940 View commit details
    Browse the repository at this point in the history
  3. Update example install url from try.gogs.io to try.gitea.io (gogs#385)

    * Update example install url from try.gogs.io to try.gitea.io
    
    * Ask if issue can be reproduced on try.gitea.io
    
    * Link try.gitea.io to the README
    strk authored and lunny committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    1831ee2 View commit details
    Browse the repository at this point in the history
  4. Fixing multiple docker issues (gogs#386)

    * Added stupid docker task to makefile
    
    * Dropped unknown option PrintLastLog from docker ssh config
    
    * OpenSSH should log to docker stdout
    
    * Set random pw for docker git user, otherwise it is locked
    
    * Stop using templates and public within docker
    tboerger authored and lunny committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    c6b6a61 View commit details
    Browse the repository at this point in the history
  5. Disable coverage report for now (gogs#395)

    Until aircover gets updated so that it works again I have disabled to
    coverage report upload for now.
    tboerger authored Dec 15, 2016
    Configuration menu
    Copy the full SHA
    8aeeed0 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. Configuration menu
    Copy the full SHA
    15c3d14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    578a8e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b11843b View commit details
    Browse the repository at this point in the history
  4. Fix typo (gogs#407)

    RichieB2B authored and tboerger committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    0d6e88b View commit details
    Browse the repository at this point in the history
  5. Remove fixed FIXME (gogs#408)

    RichieB2B authored and tboerger committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    44428fd View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2016

  1. Configuration menu
    Copy the full SHA
    7c46667 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2016

  1. add ZH readme (gogs#405)

    lunny authored Dec 19, 2016
    Configuration menu
    Copy the full SHA
    8559d6f View commit details
    Browse the repository at this point in the history
  2. Add support for using "libravatar" as the GravatarSource

    Just to make it easier for administrator to configure libre avatar,
    as it is done for "duoshuo" and "gravatar"
    strk committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    608a60f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. serve video files using the HTML5 video tag (gogs#418)

    * serve video files using the HTML5 video tag
    
    * lint fix: add comment to IsVideoFile
    nmandery authored and lunny committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    6ade13e View commit details
    Browse the repository at this point in the history
  2. change test mail subject and body to 'Gitea Test Mail!'

    Signed-off-by: Michael de Wit <mjwwit@gmail.com>
    mjwwit committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    1d30457 View commit details
    Browse the repository at this point in the history
  3. Merge pull request gogs#422 from mjwwit/master

    Change test mail subject and body to 'Gitea Test Mail!'
    andreynering authored Dec 20, 2016
    Configuration menu
    Copy the full SHA
    952587d View commit details
    Browse the repository at this point in the history
  4. Fix random string generator (gogs#384)

    * Remove unused custom-alphabet feature of random string generator
    
    Fix random string generator
    
    Random string generator should return error if it fails to read random data via crypto/rand
    
    * Fixes variable (un)initialization mixed assign
    Update test GetRandomString
    denji authored and tboerger committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    380e32e View commit details
    Browse the repository at this point in the history
  5. Merge pull request gogs#412 from strk/libravatar-source

    Add support for using "libravatar" as the GravatarSource
    andreynering authored Dec 20, 2016
    Configuration menu
    Copy the full SHA
    235eb4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    111c95e View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2016

  1. Do not override the binary version name from drone (gogs#436)

    Signed-off-by: Thomas Boerger <tboerger@suse.de>
    tboerger authored and lunny committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    618407c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce21ed6 View commit details
    Browse the repository at this point in the history
  3. Add Korean support (gogs#437)

    * Add Korean support
    
    * replace Gogs to Gitea
    lunny authored and tboerger committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    2197d29 View commit details
    Browse the repository at this point in the history
  4. Update locales (gogs#440)

    * Update locales
    
    * replace Gogs to Gitea
    lunny authored Dec 21, 2016
    Configuration menu
    Copy the full SHA
    f8d94cb View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

  1. Fix homepage docs link broken (gogs#417)

    * fix homepage docs link broken
    
    * fix homepage docs links after docs updated
    lunny authored and tboerger committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    c46eb3f View commit details
    Browse the repository at this point in the history
  2. Fix string format verbs (gogs#3637)

    alunegov authored and bkcsoft committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    d5d21b6 View commit details
    Browse the repository at this point in the history
  3. issue comment api fix (gogs#449)

    * ListAllInRepo & Delete Issue-Comments
    
    * Moar data in issue-comments
    bkcsoft authored and lunny committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    df7fa4e View commit details
    Browse the repository at this point in the history
  4. Bug fixes and tests for modules/base (gogs#442)

    Also address other TODOs
    ethantkoenig authored and lunny committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    4c89a9c View commit details
    Browse the repository at this point in the history
  5. UpdateIssueUsersByMentions was calling database write operations while (

    gogs#443)
    
    a transaction session was in progress. MailParticipants was failing
    silently because of the SQLITE_LOCKED error. Make sure failures in
    MailParticipants enter the log, and pass on the transaction context.
    
    issue: let caller pass in database context, and use it
    issue_comment: obtain database context to pass to UpdateIssueMentions
    issue_comment: log any error from call to MailParticipants
    issue_mail: pass on database context to UpdateIssueMentions
    lunny authored Dec 22, 2016
    Configuration menu
    Copy the full SHA
    0c5c34d View commit details
    Browse the repository at this point in the history
  6. update code.gitea.io/git (gogs#450)

    lunny authored and tboerger committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    47a7529 View commit details
    Browse the repository at this point in the history
  7. init script gentoo (gogs#447)

    * init script for gentoo (gogs#3761)
    
    * replace Gogs to Gitea
    
    * remove override port number
    
    * remove port
    lunny authored and tboerger committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    11df7eb View commit details
    Browse the repository at this point in the history
  8. New settings option for a custom SSH host (gogs#3763) (gogs#446)

    * New settings option for a custom SSH host (gogs#3763)
    
    * let default ssh listen addr empty
    lunny authored and tboerger committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    65b1875 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e0ecd9f View commit details
    Browse the repository at this point in the history
  10. Check if file is a symlink with web editor (gogs#3687) (gogs#445)

    * Check if file is a symlink with web editor (gogs#3687)
    
    * editor checks for symlinks
    
    * translate file_is_a_symlink message
    
    * credit translation author
    
    * fix error constant
    lunny authored and tboerger committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    0e13925 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c21e2c4 View commit details
    Browse the repository at this point in the history
  12. Bindata is optional and over-writable on restart (gogs#354)

    * Moved conf assets into options folder
    
    * Dropped old bindata
    
    * Started to integrate options bindata and accessors
    
    * Do not enforce a builtin app.ini
    
    * Replaced bindata calls with options
    
    * Dropped bindata task from makefile, it's the generate task now
    
    * Always embedd app.ini to provide sane config defaults
    
    * Use sane defaults for the configuration
    
    * Defined default value for SSH_KEYGEN_PATH
    
    * Dropped "NEVER EVER MODIFY THIS FILE" header from app.ini
    
    * Fixed new paths in latest test additions
    
    * Drop bindata with make clean task
    
    * Set more proper default values
    tboerger authored Dec 22, 2016
    Configuration menu
    Copy the full SHA
    b33078f View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2016

  1. resolved gogs#394 (gogs#396)

    lunny authored and tboerger committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    a12da66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfb5470 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec1fe11 View commit details
    Browse the repository at this point in the history
  4. Add default values for settings (gogs#455)

    * add default values for settings
    
    * more default values
    
    * more default settings and labels resource
    
    * mv locale to options
    lunny authored Dec 23, 2016
    Configuration menu
    Copy the full SHA
    a822bba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e6dd98 View commit details
    Browse the repository at this point in the history
  6. Simplified README and added a release badge (gogs#460)

    * Dropped the status from readme, it's anway always outdated
    
    * Added version badge
    
    * Cleaned the install instructions
    
    * Dropped paragraphs that should be documented on the docs
    
    * Simplified the content, refer to the website
    
    * Dropped the logo, lets show screenshots
    
    * Fixed TRANSLATORS link
    tboerger authored Dec 23, 2016
    Configuration menu
    Copy the full SHA
    770e831 View commit details
    Browse the repository at this point in the history
  7. update zh readme (gogs#462)

    lunny authored Dec 23, 2016
    Configuration menu
    Copy the full SHA
    eaa7b3c View commit details
    Browse the repository at this point in the history
  8. Fix broken godoc link and add arch in English README (gogs#463)

    * fix broken godoc link and add arch in English README
    
    * typo
    lunny authored Dec 23, 2016
    Configuration menu
    Copy the full SHA
    b0c6217 View commit details
    Browse the repository at this point in the history
  9. Fixed drone tagging

    tboerger committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    7b67347 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6aacf4d View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2016

  1. Configuration menu
    Copy the full SHA
    f2ff0ee View commit details
    Browse the repository at this point in the history
  2. Enables mssql support (gogs#383)

    * Enables mssql support
    
    Port of dlobs work in gogs.
    Enables options in index.js
    Enables MSSQL as a database option in go.
    Sets ID to 0 on initial migration. Required for
    MSSQL insert statements.
    
    Signed-off-by: Beau Trepp <beautrepp@gmail.com>
    
    * Vendors in denisenkom/go-mssqldb
    
    Includes golang.org/x/crypto/md4
    as this is required by go-msssqldb
    
    Signed-off-by: Beau Trepp <beautrepp@gmail.com>
    btrepp authored and lunny committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    25b5ffb View commit details
    Browse the repository at this point in the history
  3. API Endpoint for watching (gogs#191)

    ethantkoenig authored and lunny committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    8a4161c View commit details
    Browse the repository at this point in the history
  4. Bug fixes for Issues filters (gogs#413)

    Correctly handle simultaneous assignee/poster filters, and conflicting assignee filters
    ethantkoenig authored and lunny committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    d0932ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f27d87d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a345a03 View commit details
    Browse the repository at this point in the history
  7. Simplified MinPasswordLength check (gogs#475)

    Bwko authored and lunny committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    c1e92ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa3abc2 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2016

  1. Organization webhook API endpoints

    ethantkoenig authored and bkcsoft committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    9847b38 View commit details
    Browse the repository at this point in the history
  2. Update sdk

    ethantkoenig authored and bkcsoft committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    8de8ec0 View commit details
    Browse the repository at this point in the history
  3. Implement sendmail (gogs#355)

    * Implemented sendmail. This piggybacks on existing configuration to keep the change simple
    
    * Changed privicy of new sendSMTP and sendSendmail functions
    
    * Fixed Lint errors
    
    * Seperated SMTP and sendmail into their own senders
    
    * Making new structs private as they should not be used externally now
    
    * Added sendmail setting to ini file
    
    * Minor code cleanup
    couling authored and bkcsoft committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    d4924d4 View commit details
    Browse the repository at this point in the history
  4. Provide button to delete merged pull request (gogs#441)

    * provide button to delete merged pull request
    
    * golint fix
    lunny authored Dec 25, 2016
    Configuration menu
    Copy the full SHA
    4b7594d View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2016

  1. Git LFS support v2 (gogs#122)

    * Import github.com/git-lfs/lfs-test-server as lfs module base
    
    Imported commit is 3968aac269a77b73924649b9412ae03f7ccd3198
    
    Removed:
    
    Dockerfile CONTRIBUTING.md mgmt* script/ vendor/ kvlogger.go
    .dockerignore .gitignore README.md
    
    * Remove config, add JWT support from github.com/mgit-at/lfs-test-server
    
    Imported commit f0cdcc5a01599c5a955dc1bbf683bb4acecdba83
    
    * Add LFS settings
    
    * Add LFS meta object model
    
    * Add LFS routes and initialization
    
    * Import github.com/dgrijalva/jwt-go into vendor/
    
    * Adapt LFS module: handlers, routing, meta store
    
    * Move LFS routes to /user/repo/info/lfs/*
    
    * Add request header checks to LFS BatchHandler / PostHandler
    
    * Implement LFS basic authentication
    
    * Rework JWT secret generation / load
    
    * Implement LFS SSH token authentication with JWT
    
    Specification: https://github.com/github/git-lfs/tree/master/docs/api
    
    * Integrate LFS settings into install process
    
    * Remove LFS objects when repository is deleted
    
    Only removes objects from content store when deleted repo is the only
    referencing repository
    
    * Make LFS module stateless
    
    Fixes bug where LFS would not work after installation without
    restarting Gitea
    
    * Change 500 'Internal Server Error' to 400 'Bad Request'
    
    * Change sql query to xorm call
    
    * Remove unneeded type from LFS module
    
    * Change internal imports to code.gitea.io/gitea/
    
    * Add Gitea authors copyright
    
    * Change basic auth realm to "gitea-lfs"
    
    * Add unique indexes to LFS model
    
    * Use xorm count function in LFS check on repository delete
    
    * Return io.ReadCloser from content store and close after usage
    
    * Add LFS info to runWeb()
    
    * Export LFS content store base path
    
    * LFS file download from UI
    
    * Work around git-lfs client issue with unauthenticated requests
    
    Returning a dummy Authorization header for unauthenticated requests
    lets git-lfs client skip asking for auth credentials
    See: git-lfs/git-lfs#1088
    
    * Fix unauthenticated UI downloads from public repositories
    
    * Authentication check order, Finish LFS file view logic
    
    * Ignore LFS hooks if installed for current OS user
    
    Fixes Gitea UI actions for repositories tracking LFS files.
    Checks for minimum needed git version by parsing the semantic version
    string.
    
    * Hide LFS metafile diff from commit view, marking as binary
    
    * Show LFS notice if file in commit view is tracked
    
    * Add notbefore/nbf JWT claim
    
    * Correct lint suggestions - comments for structs and functions
    
    - Add comments to LFS model
    - Function comment for GetRandomBytesAsBase64
    - LFS server function comments and lint variable suggestion
    
    * Move secret generation code out of conditional
    
    Ensures no LFS code may run with an empty secret
    
    * Do not hand out JWT tokens if LFS server support is disabled
    fabian-z authored and lunny committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    2e7ccec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2342df1 View commit details
    Browse the repository at this point in the history
  3. Improve issue references in markdown (#471)

    * Improve issue references in markdown. (gogs#3436)
    
    * Fix build
    
    * Fix lint
    
    * Fix comment typo
    strk authored and lunny committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    7163445 View commit details
    Browse the repository at this point in the history
  4. Improve the way how branches are deleted

    Delete branch from HeadRepo instead of BaseRepo
    Prevent the deletion of a master branch
    Show a yes/no overlay when you press the delete branch button
    Bwko authored and bkcsoft committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    71dee6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6388761 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98b0688 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2016

  1. Merge pull request gogs#492 from Bwko/password

    At the locales replaced 6 with MIN_PASSWORD_LENGTH
    andreynering authored Dec 27, 2016
    Configuration menu
    Copy the full SHA
    59f736d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba134bd View commit details
    Browse the repository at this point in the history
  3. fix installation page ssh domain unavilable

    lunny authored and bkcsoft committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    7802699 View commit details
    Browse the repository at this point in the history
  4. Merge pull request gogs#487 from Bwko/NL

    Added Dutch translations to the landingpage
    andreynering authored Dec 27, 2016
    Configuration menu
    Copy the full SHA
    ba85f68 View commit details
    Browse the repository at this point in the history
  5. Fix default cookie name

    joubertredrat committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    a0f5471 View commit details
    Browse the repository at this point in the history
  6. Merge pull request gogs#508 from joubertredrat/fix-cookie-name

    Fix default cookie name
    andreynering authored Dec 27, 2016
    Configuration menu
    Copy the full SHA
    edfa76d View commit details
    Browse the repository at this point in the history
  7. ignore static files statstics for linguist

    lunny authored and bkcsoft committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    8f1c311 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2016

  1. Configuration menu
    Copy the full SHA
    9fae9f0 View commit details
    Browse the repository at this point in the history
  2. Optimization for user.GetRepositoryAccesses to reduce db query times (g…

    …ogs#495)
    
    * optimization for user.GetRepositoryAccesses to reduce db query times
    
    * fix missing cache
    lunny authored Dec 28, 2016
    Configuration menu
    Copy the full SHA
    c463b1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f686a32 View commit details
    Browse the repository at this point in the history
  4. Replace Gogs with Gitea (gogs#520)

    Bwko authored and lunny committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    3313168 View commit details
    Browse the repository at this point in the history
  5. Implementation of Folder Jumping

    sriio authored and bkcsoft committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    c22f911 View commit details
    Browse the repository at this point in the history
  6. Permissions bug fix for webhooks

    ethantkoenig authored and bkcsoft committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    35d9378 View commit details
    Browse the repository at this point in the history
  7. commithgraph / timeline (gogs#428)

    * Add model and tests for graph
    
    * Add route and router for graph
    
    * Add assets for graph
    
    * Add template for graph
    kjellkvinge authored and lunny committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    22e1bd3 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. Configuration menu
    Copy the full SHA
    799d0c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac51caa View commit details
    Browse the repository at this point in the history
  3. Repo permission bug fixes (gogs#513)

    ethantkoenig authored and lunny committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    6f4ba68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d1a1fc View commit details
    Browse the repository at this point in the history
  5. Tab on user profile to show starred repos (gogs#519)

    * Tab on user profile to show starred repos
    
    * Make golint happy and use transactions on StarRepo function
    
    * x -> sess
    
    * Use sess.Close() instead of sess.Rollback()
    
    * Add copyright
    
    * Fix lint
    andreynering authored and lunny committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    b992858 View commit details
    Browse the repository at this point in the history
  6. Speed up conflict checking in pull request creation (gogs#276)

    * Speed up conflict checking in pull request creation
    
    In order to check conflicts of a PR, we set up a working tree by
    cloning the base branch, which is quite time-consuming when the repository is huge.
    Instead, this PR uses `git read-tree` and `git apply --check --cached` to check conflicts.
    
    For gogs#258
    
    * Use $GIT_INDEX_FILE instead of --index-output to avoid lockfile problem
    
    The lockfile gets renamed to the final destination after the operation
    finishes. But it must be located in the same filesystem, which prevents
    us from using /tmp.
    
    * Temporary file names should not prefixed with '-'
    typeless authored and lunny committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    937b4b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37eec6c View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2016

  1. Notification - Step 1 (gogs#523)

    * Notification - Step 1
    
    * Add copyright headers
    
    * Cache issue and repository on notification model
    andreynering authored and lunny committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    42904cb View commit details
    Browse the repository at this point in the history
  2. Fix URL link on CONTRIBUTING

    Signed-off-by: Thibault Meyer <meyer.thibault@gmail.com>
    thibaultmeyer committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    aae960b View commit details
    Browse the repository at this point in the history
  3. Merge pull request gogs#538 from 0xbaadf00d/feature/fix-contrib-link

    Fix URL link on CONTRIBUTING
    andreynering authored Dec 30, 2016
    Configuration menu
    Copy the full SHA
    d0490c1 View commit details
    Browse the repository at this point in the history
  4. Notifications - Step 2

    andreynering committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    6069abe View commit details
    Browse the repository at this point in the history
  5. fix gofmt error

    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy authored and bkcsoft committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    6510e57 View commit details
    Browse the repository at this point in the history
  6. replcae go fmt with gofmt command.

    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy authored and bkcsoft committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    cb18941 View commit details
    Browse the repository at this point in the history
  7. Updated Dutch translations

    Bwko authored and bkcsoft committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    fa60cf0 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2016

  1. Support http service graceful restart (gogs#416)

    * support http service graceful restart
    
    * fix dependencies
    lunny authored Dec 31, 2016
    Configuration menu
    Copy the full SHA
    527c2dd View commit details
    Browse the repository at this point in the history
  2. API endpoints for forks (gogs#509)

    ethantkoenig authored and lunny committed Dec 31, 2016
    Configuration menu
    Copy the full SHA
    b75450a View commit details
    Browse the repository at this point in the history
  3. Restrict creating organisations by user (gogs#193)

    * restrict creating organizations based on right on user
    
    * revert bindata.go
    
    * reverse vendor lib
    
    * revert goimports change
    
    * set AllowCreateOrganization default value to true
    
    * revert locale
    
    * added default value for AllowCreateOrganization
    
    * fix typo in migration-comment
    
    * fix comment
    
    * add coments in migration
    Schwobaland authored and lunny committed Dec 31, 2016
    Configuration menu
    Copy the full SHA
    c0904f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf85c82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de8b73d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e5fffb View commit details
    Browse the repository at this point in the history
  7. Fix wrong anchors for non-latin headings (gogs#3981) (gogs#512)

    Change Javascript regular expression to match non-latin characters
    The regex comes from here: http://stackoverflow.com/questions/150033/regular-expression-to-match-non-english-characters#comment22322603_150078
    
    And this patch should fixed these two issues: gogs#3919 gogs#3843
    Bwko authored and lunny committed Dec 31, 2016
    Configuration menu
    Copy the full SHA
    9ccc369 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    96c2012 View commit details
    Browse the repository at this point in the history
  9. Merge pull request gogs#545 from lunny/lunny/fix_ui_data_row_missing

    Partially fix gogs#484: fix admin ui data row missing
    andreynering authored Dec 31, 2016
    Configuration menu
    Copy the full SHA
    1f07792 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dc50c78 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2017

  1. Configuration menu
    Copy the full SHA
    a09a3dc View commit details
    Browse the repository at this point in the history
  2. UI config to toggle whether user email shows up in Explore Users (gog…

    …s#336)
    
    * UI config to toggle whether user email shows up in Explore Users
    
    * Recommendation made by @tboerger
    go-gitea/gitea@66a1c59#r94122732
    
    * fixed typo, rename ShowUserEmailInExplore to ShowUserEmail
    
    * Fixed typo merged conflict
    
    * Hide email in the user profile page
    
    if you are active ShowUserEmail
    ref go-gitea/gitea#336 (comment)
    
    * Please replace MustBool() with MustBool(true)
    Thiago Avelino authored and lunny committed Jan 1, 2017
    Configuration menu
    Copy the full SHA
    787fda5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aea1b2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7e1bcc View commit details
    Browse the repository at this point in the history
  5. Release API endpoints

    ethantkoenig authored and bkcsoft committed Jan 1, 2017
    Configuration menu
    Copy the full SHA
    0c301f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2017

  1. Configuration menu
    Copy the full SHA
    05837a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    727675d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    341a3b5 View commit details
    Browse the repository at this point in the history
  4. More fine graned colors

    andreynering committed Jan 2, 2017
    Configuration menu
    Copy the full SHA
    f59672a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    545ba2e View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2017

  1. Configuration menu
    Copy the full SHA
    3c71163 View commit details
    Browse the repository at this point in the history
  2. Update maintainer list for LGTM

    appleboy authored and bkcsoft committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    7be02d9 View commit details
    Browse the repository at this point in the history
  3. Fix benchmarktests (gogs#557)

    kjellkvinge authored and lunny committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    4b0974e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5102158 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70900bd View commit details
    Browse the repository at this point in the history
  6. Update xorm and dependencies vendor for feature to dump to other data…

    …base (gogs#565)
    
    * update xorm and dependencies vendor for feature to dump to other database
    
    * fix golint
    lunny authored Jan 3, 2017
    Configuration menu
    Copy the full SHA
    980dd0b View commit details
    Browse the repository at this point in the history
  7. fix bug gogs#564 (gogs#567)

    lunny authored Jan 3, 2017
    Configuration menu
    Copy the full SHA
    09dabe2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b354cf3 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2017

  1. Configuration menu
    Copy the full SHA
    467202d View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. Rename .gogs to .gitea and comply with github template guidelines (go…

    …gs#568) (gogs#582)
    
    Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org>
    mkuhlmann authored and lunny committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    dc3ff9f View commit details
    Browse the repository at this point in the history
  2. Fix typos in models/ (gogs#576)

    ethantkoenig authored and lunny committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    1207bda View commit details
    Browse the repository at this point in the history
  3. Check primary email address fields on CreateUser (gogs#556)

    * Check primary email address fields on CreateUser
    
    As this check wasn't available, uid=1 (and possibly guests too, if registration is open) is able to register new users with existing email addresses. This leads to numerous 500 errors.
    
    * Update user.go
    
    * Lower the email first. Then check
    Berk Demirkır authored and lunny committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    bdad3b2 View commit details
    Browse the repository at this point in the history
  4. Fix SQL bug in models/access (gogs#583)

    Previously got a 'relation repo_access does not exist' error in User_GetRepositoryAccesses
    ethantkoenig authored and lunny committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    c5f0d4b View commit details
    Browse the repository at this point in the history
  5. Fix diff split view coloring (gogs#553) (gogs#584)

    Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org>
    mkuhlmann authored and lunny committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    a5e07da View commit details
    Browse the repository at this point in the history
  6. Fix unified diff view styling (gogs#585)

    Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org>
    mkuhlmann authored and lunny committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    eb9ce39 View commit details
    Browse the repository at this point in the history
  7. Add the note forked from gogs (gogs#590)

    * add the note forked from gogs
    
    * make the sentence simple
    lunny authored and tboerger committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    6efa80a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d17d6b View commit details
    Browse the repository at this point in the history
  9. Added 1.0.1 to changelog (gogs#594)

    tboerger authored and lunny committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    9d1bc9a View commit details
    Browse the repository at this point in the history
  10. Merge pull request gogs#539 from andreynering/notifications-step-2

    Notifications - Step 2
    andreynering authored Jan 5, 2017
    Configuration menu
    Copy the full SHA
    79d5271 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    03a6d70 View commit details
    Browse the repository at this point in the history