Morlinest
7455604f0c
Remove (almost) server side data rendering from repo-search component ( #2317 )
...
* Rename some shorthands
* Remove (almost) server side data rendering from repo-search component template
2017-08-22 21:00:34 +08:00
Antoine GIRARD
fd8e8a421a
Improve swagger doc ( #2274 )
...
* Add swagger comment for adminCreateOrg
* Add swagger comment for admin route
* add hook swagger doc
* Add tags
* Add auth
* Fix name of responses
* Edit name method
* Update vendor
* make generate-swagger
2017-08-21 14:13:47 +03:00
Sandro Santilli
2c3a229a3c
Add OpenID configuration in install page ( #2276 )
2017-08-19 17:34:49 +02:00
Morlinest
4c13a8458b
Fix repo-search template errors for go1.7 ( #2336 )
2017-08-19 09:37:48 +08:00
Morlinest
f3486360d2
Make use of Vue more universal ( #2318 )
2017-08-17 19:04:39 +03:00
Morlinest
951fb572a7
Fix and improve dashboard repo UI ( #2285 )
...
* Fix and improve dashboard repo UI
* Change order of scripts loading
* Remove "mirror" tab
* Remove single tab panel for "org user"
* Add localization strings
* Create vue component and change event for search
* Add "mirrors" filter
2017-08-17 09:31:34 +08:00
silverwind
fc29a405e8
More tweaks to repo top panel ( #2267 )
...
* More tweaks to repo top panel
* undo hiding of compare button on master
* attempt to fix ci issue
* another ci attempt
2017-08-13 19:49:38 -03:00
silverwind
54381f438b
File path tweaks in UI ( #2264 )
2017-08-06 11:13:20 +08:00
silverwind
31411a9462
Prevent selection of diff line numbers ( #2240 )
2017-08-01 10:27:17 +08:00
silverwind
d74d8ecc2e
Generate small and large logos at 4x resolution ( #2233 )
...
To support High-DPI displays, generate images at 4 times their displayed
resolution, which should be enough to support all current devices
according to https://material.io/devices/ .
2017-07-30 23:04:01 +03:00
Lauris BH
60d7e56c69
Add task to generate images from SVG and change to new logo ( #2194 )
...
* Add makefile task to generate images from SVG and change to new logo
* use absolute path on generate-images
2017-07-28 13:51:20 +08:00
Lauris BH
f33e6ae09e
Remove unit types commits and settings ( #2161 )
...
* Remove unit types commits and settings
* Can not limit units in administrator teams
* Limit changing units only to teams with read and write access mode
* Small code optimization
2017-07-17 10:04:43 +08:00
Lauris BH
047a67a90b
Refactor vue delimeters to use es6 template delimeters ( #2171 )
2017-07-15 22:22:26 +08:00
Aaron Walker
6a3c03762a
API: support '/orgs/:org/repos' ( #2047 )
...
* API: support '/orgs/:org/repos'
2017-07-13 13:14:15 +02:00
Lauris BH
a739991b36
Fix repository settings collobration list display ( #2151 )
2017-07-12 22:32:28 -05:00
Bo-Yi Wu
2b05b104ef
Add verify changed less-file step to Makefile ( #1861 )
2017-07-12 04:28:57 +02:00
Guillermo Bonvehí
858197b453
Fix #1271 : Call location.reload after XHR finishes ( #2071 )
...
location.reload was being called when the related dropdown
was hidden, even if a request initiated before to update this
value hadn't finished. This caused troubles on Firefox.
2017-06-28 16:55:28 +08:00
silverwind
0168b7073d
Use monospace font in githook editor ( #1958 )
2017-06-13 10:48:49 +08:00
Jonas Östanbäck
ad70af1248
Add repo fork swagger ( #1941 )
2017-06-12 08:59:51 +08:00
silverwind
f2fcd9dcd8
Support CRLF when splitting code lines for display ( #1862 )
...
* Support CRLF when splitting code lines for display
* refactor, fix mixed match
* fmt
* split on both LF and CRLF, use raw literals in regexes
* simplify
2017-06-10 23:20:25 +08:00
silverwind
ae922afa2d
Prevent accidential selection of line numbers in code view ( #1860 )
2017-06-05 02:52:35 -05:00
Antoine GIRARD
a97d6bf24b
Use production version of vuejs. ( #1869 )
2017-06-04 11:04:42 +08:00
Hussain Khalil
009a073990
Remove annoying difference in button heights. ( #1853 )
...
* Remove annoying difference in button heights.
Why was that even there?
See before & after: http://imgur.com/a/yKdUR
* (2/2) Remove annoying difference in button heights
2017-06-03 16:58:43 +08:00
Antoine GIRARD
976c2a05fa
Fix change introduce by update of go-swagger. ( #1727 )
2017-06-01 23:35:31 -05:00
Sondre Nilsen
24859fe5b6
Fix FOUC on Firefox ( #1728 )
...
Firefox users will experience a flash of unstyled content on loading
various pages, this patch will fix this issue using Filament Groups
loadCSS library to asynchronously load the CSS responsible for the FOUC.
Will fix #1698 .
Signed-off-by: Sondre Nilsen <nilsen.sondre@gmail.com>
2017-05-31 09:05:49 +08:00
Rémy Boulanouar
e0c6ab2d44
Add Gitea Webhook ( #1755 )
...
* Replace Gogs by Gitea
* Fix missing changes
* Create Gitea webhook and put Gogs webhook apart.
2017-05-29 02:17:15 -05:00
Andrey Nering
e67ece26f0
Merge pull request #1750 from andreynering/dashboard-search-org-repos
...
More fixes for dashboard search
2017-05-27 17:40:09 -03:00
Andrey Nering
12dbdaac76
Fix private repo icon
2017-05-27 13:40:54 -03:00
Patrick G
98ae013e90
Make navbar scroll on overflow ( #1777 )
...
* Scrollbars on overflow of horizontal nav
* Update _base.less
* Add fade out on right side of overflowing nav
* Update _base.less
2017-05-24 14:00:40 +08:00
Andrey Nering
be5323a05f
Update HighlightJS and fix YAML files highlighting ( #1764 )
...
* Update HighlightJS to 9.11.0
* Fix YAML files highlighting
2017-05-20 11:52:35 +08:00
Jonas Östanbäck
0161e46b5a
Add swagger comment for MirrorSync ( #1747 )
...
* Add swagger comment for MirrorSync
* Generate swagger.v1.json
2017-05-19 08:20:06 +08:00
Jonas Östanbäck
5db5e16ab6
Correct grammar in APIEmpty documentation ( #1748 )
...
* Correct grammar in APIEmpty doc
* Generate swagger.v1.json
2017-05-18 22:39:42 +08:00
Andrey Nering
dc2b28ed76
Show repos acording to user/organization
2017-05-18 11:28:29 -03:00
Antoine GIRARD
91417e9715
re-Generate swagger.json ( #1722 )
...
changes introduced to repo format by : go-gitea/gitea#1687 go-gitea/go-sdk#58 go-gitea/gitea#1668 go-gitea/go-sdk#56
2017-05-14 17:37:15 +08:00
Andrey Nering
ab79069dc7
Improve dashboard repo search ( #1652 )
...
* Add VueJS
* Improve dashboard search
* Fix tab switching
* Fix input autofocus
2017-05-09 08:31:30 +08:00
Lauris BH
51d0becb42
Add configuration option for default permission to create Organizations ( #1686 )
2017-05-08 21:51:53 +02:00
Lauris BH
2e17dda8bb
Remove sha1 hash display in repository table and add latest commit GPG check ( #1678 )
2017-05-05 15:15:36 +08:00
Peter Dave Hello
b6206e4788
Fix static files permission under public/ ( #1675 )
2017-05-05 08:42:28 +08:00
Jonas Östanbäck
59f5bbab0d
Fix CSS for wiki markdown ( #1660 )
2017-05-03 20:22:14 +08:00
Antoine GIRARD
3edb0c5894
Generate swagger json ( #1402 )
...
- Generate swagger.json into public/
- Add swagger-ui auto-installation
- Add footer link to local swagger-ui
- Add /swagger url for using app url.
- Fix Swagger-UI version via git tag
2017-05-02 15:35:59 +02:00
Willem van Dreumel
950f2e2074
Additional OAuth2 providers ( #1010 )
...
* add google+
* sort signin oauth2 providers based on the name so order is always the same
* update auth tip for google+
* add gitlab provider
* add bitbucket provider (and some go fmt)
* add twitter provider
* add facebook provider
* add dropbox provider
* add openid connect provider incl. new format of tips section in "Add New Source"
* lower the amount of disk storage for each session to prevent issues while building cross platform (and disk overflow)
* imports according to goimport and code style
* make it possible to set custom urls to gitlab and github provider (only these could have a different host)
* split up oauth2 into multiple files
* small typo in comment
* fix indention
* fix indentation
* fix new line before external import
* fix layout of signin part
* update "broken" dependency
2017-05-01 21:26:53 +08:00
Peter Dave Hello
2368bbb672
Optimize png images via Google zopflipng [ci skip] ( #1639 )
2017-04-30 20:04:36 +08:00
Antoine GIRARD
8371f94d06
Rework SSH key management UI to add GPG ( #1293 )
...
* Rework SSH key management UI to add GPG
* Add more detail to gpg key display
* Update CHANGELOG.md
* Implement deletion UI
* Implement adding gpg UI
* Various fixes
- Fix duplicate entry in locale
- Re-generate hash before verification since they are consumed
* Add missing translation
* Split template
* Catch not found/verified email error
2017-04-26 21:10:43 +08:00
Michael de Wit
21290d4e80
Optimize and fix autolink function ( #1442 ) ( #1444 )
...
* Optimize and fix autolink function (#1442 )
* Fix bug in autolink recursive fallback function
2017-04-12 16:01:08 +08:00
Antoine GIRARD
d9db188274
Fix #1418 ( #1456 )
2017-04-07 22:50:40 +08:00
Antoine GIRARD
912b340d0d
Simplify settings pages with item list ( #1389 )
...
* Remove point column on ssh key setting page
* Remove un-used css
* Some cleaning
* Use octicon-key
2017-03-30 09:02:37 +08:00
Antoine GIRARD
14fe9010ae
GPG commit validation ( #1150 )
...
* GPG commit validation
* Add translation
+ some little fix
* Move hash calc after retrieving of potential key + missing translation
* Add some little test
2017-03-22 18:43:54 +08:00
Sandro Santilli
a9de85d31d
Improve style of user OpenID setting page ( #1324 )
...
* Improve user openid list CSS and regenerate CSS
2017-03-20 08:51:33 +01:00
Sandro Santilli
71d16f69ff
Login via OpenID-2.0 ( #618 )
2017-03-17 15:16:08 +01:00
Antoine GIRARD
925b252927
Fix missing less sources for oauth ( #1288 )
2017-03-17 08:49:24 +08:00