Lunny Xiao
9a8805d785
remove duplicated sanitize ( #3037 )
2017-11-30 21:38:33 +02:00
Lunny Xiao
13e59c8b7a
remove unused variable ( #3038 )
2017-11-30 20:44:25 +02:00
Ethan Koenig
91f3d77ceb
Unit tests for wiki routers ( #3022 )
2017-11-30 17:52:15 +02:00
Mike Fellows
82e8486f13
Update docs for LDAP (via BindDN) user sync option. ( #2985 )
2017-11-30 21:36:53 +08:00
techknowlogick
474dfcc798
French translation for docs ( #3030 )
...
original PR go-gitea/docs#147 and author @0xbaadf00d
2017-11-30 20:45:48 +08:00
Lunny Xiao
d517b56682
add notice for docker run gitea http port issue ( #3020 )
2017-11-30 19:18:35 +08:00
Sondre Nilsen
86ee41ec03
Expandable commit bodies ( #2980 )
...
* Initial working state of expandable commit bodies
* Fix all commits having showing button for multiline commits
* Refactor checking multiline messages method
* Force newlines with <br> in commit body
* Show multiple lines in the list view of repositories
* Fixed proper newlines and minor refactor
Use <pre> instead of <p>, this is so we can use \n instead of having to manually place <br> into the HTML. Makes it easier to display commit bodies.
* Fix commit list messages jumping around
* Fix indentation in view_list.tmpl
* Use vertical-align: baseline instead of top
* Refactor commit button toggle function
* Remove RenderCommitBodyLink function
* Add comments
* Add newline at the end of _repository.less
* Fix long commit bodies not properly wrapping inside <pre>
* Don't split on double newlines
* Show the commit body in commit view
* Update stylesheets
* Add/fix comments and run make fmt
* Fix spaces not being tabs
2017-11-30 13:08:40 +08:00
GiteaBot
4cf90aa865
[skip ci] Updated translations via Crowdin
2017-11-29 20:53:22 +00:00
Ethan Koenig
013db70fce
Removed unused field in form ( #3023 )
2017-11-29 22:52:34 +02:00
GiteaBot
033ad9a79f
[skip ci] Updated translations via Crowdin
2017-11-29 12:50:43 +00:00
Sandro Santilli
67b0d2175d
Set OpenID support on by default when installing new instance ( #3010 )
2017-11-29 14:47:42 +02:00
GiteaBot
b9452c48ac
[skip ci] Updated translations via Crowdin
2017-11-29 09:11:10 +00:00
techknowlogick
899c900e59
use unique name for docs docker build step in CI ( #3018 )
...
Otherwise drone may combine the logs
2017-11-29 11:08:23 +02:00
techknowlogick
dab2b354c7
Removing disqus from docs site ( #3015 )
...
Gitea now has a forum which is probably a better venue for
these types of conversations
2017-11-29 11:57:29 +08:00
GiteaBot
cbc6bbfbeb
[skip ci] Updated translations via Crowdin
2017-11-29 01:52:11 +00:00
Duncan Ogilvie
551f3cbe42
Memory usage improvements ( #3013 )
...
* govendor update code.gitea.io/git
Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
* Greatly improve memory usage
Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
2017-11-29 09:50:39 +08:00
Antoine GIRARD
4035ab05fa
Fix git lfs path ( #3016 )
...
* add suffix .git
* Remove Content-Type on GET methods
* Add migrations to force creation before any further potential migration
2017-11-29 01:35:23 +02:00
Duncan Ogilvie
c80d147fa9
Improve memory usage when reaching diff limits ( #2990 )
...
Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
2017-11-29 01:22:24 +02:00
techknowlogick
d39b88ae88
Fix master build for docs docker ( #3004 )
2017-11-29 00:17:23 +02:00
Antoine GIRARD
d99f4ab003
Git LFS lock api ( #2938 )
...
* Implement routes
* move to api/sdk and create model
* Implement add + list
* List return 200 empty list no 404
* Add verify lfs lock api
* Add delete and start implementing auth control
* Revert to code.gitea.io/sdk/gitea vendor
* Apply needed check for all lfs locks route
* Add simple tests
* fix lint
* Improve tests
* Add delete test + fix
* Add lfs ascii header
* Various fixes from review + remove useless code + add more corner case testing
* Remove repo link since only id is needed.
Save a little of memory and cpu time.
* Improve tests
* Use TEXT column format for path + test
* fix mispell
* Use NewRequestWithJSON for POST tests
* Clean path
* Improve DB format
* Revert uniquess repoid+path
* (Re)-setup uniqueness + max path length
* Fixed TEXT in place of VARCHAR
* Settle back to maximum VARCHAR(3072)
* Let place for repoid in key
* Let place for repoid in key
* Let place for repoid in key
* Revert back
2017-11-28 22:58:37 +02:00
Vlad Temian
6ad4990a65
Add fingerprint to ssh key endpoints. ( #3009 )
...
* Add fingerprint to ssh key endpoints.
* Update gitea sdk vendor
2017-11-28 17:21:39 +02:00
GiteaBot
0c69b768b9
[skip ci] Updated translations via Crowdin
2017-11-28 09:44:21 +00:00
Ethan Koenig
b7ebaf6d20
Various wiki bug fixes ( #2996 )
...
* Update macaron
* Various wiki bug fixes
2017-11-28 17:43:51 +08:00
techknowlogick
6a58e3f9fc
Dockerfile for docs copy proper files into image ( #2989 )
...
fixes docker build from: #2874
2017-11-27 14:08:25 +02:00
Ethan Koenig
1028ef2def
Don't print SQL in unit tests ( #2995 )
...
* Add GITEA_UNIT_TESTS_VERBOSE environment variable to enable printing SQL
2017-11-27 12:29:48 +02:00
techknowlogick
8b58772659
[ci skip] Fix #2964 Document updated proposal process ( #2999 )
2017-11-27 09:14:34 +02:00
techknowlogick
621efaa340
Update link for tips on how to get faster reviews ( #2997 )
...
Kubernetes merged guides, and this is now the current location of guide
2017-11-27 08:11:15 +02:00
Duncan Ogilvie
8ee08fe8bc
Remove duplicate "Max Diff Lines" from config view ( #2987 )
...
Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
2017-11-27 06:56:50 +02:00
techknowlogick
0e76f38e4d
[ci skip] Add @techknowlogick to MAINTAINERS file ( #2993 )
2017-11-27 11:38:49 +08:00
techknowlogick
cc2b1fea9a
Adding time tracking to feature list ( #2982 )
...
Now that 1.3 is out time tracking is a new feature
go-gitea/docs#148
2017-11-27 10:47:43 +08:00
techknowlogick
238bb80cdd
Update hard-coded version to 1.4.0-dev ( #2988 )
...
Now that 1.3.0 is out the new target is 1.4.0
2017-11-27 10:12:45 +08:00
Lauris BH
0d4c63fd70
Fix go-get, src and raw urls to new scheme ( #2978 )
2017-11-27 02:58:54 +02:00
techknowlogick
fb5c6b6444
Import docs into main repository ( #2874 )
...
* import docs into main repository
Signed-off-by: Matti Ranta <matti@mdranta.net>
2017-11-26 23:44:32 +02:00
Ethan Koenig
f148a4a1ed
Fix coverage reports ( #2974 )
2017-11-26 20:07:40 +02:00
Jonas Bröms
4d85c1d3c8
Fix fault PR renaming app.ini ( #2977 )
2017-11-26 18:02:38 +02:00
Jonas Bröms
7091db8192
Rename conf dir > custom.sample ( #1522 )
...
* Explain app.ini purpose
2017-11-26 17:16:58 +08:00
Ethan Koenig
716ac1214f
Enable admin to search by email ( #2888 )
2017-11-26 16:40:38 +08:00
Lunny Xiao
061c501d54
Fix error when add user has full name to team ( #2973 )
...
* fix error when add user has full name to team
* add comment for extra uname check
2017-11-26 10:01:48 +02:00
GiteaBot
16c55e1a5b
[skip ci] Updated translations via Crowdin
2017-11-26 02:01:56 +00:00
Antoine GIRARD
d23a3e96f1
Fix bench deps since #2916 ( #2971 )
2017-11-26 10:00:57 +08:00
Ethan Koenig
40c545ddbc
Fix files/commits of merged PRs ( #2937 )
2017-11-25 21:47:19 +08:00
Piotr Orzechowski
183da4c2c1
Fix language names ( #2955 )
2017-11-23 12:00:48 +08:00
Michael Kuhn
42d781a709
Update gitgraph.js to fix blurry commit graph on HiDPI screens ( #2957 )
2017-11-23 00:08:26 +08:00
Ethan Koenig
2cb6c51158
Fix over-escaped characters ( #2956 )
2017-11-22 15:09:48 +08:00
Timur Makarchuk
dbb7715b0b
Remove render issue link ( #2954 )
...
* Remove function that does nothing
* Remove unused import
2017-11-22 08:25:47 +02:00
Ethan Koenig
ea78a6db57
Spaces to tabs in templates ( #2953 )
2017-11-21 13:43:00 +08:00
Ethan Koenig
0f6dc411df
Remove unnecessary IssueList attribute loads ( #2936 )
2017-11-21 13:28:22 +08:00
Lunny Xiao
10b54df2b2
Add dingtalk webhook ( #2777 )
...
* add dingtalk webhook type
* add vendor
* some fixes
* fix name check
* fix name check & improvment
2017-11-21 06:26:43 +02:00
Michael Kuhn
420fc8efc2
Disable add key button if SSH is disabled ( #2873 )
2017-11-21 11:49:33 +08:00
Jonas Bröms
1f7aab6e19
Drop deprecated GOGS_WORK_DIR use ( #2946 )
2017-11-21 09:52:47 +08:00