| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
* More tweaks to repo top panel
* undo hiding of compare button on master
* attempt to fix ci issue
* another ci attempt
|
| |
|
| |
|
|
|
|
|
| |
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/.
|
|
|
|
|
|
| |
* Add makefile task to generate images from SVG and change to new logo
* use absolute path on generate-images
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
| |
* API: support '/orgs/:org/repos'
|
| |
|
| |
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
* Replace Gogs by Gitea
* Fix missing changes
* Create Gitea webhook and put Gogs webhook apart.
|
|\
| |
| | |
More fixes for dashboard search
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Scrollbars on overflow of horizontal nav
* Update _base.less
* Add fade out on right side of overflowing nav
* Update _base.less
|
| |
| |
| |
| |
| |
| | |
* Update HighlightJS to 9.11.0
* Fix YAML files highlighting
|
| |
| |
| |
| |
| |
| | |
* Add swagger comment for MirrorSync
* Generate swagger.v1.json
|
|/
|
|
|
|
| |
* Correct grammar in APIEmpty doc
* Generate swagger.v1.json
|
|
|
| |
changes introduced to repo format by : go-gitea/gitea#1687 go-gitea/go-sdk#58 go-gitea/gitea#1668 go-gitea/go-sdk#56
|
|
|
|
|
|
|
|
|
|
| |
* Add VueJS
* Improve dashboard search
* Fix tab switching
* Fix input autofocus
|
| |
|
|
|
|
| |
(#1678)
|
| |
|
| |
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
* Optimize and fix autolink function (#1442)
* Fix bug in autolink recursive fallback function
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Remove point column on ssh key setting page
* Remove un-used css
* Some cleaning
* Use octicon-key
|
|
|
|
|
|
|
|
|
|
|
|
| |
* GPG commit validation
* Add translation
+ some little fix
* Move hash calc after retrieving of potential key + missing translation
* Add some little test
|
|
|
| |
* Improve user openid list CSS and regenerate CSS
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Take navbar out of column
* Add styles to navbar
* Changed navbar classes
* Remove unneeded !important from index.css
* Remove unneeded !important from _explore.less
|
| |
|
|
|
|
|
| |
See See https://www.gnu.org/software/librejs/
Closes #1200
|
| |
|
|
|
|
|
|
| |
* Fix double borders on edit page (#1152)
* Add border modifications to less file
|