Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | models: rename Id to ID | Unknwon | 2018-08-16 |
| | |||
* | Merge branch 'pr-5277' into develop | Unknwon | 2018-06-11 |
|\ | | | | | | | | | # Conflicts: # models/migrations/migrations.go | ||
| * | migrations: clean unlinked webhook and hook_tasks | 奶爸 | 2018-06-11 |
| | | |||
* | | repo: update repository description field to contain more than 256 symbols ↵ | Sergey Dryabzhinsky | 2018-06-11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#5219) * Update repository description field to contain more than 256 symbols - update repository model - description field now is `TEXT` and limited by 4000 symbols - new migration - add description to html forms - repo creation and repo settings - add translation for description * Update for description field, new features - add autosize (height) for description textarea, new plugin - set max description length to 512 symbols - update locales * Fix migration - typo in var * Update repo description behaviour - add textarea autosize for /repo/create - add symbols counter under description testarea (create/edit) * Fix function definition - it a var * Revert ru-RU locale * Update by review - Use type `varchar(512)` in migration - Remove unused files from autosize plugin * Fix migration - new project paths * Fixes after review 2 - copyright year - format includes - use switch instead of multi-if * Remove unused `default:` option. | ||
* | | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
|/ | |||
* | migrations: remove unused function and fix compile error | Unknwon | 2018-03-09 |
| | |||
* | Refactoring: remove sessionRelease() | Unknwon | 2017-06-11 |
| | | | | XORM supports automatic roll back in session Close() already. | ||
* | Refactoring: rename and simplify pkg/tool functions | Unknwon | 2017-04-06 |
| | |||
* | Refactoring: rename pkg/base -> pkg/tool | Unknwon | 2017-04-05 |
| | |||
* | Refactoring: rename modules -> pkg | Unknwon | 2017-04-04 |
| | | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory | ||
* | models/protect_branch: fix whitelist with invalid 'protect_branch_id' (#4333) | Unknwon | 2017-03-27 |
| | | | | | | | | If user creates a protect branch for the first time (which has ID=0), it generates invalid whitelist records with 'protect_branch_id=0'. This prevents future updates of protect branch whitelist. Migration: remove existing invalid protect branch whitelist records. | ||
* | repo: able to view size (#1158) | Unknwon | 2017-03-12 |
| | |||
* | cmd: able to backup and restore | Unknwon | 2017-02-27 |
| | | | | | | Not very robust, must execute under correct workdir. Addresses #2072, #3708, #648 | ||
* | migration: drop 0.6.x support | Unknwon | 2017-02-19 |
| | |||
* | git: delegate all server-side Git hooks (#1623) | Unknwon | 2017-02-14 |
| | |||
* | Added mssql support. (#3772) | dlob | 2017-02-13 |
| | |||
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 |
| | |||
* | Fix random string generator (#3953) | leonklingele | 2016-12-21 |
| | | | | | | | | * Remove unused custom-alphabet feature of random string generator * Fix modulo-biased random string generator * Random string generator should return error if it fails to read random data via crypto/rand | ||
* | Minor code fix [CI SKIP] | Unknwon | 2016-08-31 |
| | |||
* | migrations: sync table first | Unknwon | 2016-08-26 |
| | |||
* | migrations: set comment updated as created | Unknwon | 2016-08-26 |
| | |||
* | Remove redundant Unix timestamp method call | Unknwon | 2016-07-23 |
| | | | | Unix() already uses UTC as timezone | ||
* | models/user_mail: refactor EmailAddress | Unknwon | 2016-07-16 |
| | |||
* | Use SecurityProtocol to replace UseSSL in LDAP config | Unknwon | 2016-07-08 |
| | | | | Initially proposed by #2376 and fixes #3068 as well. | ||
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 |
| | |||
* | Replace uuid module with original package | Unknwon | 2016-02-20 |
| | |||
* | fix possible disclosure | Unknwon | 2015-12-14 |
| | |||
* | Drop 0.5.x support | Unknwon | 2015-12-10 |
| | |||
* | add unsupported migration prompt | Unknwon | 2015-11-25 |
| | |||
* | go vet and fix #1890 | Unknwon | 2015-11-08 |
| | |||
* | safe check | Unknwon | 2015-10-31 |
| | |||
* | work #1705 | Unknwon | 2015-10-31 |
| | |||
* | New/reopen PR checks if there is any unmerged and open PR | Unknwon | 2015-10-18 |
| | |||
* | minor fix on API response | Unknwon | 2015-08-19 |
| | |||
* | finish attachments when create issue | Unknwon | 2015-08-11 |
| | |||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2 | Unknwon | 2015-08-10 |
|\ | | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css | ||
| * | minor fix on #1460 | Unknwon | 2015-08-10 |
| | | |||
* | | add migrate from issue.label_ids to issue_label | Unknwon | 2015-08-10 |
|/ | |||
* | #334: Add Deployment Key Support | Unknwon | 2015-08-06 |
| | |||
* | fix #864 with migration and update locale | Unknwon | 2015-07-26 |
| | |||
* | auto fix locale file name change | Unknwon | 2015-03-25 |
| | |||
* | #1080: Remove footer ads/branding from default template | Unknwon | 2015-03-23 |
| | |||
* | #1032: legacy code can have duplicated IDs for same repository | Unknwon | 2015-03-12 |
| | |||
* | models/migrations: fix update error | Unknwon | 2015-02-28 |
| | |||
* | v4 migration, merge 'dev', clean code and mirror fix | Unknwon | 2015-02-23 |
| | |||
* | Rewrite of access migration | Peter Smit | 2015-02-13 |
| | | | | | | | | The old migration had a few issues: - It left old column names around - It did not give the right access levels for owners and admins Also, this includes a migration that fixes the authorization of owner teams, which was previously ORG_ADMIN (instead of ORG_OWNER) | ||
* | models/migrations: finish accessRefactor | Unknwon | 2015-02-12 |
| | |||
* | Merge pull request #941 from phsmit/access_refactor | 无闻 | 2015-02-12 |
|\ | | | | | Access refactor | ||
| * | Refactoring of the Access Table | Peter Smit | 2015-02-12 |
| | | | | | | | | | | | | This commit does a lot of the work of refactoring the access table in a table with id's instead of strings. The result does compile, but has not been tested. It may eat your kittens. | ||
* | | models/migrations: fix little logic error | Unknwon | 2015-02-12 |
|/ |