summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Minor improvements on commit graph UI (#1380)Andrey Nering2017-03-242-2/+3
| | | | | | * Make "Commit Graph" link a button and translate it * Add title on Commit Graph page
* Changed text when password reset disabled. (#1364)Jonas2017-03-221-1/+1
| | | Fixes #1340
* Remove href on first/last link when on first/last page (#1345)aloupfor2017-03-221-2/+2
| | | Signed-off-by: Arthur Loupforest <arthur.loupforest@outlook.fr>
* GPG commit validation (#1150)Antoine GIRARD2017-03-222-5/+33
| | | | | | | | | | | | * GPG commit validation * Add translation + some little fix * Move hash calc after retrieving of potential key + missing translation * Add some little test
* Reduce conditionals in signin/signup inner forms (#1138)Kim "BKC" Carlbäcker2017-03-222-3/+3
|\
| * Reduce conditionals in signin/signup inner formsSandro Santilli2017-03-202-3/+3
| | | | | | | | by always using SignInLink and SignUpLink in the form action
* | Removed email copyright year (#1348)Jonas2017-03-214-4/+4
|/
* Show user OpenID URIs in their profile (#1314)Sandro Santilli2017-03-202-0/+26
|
* Add captcha support to OpenID based signupSandro Santilli2017-03-201-0/+10
|
* Use readonly input form to show the validated OpenID URI (#1308)Sandro Santilli2017-03-202-12/+4
|
* Use font-awesome OpenID icon more (#1320)Sandro Santilli2017-03-192-3/+4
|
* Fix inconsistency in layout (#1316)Patrick G2017-03-181-36/+32
|
* feat: Only use issue and wiki on repo. (#1297)Bo-Yi Wu2017-03-182-7/+8
|
* Login via OpenID-2.0 (#618)Sandro Santilli2017-03-1710-51/+296
|
* Refactor repo/issue/view_content.tmpl (#1276)Kim "BKC" Carlbäcker2017-03-174-310/+312
|
* Refactor admin/auth/new.tmpl (#1277)Kim "BKC" Carlbäcker2017-03-174-116/+119
|
* Add notice that LFS mirroring is not supported (#1251)Fabian Zaremba2017-03-161-1/+4
| | | | | | * Add notice that LFS mirroring is not supported * Drop German translation
* Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270)Patrick G2017-03-1535-2187/+2058
|
* Cleaner UI for explore page (#1253) (#1255)Patrick G2017-03-154-77/+62
| | | | | | | * Take navbar out of column * Add styles to navbar * Changed navbar classes * Remove unneeded !important from index.css * Remove unneeded !important from _explore.less
* Batch updates for issues (#926)Ethan Koenig2017-03-152-75/+139
|
* Rename /forget_password url to /forgot_passwordSandro Santilli2017-03-144-5/+5
| | | | | | | | | Also renames `forgot_password` translation key to `forgot_password_title` and `forget_password` to `forgot_password` Includes entry in CHANGELOG about the breaking change (and some markdown fixes in there)
* Add LibreJS support (#1201)Sandro Santilli2017-03-121-0/+1
| | | | | See See https://www.gnu.org/software/librejs/ Closes #1200