Unknwon
00a60453fb
#1692 APIs: Users Followers
- User profile un/follow
- List user's followers/following
10 years ago
Unknwon
127ff1ee70
#2251 show commits count in PR tabs
10 years ago
Unknwon
ae4bcfa2e0
#1692 add organization APIs
10 years ago
Unknwon
920dd535e8
fix #2204
10 years ago
Unknwon
8ac9d9b4c7
rename import path
10 years ago
Unknwon
35703e5fda
fix possible disclosure
10 years ago
Unknwon
11425263a3
fix huge diff hangs
10 years ago
Unknwon
33a898f44b
improve get commits performance
10 years ago
Unknwon
34dcc591f5
#2167 able to identify git version on Windows
10 years ago
Unknwon
3931000177
#2156 admin able to edit organization max repo creation
10 years ago
Unknwon
6f153b9b14
#2154 fix form submit error
10 years ago
Unknwon
466864bfcc
#1575 Limit repo creation
10 years ago
Unknwon
7c3baef786
move out git module and #1573 send push hook
10 years ago
Adam Strzelecki
cf37c85921
Make serv/update use LOCAL_ROOT_URL instead public
The reasoning for that is in the previous commit.
10 years ago
Unknwon
169f0c7a68
force new INI version
10 years ago
Unknwon
ad998a52b9
#2063 Ability to delete repo from admin panel
10 years ago
Unknwon
442f027ad1
fix #2105 and fix #1857
10 years ago
Unknwon
36fb78d138
Set default language for i18n
10 years ago
Unknwon
efc250a25e
#2052 advanced select ops for system notices
10 years ago
Unknwon
caac2f9b19
fix #1829 and fix #890
10 years ago
Unknwon
c6f6031bd5
refactor API routes and some work for #976
10 years ago
Unknwon
5e006c7f5a
fix #2095
10 years ago
Unknwon
316ca2d3e4
fix #976
10 years ago
Unknwon
9040b23ccd
more UI minor fixes
10 years ago
Adam Strzelecki
51df440502
UI: Always show menu on repo pages
Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use
middleware.RepoRef() necessary to display information on this menu.
10 years ago
Unknwon
0305d692eb
#2052 Ability to batch delete system notices
10 years ago
Unknwon
043da9de5a
Merge branch 'feature/wiki' into develop
10 years ago
Unknwon
72d7ca7fbd
finish wiki
10 years ago
Unknwon
41fbc60a2c
Merge pull request #2053 from kakwa/develop
various fixes in gogs dump command
10 years ago
Unknwon
5f5bf79cfb
add line break after SSH error message
10 years ago
kakwa
7e3fa5f1ac
add name of the dump file in last log message
10 years ago
kakwa
4138113c96
Fix dump of log and custom directory in dump cmd
Now, the dump cmd uses setting.CustomPath and setting.LogRootPath
instead of setting.WorkDir which was kind of broken if the gogs
binary was in a different directory than gogs data.
Additionally, the backup of setting.CustomPath directory is only done
if it exists.
10 years ago
kakwa
37aad3389d
Using a tmp dir to generate db and repo dumps
Using a tmp dir makes gogs dump more robust to concurrent runs.
It also permits an easier cleaning of the tmp files (gogs-db.sql and
gog-repo.zip) by just removing the tmp dir.
As a side effect, it partially fix bugs on workdir.
Previously, 'gogs dump' created the archives in the current directory,
and tried to include these archives from the directory where the
gogs binary lies.
ex: if gogs binary is in /usr/bin/gogs, and gogs dump is run from /tmp/,
/tmp/gog-repo.zip is created, but gogs dump tried to include
/usr/bin/gogs-repo.zip.
10 years ago
kakwa
56d040b8ac
Adding more error handling in dump cmd
The dump cmd did not check the return value of the z.AddFile or
z.AddDir when building the final archive.
It caused the dump command to succeed even if an error occurred.
The resulted dump archive could be corrupted/empty.
(errors could be various: removal by a concurrent process, disk full,
bugs in the dump cmd itself)
10 years ago
Unknwon
7943f3f40e
wiki: finish edit
10 years ago
Unknwon
42d8bbe23e
wiki: finish new
10 years ago
Unknwon
43eda8feb3
introduce git-shell
10 years ago
Unknwon
92c67cd672
Wiki: UI for page new
10 years ago
Unknwon
81cff77072
#1944 Drop /org/ URL path prefix in organization home page
10 years ago
Unknwon
58be232090
print error log to client side when dev mode
10 years ago
Unknwon
48c519be58
#1681 some fixes for builtin SSH server on Windows
10 years ago
Unknwon
a14c20813c
fix #650
10 years ago
Unknwon
a0a4125989
fix #1383
10 years ago
Unknwon
3b28aed7f2
fix #878
10 years ago
Unknwon
47d9cf7edf
repo sidebar active class
10 years ago
Unknwon
d77e5dd58a
fix #1960
10 years ago
Unknwon
b659db9117
work on #1961
10 years ago
Unknwon
d35b3a94f2
fix api broken
10 years ago
Unknwon
65562d2514
minor UI fix and fix ssh race
10 years ago
Unknwon
7e6542d0f5
Show custom avatars in commits
10 years ago