Florian Kaiser
df81362363
Only show teams the user has access to
2016-01-31 15:30:07 +00:00
Unknwon
04527c688d
#2491 minor fix for sr on dashboard
2016-01-29 15:28:24 -05:00
Unknwon
86d716a423
stop compile bindata for TRANSLATORS
...
- update required version of git-module for #2373
2016-01-11 15:01:38 +08:00
Unknwon
b08e19e2cc
#2345 disallow access of some pages for empty repo
2016-01-07 11:07:17 +08:00
Unknwon
86db57bb09
update dep lib version requirement
2016-01-06 13:34:34 +08:00
Unknwon
0c336e19b2
#2311 improve HTTP auth error message
2015-12-30 21:29:30 -05:00
Unknwon
a54e0bff4f
#2282 fix utf-8 recognized as windows-1252
2015-12-25 05:25:47 -05:00
Unknwon
4e1f46f983
#1692 APIs: Users Followers
...
- User profile un/follow
- List user's followers/following
2015-12-21 04:24:11 -08:00
Unknwon
5a22f3498d
#2251 show commits count in PR tabs
2015-12-19 21:09:03 -05:00
Unknwon
6f6c77a6cd
#1692 add organization APIs
2015-12-17 02:28:47 -05:00
Unknwon
c4d6913269
fix #2204
2015-12-15 19:42:20 -05:00
Unknwon
adb4784fe0
rename import path
2015-12-15 17:25:45 -05:00
Unknwon
bd68497ea9
fix possible disclosure
2015-12-14 17:06:54 -05:00
Unknwon
91095e02cc
fix huge diff hangs
2015-12-14 09:38:21 -05:00
Unknwon
3b1cce6050
improve get commits performance
2015-12-13 22:58:12 -05:00
Unknwon
8ad334f942
#2167 able to identify git version on Windows
2015-12-13 18:20:39 -05:00
Unknwon
c2717eb029
#2156 admin able to edit organization max repo creation
2015-12-11 19:24:57 -05:00
Unknwon
c5cdcc4d2e
#2154 fix form submit error
2015-12-11 18:52:28 -05:00
Unknwon
74ceced0e8
#1575 Limit repo creation
2015-12-10 12:37:53 -05:00
Unknwon
0638ee1b76
move out git module and #1573 send push hook
2015-12-09 20:46:05 -05:00
Adam Strzelecki
9e2c225109
Make serv/update use LOCAL_ROOT_URL instead public
...
The reasoning for that is in the previous commit.
2015-12-09 23:11:07 +01:00
Unknwon
f7ca70894d
force new INI version
2015-12-07 11:33:04 -05:00
Unknwon
ab04be1647
#2063 Ability to delete repo from admin panel
2015-12-05 17:39:29 -05:00
Unknwon
ce33563853
fix #2105 and fix #1857
2015-12-05 13:24:13 -05:00
Unknwon
dad6d4895f
Set default language for i18n
2015-12-05 01:20:11 -05:00
Unknwon
9f75c6ce3d
#2052 advanced select ops for system notices
2015-12-05 01:09:14 -05:00
Unknwon
4b54ceb402
fix #1829 and fix #890
2015-12-04 21:30:33 -05:00
Unknwon
8b49bed230
refactor API routes and some work for #976
2015-12-04 17:16:42 -05:00
Unknwon
92a882b6c8
fix #2095
2015-12-03 14:31:31 -05:00
Unknwon
c211e8ef1a
fix #976
2015-12-03 00:24:37 -05:00
Unknwon
4d01e56185
more UI minor fixes
2015-12-02 20:56:26 -05:00
Adam Strzelecki
9aeb906ebb
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.
2015-12-03 02:16:18 +01:00
Unknwon
2003d25c5f
#2052 Ability to batch delete system notices
2015-12-01 23:33:08 -05:00
Unknwon
ba80dbd1c4
Merge branch 'feature/wiki' into develop
2015-11-30 20:46:19 -05:00
Unknwon
05e2641b27
finish wiki
2015-11-30 20:45:55 -05:00
Unknwon
5ed2892a08
Merge pull request #2053 from kakwa/develop
...
various fixes in gogs dump command
2015-11-30 16:18:18 -05:00
Unknwon
06354a83cf
add line break after SSH error message
2015-11-30 10:00:52 -05:00
kakwa
80e042dee3
add name of the dump file in last log message
2015-11-28 15:22:10 +01:00
kakwa
d1b1ab7bdc
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.
2015-11-28 15:08:50 +01:00
kakwa
9d88360ac5
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.
2015-11-28 14:07:51 +01:00
kakwa
e585775d12
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)
2015-11-28 12:11:38 +01:00
Unknwon
0b1e1041aa
wiki: finish edit
2015-11-27 01:50:38 -05:00
Unknwon
5369b119f8
wiki: finish new
2015-11-27 00:24:24 -05:00
Unknwon
1d132f38b6
introduce git-shell
2015-11-26 17:33:45 -05:00
Unknwon
79851c8152
Wiki: UI for page new
2015-11-25 20:10:25 -05:00
Unknwon
2f84c3ea0a
#1944 Drop /org/ URL path prefix in organization home page
2015-11-24 19:14:00 -05:00
Unknwon
c9a5612e14
print error log to client side when dev mode
2015-11-23 22:33:24 -05:00
Unknwon
f99acf6add
#1681 some fixes for builtin SSH server on Windows
2015-11-23 22:32:07 -05:00
Unknwon
a552fce3e3
fix #650
2015-11-22 01:32:09 -05:00
Unknwon
b94f6fc495
fix #1383
2015-11-20 02:38:41 -05:00