summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Fix counts on issues dashboard (#2215)Ethan Koenig2017-08-031-1/+1
| | | | | | | | | | * Fix counts on issues dashboard * setupSess -> setupSession * Unit test * Load repo owners for issues
* EnableUnit() -> UnitEnabled() (#2242)Ethan Koenig2017-08-023-18/+18
|
* Add task to generate images from SVG and change to new logo (#2194)Lauris BH2017-07-284-4/+4
| | | | | | * Add makefile task to generate images from SVG and change to new logo * use absolute path on generate-images
* Revert "Add ability to fork your own repos (#761)" (#2193)Bwko2017-07-261-1/+1
|
* Remove unit types commits and settings (#2161)Lauris BH2017-07-172-3/+3
| | | | | | | | | | * 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
* Refactor vue delimeters to use es6 template delimeters (#2171)Lauris BH2017-07-151-2/+2
|
* Only show SSH clone URL if signed in (#2169) (#2170)Stefan Kalscheuer2017-07-153-13/+19
| | | | | | | | | | | | | | | | | | | * Add configuration flag SSH_EXPOSE_ANONYMOUS If this flag (default True) is set to false, the SSH clone URL will only be exposed if the current user is signed in. * Default SSH exposure set to false To match GitHub and for security reasons, SSH URL exposure is disabled by default. In addition to that. minor code changes have been applied. Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de> * Add integration tests * Hide clone button neither HTTP and SSH is enabled Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
* Make compare button URL aware if current repo is a fork (#2162) (#2163)Wiktor Żurawik2017-07-151-1/+1
| | | | | | | | | | * Make compare button URL aware if current repo is a fork (#2162) * Optimize code * To not change current behaviour check if signed in user has fork of base repository * Fix to check only if signed user has forked repo otherwise it will still redirect to wrong page
* Only show "No Description" to repo admins (#2167)bit2017-07-141-1/+1
| | | Only show note about missing description ("No Description") to repo admins, nobody else can change it.
* Missing signed commit display translation (#2134)Lauris BH2017-07-101-2/+2
|
* Fix wiki preview linksEthan Koenig2017-07-061-1/+1
|
* Fix org hooks UI (#2072)Morlinest2017-06-281-1/+3
|
* Smaller watch, star, and fork buttons (#2052)Patrick G2017-06-281-6/+6
|
* Fix "Dashboard shows deleted comments" (#1995)Jonas Franz2017-06-251-1/+1
|
* Fix wording (#2024)Patrick G2017-06-241-1/+1
| | | | | | | | * Fix wording * Update locale_en-US.ini * Update keys_gpg.tmpl
* repo/editor: fix breadcrumb path cuts parent dirs (#3859) (#2032)Lunny Xiao2017-06-222-2/+2
|
* Display config file path on admin panel (#2030)Lunny Xiao2017-06-221-0/+2
|
* Keep sort when switching page (#2013)iszla2017-06-221-5/+5
|
* Fix search by issue type (#1914)Ethan Koenig2017-06-151-12/+14
| | | | * Fix search by issue type
* Fix diff of renamed and modified file (#1967)Ethan Koenig2017-06-141-1/+1
|
* 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
|