Unknwon
6b7d35eade
fix mirror issues uncaught #941
10 years ago
Unknwon
6d0f3a07d4
code fix #941 caution: undertest
10 years ago
Peter Smit
0a4cda0dd4
Refactoring of the Access Table
...
This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.
The result does compile, but has not been tested. It may eat your kittens.
10 years ago
Unknwon
7e7160eefd
first pass work on migration #925
10 years ago
Unknwon
485ea6f14f
models: make code change for session issue with SQLite3 #739
10 years ago
Unknwon
bad533a219
models/repo.go: add update hook when migrate for #789
10 years ago
Peter Smit
aa35be975f
Fix #922
10 years ago
Unknwon
f15fa9167a
cmd: code fix for #905
...
- routers/admin: add rewrite update hook operation
- conf/locale: update locale file due to ini behavior changes
- cmd/cert_stub.go: remove useless code
- cmd/fix.go: no longer need fix command(at least now)
10 years ago
Unknwon
2a2596fe61
able to disable SSH for #883
10 years ago
Peter Smit
4e79adf6b5
Refactoring of the Access Table
...
This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.
The result does compile, but has not been tested. It may eat your kittens.
10 years ago
Peter Smit
1ab09e4f1b
Add option to provide configuration file on command line
10 years ago
Unknwon
4de0b19cec
models: mirro code fix for #821
10 years ago
Unknwon
ee6786216a
modules/base: clean code with #838
10 years ago
Peter Smit
76f8904718
Introducing Collaboration Struct
10 years ago
Unknwon
c73e9057ae
Optmize git-fsck options and fix #820
10 years ago
Peter Smit
44fa9147b7
Fix #819 by fetching the repository from db before updating
10 years ago
Unknwon
0b56272c13
fix #805
10 years ago
Unknwon
3ea1443885
work on #784
10 years ago
euank
234a7c19a4
Default values for both user.name and user.email
...
The previous behavior was to set default values only if user.name was
not set, but to always set it for both. This only sets a value if there
wasn't one; this fixes cases where someone has a user.name but no
user.email (see included Dockerfile) or someone has a user.email but no
user.name (before the email would have been over-written).
10 years ago
Unknwon
b553ea45ee
modes/repo: incorrect SSH clone URL for #742
10 years ago
Unknwon
2f3a7e53cb
fix #735
10 years ago
Joseph Crail
39c068400e
Fix spelling errors in comments.
10 years ago
Unknwon
e577f2fff3
fix #706 and other mirror improve
10 years ago
Unknwon
d75013a0e8
fix #580
10 years ago
Unknwon
1b66600bd0
Fix #652
10 years ago
Unknwon
2d8c414f8c
Fix #635
10 years ago
Unknwon
8eb5120fbd
#12 , API: list user repos, list repo hooks
10 years ago
Unknwon
4e7eb5be9d
Work on #5 fork and fix #608
10 years ago
Unknwon
0c5ba4573a
fix session API broken and SQL pretection
10 years ago
Unknwon
83283bca4c
Safe work
10 years ago
Unknwon
f1d8746264
Fix fork repo and macaron API broken
10 years ago
Unknwon
a342d58d7e
Able to fork repo to individuals
10 years ago
evolvedlight
29ac3980ff
More changes
10 years ago
Unknwon
963354c5d7
Add raw, history file button, and other mirror fixes
10 years ago
evolvedlight
211dc74816
Got the fork count working
10 years ago
Unknwon
79262173a6
Webhook delivery locking & Hide repo for org members if they don't have access
10 years ago
Unknwon
1aa76bd279
Fix #532 , add system notice
10 years ago
Unknwon
263d409326
Basic xss prevention
10 years ago
evolvedlight
c9e5e38fcf
Initial cut of git fork
10 years ago
Unknwon
3cfa4a581c
Bug: 500 when transfer repository to collaborator
10 years ago
Unknwon
ad52b2d791
Mirror fix on transfer repo
10 years ago
Unknwon
71e4689d11
Page: User profile
10 years ago
Unknwon
f69761563b
Fix bug on transfer repo
10 years ago
Unknwon
5bbeeb0f1b
Page: Commits and fix #249
10 years ago
Unknwon
8a09256941
Mirror fix and fix #481
10 years ago
Unknwon
62f21ff3ed
Work on #476
10 years ago
Unknwon
0d9c41be7d
Work on #476
10 years ago
Unknwon
cfed11f092
Bug: Transfer repository doesn't update the count
10 years ago
Unknwon
ab7206d6b7
Fix #348
10 years ago
Tristan Storch
9fc4ded369
Standard git user.name and user.email if not set
...
Git user.name and user.email will now be set to the standard values
- Gogs
- gogitservice@gmail.com
if user.name is not set or empty.
If user.name is set and user.email not, it will leave it this way.
10 years ago