Commit Graph

533 Commits (mj-v1.14.3)

Author SHA1 Message Date
Lunny Xiao f94c1b3943
Improvements for supporting UI Location (#3146)
6 years ago
Lunny Xiao 2738effddf
fix redis cache failed (#3086)
7 years ago
Lauris BH 5dc37b187c
Add reactions to issues/PR and comments (#2856)
7 years ago
Ethan Koenig ab62da283a Fix avatar URLs (#3069)
7 years ago
Piotr Orzechowski 57edc3155f Default log level to Info without hardcoding it in installer (#3041)
7 years ago
Sandro Santilli 67b0d2175d Set OpenID support on by default when installing new instance (#3010)
7 years ago
Piotr Orzechowski 183da4c2c1 Fix language names (#2955)
7 years ago
Lunny Xiao 10b54df2b2 Add dingtalk webhook (#2777)
7 years ago
Jonas Bröms 1f7aab6e19 Drop deprecated GOGS_WORK_DIR use (#2946)
7 years ago
schaffman5 7e6c198f21 Apply LANDING_PAGE config options for logged in users (#2894)
7 years ago
Lunny Xiao 62d0a4d882 Add external markup render support (#2570)
7 years ago
Mike Fellows be523152a8 Clean repository ROOT directory name with filepath.Clean (#2846)
7 years ago
Guillaume Dube 8798cf4e3b Set session and indexers' data files rel to AppDataPath (#2192)
7 years ago
Cum Gun eecaba2031 Configurable SSH key exchange algorithm and MAC suite (#2806)
7 years ago
Ethan Koenig 5866eb2321 Code/repo search (#2582)
7 years ago
Lauris BH eca05b09aa Add commit count caching (#2774)
7 years ago
Bwko 3ab580c8d6 Add branch overiew page (#2108)
7 years ago
Jonas Bröms e86a0bf3fe Add support for extra sendmail arguments (#2731)
7 years ago
Michael Kuhn 3af5b67ed0 Sync MaxGitDiffLineCharacters with conf/app.ini (#2779)
7 years ago
Piotr Orzechowski b0f04e7593 Fix Polish language name spelling (#2766)
7 years ago
Lunny Xiao 03900303a9 add default ssh ciphers (#2761)
7 years ago
spacetourist 7131c7d40d Configurable SSH cipher suite (#913)
7 years ago
Lunny Xiao 985a39590b Use buffersize to reduce database connection when iterate (#2724)
7 years ago
Jonas Bröms d4c9399576 Set default lfs content path (#2521)
7 years ago
Patrick G e89bb7ef6a Allow custom SSH user in UI for built-in SSH server (#2617) (#2678)
7 years ago
Lauris BH 46cc45f049 Fix go get response if only app URL is custom in configuration (#2634)
7 years ago
Rémi Saurel 66bc0ac251 Fix sending mail with a non-latin display name. #2102 (#2559)
7 years ago
Lauris BH 4c2b1be3a4 Basic VSCode configuration for building and debugging (#2483)
7 years ago
techknowlogick 9bdbfbf6f3 Disable custom Git Hooks globally via configuration file (#2450)
7 years ago
Jonas Franz 5ccecb44ad Feature: Timetracking (#2211)
7 years ago
Lunny Xiao ced50e0ec1 Implementation of discord webhook (#2402)
7 years ago
Manuel d9d8fad230 Add UseCompatSSHURI setting (#2356)
7 years ago
Lauris BH fa8d40faca Fix internal requests when gitea listens to unix socket or only external IP (#2234)
7 years ago
Christoph Handel 539d9f4c30 Fix git version check with four digits (1.8.3.1) (#2236)
7 years ago
Stefan Kalscheuer 0b177574c9 Only show SSH clone URL if signed in (#2169) (#2170)
7 years ago
Ethan Koenig 3c0705ecf3 Absolute path for setting.CustomConf (#2085)
7 years ago
Dan Magnus Lindvall 79daf31058 Setting to disable authorized_keys backup (#1856)
7 years ago
Lunny Xiao f6450b8f92 remove deprecated code for Gogs compitable (#2041)
7 years ago
Mike Fellows 32f1c41f28 ROOT_URL setting use the default as shown in conf/app.ini (#1823)
7 years ago
Jonas Östanbäck d9a8eff2de Send mails as HTML as default. Setting for send as plain text. (#1648)
7 years ago
Sandro Santilli f6b58964d7 Include formatting check to the `make test` (and thus also `check`) rule (#1366)
7 years ago
Phil Hopper 6ec07a6bd7 Make `LocalCopyPath` a setting instead of a hard-coded path (#1881)
7 years ago
Rémy Boulanouar e0c6ab2d44 Add Gitea Webhook (#1755)
7 years ago
Bo-Yi Wu 1e40c2e579 fix: #1757 fix set MAX_CREATION_LIMIT as zero. (#1762)
7 years ago
Lauris BH 524885dd65 LDAP user synchronization (#1478)
7 years ago
Lauris BH 51d0becb42 Add configuration option for default permission to create Organizations (#1686)
7 years ago
Lunny Xiao 3ebbdfaa75 make openid support default false for compitable with v1.1 (#1650)
7 years ago
Lunny Xiao 2eeae84cbd Add internal routes for ssh hook comands (#1471)
7 years ago
Jonas 54f0293f0a Mirror sync interval specified as duration string (#1407)
7 years ago
Jonas 095e1f5155 Support for custom html meta (#1423)
7 years ago
Sandro Santilli 129b0d6a4b Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369)
7 years ago
Sandro Santilli f73e734411 Run "make fmt" with go-1.6 (#1333)
7 years ago
caiwp dbabc35e71 Delete the useless code (#1335)
7 years ago
Sandro Santilli 71d16f69ff Login via OpenID-2.0 (#618)
7 years ago
Ethan Koenig 021904e4e6 Fix typos in models/ and modules/ (#1248)
7 years ago
Bo-Yi Wu 0afab87631 refactor: remove redundant slash. (#1109)
7 years ago
Lunny Xiao 0380ce269f add back the default setting values and fix #739 (#1093)
7 years ago
Jonas a201977590 Fix for #828: Embed build tags (#1051)
7 years ago
Lunny Xiao d6748284bd fix panic when push but the only log mode console is disabled by serv and update commands (#1007)
7 years ago
Lunny Xiao 70ae6d197b disable console output xorm log on ssh (#993)
7 years ago
Lunny Xiao 04fdeb9d8d Make Xorm log configurable (#174)
7 years ago
Lunny Xiao cf47532ebc fix ssh domain default value to domain (#930)
7 years ago
Bo-Yi Wu d67b278a0d feat: Able to disable non-admin to create new organization (#927)
7 years ago
Bo-Yi Wu 5cc275b1de feat: add git version on admin panel. (#921)
7 years ago
Andrew 42835c7f82 Implement archive cleanup (#885)
7 years ago
Matthias Loibl 17c5e12e6e Add ENABLE_PPROF to app.ini and start pprof if true on localhost:6060 (#801)
7 years ago
ʿAhed ʿid 49fa03bf42 Allow using custom time format (#798)
7 years ago
Gabriel Jackson bf6f61cc69 Cleanup log messaging
7 years ago
Andrey Nering e7c3be5f2f Merge pull request #736 from andreynering/fix-windows-ssh
7 years ago
Ethan Koenig 833f8b94c2 Search bar for issues/pulls (#530)
7 years ago
Andrey Nering fda4476061 Fix SSH server on Windows when running as service
7 years ago
DWE 8b87be63c5 fix logfile name (#731)
7 years ago
Bwko 74ed6dc3ad Add option to app.ini to enable local import paths (#724)
7 years ago
willemvd 8c2c7b802f Remove the default console logger when it is not set in the configuration (#602)
7 years ago
Philip Couling 64375d875b Attach to release (#673)
7 years ago
Bwko 4a1f36c3cc Don't create a default pid file (#637)
7 years ago
Bo-Yi Wu 0af9a24087 docs: update translation on homepage for zh-tw (#634)
7 years ago
Bo-Yi Wu f91b8c5f53 refactor: check the error returned by os.MkdirAll()
7 years ago
Bo-Yi Wu 9f575986d8 feat: support pid file.
7 years ago
Manuel Kuhlmann 56614b2cbe Add default SSH_LISTEN_PORT config value (#603) (#607)
7 years ago
derSuessmann 51d578ff33 Add Keep email private (see issue #571). (#571)
7 years ago
Thiago Avelino 787fda53ef UI config to toggle whether user email shows up in Explore Users (#336)
7 years ago
Lunny Xiao ac51caa517 add default values for SSH settings (#500)
7 years ago
Joubert RedRat a0f5471e21 Fix default cookie name
7 years ago
Fabian Zaremba 2e7ccecfe6 Git LFS support v2 (#122)
7 years ago
Philip Couling d4924d45d6 Implement sendmail (#355)
7 years ago
Bwko c1e92eeb72 Simplified MinPasswordLength check (#475)
7 years ago
Bwko f27d87d93b Added minimum password length to app.ini (#223)
7 years ago
btrepp 25b5ffb6af Enables mssql support (#383)
7 years ago
Lunny Xiao a822bba3e1 Add default values for settings (#455)
7 years ago
Thomas Boerger b33078fa33 Bindata is optional and over-writable on restart (#354)
7 years ago
Lunny Xiao e0ecd9fd93 fix bug #1122 log.smtp receiver configure error (#3602) (#451)
7 years ago
Lunny Xiao 65b1875d2b New settings option for a custom SSH host (#3763) (#446)
7 years ago
Sandro Santilli 608a60fb94 Add support for using "libravatar" as the GravatarSource
7 years ago
Kim "BKC" Carlbäcker 1d1c01875d Autogenerate Version on build (#190)
8 years ago
Avelino bea9d55da6 Fixed project name on setting module key APP_NAME
8 years ago
Thomas Boerger 2932042a6d Get rid of bin folder within makefile, enabled TiDB (#319)
8 years ago
Lunny Xiao 94da472717 Golint fixed for modules/setting (#262)
8 years ago
Sandro Santilli 4247304f5a Update import paths from github.com/go-gitea to code.gitea.io (#135)
8 years ago
Sandro Santilli ee963f67c1 Merge pull request #103 from strk/GOGS_drop
8 years ago
Joubert RedRat 28bee28102 Replace Gogs to Gitea in installation options
8 years ago
Sandro Santilli b7263f31a5 Replace GOGS with GITEA in variable names
8 years ago
Rachid Zarouali be5607e510 Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloning
8 years ago
Matthias Loibl a4fa889ced Run goimports on the whole project (#34)
8 years ago
Rémy Boulanouar 2d68bd1ef9 Change import reference to match gitea instead of gogs (#37)
8 years ago
Sandro Santilli af03d00780 Fix sender of issue notifications
8 years ago
Sandro Santilli d59a48a255 Use proper url for libravatar dep
8 years ago
Thibault Meyer 93f1eabe30
rename variable + fix wiki link
8 years ago
Thibault Meyer 9d66497abc
Can disable GIT interactions by HTTP protocol
8 years ago
Thibault Meyer bc902b8f74 Feature #3492: Add option to hide footer load times (#3562)
8 years ago
Unknwon 8516dfcb6c #2018 able to sync now for mirrors
8 years ago
Unknwon dad5c15520 #2901 allow setting preferred licenses
8 years ago
Unknwon ec332cf903 Minor naming improvement
8 years ago
Unknwon 15845cb287 Code clean up for new config options
8 years ago
Richard Mahn d0a0239bac Squashed commit of the following:
8 years ago
Unknwon a47aef5460 #2852 code cleanup
8 years ago
Odin Ugedal 1dd003bd4c Add initial support for unix sockets (#2852)
8 years ago
Thibault Meyer 6a81632e36 Fix typo CacheInternal -> CacheInterval (#3432)
8 years ago
Unknwon 87b408a2e5 Update bindata.go [CI SKIP]
8 years ago
Thibault Meyer fc68fb951c Feature #3398: Redefine global mirror interval (#3409)
8 years ago
Unknwon edd786446c #3158 skip RUN_USER check on Windows
8 years ago
Unknwon b0b88d9bc5 #3091 add config option for Git GC
8 years ago
Unknwon 99385db0c4 #3320 code cleanup
8 years ago
Sandro Santilli 90dd0657b5 Add support for federated avatars (#3320)
8 years ago
Unknwon ec92565f23 #3393 fix missing sub-url prefix in relative avatar link
8 years ago
Andrey Nering 2772791fda Improve diff highlight (#3390)
8 years ago
Unknwon 46e96c008c Use struct for UI settings
8 years ago
Kim Carlbäcker f4ab50501e [Fix] Don't display way too large files #1513 (#3253)
8 years ago
Unknwon 4b25bdfbc4 #3058 #3059 support correct page size and link header
8 years ago
j.yao.SUSE 99c3a9390f change setting.go -> LocalUrl default value to (#3078)
8 years ago
Andrey Nering 743d22669a Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174)
8 years ago
Unknwon 8df3ba96f3 #2954 use text/plain as default email content format
8 years ago
Unknwon 004fb30ebe Remove code for checking ssh-keygen
8 years ago
Unknwon b4f47a7623 #1891 attempt to fix invalid csrf token
8 years ago
Rodrigo Saboya 3cacec9163 Making AppDataPath customizable.
8 years ago
Unknwon f946040fa9 #1891 attempt to fix expected invalid CSRF token
8 years ago
Unknwon 9e89584cb4 Allow setting git operations timeouts
8 years ago
Unknwon 8055a0bdac Post work for #2637
8 years ago
Unknwon 83c74878df Merge pull request #2637 from Gibheer/ssh-publickeys
8 years ago
Unknwon 4438b7793b Add new config option for builtin SSH server
8 years ago
Gibheer e721c5cf86 use StartSSHServer instead of DisableSSH
8 years ago
Gibheer e3570ae45d seperate ssh constants from schema constants
8 years ago
Gibheer 12403bdfb0 allow native and ssh-keygen public key check
8 years ago
Unknwon 58e004f7da Remove cache avatar support and add its tests
8 years ago
Andrey Nering e40d94bb4f Implementing the "theme-color" meta tag.
8 years ago
Unknwon 4e96a4a62b Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-scheme
8 years ago
Unknwon 4848620594 #2229 adjust URL verbose depth for reverse proxy sub-path
8 years ago
miles@Oscar beefc53e59 Using https for gravatar
8 years ago
miles@Oscar 1becf01cfa Fixed gravatar url
8 years ago
Kim "BKC" Carlbäcker 3a9fd81f59 Custom URL-Schemas for Markdown
8 years ago
Pourya Daneshvar 863ff19e1f Fixed forgotten err variable assignment
8 years ago
Unknwon 7ef9a05588 #2179 use Go sub-repo ssh to verify public key content
8 years ago
Unknwon 53eb37d529 fix #1436
9 years ago
Unknwon 037a01c4e4 fix #2189
9 years ago
Unknwon 1e7e092992 #2103 Ability to map extensions for syntax highlighting in config
9 years ago
Unknwon 9cd16c5b12 #1692 add organization APIs
9 years ago
Unknwon 2a0bb1fa90 #1575 Limit repo creation
9 years ago
Adam Strzelecki b886fb4bf0 LOCAL_ROOT_URL for workers accessing web service
9 years ago
Unknwon 718d3ae258 #1943 Able to config fsck timeout
9 years ago
Unknwon 1cbd4c01fb #2115 more precise error message
9 years ago
Unknwon 3623b0927e remove tags redis and memcache
9 years ago
Gibheer e347736c9e fix old naming
9 years ago
Gibheer 56006da34b fix #1957 - disable version display
9 years ago
Unknwon 18c841050b fix 1540 and experimental SSH server support
9 years ago
Unknwon a374751eb8 add Makefile
9 years ago
Unknwon 75aab86a8d fix problem with #1879
9 years ago
无闻 50058b3c6d Merge pull request #1871 from Gibheer/config_minimum_key_sizes
9 years ago
Gibheer b90b0c1191 move minimum key sizes to config
9 years ago
Unknwon 706b0f72e2 fix issue comment mention and autofix count when start
9 years ago
Unknwon 022820103d #1657 allow forcing all private repos
9 years ago
Unknwon 63e6e31271 add config and update locale
9 years ago
Unknwon 0fbb8c8826 New push to head repo of head branch: regenerate patch and retest apply
9 years ago
Soputtra San 1f1abb17e2 Fix import path
9 years ago
Unknwon 932dbccb67 fix import path, fix #1782
9 years ago
Unknwon 6dfee30bf0 #1602 Wrong commit order on issue page when pushing multiple commits
9 years ago
无闻 84c727ae66 Merge pull request #1693 from sapk/fix-admin-repo-new-ui
9 years ago
Antoine GIRARD dfc16d0879 Fix admin repos new ui
9 years ago
Antoine GIRARD c98dad1cf3 New admin organization UI
9 years ago
Antoine GIRARD 14a1101139 New admin notice UI based on user list example
9 years ago
Unknwon 700ac8dea7 fix #1664
9 years ago
Unknwon 3fb1b6a608 drop oauth2 feature support
9 years ago
Unknwon e75fd2f783 simplify names
9 years ago
Unknwon 83e747bfda #697 and #1606 and new admin edit user UI
9 years ago
Unknwon 8e0a69f86a #697 disable captcha and new admin create user UI
9 years ago
Unknwon aff773f1b9 add tidb support
9 years ago
Unknwon be89802bd8 new admin user list UI
9 years ago
Unknwon 32c12d553c Able to use `GOGS_WORK_DIR` environment variable to specify work directory
9 years ago
Unknwon 83dc2468f5 finish initial version of pull request
9 years ago
Unknwon 90a6553c37 #1009 Config option for preserving hard line breaks
9 years ago
Unknwon 7714e792a4 minor fixes on #1551
9 years ago
Unknwon 23f42d92c9 add webhook recent deliveries
9 years ago
Unknwon 4217c2333c new create webhook UI
9 years ago
无闻 a5e1ada474 Merge pull request #1414 from nice-software/wip/currentUser
9 years ago
Unknwon b1696665bd make cron task configurable
9 years ago
Paolo Borelli 0d38794c7f Factor out function to get the current user
9 years ago
Unknwon 34f6cbfc2a finish attachments when create issue
9 years ago
Jqs7 16f74b62b9 custom avatar source
9 years ago
Unknwon 3e4cdccf6b milestone: create page
9 years ago
Unknwon cbb78b6a63 better wording
9 years ago
Unknwon d496d0cc4d replace path.Join
9 years ago
Unknwon 1490e862cc custom workDir function to handle speical case in Windows
9 years ago
Vladimir Vissoultchev 2cc050e21e Fix UTF-8 in upper-case, use ansi charset for all non UTF-8 encodings
9 years ago
Vladimir Vissoultchev 53bcf373c1 Allow explicit charset/codepage setting for ANSI source files to alleviate issue #1088
9 years ago
Unknwon fa298a2c30 #835: Realtime webhooks
9 years ago
Unknwon 1ba837a055 new issue and label page
9 years ago
Unknwon 86dbda0b42 UI: basci issue list without filters
9 years ago
Unknwon c47afdff58 add config options for HELO
9 years ago
Tony Narlock 6a0fec77ea Allow an SSHDomain configuration option. Defaults to Domain, preserves legacy behavior
9 years ago
Unknwon c5c5aac7a5 typo fix
9 years ago
Unknwon aae74c793a #1133 add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECK
9 years ago
Unknwon caf7618ea6 #1098 Hide gravatar email field if gravatar is disabled (or offline mode)
9 years ago
Unknwon 2bb982dada #1080: Remove footer ads/branding from default template
9 years ago
Unknwon e6cf83b8c0 Put default config into binary
9 years ago
Unknwon 49aeb87e44 #1028: Windows Expects UNIX Directory Separator
9 years ago
Nolan Darilek 98674b2a21 registeration -> registration
9 years ago
无闻 3db80f2c55 Merge pull request #943 from diseaz/mailer-client-cert
9 years ago
Unknwon e3dece1371 modules/setting: simple behave change in startup
9 years ago
Unknwon 7ccab9cd09 Merge branch 'dev' of github.com:gogits/gogs into access
9 years ago
Unknwon f625665d8d modules/setting: add abs path check before add workdir prefix
9 years ago
Dmitry Azhichakov 3aaf292ba8 Fix "forcing" client certificate for SMTP
9 years ago
Dmitry Azhichakov 8a6c86644e New feature: SMTP connection may use client certificate.
9 years ago
Unknwon 7e7160eefd first pass work on migration #925
9 years ago
Unknwon d02e45f985 better naming on #891
9 years ago
Unknwon 6a23252edc able to allow insecure certification of webhook for #891
9 years ago
Unknwon 3cc04682c5 modules/setting: mirror path issue
9 years ago
无闻 cd0ee35b3f Merge pull request #905 from phsmit/conf_on_cli
9 years ago
Unknwon 2a2596fe61 able to disable SSH for #883
9 years ago
Unknwon 216683004e code fix for #908, and work for #884
9 years ago
Raphael Randschau 79f3281548 Add ShowRegistrationButton configuration option
9 years ago
Peter Smit 1ab09e4f1b Add option to provide configuration file on command line
9 years ago
Unknwon b293b6eaa6 cmd: CMD option for port number of `gogs web` to prevent first time run conflict
9 years ago
Unknwon c73e9057ae Optmize git-fsck options and fix #820
9 years ago
Unknwon bd555551ce fix #801
9 years ago
Unknwon 81a44e4cd0 fix API changes
9 years ago
Peter 87be137b88 Rewrite of SendMail function
10 years ago
Joseph Crail 39c068400e Fix spelling errors in comments.
10 years ago
Unknwon 069486d169 fix #165
10 years ago
Unknwon d75013a0e8 fix #580
10 years ago
Unknwon d6132aaa88 fix oauth2
10 years ago
Unknwon 54d25c13d7 Fix #543
10 years ago
Unknwon ef275ebf62 more on change avatar
10 years ago
Unknwon 55dfe2c978 custom avatar upload
10 years ago
Unknwon 32dcaefafa fox #620
10 years ago
Unknwon 340a4595dd support duoshuo mirror of gravatar
10 years ago
Unknwon 0c5ba4573a fix session API broken and SQL pretection
10 years ago
Andy Leap 5094e9501c Add basic FCGI support
10 years ago
Unknwon 64c68220d2 Fix #264
10 years ago
Unknwon 1273b3d3a9 Support custom robots.txt
10 years ago
Unknwon b72d7c201a Mirror bug fix
10 years ago
Unknwon 4a01bb8fa4 Mirror bug fix
10 years ago
Martin van Beurden 976f1486e0 Set cookiepath to AppSubUrl
10 years ago
Unknwon 7ba9257a7f Add suburl support
10 years ago
Martin van Beurden 0055cbd365 Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain.com/gogs/
10 years ago
Unknwon 8a09256941 Mirror fix and fix #481
10 years ago
lunnyxiao 061a879cea Merge branch 'dev' of github.com:gogits/gogs into dev
10 years ago
lunnyxiao ed84adb679 toutf8 improved & add max git diff lines
10 years ago
Unknown ebb4f1b78c Work #475 and #458
10 years ago
Mathieu Gagnon 3549fb0ea8 Remove APP_LOGO setting
10 years ago
Unknwon 36661f53e6 Update deps
10 years ago
Unknwon 9bc63bda7d Finish all new admin pages.
10 years ago
Unknwon f2c263c54f fix #367
10 years ago
Unknwon b95e78f7e6 Mirro fix on PR #311
10 years ago
无闻 568c9b353e Merge pull request #311 from nuss-justin/issue/281
10 years ago
Unknwon 7bbf644dd5 Convert captcha, cache, csrf as middlewares
10 years ago
Justin Nuß 91480f3791 Merge branch 'dev' of https://github.com/gogits/Gogs into issue/281
10 years ago
Unknwon 8dd07c0ddd New UI merge in progress
10 years ago
Justin Nuß 835e85b5ce Fix #281. Add mouse-over precise time and on-click switch listener.
10 years ago
Unknwon c20f5dc2ea Merge branch 'dev' of github.com:gogits/gogs into dev
10 years ago
Unknwon a41a1fe60d Mirror fix
10 years ago
Justin Nuß 4d702eb345 Allow disabling uploads
10 years ago
Justin Nuß bfe5b86004 Add file upload for attachments
10 years ago
Justin Nuß 4617bef895 WIP: Allow attachments for comments
10 years ago
Unknown b2801a2e98 Fix #165
10 years ago
niphor 29a40c97f3 RepoRootPath must be absolute path
10 years ago
Unknown ad5ec45dd6 Fix #165
10 years ago
Unknown 6c8d630bef Add database log adapter
10 years ago
Unknown a3e1383cac Add gogs fix location command
10 years ago
Unknown 302c863cda Fix #242
10 years ago
Unknown 63baf76ab2 Fix #214
10 years ago
Unknown ab13a29cb5 Fix #209
10 years ago
Unknown ff48aeddef Little bug fix
10 years ago
Unknown 2f820e01d8 Fixed #209
10 years ago
Unknown 688ec6ecbd Fixed #209
10 years ago