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
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