summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Add golangci (#6418)kolaente2019-06-121-2/+1
|
* Add FHS-compliant-script (#6923)zeripath2019-05-261-0/+42
|
* Fix wrong init dependency on markup extensions (#7038)Lunny Xiao2019-05-251-0/+2
| | | | * fix wrong init dependency on markup extensions
* Add work path CLI option (#6922)zeripath2019-05-141-1/+1
| | | | | Makes it possible to set the work path as a CLI option instead of relying on environment variables which are somewhat opaque
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add options to git.Clone to make it more capable * Begin the process of removing the local copy and tidy up * Remove Wiki LocalCopy Checkouts * Remove the last LocalRepo helpers * Remove WithTemporaryFile * Enable push-hooks for these routes * Ensure tests cope with hooks Signed-off-by: Andrew Thornton <art27@cantab.net> * Remove Repository.LocalCopyPath() * Move temporary repo to use the standard temporary path * Fix the tests Signed-off-by: Andrew Thornton <art27@cantab.net> * Remove LocalWikiPath * Fix missing remove Signed-off-by: Andrew Thornton <art27@cantab.net> * Use AppURL for Oauth user link (#6894) * Use AppURL for Oauth user link Fix #6843 * Update oauth.go * Update oauth.go * internal/ssh: ignore env command totally (#6825) * ssh: ignore env command totally * Remove commented code Needed fix described in issue #6889 * Escape the commit message on issues update and title in telegram hook (#6901) * update sdk to latest (#6903) * improve description of branch protection (fix #6886) (#6906) The branch protection description text were not quite accurate. * Fix logging documentation (#6904) * ENABLE_MACARON_REDIRECT should be REDIRECT_MACARON_LOG * Allow DISABLE_ROUTER_LOG to be set in the [log] section * [skip ci] Updated translations via Crowdin * Move sdk structs to modules/structs (#6905) * move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor
* Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)zeripath2019-04-291-0/+1
|
* Add way to force checkout (#6322)John Olheiser2019-03-151-1/+8
|
* Use correct remote on Windows (#6313)John Olheiser2019-03-121-1/+1
|
* [Contrib] Checkout a PR (#6021)Antoine GIRARD2019-03-071-0/+256
|
* Change systemd service file to more correctly match Debian & Centos - Fix ↵techknowlogick2019-01-191-4/+5
| | | | #4391 (#5777)
* k8s deployment (#5046)BetaCat2018-10-281-0/+107
|
* Update build tags for sqlite_unlock_notify (#5144)Mura Li2018-10-232-2/+2
|
* Add a basic SMF manifest for SunOS platforms (#4238)Antonio Huete Jimenez2018-06-251-0/+46
| | | Signed-off-by: Antonio Huete Jimenez <tuxillo@quantumachine.net>
* More detailed documentation on how to set up from binary (#4121)Lauris BH2018-06-047-27/+31
| | | | | * More detailed documentation on how to set up from binary Also change recommended file locations
* Note about adding permisions to binary (#3936)techknowlogick2018-05-101-0/+5
| | | in regards to binding to lower ports than 1024
* Drop unmaintained gogs migration script (#2947)Jonas Bröms2017-11-211-206/+0
|
* App restarts to quickly if it fails to start. (#2945)William Mantly Jr2017-11-211-0/+1
|
* Fix typo (#2810)Mulia Nasution2017-10-311-1/+1
| | | Signed-off-by: Mulia Arifandi Nasution <mul14.net@gmail.com>
* Remove manual of unsupported option (#2757)Morlinest2017-10-211-25/+0
|
* Basic VSCode configuration for building and debugging (#2483)Lauris BH2017-09-123-0/+94
| | | | | | | | * Basic VSCode configuration for building and debugging * Fix building and debugging in Windows * Move to contrib folder and add instructions
* Fix service description in Debian init file (#1538)Sandro Santilli2017-04-251-1/+1
|
* Synced gitignores with github repo (#1245)Thomas Boerger2017-03-1514-0/+692
* Renamed scripts directory into contrib * Added script to download gitignores from github * Synced gitignores with github repo