1f2e173a74
Refactor User.Id to User.ID
2016-07-24 01:08:22 +08:00
4f78abe7dc
#3066 fix create organization ignores full name property
2016-07-23 17:57:22 +08:00
eac32419fc
templates/org/home: minor UI fix
2016-07-16 15:54:43 +08:00
971e2c3bd6
Upgrade octicon to 4.3.0
2016-07-16 12:45:13 +08:00
d169d00be6
Display org member's full name in link title.
2016-03-16 22:04:19 +01:00
9c91e27933
Added: Ability to delete org avatar.
2016-03-06 17:36:30 +01:00
112a7cab31
#2497 incorrect error handle for team name
2016-01-29 17:06:14 -05:00
59c965a5ec
#2156 admin able to edit organization max repo creation
2015-12-11 19:24:57 -05:00
da2585c11e
Indent all templates with tabs
...
This commit improves templates readability, since all of them use consistent
indent with all template command blocks indented too.
1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks
such as {{if}} {{with}}
2. Cleans all trailing white-space
3. Adds trailing last line-break to each file
2015-12-08 00:57:46 +01:00
e57b2dffa4
Admin should be able to see all organizations
...
This is follow-up for 56c66ee486b4b8d544201662de62a23f36e6a069 allowing admin
to see private repositories, even when not being member of them.
2015-11-30 21:46:01 +01:00
3ca544912f
#1944 Drop /org/ URL path prefix in organization home page
2015-11-24 19:14:00 -05:00
52c8f69163
fix #650
2015-11-22 01:32:09 -05:00
8e262f3ec4
update locales
2015-11-03 14:34:21 -05:00
c38754d432
#1191 allow upload avatar for org
...
Signed-off-by: Unknwon <u@gogs.io>
2015-09-06 17:12:02 -04:00
85f34ba538
new user profile settings UI
...
Signed-off-by: Unknwon <u@gogs.io>
2015-09-06 16:31:22 -04:00
00767a0522
finish new org settings page
2015-09-06 11:25:08 -04:00
4dbc322859
fix org header order
2015-09-06 11:01:05 -04:00
edc99bc8a4
new org options UI
2015-09-06 10:56:31 -04:00
80701d45bb
#1193 Make organization emails non-mandatory
2015-09-06 10:08:14 -04:00
4217c2333c
new create webhook UI
2015-08-27 00:30:06 +08:00
2881456421
new webhooks list UI
2015-08-26 21:45:51 +08:00
2e30b421b4
comletely remove v1 UI files of Gogs
2015-08-15 19:07:21 +08:00
64985c7faa
fix template error
2015-08-10 23:56:04 +08:00
487fc8ca39
fix #1439
2015-08-05 10:16:21 +08:00
eea9302d8f
fix #1204
2015-07-31 13:53:14 +08:00
72377c721c
update gopmfile
2015-07-28 22:36:41 +08:00
ba47306a69
fix #1305
2015-07-28 18:01:39 +08:00
caf7618ea6
#1098 Hide gravatar email field if gravatar is disabled (or offline mode)
2015-03-24 18:38:12 -04:00
7ccab9cd09
Merge branch 'dev' of github.com:gogits/gogs into access
...
Conflicts:
gogs.go
models/models.go
models/user.go
templates/.VERSION
templates/org/home.tmpl
2015-02-22 22:51:25 -05:00
04164eada3
models: able to rename user with diff letter cases #981
...
- templates/org: mirror fix on name output
- routers: add missing error check
2015-02-22 18:24:49 -05:00
c753fdceaf
templates/org/home.tmpl: fix org member can't see public repo
2015-02-22 03:07:04 -05:00
6b7d35eade
fix mirror issues uncaught #941
2015-02-13 02:14:57 -05:00
79262173a6
Webhook delivery locking & Hide repo for org members if they don't have access
2014-10-09 19:01:22 -04:00
49193bebd2
UI: Confirmation box
2014-09-28 01:38:25 -04:00
7ba9257a7f
Add suburl support
2014-09-19 20:11:34 -04:00
0055cbd365
Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain.com/gogs/
...
Conflicts:
modules/setting/setting.go
Conflicts:
templates/repo/release/list.tmpl
templates/user/dashboard/dashboard.tmpl
Conflicts:
routers/repo/setting.go
2014-09-18 20:50:48 +02:00
b9560374cd
UI fix
2014-09-13 22:12:11 -04:00
f8977f4847
Organization level webhooks
2014-09-07 19:39:26 -04:00
e79e4b1580
Merge pull request #442 from compressed/org_hook
...
Organization-level Webhooks
2014-09-07 19:30:51 -04:00
ab7206d6b7
Fix #348
2014-09-05 17:28:09 -04:00
85c35a6b8b
add organization-level webhooks
2014-09-05 07:19:34 -04:00
69e332f432
Removed trailing white spaces
...
Removed trailing whitespaces with
```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```
and some handwork.
2014-08-30 15:12:53 +02:00
8829174574
Finish new admin users pages
2014-08-29 15:32:52 +08:00
74b31566cf
Finsih add/remove repo in organization
2014-08-26 18:11:15 +08:00
21a1b8e5a3
Finish new edit team page, add member to team
2014-08-24 21:09:05 +08:00
fa60502a70
Working on organization pages
2014-08-23 20:24:02 +08:00
bba707de36
Finish team list, create new team, join/leave team page
2014-08-16 16:21:17 +08:00
78add502d7
Finish new organization members and invitation page
2014-08-15 23:37:33 +08:00
36b4c57ff1
Finish new organization members and invitation page
2014-08-15 18:29:41 +08:00
5acc948562
Page: /org/:orgname/settings
2014-08-14 14:12:21 +08:00