summaryrefslogtreecommitdiffstats
path: root/js/app
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🧹 Cleanup code to match masterMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08✨ Run.js: Include shared route in regexMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08✨ Run.js: Subscribe to 'shared' (sharedCount)Marco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08(+) sharedButtonJimmy Huynh
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08🔥 Remove changes from front-end for back-end prMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08add root for access shared itemsAurélien
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2020-04-23Always show the unread articles.Cesar Enrique Garcia Dabo
The unread articles folder will always be visible, regardless of the "Show all" setting. If that setting is on, then an additional "All articles" folder will be show as before, but it doesn't substitute the "Uread articles" one. A new URL /apps/news/#/items/unread is also created that jumps to the unread articles. Signed-off-by: Cesar Enrique Garcia Dabo <cquike@arcor.de>
2019-03-05Cleanup JS and prolong error notificationSean Molenaar
2018-08-07Fix updateJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-06-10Set $locationProvider.hashPrefix to empty stringDaniel Schaal
2017-06-10Use regular promise for http callsDaniel Schaal
2017-02-15parse request token from head element directlyBernhard Posselt
2016-08-10remove traces of owncloud.logBernhard Posselt
2016-07-23some final renaming fixesBernhard Posselt
2016-07-23Adjust copyright headerBernhard Posselt
2016-04-13Fix #9728.4.1Bernhard Posselt
2016-04-07fix #964Bernhard Posselt
2016-02-20fix small possible errorBernhard Posselt
2016-02-11migrate js build system to gulpBernhard Posselt
2016-01-23add german feeds and allow to change the languageBernhard Posselt
2016-01-23rename sites file and move to subdirectoryBernhard Posselt
2016-01-22change explore urlBernhard Posselt
2015-08-12serverside full textBernhard Posselt
remove enhancers add full text client side implementation fix bugs and tests for full text feed
2015-03-21implement clientside search codeBernhard Posselt
2015-03-09fix feed ordering and fix #744Bernhard Posselt
2015-02-05move messages out of function creationBernhard Posselt
2015-01-23fix #711Bernhard Posselt
2015-01-20also detect maintenance modeBernhard Posselt
2015-01-20show error messages if auth or network related things failBernhard Posselt
2014-11-20fix multiple bugsBernhard Posselt
2014-11-19order suggestions by votes, add min heightBernhard Posselt
2014-11-19allow to change the explore service urlBernhard Posselt
2014-11-19show hint when no articles to read are availabeBernhard Posselt
2014-11-19first stab at recommended sitesBernhard Posselt
2014-11-18commentBernhard Posselt
2014-11-18fix fading folders on startupBernhard Posselt
2014-11-18testBernhard Posselt
2014-11-18testBernhard Posselt
2014-11-18testBernhard Posselt
2014-11-18testBernhard Posselt
2014-11-18testBernhard Posselt
2014-11-18fix #365Bernhard Posselt
2014-10-20add keyboard shortcutsBernhard Posselt
2014-10-08turn off warning for unused code in App.jsBernhard Posselt
2014-10-06use @ngInject annotation for minificationBernhard Posselt
2014-09-19fix update bugBernhard Posselt