aboutsummaryrefslogtreecommitdiff
path: root/conf
Commit message (Collapse)AuthorAge
...
* git: delegate all server-side Git hooks (#1623)Unknwon2017-02-14
|
* cookie: enhance cookie security (#3525)Unknwon2017-02-14
|
* org/team: make 'new' as reserved for team name (#3789)Unknwon2017-02-14
|
* Update localesUnknwon2017-02-11
|
* install: validate SMTP FromUnknwon2017-02-11
| | | | | Invalid SMTP From will cause fatal error in post-install and exit the program.
* config: show Git version in admin panelUnknwon2017-02-11
|
* Some file refactoringUnknwon2017-02-10
|
* Able to disable non-admin to create new organization (#1556)Unknwon2017-02-10
| | | | | Add new config option '[admin] DISABLE_REGULAR_ORG_CREATION', by default it's 'false'.
* Configurable SSH cipher suite (#4109)spacetourist2017-02-10
| | | | | | * Configurable SSH cipher suite * Maintain ordering
* modules/setting: add Slack loggerUnknwon2017-02-09
| | | | | Conn and email loggers are removed for now unless people requested for them, then try to add back in gopkg.in/clog.v1
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
|
* Update localesUnknwon2017-02-09
| | | | This patch also fixes #4073
* models: remove TiDB embedded driver supportUnknwon2017-02-09
| | | | | Users should all start tidb-server process and connect to it as if it is a MySQL server with MySQL drivers.
* Update localesUnknwon2017-02-05
|
* Allow use to set an external tracker url and to redirect user when clicking ↵Rémy Boulanouar2017-01-31
| | | | in Issues same behavior as Wiki. (#3646)
* conf: minor comments fixUnknwon2017-01-31
|
* Prepare for releaseUnknwon2017-01-31
|
* Able to set custom Access-Control-Allow-Origin header (#3987)Unknwon2017-01-28
| | | | Added new config option '[http] ACCESS_CONTROL_ALLOW_ORIGIN'.
* Update localesUnknwon2017-01-28
|
* Add 'Organizations' page to user settings (#3587)Unknwon2017-01-27
| | | | User is now able to view full list of organizations belongs to.
* Setting orgs (#3587)Rémy Boulanouar2017-01-27
| | | | | | | | | | | | * Implement organizations listing in setting and allow user to create new organization. * Implement organizations listing in setting and allow user to create new organization. * Add space remove by mistake * Remove unused part of the template * Update display and behavior according to @Unknown remarks
* Disable local path migration by default (#4033)Unknwon2017-01-26
| | | | | | | Site admin now has to enable manually by config option [repository] ENABLE_LOCAL_PATH_MIGRATION = true. Site admin always grants this permission, but regulars users have to be allowed by site admins in admin user panel.
* templates/repo: rename 'Code' to 'Files'Unknwon2017-01-25
|
* locale: remove unused locale stringUnknwon2017-01-23
|
* Enable federated avatars by default (#3997)Sandro Santilli2017-01-22
|
* Update localesUnknwon2017-01-21
|
* Update localesUnknwon2017-01-01
|
* Add Galician supportUnknwon2016-12-23
| | | | - Update locales
* New locale "galician" (#3917)David A. Lareo2016-12-23
|
* fix bug #1122 log.smtp receiver configure error (#3602)raphael102410242016-12-22
|
* Pluralize "Statistic" (#3665)ipavl2016-12-22
| | | Other locales appear to use the plural version, and the text is being associated with more than one statistic.
* Feature #2583: Disable HTTP cloning (#3667)Thibault Meyer2016-12-22
| | | | | | | | * Can disable GIT interactions by HTTP protocol * rename variable + fix wiki link * missing space
* Minor fix for PR #3687Unknwon2016-12-21
|
* Check if file is a symlink with web editor (#3687)Stefan Grönke2016-12-21
| | | | | | | | * editor checks for symlinks * translate file_is_a_symlink message * credit translation author
* New settings option for a custom SSH host (#3763)imilo2016-12-21
|
* serve video files using the HTML5 video tag (#3967)Nico Mandery2016-12-21
|
* Merge branch 'develop' of https://github.com/tanapoln/gogs into developUnknwon2016-12-21
|\
| * provide button to delete merged pull requestTanapol Nearunchorn2016-09-02
| |
* | Update localesUnknwon2016-12-20
| |
* | Add Korean supportUnknwon2016-12-20
| |
* | Update locales and add SwedishUnknwon2016-11-19
| |
* | Update localesUnknwon2016-09-15
|/ | | | Add new locale Serbian (Cyrillic)
* Add the ability to explore organizations (#3573)Daniel Oaks2016-09-01
| | | | | | * Add ability to explore organizations * Use right icon for org explore links
* Feature #3492: Add option to hide footer load times (#3562)Thibault Meyer2016-09-01
| | | | | | * Add option to hide footer load times * Rename option variable + minor changes
* Update localesUnknwon2016-09-01
|
* #3515 use alert instead 500 for duplicated login source nameUnknwon2016-08-31
|
* #2018 able to sync now for mirrorsUnknwon2016-08-30
| | | | | - Refactor code to use sync.UniqueQueue - Closes #3509
* Web editor: support upload filesUnknwon2016-08-30
|
* #3459 code quality improvementUnknwon2016-08-29
|
* Load a set of predefined labels (#3459)Thibault Meyer2016-08-29
| | | | | | | | | | | | | | | | | | | | | | * Can use a predefined set of labels * Change UI * Fix HTML file indentation * Avoid reading file from other directory (security issue) * Apply a better fix * Remove not used variable * Merge upstream/develop * Do modifications * Raname * remove binding + rename variable