ManuelSailer
bf0ffd7921
Fix display issue in NC26+ ( #2192 )
...
Signed-off-by: ManuelSailer <github.com@manuel-sailer.de>
2023-04-16 10:40:11 +02:00
rhyst
a9771c27a9
Use correct PHP tag for rendering version
...
Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
Signed-off-by: rhyst <5313660+rhyst@users.noreply.github.com>
Signed-off-by: Rhys Tyers <mail@rhy.si>
2022-10-22 14:31:01 +02:00
rhyst
031a1726cf
Fix NC25 UI issues
...
Signed-off-by: Rhys Tyers <mail@rhy.si>
2022-10-22 14:31:01 +02:00
Benjamin Brahmer
1f8880c8de
Revert Add Vue and ng-vue packages
...
This reverts commits:
8809bb2c56
d2a5c26ee1
3344431a9b
83cdcb016b
36d304ec76
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-09-02 11:32:44 +02:00
Tucker McKnight
83cdcb016b
Add a Vue component, remove extras
...
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-19 14:58:49 +02:00
Tucker McKnight
8809bb2c56
Add Vue and ng-vue packages
...
Also adds related parts for compiling Vue components
into the existing Javascript bundle.
Signed-off-by: Tucker McKnight <tucker.mcknight@gmail.com>
2021-07-19 14:58:49 +02:00
Marco Nassabain
04cf2672c3
🎨 Adapt front-end to match new implementation
...
- remove share-specific code since new solution uses dummy feeds
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Jimmy Huynh
1ff8c26ac0
(+) Shared href navigation
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Benjamin Brahmer
a1309cdcd6
fix invisible feeds in root thanks @anoymouserver
...
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-11-03 21:08:41 +01:00
Sean Molenaar
10e8c28fea
Add migration with foreign keys
...
Closes #829
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-11-03 19:58:37 +01:00
nexus-uw
fe35ba698f
prevent raw angluar templates from flashing on page load
...
- 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
2019-03-14 06:22:11 +01:00
John Molakvoæ (skjnldsv)
2a115bd79f
Audio player fix, loading fixes and design update
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-14 10:47:00 +02:00
John Molakvoæ (skjnldsv)
ed42d3fb7c
Fix update
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-07 19:04:53 +02:00
John Molakvoæ (skjnldsv)
0524db5914
New layout fix, scrolling and keyboard shortcuts fixes
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-03 16:25:16 +02:00
John Molakvoæ
79f49fa6f0
Stable13 fixes ( #254 )
...
* 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>
2018-01-25 10:02:32 +01:00
Daniel Schaal
fd630242da
Remove bower, install everything using npm ( #197 )
...
* 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-18 12:19:38 +02:00
Daniel Schaal
f5abeadcc4
Update moment to 2.18
...
momentjs was renamed to moment, update all references
2017-06-10 11:19:07 +02:00
Bernhard Posselt
9a3c1c7182
Fix window.opener vulnerability
2016-05-10 17:34:00 +02:00
Bernhard Posselt
af5d2420d1
Fix #972
2016-04-13 18:46:11 +02:00
Bernhard Posselt
00ca71cc83
fix #971
2016-04-13 12:47:13 +02:00
Bernhard Posselt
021e43b3ae
fix #964
2016-04-07 18:58:11 +02:00
Bernhard Posselt
13e6e80281
migrate js build system to gulp
2016-02-11 22:36:29 +01:00
Bernhard Posselt
bcb9ca9551
more explore
2016-01-21 22:35:24 +01:00
Bernhard Posselt
ee3d2332ec
fix #156
2015-03-30 16:20:05 +02:00
Bernhard Posselt
7b7b0fd5ee
clear search on route change and fix nav/content
2015-03-21 13:36:50 +01:00
Bernhard Posselt
c0e6ca12e8
implement clientside search code
2015-03-21 13:36:50 +01:00
Bernhard Posselt
d85b56d5c9
prefill add feed if url parameter given
2015-02-28 14:17:07 +01:00
Bernhard Posselt
00682105b0
use sourcemaps to debug instead of debug flag to make it easier to debug minified code in debug mode
2015-02-20 11:28:29 +01:00
Alessandro Cosentino
013ed60754
push down Explore button ( fix #728 )
2015-02-13 14:16:08 -05:00
Bernhard Posselt
dabc3b1060
remove owncloud 7 support
2015-01-18 14:06:07 +01:00
Bernhard Posselt
63255263b4
add client side plugins
2014-12-17 11:45:59 +01:00
Bernhard Posselt
af95556560
add article action plugins
2014-12-17 10:43:14 +01:00
Bernhard Posselt
c8b8ee69d1
fix #134
2014-11-19 19:39:59 +01:00
Bernhard Posselt
676b8dd187
first stab at recommended sites
2014-11-19 15:54:32 +01:00
Bernhard Posselt
c4d9c7a30a
fix #365
2014-11-18 17:13:56 +01:00
Bernhard Posselt
29df1ec667
only scroll to active navigation entry when it is not in view, if debug mode is defined, dont included minified scripts
2014-11-18 10:47:51 +01:00
Bernhard Posselt
2a54eb90ee
show a warning if ajax webcron is detectedg
2014-11-17 15:37:47 +01:00
Bernhard Posselt
66c73a96ac
first try to set indention limit at 80 characters in php
2014-10-21 18:19:23 +02:00
Bernhard Posselt
622fe9e7fc
reenable minification
2014-10-20 17:24:58 +02:00
Bernhard Posselt
7a2aad5501
add keyboard shortcuts
2014-10-20 17:24:42 +02:00
Bernhard Posselt
569406f2d3
add shortcut for jumping to next/previous folder
2014-10-20 13:23:13 +02:00
Bernhard Posselt
1ad4b87007
version bump
2014-10-06 14:34:11 +02:00
Bernhard Posselt
9694690a09
also allow 7.0.3 alpha, minify css
2014-10-06 14:24:42 +02:00
Bernhard Posselt
540f9a4b01
use strict di
2014-10-06 13:36:00 +02:00
Bernhard Posselt
52aed0be2c
use minified js
2014-10-06 13:31:40 +02:00
Bernhard Posselt
8ecc37bafc
fix #624
2014-10-04 13:48:44 +02:00
Bernhard Posselt
2a90358250
version bump
2014-09-22 15:54:21 +02:00
Bernhard Posselt
2282fe587e
fix #600
2014-09-20 10:19:56 +02:00
Bernhard Posselt
8f35519c6f
use config for scroll configs
2014-09-18 20:02:40 +02:00
Bernhard Posselt
4588f3def9
scroll timeout
2014-09-18 18:29:41 +02:00