summaryrefslogtreecommitdiffstats
path: root/templates/index.php
AgeCommit message (Collapse)Author
2021-09-02Revert Add Vue and ng-vue packagesBenjamin Brahmer
This reverts commits: 8809bb2c560c08fac4b099edaa32b23bd103725d d2a5c26ee1ca854bfb5bfd917602ad0e9d83cf86 3344431a9b0debdf8d77ea122291c4b2d2b753ee 83cdcb016b6bc2679893d5c93325f4003f8b4209 36d304ec763da893881eed1a1edd46efd4d5e571 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-07-19Add a Vue component, remove extrasTucker McKnight
Fixes the problem of the vue components directory not existing. Also removed the demo components that were not meant to be committed. Signed-off-by: Tucker McKnight <tucker.mcknight@gmail.com>
2021-07-19Add Vue and ng-vue packagesTucker McKnight
Also adds related parts for compiling Vue components into the existing Javascript bundle. Signed-off-by: Tucker McKnight <tucker.mcknight@gmail.com>
2021-04-08🎨 Adapt front-end to match new implementationMarco Nassabain
- remove share-specific code since new solution uses dummy feeds Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08(+) Shared href navigationJimmy Huynh
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2020-11-03fix invisible feeds in root thanks @anoymouserverBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-11-03Add migration with foreign keysSean Molenaar
Closes #829 Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2019-03-14prevent raw angluar templates from flashing on page loadnexus-uw
- when opening news app on lower end computer, the angular templates flash on the screen for about 1 second - angular directive doc: https://docs.angularjs.org/api/ng/directive/ngCloak
2018-08-14Audio player fix, loading fixes and design updateJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-07Fix updateJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-03New layout fix, scrolling and keyboard shortcuts fixesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-01-25Stable13 fixes (#254)John Molakvoæ
* Fixed required class for main content Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * Fixed a external underline Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * proper scroll area Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * proper scroll area 2 Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * Fixed transparent settings Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-06-18Remove bower, install everything using npm (#197)Daniel Schaal
* Remove bower, install everything using npm Remove js-url and use a simple function to get the query param. * Bundle all js scripts in app.min.js * Move jquery to devDependencies * Remove es6-shim, most common browsers support es6 natively.
2017-06-10Update moment to 2.18Daniel Schaal
momentjs was renamed to moment, update all references
2016-05-10Fix window.opener vulnerabilityBernhard Posselt
2016-04-13Fix #9728.4.1Bernhard Posselt
2016-04-13fix #971Bernhard Posselt
2016-04-07fix #964Bernhard Posselt
2016-02-11migrate js build system to gulpBernhard Posselt
2016-01-21more exploreBernhard Posselt
2015-03-30fix #156Bernhard Posselt
2015-03-21clear search on route change and fix nav/contentBernhard Posselt
2015-03-21implement clientside search codeBernhard Posselt
2015-02-28prefill add feed if url parameter givenBernhard Posselt
2015-02-20use sourcemaps to debug instead of debug flag to make it easier to debug ↵Bernhard Posselt
minified code in debug mode
2015-02-13push down Explore button (fix #728)Alessandro Cosentino
2015-01-18remove owncloud 7 supportBernhard Posselt
2014-12-17add client side pluginsBernhard Posselt
2014-12-17add article action pluginsBernhard Posselt
2014-11-19fix #134Bernhard Posselt
2014-11-19first stab at recommended sitesBernhard Posselt
2014-11-18fix #365Bernhard Posselt
2014-11-18only scroll to active navigation entry when it is not in view, if debug mode ↵Bernhard Posselt
is defined, dont included minified scripts
2014-11-17show a warning if ajax webcron is detectedgBernhard Posselt
2014-10-21first try to set indention limit at 80 characters in phpBernhard Posselt
2014-10-20reenable minificationBernhard Posselt
2014-10-20add keyboard shortcutsBernhard Posselt
2014-10-20add shortcut for jumping to next/previous folderBernhard Posselt
2014-10-06version bump3.302Bernhard Posselt
2014-10-06also allow 7.0.3 alpha, minify cssBernhard Posselt
2014-10-06use strict diBernhard Posselt
2014-10-06use minified jsBernhard Posselt
2014-10-04fix #624Bernhard Posselt
2014-09-22version bumpBernhard Posselt
2014-09-20fix #600Bernhard Posselt
2014-09-18use config for scroll configsBernhard Posselt
2014-09-18scroll timeoutBernhard Posselt
2014-09-18add custom heise.de styleBernhard Posselt
2014-09-16backport 7 fixesBernhard Posselt
2014-09-15add pull to refreshBernhard Posselt