Unknwon
8328452c5a
#1692 add admin APIs to add/remove a user from teams
10 years ago
Unknwon
59873085d6
Handle windows deletion when start
Fix #2872
10 years ago
Unknwon
0b2c7a6284
#1692 api: admin list and create team under organization
10 years ago
Unknwon
51210877f6
#2814 LOWER() column value within search
10 years ago
Odin Ugedal
e148dc6fd5
Remove email from user search
10 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.
10 years ago
Unknwon
5b25440502
#1692 add CRUD issue APIs
- Fix go-gogs-client#10
- Related to #809
10 years ago
Unknwon
43109be749
fix #2804
10 years ago
Unknwon
f2188c8793
#13 fix postgres aggregate
10 years ago
Unknwon
2d90be9c2e
#13 finish user and repository search
Both are possible on explore and admin panel
10 years ago
Marin Jankovski
cd97a3e8a9
Updated and created were appended with _unix. Fresh databases have only the newly named fields.
10 years ago
Unknwon
14a88c827c
Fix ref comment from commit create empty feed
10 years ago
Unknwon
bbfa25a992
#2727 fix incompatible SQL in PostgreSQL
10 years ago
Unknwon
9f43369667
#2302 Replace time.Time with Unix Timestamp (int64)
10 years ago
Unknwon
d17c739c02
Minor fixes for #2766
10 years ago
Tamás Molnár
33a8bcb0ba
Added: Ability to delete org avatar.
10 years ago
Unknwon
2e4c412e20
#1146 finish new access rights for collaborators
10 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.
10 years ago
Unknwon
f66b1d34cd
#1597 fix activitity feeds for pull requests
10 years ago
Unknwon
aa6b05b436
#1157 some avatar setting changes
- Allow to delete current avatar
10 years ago
Unknwon
b88ceff9bf
Update locales
10 years ago
Unknwon
a17a5e3b8a
Merge pull request #2757 from joshfng/fix-fork-relative-url
Use relative url when showing forked from
10 years ago
Josh Frye
7f00c46492
Use relative url when showing forked from
10 years ago
Unknwon
ad53fffebe
#1597 fix pull request remote head can't update with force push
10 years ago
Unknwon
3cc10a7cb2
#2743 more fixes on SQL errors
10 years ago
Unknwon
3d87381ce4
#1597 support pull requests in same repository
10 years ago
Unknwon
c6e46255cb
Minor fixes for #2746
10 years ago
Unknwon
ac950f3e48
Merge pull request #2746 from joshfng/feature-delete-wiki-pages
Add ability to delete single wiki pages.
10 years ago
Unknwon
7989af0eba
#2743 and #2751 fix bad SQL generated by XORM
Use hand-written SQL to do complex query
10 years ago
Josh Frye
86919d05cb
Add ability to delete single wiki pages.
10 years ago
Unknwon
22599912df
Minor fixes for #2745
10 years ago
Josh Frye
18bac095c0
Repo setting to delete and disable wiki
10 years ago
Josh Frye
ec55c4ef46
Return errors instead of just logging them.
10 years ago
Josh Frye
45905b18dd
Set DefaultBranch to master when importing a new repo if possible
10 years ago
Unknwon
53dcea5053
#2743 workaround to fix XORM problem
10 years ago
Unknwon
2e192cd647
#2727 make IN clause compatible with Postgres
10 years ago
Unknwon
53635180eb
Allow setting git operations timeouts
- Migrate: #2704 #2653
- Clone: #2701
- Mirror, Pull
10 years ago
Unknwon
3d7d9f0b76
#2700 fix sqlite3 can't create issue with more than one label
10 years ago
Unknwon
b77068224a
Post work for #2637
Improve test cases, config settings, also show SSH config settings on admin config panel.
10 years ago
Unknwon
9d376dc07d
Merge pull request #2637 from Gibheer/ssh-publickeys
allow native and ssh-keygen public key check
10 years ago
Unknwon
b53eab3773
Minor fix for #2710
10 years ago
Lukas Dietrich
a742d71e41
Add ForegroundColor for labels
10 years ago
Unknwon
78c263351c
#2697 fix panic when close issue via commit message
10 years ago
Gibheer
db937710c0
variable should not use ALL_CAPS
10 years ago
Unknwon
559a1282ed
#1821 add actions for close and reopen issues
10 years ago
Andrey Nering
6b296dbf42
Little refactoring of diff highlight.
Moving cache variable to template instead of in the struct.
10 years ago
Unknwon
b1198310bb
Replace uuid module with original package
10 years ago
Unknwon
d398777e08
Make markdown as an independent module
10 years ago
Unknwon
3e936bbc5c
Move cron module to independent package
Make it easier to keep track of upstream changes and bug fixes
10 years ago
Unknwon
c9964fe278
Minor fix for #2634
Add AttributesInBind option in new auth source form.
10 years ago