summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* Use struct for UI settingsUnknwon2016-07-241-0/+4
|
* conf: change default mirror checking interval to 10mUnknwon2016-07-231-1/+1
|
* #3076 detect invalid tag name git errorUnknwon2016-07-231-0/+1
|
* Update locales [CI SKIP]Unknwon2016-07-2217-24/+92
|
* Update locales and .gopmfileUnknwon2016-07-177-121/+121
|
* #2937 able to prohibit user loginUnknwon2016-07-161-0/+3
|
* Changed Turkish language name to 'Türkçe' (#3268)Atakan Goktepe2016-07-151-1/+1
|
* [Fix] Don't display way too large files #1513 (#3253)Kim Carlbäcker2016-07-122-0/+3
| | | | | | | | | | * Add MaxDisplayFileSize setting * Don't show files that are too large * Localized FileTooLarge * Change IsFileTooBig => IsFileTooLarge
* Update localeUnknwon2016-07-0918-93/+263
|
* Minor fix for #3246Unknwon2016-07-091-2/+2
|
* The pruning for the synchronized mirrors is a option now. Default value: ↵Pablo Saavedra2016-07-092-0/+3
| | | | | | | | | | | | | enable_prune = true (#3246) Executed go fmt getEngine() not handles DB parameters (#2972) (#2974) Uses .AllCols() for Update in updateMirror() Spanish traslation removed Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function
* Modify behaviour of repo-delete. (#3232)Pheng Heong TAN2016-07-091-3/+1
| | | | | | | | | | Re: issues gogits/gogs#2863 and gogits/gogs#3231 As a result of modifications to the contents of the conf folder, `make bindata` was run, causing an update to bindata.go. Meta ----- This commit will be rebased onto the 'develop' branch.
* Use SecurityProtocol to replace UseSSL in LDAP configUnknwon2016-07-081-0/+1
| | | | Initially proposed by #2376 and fixes #3068 as well.
* #3058 #3059 support correct page size and link headerUnknwon2016-07-041-0/+4
|
* #2968 use HTTP_ADDR to replace localhostUnknwon2016-07-021-2/+2
|
* #2947 fix inapproriate commentUnknwon2016-07-021-1/+1
|
* #3078 update default app.iniUnknwon2016-07-011-1/+1
|
* port 25 do not work, and port 465 is right (#3145)wanglinzhizhi2016-06-301-1/+1
| | | | | | | QQ STMP host port is 465 host = smtp.qq.com:465 and need the Authorized
* #3174 genetate bindataUnknwon2016-06-291-1/+1
|
* Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174)Andrey Nering2016-06-292-10/+17
|
* Fix typo in english/US message (#2938)Sandro Santilli2016-06-281-1/+1
| | | "is activate" -> "is activated"
* Localize collaboration settings. (#3100)Andrey Nering2016-06-281-0/+4
| | | Closes #2764
* Adding myself (#3084)Richard Bukovansky2016-06-271-2/+3
| | | | As you included Czech translation to official distribution, I think I'm missing here. I know, selfish as hell... ;)
* Do not assume avatar needs be changed from gravatar.com (#3209)Sandro Santilli2016-06-271-2/+1
| | | | | | | | | | Always send user to settings screen to change avatar. Drops "change_custom_avatar" localized message, keeps "change_avatar" for the generic one. NOTE: only changes the en-US locale, as per https://github.com/gogits/gogs/wiki/Contributing-Code#those-we-do-not-accept NOTE: requires rebuild of bindata.go to fully see effects
* Update localeUnknwon2016-06-121-16/+16
|
* #2954 use text/plain as default email content formatUnknwon2016-05-301-0/+2
|
* locale: update CzechUnknwon2016-05-121-140/+140
|
* Add Czech supportUnknwon2016-05-117-325/+1427
|
* models/release: filter input to prevent command line argument vulnerabilityUnknwon2016-05-061-0/+1
|
* Add new language supportUnknwon2016-04-253-2/+2198
| | | | - Update language choose dropdown to fit more languages
* Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992)Cosmin Stroe2016-04-221-0/+3
|
* Update localesUnknwon2016-04-1114-96/+96
|
* Update ISC licensel2dy2016-04-031-2/+1
|
* Update localesUnknwon2016-03-232-3/+5
|
* Prepare releaseUnknwon2016-03-192-3/+3
|
* Update localesUnknwon2016-03-1810-155/+155
|
* Merge pull request #2823 from zacheryph/feature/local-only-password-resetUnknwon2016-03-141-0/+1
|\ | | | | Prevent `Forgot Password` for non local users
| * ensure we don’t try changing LDAP passswordsZachery Hostens2016-03-141-0/+1
| |
* | Merge pull request #2796 from saboya/custom_app_data_pathUnknwon2016-03-121-0/+2
|\ \ | | | | | | Making AppDataPath customizable.
| * | Adding APP_DATA_PATH entry to the default app.ini.Rodrigo Saboya2016-03-091-0/+2
| |/
* | Update localesUnknwon2016-03-1114-268/+198
| |
* | #13 finish user and repository searchUnknwon2016-03-111-7/+2
|/ | | | Both are possible on explore and admin panel
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-091-0/+1
|
* Prepare releaseUnknwon2016-03-065-313/+313
|
* Some minor changesUnknwon2016-03-061-5/+1
|
* Add Finnish supportUnknwon2016-03-0515-91/+1234
|
* #1146 finish new access rights for collaboratorsUnknwon2016-03-051-1/+1
|
* #1146 finsih UI work for access mode of collaboratorsUnknwon2016-03-051-2/+4
| | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin.
* #1597 fix activitity feeds for pull requestsUnknwon2016-03-051-0/+2
|
* #1157 some avatar setting changesUnknwon2016-03-051-2/+1
| | | | - Allow to delete current avatar