summaryrefslogtreecommitdiffstats
path: root/templates
AgeCommit message (Collapse)Author
2023-10-19cleanup old cron stuff and make cron-warning.js part of build so it can be ↵Devlin Junker
committed Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2023-10-19fix bug using php template for warning messageDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2023-10-10Merge branch 'vue-rewrite' into mobile-friendly-stylesDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2023-10-06display vue errors and axios errors in top right popoverDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2023-10-05add box-shadow and other cleanupsDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2023-10-01add warning message generated with PHP, also check for subcribe_to parameterDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2022-11-17ensure admin settings page is workingDevlin Junker
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
2022-05-22Vue RewriteHK2FB
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2022-02-21Update shortcutsDennis Müller
Shortcut "q" is not supported anymore as stated in https://github.com/nextcloud/news/issues/1613#issuecomment-991891468 Shortcuts "c" and "v" seemed to have swapped descriptions. Signed-off-by: Dennis Müller <dennis.mueller@bib.uni-mannheim.de>
2021-10-21Update add folder and unread feed iconsGreg
Give both add folder and unread feed icons their own unique icons instead of sharing them with subscribe and all articles. Signed-off-by: Greg Ross <greg@toolstack.com>
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-08-23Fix favicon element making broken requestsmormegil
The markup for favicon `<img>` element in feed item used `src` instead of `ng-src`, causing browser to make broken requests for `.../apps/news/%7B%7B%20::Content.getFeed(item.feedId).faviconLink%20%7D%7D` Changing the attribute to `ng-src` fixed that. Signed-off-by: mormegil <mormegil@centrum.cz>
2021-07-24Reimplement relative time formatting as a filter, dropping dependency on ↵Alec Kojaev
deprecated moment.js Signed-off-by: Alec Kojaev <alec@kojaev.name>
2021-07-19Use front-end translation functionvue-modularTucker McKnight
PHP is not parsing the Vue components, so use Nextcloud's t() Javascript function instead. This commit adds t() as a global variable on the AppController so that it can be passed into components. Also move vue-loader and vue-template-compiler to devDependencies in package.json. Signed-off-by: Tucker McKnight <tucker.mcknight@gmail.com>
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-05-23fix missing "Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-22fix broken linkBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-19Refactor News documentation with mkdocs and mkdocs-materialBenjamin Brahmer
- move all pages to new structure - use gh-pages to host html version - use github actions for automatic build Co-authored-by: anoy <anoymouserver+github@mailbox.org> Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-04-08🩹 Fix rebase issuesMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08🎨 twitter / facebook / mail share - removed the mail intro and set sizes ↵Nicolas Wendling
into vars Signed-off-by: Nicolas Wendling <nicolas.wendling1011@gmail.com>
2021-04-08✨ShareController : Add intro in linkscherguimalih
Signed-off-by: cherguimalih <ilyes.chergui-malih@etu.unistra.fr>
2021-04-08🧹 Cleanup cssMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08💄 Hide social media sharing if apps disabledMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08💄 Update dropdown: center checkmarkMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08✨ Shared items: show sharer display nameMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08🐛 Fix broken commitNicolas Wendling
Signed-off-by: Nicolas Wendling <nicolas.wendling1011@gmail.com>
2021-04-08✨ Share dropdown: catch sharee api error, show msgMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08♻️ use Share.getEmailUrl method to share an article via an email.Nicolas Wendling
Signed-off-by: Nicolas Wendling <nicolas.wendling1011@gmail.com>
2021-04-08♻️ 💄 Refactor dropdown + fix opacity + realignMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08Fix li dropdownAurélien
Signed-off-by: Aurélien <dav.aurelien@gmail.com>
2021-04-08Fix dropdown in compact viewAurélien
Signed-off-by: Aurélien <dav.aurelien@gmail.com>
2021-04-08🚑 Fix HTML tags error + indentationMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08💡 part.content.php: Fix indentationMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08🔀 Fix latest broken mergeMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08Add directive ClickOutside for hide dropdownAurélien
Signed-off-by: Aurélien <dav.aurelien@gmail.com>
2021-04-08✨ Social share: show if socialsharing app activeMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08Add function getFacebookUrl and getTwitterUrlAurélien
Signed-off-by: Aurélien <dav.aurelien@gmail.com>
2021-04-08✨ ShareController: catch share error & display ❌Marco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08♻️ ShareController: refactor dictionary + fnctsMarco Nassabain
- updated dictionary structure to contain share status - divided code into functions - adapted code to match new implementation Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08💄 News Item: make sharedBy name unclickableMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08💄 News Item: fix appearance for shared itemsMarco Nassabain
- if the article has no author and is shared it's displayed as: "shared by ..." instead of "- shared by ..." Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08♻️ Refactor dropdown menu codeMarco Nassabain
- reorder html tags - fix indentation - adapt css to changes Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08Change display name in dropdown shareAurélien
Signed-off-by: Aurélien <dav.aurelien@gmail.com>
2021-04-08Add traduction for body in share by mailAurélien
Signed-off-by: Aurélien <dav.aurelien@gmail.com>
2021-04-08Add traduction subject sharing by mailAurélien
Signed-off-by: Aurélien <dav.aurelien@gmail.com>
2021-04-08✨ Show shared_by in every viewMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.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🎨 Load icons from the server and delete SVGsNicolas Wendling
Signed-off-by: Nicolas Wendling <nicolas.wendling1011@gmail.com>
2021-04-08✏️ Cleanup part.content.php + fix typoMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>