aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base/footer.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Add support for FIDO U2F (#3971)Jonas Franz2018-05-191-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for U2F Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add vendor library Add missing translations Signed-off-by: Jonas Franz <info@jonasfranz.software> * Minor improvements Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add U2F support for Firefox, Chrome (Android) by introducing a custom JS library Add U2F error handling Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add U2F login page to OAuth Signed-off-by: Jonas Franz <info@jonasfranz.software> * Move U2F user settings to a separate file Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add unit tests for u2f model Renamed u2f table name Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix problems caused by refactoring Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add U2F documentation Signed-off-by: Jonas Franz <info@jonasfranz.software> * Remove not needed console.log-s Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add default values to app.ini.sample Add FIDO U2F to comparison Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Rework special link parsing in the post-processing of markup (#3354)Morgan Bazalgette2018-02-271-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Get rid of autolink * autolink in markdown * Replace email addresses with mailto links * better handling of links * Remove autolink.js from footer * Refactor entire html.go * fix some bugs * Make tests green, move what we can to html_internal_test, various other changes to processor logic * Make markdown tests work again This is just a description to allow me to force push in order to restart the drone build. * Fix failing markdown tests in routers/api/v1/misc * Add license headers, log errors, future-proof <body> * fix formatting
* Add option to enable or disable swagger endpoints (#3502)Piotr Orzechowski2018-02-141-1/+1
|
* Emoji Autocomplete (#3433)modmew82018-02-031-0/+32
| | | | | | | | | | | | * Implemented emoji autocomplete. * Changed emoji access url. * Reverted vendor css to default, moved all style changes to _tribute.less * Made no-results overwriteable, added missing autocomplete to edit issue field. Signed-off-by: modmew8 <modmew8@gmail.com>
* Add more additional template snippets (#3286)Thomas Boerger2018-01-021-0/+6
|
* Use correct camel casing for JavaScript (#3224)Jesstern Rays2017-12-181-1/+1
| | | JavaScript should be spelt with an uppercase 'S' as per seen in [Mozilla](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
* Mention completion for issue editor. (#3136)harry2017-12-111-0/+26
| | | | | | | | | | * new issue mention * Mention completion on new issue and view issue page. * Code format. * Require tribute in pull request page.
* Reduce overhead of upgrades for users with custom stylesheets/JS (#3051)techknowlogick2017-12-031-0/+1
|
* Move swagger-ui under /api/v1 (#2746)Antoine GIRARD2017-10-211-1/+1
| | | | | | | | | | | | * Move swagger interface under /api/v1 * Update swagger-ui * Add /api/swagger and prepare for multiple api version * Update test links * Fix footer link
* Convert spaces to tabs in footer.tmpl (#2520)Ethan Koenig2017-09-161-3/+3
|
* Moved vendored js/css into `public/vendor` and documented sources (#1484) ↵Michael Lustfield2017-08-231-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#2241) * Cleaning up public/ and documenting js/css libs. This commit mostly addresses #1484 by moving vendor'ed plugins into a vendor/ directory and documenting their upstream source and license in vendor/librejs.html. This also proves gitea is using only open source js/css libraries which helps toward reaching #1524. * Removing unused css file. The version of this file in use is located at: vendor/plugins/highlight/github.css * Cleaned up librejs.html and added javascript header A SafeJS function was added to templates/helper.go to allow keeping comments inside of javascript. A javascript comment was added in the header of templates/base/head.tmpl to mark all non-inline source as free. The librejs.html file was updated to meet the current librejs spec. I have now verified that the librejs plugin detects most of the scripts included in gitea and suspect the non-free detections are the result of a bug in the plugin. I believe this commit is enough to meet the C0.0 requirement of #1534. * Updating SafeJS function per lint suggestion * Added VERSIONS file, per request
* Fix and improve dashboard repo UI (#2285)Morlinest2017-08-171-4/+4
| | | | | | | | | | | | | | | | * 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
* Use production version of vuejs. (#1869)Antoine GIRARD2017-06-041-1/+1
|
* Update HighlightJS and fix YAML files highlighting (#1764)Andrey Nering2017-05-201-1/+1
| | | | | | * Update HighlightJS to 9.11.0 * Fix YAML files highlighting
* Improve dashboard repo search (#1652)Andrey Nering2017-05-091-0/+1
| | | | | | | | | | * Add VueJS * Improve dashboard search * Fix tab switching * Fix input autofocus
* Generate swagger json (#1402)Antoine GIRARD2017-05-021-0/+1
| | | | | | | - 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 LibreJS support (#1201)Sandro Santilli2017-03-121-0/+1
| | | | | See See https://www.gnu.org/software/librejs/ Closes #1200
* Removed footer copyright year (#829)Lunny Xiao2017-02-241-1/+1
| | | | | | | | * change footer copyright year from 2016 to 2017 * add 2016 copyright back * remove the copyright year
* Markdown rendering overhaul (#186)Andrew Boyarshin2017-02-141-0/+1
| | | | | | | | | | | | * Markdown rendering overhaul Cleaned up and squashed commits into single one. Signed-off-by: Andrew Boyarshin <boyarshinand@gmail.com> * Fix markdown API, add markdown module and API tests, improve code coverage Signed-off-by: Andrew Boyarshin <boyarshinand@gmail.com>
* refactor: move js to bottom and move css to top. (#689)Bo-Yi Wu2017-01-251-8/+22
|
* Added rel="noopener" to target="_blank" hrefs (#327)Bwko2016-12-021-4/+2
| | | | | | * Added rel="noopener" to target="_blank" hrefs * Replaced gogs.io/docs with docs.gitea.io
* replace footer gogs to gitea (#157)Lunny Xiao2016-11-121-2/+2
|
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-1/+1
|
* Feature #3492: Add option to hide footer load times (#3562)Thibault Meyer2016-09-011-2/+2
| | | | | | * Add option to hide footer load times * Rename option variable + minor changes
* Update highlightjsUnknwon2016-08-271-2/+2
|
* Replace gogs.io http links with https version (#3386)rugk2016-08-051-1/+1
|
* Add new language supportUnknwon2016-04-251-1/+1
| | | | - Update language choose dropdown to fit more languages
* Update frontend resourcesUnknwon2016-03-071-3/+3
|
* Update and reorganize front-end resourcesUnknwon2016-01-301-8/+8
|
* #2185 fall back to use custom chardet libUnknwon2015-12-311-1/+1
|
* update hightlight.jsUnknwon2015-12-131-2/+2
|
* Indent all templates with tabsAdam Strzelecki2015-12-081-22/+27
| | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file
* upgrade libsUnknwon2015-11-211-5/+5
|
* minor fix for #1992Unknwon2015-11-181-2/+2
|
* fix #1957 - disable version displayGibheer2015-11-181-3/+3
| | | | | This allows the admin to disable the version information about gogs and go in use in the footer.
* new repo uiUnknwon2015-11-141-1/+1
| | | | | | - copy link button: #1396, #1168, #1668, - synxtax highlight: #1712, #1549, #1315, #670 - z-index: #1942
* update some libsUnknwon2015-11-021-1/+1
|
* new quick start pageUnknwon2015-10-021-0/+1
|
* minor fixUnknwon2015-09-051-2/+1
|
* #633 Add Emoji supportUnknwon2015-09-051-0/+2
|
* new create webhook eventUnknwon2015-08-281-0/+18
|
* list view: issue, label, milestoneUnknwon2015-08-091-2/+2
|
* UI: install - database settingsUnknwon2015-07-081-1/+1
|
* #1080: Remove footer ads/branding from default templateUnknwon2015-03-231-0/+2
|
* add sr-only class, change to new tag lineUnknwon2015-03-201-13/+4
|
* home: new UIUnknwon2015-03-071-30/+34
|
* Code conventionUnknown2014-05-211-1/+9
|
* Clean filesUnknown2014-05-011-1/+1
|
* Add /api/v1/users/searchUnknown2014-04-301-3/+3
|
* Batch mirror fixUnknown2014-04-261-1/+4
|