Unknwon
dbe6de313e
public: update Semantic UI 2.2.10 -> 2.2.13
2017-11-15 21:59:47 -05:00
Anton Antonov
77c77fbd42
api: add endpoint /api/v1/user/orgs ( #4835 )
...
* Add API endpoint /api/v1/user/orgs
The difference between this endpoint and
/api/v1/admin/users/<username>/orgs,
is that here you're creating a repo with the `user`
that corresponds to the API token you're using.
* Extract duplicate API org creation
2017-11-13 22:27:30 -05:00
Unknwon
9b4054f1fc
locale: sync from Crowdin
2017-11-05 23:59:12 -05:00
Unknwon
af3911b833
MISC: update README and migration comment
2017-10-22 19:29:29 -04:00
Unknwon
4258bf3d54
user/auth: fix page not redirect after login
2017-10-22 19:29:17 -04:00
Unknwon
4d1d66d906
Bump version
2017-10-15 00:12:52 -04:00
Unknwon
b727e0be71
SECURITY: fix branch name persistent XSS
...
Reported by Carl Hattenfels.
2017-10-15 00:07:46 -04:00
Unknwon
ea313d0c1e
SECURITY: HTML injection in user search API
...
Reported by Tim Hawes.
2017-10-14 23:53:20 -04:00
Unknwon
c1507eda45
locale: sync from Crowdin
2017-10-14 04:19:24 -04:00
Robert Beal
ce7496aec9
docker: allow setting UID and GID when running a container ( #4776 )
...
* Allow setting the UID and GID when running a docker container via shadow
* Disable password login via usermod (fix leaving user in insecure state)
2017-10-13 16:26:39 -04:00
Josef Kemetmüller
b16c12f67b
cmd/admin: add subcommands for all admin dashboard actions ( #4813 )
2017-10-10 17:02:44 -04:00
Unknwon
1b24e6ed76
locale: sync from Crowdin
2017-09-25 20:29:10 -04:00
Athurg Feng
52f3833811
Add Dingtalk webhook support ( #4773 )
...
* Add dingtalk webhook into html template
* Add Dingtalk's icon
* Insert dingtalk into repo's webhook page template
* Insert dingtalk into org's webhook page
* Add dingtalk into default webhook config
* Add locale string for add_dingtalk_hook_desc
* Update bindata
* Add dingtalk webhook form validator
* Add dingtalk hook task
* Add dingtalk hook create handler
* Add dingtalk hook edit handler
* Add dingtalk router
* Add dingtalk webhook task skeleton
* Add markdown link formatter
* Add Dingtalk ActionCard create wrapper
* Add support for dingtalk create event payload
* Add support for dingtalk delete event payload
* Add support for dingtalk fork event payload
* Add support for dingtalk push event payload
* Add support for dingtalk issue event payload
* Add support for dingtalk issue comment payload
* Add support for dingtalk pull event payload
* Add support for dingtalk release event payload
2017-09-21 14:32:48 -04:00
Unknwon
b1100b5e34
locale: sync from Crowdin
2017-08-15 18:20:28 -04:00
Sb
ab2c6cb008
models: fix #4692 and typo in comments ( #4695 )
2017-08-13 02:11:48 -04:00
Unknwon
f2c3f4a944
locale: sync from Crowdin
2017-07-30 02:45:13 -04:00
Unknwon
6bc11c4450
hook: fix email not sent after push ( #4430 )
...
Turns out mail service was not initialized at all, also mail must
be sent in sync in hook mode before program exits.
2017-07-27 16:53:02 -04:00
Unknwon
643c85e9c8
routes/home: minor code improve
2017-07-18 22:09:57 -04:00
Unknwon
ee9950ec2f
explore: fix total repository number and page number do not match ( #4441 )
...
Because in the final repository list we use Distinct to remove
duplicates, but didn't do so when count total number of repositories.
2017-07-18 22:07:40 -04:00
Unknwon
dc10594d7b
repo: fix cannot fork repository ( #4572 )
...
Should not load attributes if repository not found in HasForkedRepo.
2017-07-18 12:56:23 -04:00
Unknwon
e02fac4968
repo: fix panic on pull request submit ( #4572 )
2017-07-14 18:51:23 -04:00
Julian Xhokaxhiu
5a88546a80
docker: enable Automated builds for rpi ( #4431 )
...
* Enable Automated builds for rpi
* Rename the file to fit only for Docker Hub
* Update the binary to v2.9.0+resin1
* Restore default status
* Commit as new file
In order to avoid breaking native builds
2017-07-14 18:04:19 -04:00
Unknwon
f67d6bbca3
repo/diff: fix line number in split view template ( #4584 )
2017-07-14 17:02:45 -04:00
Unknwon
c970c4ee41
css: not include line numbers in diff selection ( #4584 )
...
Changed template file in order to make CSS work properly.
2017-07-14 16:50:49 -04:00
Unknwon
3a6623104f
Makefile: correct errors
2017-07-14 16:48:55 -04:00
Unknwon
b18a2bdcd3
locale: sync from Crowdin
2017-07-14 16:48:41 -04:00
Unknwon
d09eaef542
locale: sync from Crowdin
2017-07-09 21:38:11 -04:00
Unknwon
13cca8a66a
models/comment: remove unused SQL parameter ( #4586 )
2017-06-27 20:39:59 -04:00
Unknwon
8ed2330d6e
issue_comment: fix pg syntax ambiguous ( #4586 )
...
Also handle error related to time parsing.
2017-06-27 20:21:36 -04:00
Andy Hochhaus
261237745f
api: fix ListIssueComments API ( #4587 )
2017-06-27 19:59:41 -04:00
Unknwon
c9d76a381b
css: update less ( #4584 )
2017-06-27 15:21:14 -04:00
Einar
2961afe8fb
css: not include line numbers in diff selection ( #4584 )
2017-06-27 15:08:19 -04:00
Unknwon
ea03bee1b9
locale: sync from Crowdin
2017-06-27 14:45:10 -04:00
Unknwon
d1a96c2543
cmd/restore: skip non existent directories in backup archive ( #4413 )
2017-06-25 01:16:32 -04:00
Unknwon
11b1498a6e
api/repo: load attributes when listing user repositories ( #4565 )
2017-06-21 17:41:18 -04:00
Unknwon
f59500a90b
locale: sync from Crowdin
2017-06-20 00:10:10 -04:00
Credomane Evonguard
3df25fadfa
scripts: fix LSB init scripts so gogs starts when using mysql/postgresql for database ( #4561 )
2017-06-14 20:37:32 -04:00
Unknwon
0e6a6bf880
Refactoring: remove sessionRelease()
...
XORM supports automatic roll back in session Close() already.
2017-06-11 03:06:36 -04:00
Unknwon
e1f01305d8
vendor: update github.com/go-macaron/binding ( #4428 )
2017-06-11 02:59:49 -04:00
Unknwon
23b83cb736
pkg/process: fix potential race condition
...
Following conditions were not protected:
1. Use and increase next pid
2. Append and remove process from the list
2017-06-11 02:28:08 -04:00
Unknwon
e16196124e
setting: disable SSH minimum key size check when not eligible ( #4507 )
2017-06-11 02:06:26 -04:00
Unknwon
ab2197bc75
random: some code simplify
2017-06-11 00:56:31 -04:00
Unknwon
a887e475e3
repo: change action visibility when repository visibility changed ( #4414 )
2017-06-11 00:43:56 -04:00
Unknwon
4400d2fdd9
Refactoring: rename package routers -> routes
2017-06-11 00:34:14 -04:00
Unknwon
6197a7639a
locale: sync from Crowdin
2017-06-10 01:43:18 -04:00
Unknwon
91f65cedc8
repo/view: trim Windows line ending when display content ( #4546 )
2017-06-09 20:05:04 -04:00
Unknwon
7b85ee4954
vendor: update github.com/gogits/git-module ( #4475 )
2017-06-08 16:56:09 -04:00
Unknwon
1af01f5e30
restore: create data directory before restoring data files ( #4413 )
2017-06-08 16:26:56 -04:00
Unknwon
3efc0d8681
repo: load base repository for loadAttributes
2017-06-08 16:18:04 -04:00
Unknwon
09f2cbfb18
api/repo: response full API format for search results ( #4522 )
2017-06-08 15:53:19 -04:00