summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Center-aligned login topbar (#1880)Ethan Koenig2017-06-062-2/+2
| | | | | | * Center-aligned login topbar * Center-align OpenID login
* Use production version of vuejs. (#1869)Antoine GIRARD2017-06-041-1/+1
|
* Display all organization from user settings (#1739)Rémy Boulanouar2017-06-022-0/+38
| | | | | | | | | | | | | | * Display all organization from user settings * fix Tab selection * Update locale_en-US.ini * Add a condition for display Create organization button * Remove french translation * Remove unnecessary admin flag
* Fix pull request compare link (#1832)Ethan Koenig2017-05-311-1/+1
| | | | | | * Fix pull request compare link * Integration test
* Fix FOUC on Firefox (#1728)Sondre Nilsen2017-05-311-2/+4
| | | | | | | | | 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>
* xxx_active_code_live setting in printed in hours and minutes instead … (#1814)Jonas Östanbäck2017-05-295-6/+6
| | | | | | * xxx_active_code_live setting in printed in hours and minutes instead of just hours * Update app.ini description of xxx_code_lives settings
* Add Gitea Webhook (#1755)Rémy Boulanouar2017-05-294-3/+40
| | | | | | | | * Replace Gogs by Gitea * Fix missing changes * Create Gitea webhook and put Gogs webhook apart.
* Merge pull request #1750 from andreynering/dashboard-search-org-reposAndrey Nering2017-05-272-23/+3
|\ | | | | More fixes for dashboard search
| * Show repos acording to user/organizationAndrey Nering2017-05-181-0/+3
| |
| * Remove colaborative repo panelAndrey Nering2017-05-181-23/+0
| |
* | Fix invalid reference in feeds template (#1820)Ethan Koenig2017-05-271-1/+1
| | | | | | | | | | | | | | | | * Fix invalid reference in feeds template * Comment for GetActAvatar * Add integration test
* | Make side nav on dashboard stackable (#1778)Patrick G2017-05-231-1/+1
| |
* | Update HighlightJS and fix YAML files highlighting (#1764)Andrey Nering2017-05-202-2/+2
| | | | | | | | | | | | * Update HighlightJS to 9.11.0 * Fix YAML files highlighting
* | Add button to admin ui (#1738)Rémy Boulanouar2017-05-191-0/+3
| | | | | | | | | | | | | | | | | | | | * Add button to admin ui * Update according to review * Update locale_fr-FR.ini * Rollback to locale french file
* | Add units to team (#947)Lunny Xiao2017-05-181-0/+15
|/ | | | | | | | | | | | | | | | | | * add units to team * fix lint * finish team setting backend * finished permission controll on routes * fix import blank line * add unit check on ssh/http pull and push and fix test failed * fix fixtures data * remove unused code
* Change two factor code entry box from text to number (#1733)Patrick G2017-05-161-1/+1
|
* Add new text for reset password flash (#1718)Jonas Östanbäck2017-05-141-1/+1
| | | | | * Forgot password should use ResetPwdCodeLives, not ActiveCodeLives * Improve documentation for different send mail functions related to password reset * Improve documentation in conf/app.ini regarding xxx_CODE_LIVE_MINUTES settings
* Hide the create organization button (in dashboard/organization section) (#1705)Jun Hsieh ♞2017-05-121-0/+2
| | | when the user has no such permission.
* LDAP user synchronization (#1478)Lauris BH2017-05-103-0/+18
|
* Improve dashboard repo search (#1652)Andrey Nering2017-05-093-22/+24
| | | | | | | | | | * Add VueJS * Improve dashboard search * Fix tab switching * Fix input autofocus
* Add configuration option for default permission to create Organizations (#1686)Lauris BH2017-05-082-0/+8
|
* Show commit status icon in commits table (#1688)Lauris BH2017-05-071-0/+15
| | | | | | | | | | | | | | | | | | * Show commit status icon in commits table * Add comments * Fix icons * Few more places where commit table is displayed * Change integration test to use goquery for parsing html * Add integration tests for commit table and status icons * Fix status to return lates status correctly on all databases * Rewrote lates commit status selects
* Remove sha1 hash display in repository table and add latest commit GPG check ↵Lauris BH2017-05-051-3/+15
| | | | (#1678)
* Generate swagger json (#1402)Antoine GIRARD2017-05-022-0/+94
| | | | | | | - 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
* Sort on repo size in admin panel (#1654)Jorrit Klein Bramel2017-05-021-0/+2
| | | | | | * fix #1653 sort on repo size * fix minor mistake in en-us locale
* Do not allow commiting to protected branch from online editor (#1502)Lauris BH2017-05-021-2/+2
| | | | | | * Do not allow commiting to protected branch from online editor * Add editor integration tests for adding new file and not allowing to add new file to protected branch
* Additional OAuth2 providers (#1010)Willem van Dreumel2017-05-015-5/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* fix bug on issue view when not login (#1624)Lunny Xiao2017-04-291-0/+2
| | | | | | | | | | * fix bug on issue view when not login * hide issue watch when not login * update the tests * fix test on issue
* Handle display of GPG key without end date (#1628)Antoine GIRARD2017-04-281-2/+2
|
* fix #1521 (#1621)Lunny Xiao2017-04-271-1/+1
|
* Rework SSH key management UI to add GPG (#1293)Antoine GIRARD2017-04-265-76/+148
| | | | | | | | | | | | | | | | | | | | | | | * 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
* Do not show empty collaborators segment (#1531)Morlinest2017-04-231-0/+2
|
* Repo size in admin panel (#1482)Jonas2017-04-111-0/+2
| | | | | | | | | | | | | | | * Implementation of the feature to view repository size in admin panel * Move GetRepoSize to git module * Repository.RepoSize -> Repository.Size * RepoSize -> Size in template * Redo a few bits and pieces * Update size when syncing mirror or forking * Remove GetRepoSize * Changed fatal errors to error message * Copy migration code from Gogs * make fmt
* Mirror sync interval specified as duration string (#1407)Jonas2017-04-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Sync interval specifed as duration string * Changed mirror interval text * make fmt * Add MinInterval for mirror sync * Use duration internally * Changed min default to 10m * make fmt * Incorrect default * Removed defaults in MustDuration() * Add Mirror interval migration * Default values corrected * Use transaction during migration * Change http 500 to page with error message * Cleanup session.commit()
* Fix #1418 (#1456)Antoine GIRARD2017-04-073-6/+6
|
* Autofocus on 2fa passcode fields (#1460)Jonas2017-04-072-2/+2
| | | | | | * Autofocus on 2fa passcode field * Autofocus on 2fa scratch code field
* Fix and simplify repo branches UI (#1435)Morlinest2017-04-061-24/+20
|
* Commit search appearence fixes (#1254)Patrick G2017-04-051-1/+5
| | | | | | * Fix button text to be consisstent with rest of UI * Make all commits checkbox look nicer
* fix: remove `str2html` from org full name (#1360)Bo-Yi Wu2017-04-055-5/+5
| | | | | | * fix: remove str2html for security issue. * fix: update
* Fix disabled fields in repo settings UI (#1431)Morlinest2017-04-031-4/+6
|
* Merge pull request #1410 from andreynering/notification/issue-watchAndrey Nering2017-04-011-0/+21
|\ | | | | [Notifications Step 6] Per issue/PR watch/unwatch
| * UI and translation improvementsAndrey Nering2017-03-301-4/+4
| |
| * Add octicons to watch/unwatch buttonsAndrey Nering2017-03-291-0/+2
| |
| * Add watch button on issueAndrey Nering2017-03-291-0/+19
| |
* | Support for custom html meta (#1423)Jonas2017-03-311-4/+4
| | | | | | | | | | | | * Support for custom html meta * Changed html meta description default
* | Merge pull request #1390 from Morlinest/commit-graph-UIAndrey Nering2017-03-301-3/+1
|\ \ | | | | | | Use whole button (commit graph) as link
| * | Use whole button as linkPeter Žeby2017-03-271-3/+1
| | |
* | | Make issue in commit graph "clickable" (#1392)Morlinest2017-03-301-1/+1
| | |
* | | Simplify settings pages with item list (#1389)Antoine GIRARD2017-03-306-87/+72
| |/ |/| | | | | | | | | | | | | | | | | * Remove point column on ssh key setting page * Remove un-used css * Some cleaning * Use octicon-key
* | Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369)Sandro Santilli2017-03-291-0/+4
|/ | | | | | | | | | | * Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION Omit the configuration variable (the default) to be dependent. Fixes #1363 * Move OpenID settings under Service object * Show OpenID SignUp and SignIn status in admin panel / configuration