Unknwon
9f43369667
#2302 Replace time.Time with Unix Timestamp (int64)
9 years ago
Unknwon
d17c739c02
Minor fixes for #2766
9 years ago
Tamás Molnár
33a8bcb0ba
Added: Ability to delete org avatar.
9 years ago
Unknwon
2e4c412e20
#1146 finish new access rights for collaborators
9 years ago
Unknwon
ad91428936
#1146 finsih UI work for access mode of collaborators
Collaborators have write access as default, and can be changed via repository
collaboration settings page to change between read, write and admin.
9 years ago
Unknwon
f66b1d34cd
#1597 fix activitity feeds for pull requests
9 years ago
Unknwon
aa6b05b436
#1157 some avatar setting changes
- Allow to delete current avatar
9 years ago
Unknwon
b88ceff9bf
Update locales
9 years ago
Unknwon
a17a5e3b8a
Merge pull request #2757 from joshfng/fix-fork-relative-url
Use relative url when showing forked from
9 years ago
Josh Frye
7f00c46492
Use relative url when showing forked from
9 years ago
Unknwon
ad53fffebe
#1597 fix pull request remote head can't update with force push
9 years ago
Unknwon
3cc10a7cb2
#2743 more fixes on SQL errors
9 years ago
Unknwon
3d87381ce4
#1597 support pull requests in same repository
9 years ago
Unknwon
c6e46255cb
Minor fixes for #2746
9 years ago
Unknwon
ac950f3e48
Merge pull request #2746 from joshfng/feature-delete-wiki-pages
Add ability to delete single wiki pages.
9 years ago
Unknwon
7989af0eba
#2743 and #2751 fix bad SQL generated by XORM
Use hand-written SQL to do complex query
9 years ago
Josh Frye
86919d05cb
Add ability to delete single wiki pages.
9 years ago
Unknwon
22599912df
Minor fixes for #2745
9 years ago
Josh Frye
18bac095c0
Repo setting to delete and disable wiki
9 years ago
Josh Frye
ec55c4ef46
Return errors instead of just logging them.
9 years ago
Josh Frye
45905b18dd
Set DefaultBranch to master when importing a new repo if possible
9 years ago
Unknwon
53dcea5053
#2743 workaround to fix XORM problem
9 years ago
Unknwon
2e192cd647
#2727 make IN clause compatible with Postgres
9 years ago
Unknwon
53635180eb
Allow setting git operations timeouts
- Migrate: #2704 #2653
- Clone: #2701
- Mirror, Pull
9 years ago
Unknwon
3d7d9f0b76
#2700 fix sqlite3 can't create issue with more than one label
9 years ago
Unknwon
b77068224a
Post work for #2637
Improve test cases, config settings, also show SSH config settings on admin config panel.
9 years ago
Unknwon
9d376dc07d
Merge pull request #2637 from Gibheer/ssh-publickeys
allow native and ssh-keygen public key check
9 years ago
Unknwon
b53eab3773
Minor fix for #2710
9 years ago
Lukas Dietrich
a742d71e41
Add ForegroundColor for labels
9 years ago
Unknwon
78c263351c
#2697 fix panic when close issue via commit message
9 years ago
Gibheer
db937710c0
variable should not use ALL_CAPS
9 years ago
Unknwon
559a1282ed
#1821 add actions for close and reopen issues
9 years ago
Andrey Nering
6b296dbf42
Little refactoring of diff highlight.
Moving cache variable to template instead of in the struct.
9 years ago
Unknwon
b1198310bb
Replace uuid module with original package
9 years ago
Unknwon
d398777e08
Make markdown as an independent module
9 years ago
Unknwon
3e936bbc5c
Move cron module to independent package
Make it easier to keep track of upstream changes and bug fixes
9 years ago
Unknwon
c9964fe278
Minor fix for #2634
Add AttributesInBind option in new auth source form.
9 years ago
Unknwon
4200adfa83
Minor fix for #2524
9 years ago
Unknwon
71b9ee58c8
Merge pull request #2524 from mhartkorn/pullrefs
Enable a way to checkout Pull Requests from remote refs
9 years ago
Unknwon
de270d5d87
Fix panic when view profile without signin
Also fix that no matter who, still able to see organizations with private membership.
9 years ago
Unknwon
6dc21aa0a0
Merge pull request #2663 from Download-Fritz/MirrorForks
#2505 Allow to fork and disallow to create PRs for mirrors.
9 years ago
Download-Fritz
c8d4d1bd2e
#2505 Allow to fork and disallow to create PRs for mirrors.
9 years ago
Unknwon
665db06fbe
#2650 fix possbility that use email as pusher user name
Remove the possibility of using email as user name when user actually push
through combination of email and password with HTTP.
Also refactor update action function to replcae tons of arguments with
single PushUpdateOptions struct.
And define the user who pushes code as pusher, therefore variable names shouldn't
be confusing any more.
9 years ago
Gibheer
0160fc1099
remove ed25519 test for now
TravisCI is too old for ed25519, so it can't be tested correctly.
9 years ago
Gibheer
2f8b98ab49
fix ssh public key tests
The old API was using []byte, but was changed to string without running
the tests again.
It also sets the variables from the configuration to make them work.
Maybe there is a better way to do this.
9 years ago
Gibheer
3314d25877
allow native and ssh-keygen public key check
This commit adds the possibibility to use either the native golang
libraries or ssh-keygen to check public keys. The check is adjusted
depending on the settings, so that only supported keys are let through.
This commit also brings back the blacklist feature, which was removed in
7ef9a05588
. This allows to blacklist
algorythms or keys based on the key length. This works with the native
and the ssh-keygen way.
Because of #2179 it also includes a way to adjust the path to
ssh-keygen and the working directory for ssh-keygen. With this,
sysadmins should be able to adjust the settings in a way, that SELinux
is okay with it. In the worst case, they can switch to the native
implementation and only loose support for ed25519 keys at the moment.
There are some other places which need adjustment to utilize the
parameters and the native implementation, but this sets the ground work.
9 years ago
Lunny Xiao
25fd5a1d7c
fix dependency broken because xorm's API changed
9 years ago
Unknwon
88484a73ec
#2630 fix wrong user avatar link in webhook
Was using the wrong method and now uses the method which checks if
the avatar link is relative or not.
9 years ago
Unknwon
04d7b393ab
Minor fix for #2624
9 years ago
Unknwon
0607f13964
Merge pull request #2624 from mhartkorn/convert-mirror-to-repo
Convert mirrors to regular repositories
9 years ago