36 Commits

Author SHA1 Message Date
yangchen
a90a39ce25 fix(Command): wrapArgument pattern 2023-12-11 15:39:23 +08:00
yangchen
5200f3d761 fix(rce): change command wrap rule 2023-09-25 17:29:46 +08:00
yangchen
bf1e5522bb fix(commit emails): getCommitEmails param type error 2023-08-14 16:57:21 +08:00
cubic
98490d9156 fix(DeleteProtectRule): fix time format error (github: #173) 2023-06-08 12:04:13 +08:00
cubic
7b61031e7d feat(Webhook): request header key should not contains space (github: #149) 2023-04-23 11:38:19 +08:00
cubic
dd1d1f2a8a fix(Command): filter "`" for comamnd (shell inject) 2023-03-27 12:07:44 +08:00
cubic
ab2b675247 fix(email send driver): use Command Utility to run command 2023-02-13 15:13:18 +08:00
cubic
253b1fcfe3 fix(email regexp): change regular expression for email validation (github: #140) 2023-02-13 15:12:15 +08:00
cubic
26593d9999 fix(user profile setting): change email validate regular expression, and add command wrapper for com 2023-02-07 15:35:55 +08:00
cubic
6204c834fa fix(totp): add totp config in env file (github: #135) 2023-02-07 11:04:02 +08:00
cubic
4bcdec0b35 feat(Admin Settings): add ssh clone address host setting (Github: #132)
feat #132
2023-01-11 15:59:47 +08:00
cubic
0be5af755e feat(file list): add submodule display support (github: #60) 2022-08-09 15:48:06 +08:00
cubic
95b904f499 feat(logger): use microsecodnd to mark log 2022-07-18 14:58:53 +08:00
cubic
1d152b8fd9 fix(Response): substitute invalid utf-8 char (github: #90)
github #90
2022-06-20 11:15:59 +08:00
cubic
7501484f7e fix(git command): use git from yaml 2022-04-20 17:13:51 +08:00
cubic
85b2431fb3 fix(Git Command): use yaml.cli.git for git command 2022-04-20 16:41:23 +08:00
cubic
e8974f9b56 feat(hooks): move hooks outof git-storage directory 2022-04-14 14:59:22 +08:00
cubic
980c8563d3 fix(Gateway auth): cast numberic value to string value when compare gateway token (github #77)
github #77
2022-03-31 18:32:05 +08:00
cubic
1dd04a4d18 fix(Auth HTTP / SSH): remove useless slashes in regexp 2022-03-31 17:02:39 +08:00
cubic
bf15997499 fix(Gateway Auth): cast numberic value to string value when compare gateway token (github: #77)
github #77
2022-03-31 17:01:42 +08:00
cubic
4f455a58b4 fix(JSON Parser): filter invalid control chars (github #23)
github #23
2022-03-21 14:21:28 +08:00
cubic
506c6c5bc2 feat(Admin Dashboard): add crond & sendmail service status and related documentation 2022-03-16 11:31:38 +08:00
cubic
94aea85d4a fix(Git Command): add special chars support for path (github #53)
Github #53
2022-03-15 16:28:28 +08:00
cubic
e396d9bafb fix(Repo Count): fix consumed disk size (github #56)
github #56
2022-03-15 15:42:58 +08:00
cubic
384ce83ed4 fix(Send Mail): add utf-8 support 2022-03-14 11:32:57 +08:00
cubic
a51daa0782 fix(get Commit Info): cannot use Command Helper for filename 2022-03-12 19:05:27 +08:00
cubic
6912275d6b fix(Commit Log): branch should not add slashes 2022-03-12 18:57:53 +08:00
cubic
20d25b6237 fix(Git Command): add space chars (\s) support (github #53)
github #53
2022-03-11 16:00:42 +08:00
cubic
66d9a21f92 fix(Email Sender): uncomment email sender and change email text (github #51)
github #51
2022-03-11 15:20:22 +08:00
cubic
d891adf9ad fix(Webhook): fix service cannot start 2022-02-16 10:38:00 +08:00
yangchen
562056fbbe feat(Webhook): Support webhook (issues #24) 2022-02-15 17:53:53 +08:00
yangchen
6503e83700 fix(String): json data special character parsing bug
fix #23
2022-02-07 11:06:05 +08:00
Carney Wu
17cb616f03 update docs for docker install (#3)
* fix(Useless Code): remove useless code

* feat(Deploy Scripts): add deploy scripts

* fix(Delopy Script): change settings

* fix(Deploy Script): fix ssh-keygen script

* fix(Deploy Script): change env file path

* feat(Deploy Script): add db migration

* fix(Deploy script): change script

* feat(Deploy Script): add sql file to create database

* fix(Deploy Script): add composer support

* fix(Deploy Script): add composer

* fix(Service Script): add http gateway

* fix(Deploy Script): add git path

* fix(Deploy Script): fix setting bugs

* fix(Init Script): get user from config

* fix(Service): adjust run users

* feat(Doc): add doc

* fix(Doc): change docs

* fix(Deploy script): change owner of storage path

* feat: codefever-community documentation system

* fix(Doc): doc details page style

* feat: fix page navigation

* fix(SQL File): fix db file fit MySQL 5.7

* fix(FileTree): empty repository display

* fix: fix helper navigation

* docs(zh-cn essential part):

* fix(Doc Style): change markdown.css

* docs(contribution doc):

* fix: unified page style

* docs(Readme): add readme

* build(Build):

* initial version

* Update README.md

* Update README.md

* fix(MergeRequest): merge request null value bug

* docs(change docs): add docker doc

* build(Build): build frontend project

* build(Build):

* build:

Co-authored-by: cubic <carneywu@pgyer.com>
Co-authored-by: pololi <pololi@pgyer.com>
Co-authored-by: yangchen <chenyang@pgyer.com>
Co-authored-by: rexshi <shirui@gmail.com>
2022-01-24 16:33:08 +08:00
Carney Wu
d3de96487f initial version (#1)
* fix(Useless Code): remove useless code

* feat(Deploy Scripts): add deploy scripts

* fix(Delopy Script): change settings

* fix(Deploy Script): fix ssh-keygen script

* fix(Deploy Script): change env file path

* feat(Deploy Script): add db migration

* fix(Deploy script): change script

* feat(Deploy Script): add sql file to create database

* fix(Deploy Script): add composer support

* fix(Deploy Script): add composer

* fix(Service Script): add http gateway

* fix(Deploy Script): add git path

* fix(Deploy Script): fix setting bugs

* fix(Init Script): get user from config

* fix(Service): adjust run users

* feat(Doc): add doc

* fix(Doc): change docs

* fix(Deploy script): change owner of storage path

* feat: codefever-community documentation system

* fix(Doc): doc details page style

* feat: fix page navigation

* fix(SQL File): fix db file fit MySQL 5.7

* fix(FileTree): empty repository display

* fix: fix helper navigation

* docs(zh-cn essential part):

* fix(Doc Style): change markdown.css

* docs(contribution doc):

* fix: unified page style

* docs(Readme): add readme

* build(Build):

Co-authored-by: cubic <carneywu@pgyer.com>
Co-authored-by: pololi <pololi@pgyer.com>
Co-authored-by: yangchen <chenyang@pgyer.com>
2022-01-19 17:21:59 +08:00
cubic
b4a0409675 fix(Lang): change language pack 2022-01-06 15:21:03 +08:00
cubic
49473b8511 chore(Community Version): move from cloud version 2022-01-06 14:34:16 +08:00