Josh Frye
10a423414f
Add default branch to repo payload
9 years ago
Josh Frye
a7cf23a36c
Bump git-module. Fixes #2589
9 years ago
Unknwon
2732046410
Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page
Hide other teams & repos from organization page
9 years ago
Florian Kaiser
12af6e9130
Escape unescaped periods in route regular expression
9 years ago
Florian Kaiser
88ae14a8a6
Only show teams the user has access to
9 years ago
Unknwon
45e824ef08
#2491 minor fix for sr on dashboard
9 years ago
Unknwon
315418ced5
stop compile bindata for TRANSLATORS
- update required version of git-module for #2373
9 years ago
Unknwon
04286ed266
#2345 disallow access of some pages for empty repo
9 years ago
Unknwon
447ca73d07
update dep lib version requirement
9 years ago
Unknwon
b9b595fe9b
#2311 improve HTTP auth error message
9 years ago
Unknwon
1139f6e6d0
#2282 fix utf-8 recognized as windows-1252
9 years ago
Unknwon
00a60453fb
#1692 APIs: Users Followers
- User profile un/follow
- List user's followers/following
9 years ago
Unknwon
127ff1ee70
#2251 show commits count in PR tabs
9 years ago
Unknwon
ae4bcfa2e0
#1692 add organization APIs
9 years ago
Unknwon
920dd535e8
fix #2204
9 years ago
Unknwon
8ac9d9b4c7
rename import path
9 years ago
Unknwon
35703e5fda
fix possible disclosure
9 years ago
Unknwon
11425263a3
fix huge diff hangs
9 years ago
Unknwon
33a898f44b
improve get commits performance
9 years ago
Unknwon
34dcc591f5
#2167 able to identify git version on Windows
9 years ago
Unknwon
3931000177
#2156 admin able to edit organization max repo creation
9 years ago
Unknwon
6f153b9b14
#2154 fix form submit error
9 years ago
Unknwon
466864bfcc
#1575 Limit repo creation
9 years ago
Unknwon
7c3baef786
move out git module and #1573 send push hook
9 years ago
Adam Strzelecki
cf37c85921
Make serv/update use LOCAL_ROOT_URL instead public
The reasoning for that is in the previous commit.
9 years ago
Unknwon
169f0c7a68
force new INI version
9 years ago
Unknwon
ad998a52b9
#2063 Ability to delete repo from admin panel
9 years ago
Unknwon
442f027ad1
fix #2105 and fix #1857
9 years ago
Unknwon
36fb78d138
Set default language for i18n
9 years ago
Unknwon
efc250a25e
#2052 advanced select ops for system notices
9 years ago
Unknwon
caac2f9b19
fix #1829 and fix #890
9 years ago
Unknwon
c6f6031bd5
refactor API routes and some work for #976
9 years ago
Unknwon
5e006c7f5a
fix #2095
9 years ago
Unknwon
316ca2d3e4
fix #976
9 years ago
Unknwon
9040b23ccd
more UI minor fixes
9 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.
9 years ago
Unknwon
0305d692eb
#2052 Ability to batch delete system notices
9 years ago
Unknwon
043da9de5a
Merge branch 'feature/wiki' into develop
9 years ago
Unknwon
72d7ca7fbd
finish wiki
9 years ago
Unknwon
41fbc60a2c
Merge pull request #2053 from kakwa/develop
various fixes in gogs dump command
9 years ago
Unknwon
5f5bf79cfb
add line break after SSH error message
9 years ago
kakwa
7e3fa5f1ac
add name of the dump file in last log message
9 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.
9 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.
9 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)
9 years ago
Unknwon
7943f3f40e
wiki: finish edit
9 years ago
Unknwon
42d8bbe23e
wiki: finish new
9 years ago
Unknwon
43eda8feb3
introduce git-shell
9 years ago
Unknwon
92c67cd672
Wiki: UI for page new
9 years ago
Unknwon
81cff77072
#1944 Drop /org/ URL path prefix in organization home page
9 years ago