aboutsummaryrefslogtreecommitdiff
path: root/modules/bindata/bindata.go
Commit message (Collapse)AuthorAge
...
* commits: able to specify pageSize dynamically (#3965)Unknwon2017-02-18
| | | | | | | Usage: <url>?page={page}&pageSize={pageSize} Also avoid/removed getting total commits count for pagination, users are only allowed navigation by 'newer' and 'older'.
* locale: add Ukrainian supportUnknwon2017-02-18
|
* admin/config: display repository related settings (#3816)Unknwon2017-02-18
|
* repo/settings: add description and link to personal SSH keys (#3936)Unknwon2017-02-18
|
* install: able to enable builtin SSH server (#3773)Unknwon2017-02-18
|
* webhook: add native Discord supportUnknwon2017-02-18
|
* Initial version of protected branches (#776)Unknwon2017-02-17
| | | | | - Able to restrict force push and deletion - Able to restrict direct push
* Simplify descriptionUnknwon2017-02-15
|
* Solve conflicts (#3837)Unknwon2017-02-15
|
* 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
|
* 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
* routers/repo/branch: fix can't delete branch with slashes after merge (#4089)Unknwon2017-02-09
|
* 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
|
* bindata: generate for PR #3646Unknwon2017-01-31
|
* 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.
* 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
|
* Update localesUnknwon2017-01-21
|
* Update localesUnknwon2017-01-01
|
* Add Galician supportUnknwon2016-12-23
| | | | - Update locales
* Minor code fix for PR #3602Unknwon2016-12-22
| | | | Closes #1122
* Minor fix for PR #3667Unknwon2016-12-22
|
* Minor fix for PR #3687Unknwon2016-12-21
|
* Minor code fixUnknwon2016-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
* Fix panic when attempt login with non-exist userUnknwon2016-09-01
|
* 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
* Make bindataUnknwon2016-08-30
|