Unknwon
126c84acc4
Use SecurityProtocol to replace UseSSL in LDAP config
Initially proposed by #2376 and fixes #3068 as well.
9 years ago
Unknwon
abc82c3f25
#3058 #3059 support correct page size and link header
9 years ago
Tom
8ff5668806
getEngine() not handles DB parameters ( #2972 ) ( #2974 )
9 years ago
Unknwon
1a9bda1fd6
Fix wiki vulnerabilities
- Arbitrary file creation leading to command execution
- .md file creation/deletion
Reported by Gabriel Campana.
9 years ago
Andrey Nering
cdc7a8c613
Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff ( #3174 )
9 years ago
Andrey Nering
f4454c375e
Localize collaboration settings. ( #3100 )
Closes #2764
9 years ago
Sandro Santilli
8d9b96a411
Use a gopher as default avatar (rather than the gravatar logo) ( #3208 )
Also changes the avatar from a jpeg to a png, to allow for
transparent background. The indexed png is also smaller in size.
Note that at the moment the default avatar is only used when
the user requested a custom avatar and the custom avatar file
is not found (should never happen).
In the future the default avatar could be used as a default
return when by-mail avatar lookups fail too (both gravatar
and libravatar support passing a default)
9 years ago
Franz Schmidt
602d1f4200
Fixes #3110 ( #3136 )
9 years ago
Robin Lambertz
0d03259fdd
Fix #3154 ( #3155 )
9 years ago
SjonHortensius
7ca99a286b
Fix capitalisation of repo-name in news ( #3203 )
use 'official' repo.Name instead of incoming repoName; to enforce
correct capitalisation
9 years ago
Robin Lambertz
a4da6998a2
Fix negative issue count ( #3207 )
9 years ago
Unknwon
da5050d92f
#809 fix wrong closed issue count when create closed issue via API
Add start count corrector for Repository.NumClosedIssues
9 years ago
Andrey Nering
6cbdf1591e
Add comment note ( #3093 )
9 years ago
Kim Carlbäcker
73137c2db2
Fix listing team members ( #3048 )
9 years ago
Andrey Nering
4d3f69567c
Fix remove folder issues, including initialization failling. ( #2969 )
- Prevent panic on creating notice if database is not available
- Prevent incorrect folder on Windows ("/" instead of "\")
9 years ago
Unknwon
9e3e82ebea
models/release: filter input to prevent command line argument vulnerability
9 years ago
Unknwon
6d0dc3bbcc
#2895 minor fix for bug of xorm
9 years ago
Thomas Boerger
dd29e46802
Made the issue stats query more secure with parameterized placeholders ( #2895 )
9 years ago
Unknwon
1bedc83fef
#2992 set default style name when empty in AfterSet
9 years ago
Cosmin Stroe
561a81df44
Support alphanumeric issue style (ABC-1234) for external issue tracker ( #2992 )
9 years ago
Unknwon
fd631bf9c0
Fix XORM IN condition table name parse
9 years ago
Thomas Boerger
48c23658a6
Followup fix for previous query fix
9 years ago
Thomas Boerger
4737525ca5
Made the issues query more secure and simpler
9 years ago
Thomas Boerger
25ffa44602
Try to make the SQL queries cleaner and more secure
9 years ago
Unknwon
8328452c5a
#1692 add admin APIs to add/remove a user from teams
9 years ago
Unknwon
59873085d6
Handle windows deletion when start
Fix #2872
9 years ago
Unknwon
0b2c7a6284
#1692 api: admin list and create team under organization
9 years ago
Unknwon
51210877f6
#2814 LOWER() column value within search
9 years ago
Odin Ugedal
e148dc6fd5
Remove email from user search
9 years ago
Odin Ugedal
bccbe89a32
Make user search look in username, name and email
Make user search function look in username (lower_name), full name
(full_name) and primary email (email). This will benefit searching after
user in "explore", admin panel and when adding new collaborators.
9 years ago
Unknwon
5b25440502
#1692 add CRUD issue APIs
- Fix go-gogs-client#10
- Related to #809
9 years ago
Unknwon
43109be749
fix #2804
9 years ago
Unknwon
f2188c8793
#13 fix postgres aggregate
9 years ago
Unknwon
2d90be9c2e
#13 finish user and repository search
Both are possible on explore and admin panel
9 years ago
Marin Jankovski
cd97a3e8a9
Updated and created were appended with _unix. Fresh databases have only the newly named fields.
9 years ago
Unknwon
14a88c827c
Fix ref comment from commit create empty feed
9 years ago
Unknwon
bbfa25a992
#2727 fix incompatible SQL in PostgreSQL
9 years ago
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