Unknwon
|
aff4208244
|
*: rename "gogits" to "gogs"
|
7 years ago |
Lauris BH
|
eccc8109c1
|
security: fix path cleanup for repository init and editor (#5207)
Reported by Kacper Szurek https://security.szurek.pl/.
|
7 years ago |
Unknwon
|
d05395fe90
|
Refactoring: rename modules -> pkg
Reasons to change:
1. Shorter than 'modules'
2. More generally used by other Go projects
3. Corresponds to the naming of '$GOPATH/pkg' directory
|
8 years ago |
Unknwon
|
88143f1934
|
models/repo: UpdateLocalCopy should always aceept valid branch name
|
8 years ago |
Unknwon
|
c2277796e4
|
wiki: remove redundant string replace (#3754)
|
8 years ago |
Unknwon
|
039dc33367
|
git: delegate all server-side Git hooks (#1623)
|
8 years ago |
Unknwon
|
43297148b2
|
modules/sync: rename SingleInstancePool to ExclusivePool
|
8 years ago |
Unknwon
|
c30b856d14
|
#3505 use user’s info for committer and author
|
8 years ago |
Unknwon
|
6c8fcb3af2
|
#3467 fix clone fail when wiki is empty
|
8 years ago |
Unknwon
|
cd89f6c502
|
Web editor: improve edit file and diff preview
|
8 years ago |
Unknwon
|
660e7a178a
|
modules/sync: move sync objects to independent module
|
8 years ago |
Richard Mahn
|
d0a0239bac
|
Squashed commit of the following:
commit 0afcb843d7
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Sun Jul 31 17:13:29 2016 -0600
Removed Upload stats as the upload table is just a temporary table
commit 7ecd73ff55
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Sun Jul 31 08:42:41 2016 -0600
Fix for CodeMirror mode
commit c29b9ab531
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Sun Jul 31 08:03:33 2016 -0600
Made tabbing in editor use spaces
commit 23af384c53
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Sun Jul 31 07:56:46 2016 -0600
Fix for data-url
commit cfb8a97591
Merge: 7fc8a89 991ce42
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Sun Jul 31 07:42:53 2016 -0600
Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file
Conflicts:
modules/bindata/bindata.go
public/js/gogs.js
commit 7fc8a89cb4
Merge: fd3d86c c03d040
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Sun Jul 31 07:40:00 2016 -0600
Merge branch 'feature-create-and-edit-repo-file' of github.com:richmahn/gogs into feature-create-and-edit-repo-file
commit fd3d86ca6b
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Sun Jul 31 07:39:44 2016 -0600
Code cleanup
commit c03d0401c1
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Fri Jul 29 15:38:23 2016 -0600
Code cleanup
commit 98e1206ccf
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Thu Jul 28 18:36:01 2016 -0600
Code cleanup and fixes
commit c2895dc742
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Thu Jul 28 18:24:04 2016 -0600
Fixes per Unknwon's requests
commit 6aa7e46b21
Merge: 889e9fa ad7ea88
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Thu Jul 28 17:13:43 2016 -0600
Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file
Conflicts:
modules/bindata/bindata.go
modules/setting/setting.go
commit 889e9faf1b
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Fri Jul 22 14:09:18 2016 -0600
Fix in gogs.js
commit 47603edf22
Merge: bb57912 cf85e9e
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Fri Jul 22 14:07:36 2016 -0600
Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file
Conflicts:
modules/bindata/bindata.go
public/js/gogs.js
commit bb57912558
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Fri Jul 22 14:02:18 2016 -0600
Update for using CodeMirror mode addon
commit d10d128c51
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Tue Jul 19 16:12:57 2016 -0600
Update for Edit
commit 34a3498202
Merge: fa1b752 1c7dcdd
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Tue Jul 19 11:52:02 2016 -0600
Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file
Conflicts:
modules/bindata/bindata.go
commit fa1b752be2
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Fri Jul 15 18:35:42 2016 -0600
Feature for editing, creating, uploading and deleting files
|
8 years ago |
Unknwon
|
5077408d78
|
#3233 code cleanup and minor issue fix
|
8 years ago |
Unknwon
|
3a30c06345
|
Fix wiki vulnerabilities
- Arbitrary file creation leading to command execution
- .md file creation/deletion
Reported by Gabriel Campana.
|
8 years ago |
Unknwon
|
9df6ce48c5
|
Minor fixes for #2746
|
9 years ago |
Josh Frye
|
1ca171dbe9
|
Add ability to delete single wiki pages.
|
9 years ago |
Jofkos
|
76d4af891f
|
Removed empty line, multi return args
|
9 years ago |
Jofkos
|
0721095944
|
Wiki pages containing question marks in their name weren't loading
(untested)
|
9 years ago |
Unknwon
|
19423957b1
|
rename import path
|
9 years ago |
Unknwon
|
9ed60d96a9
|
fix API
|
9 years ago |
Unknwon
|
830d000667
|
finish wiki
|
9 years ago |
Unknwon
|
e42fcb033d
|
wiki: finish edit
|
9 years ago |
Unknwon
|
392f3ee210
|
wiki: finish new
|
9 years ago |
Unknwon
|
c50a3503e6
|
introduce git-shell
|
9 years ago |