summaryrefslogtreecommitdiffstats
path: root/templates
AgeCommit message (Collapse)Author
2021-04-08✨ Shared menu: get and show sharedCountMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08(+) adding google & mail icons (urls remain unchanged)Jimmy Huynh
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>
2021-04-08✨ NewsItem: share with user on click (front-end)Marco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08🎨 create ShareController and moved share logicmarco.nassabain@etu.unistra.fr
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08🐛 Use the sharee api to get users for sharingmarco.nassabain@etu.unistra.fr
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08(+) Dynamic userlist on input changeJimmy Huynh
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08(+) Partage RSS (FB & Twitter) [URL]Jimmy Huynh
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08(+) input contactSearchJimmy Huynh
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08(*) Logo RSX <---- left placementJimmy Huynh
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08(+) add fb twitter logosJimmy Huynh
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08(+) add fake contacts + twitter + fbJimmy Huynh
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08(+) Link share iconJimmy Huynh
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08v1 dropdown shared for a newAurelien DAVID
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-08(+) Adding sharing_user names to EVERY articles + pre-condition if ↵Jimmy Huynh
sharedArticle: no title feed (e.g.: from wikiRSS...) 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>
2021-04-08Changed spelling of "auto discover"rakekniven
It's a short form for "automatically discover". Reported at Transifex. Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
2021-04-02Allow directly adding a feed without going through the discovery processskiingwiz
Signed-off-by: skiingwiz <skiingwiz@gmail.com>
2021-02-22Fix incorrect article sortingTucker McKnight
Currently, an article with an ID of 1000 will show up earlier than one with ID = 900, because the IDs are being treated as strings and compared alphabetically. (1 comes before 9, and the comparison stops there.) We need to parse them as integers to ensure that 900 is less than 1000. Signed-off-by: Tucker McKnight <tucker.mcknight@gmail.com>
2021-01-17link to the issue template chooser instead of creating an empty oneanoy
Signed-off-by: anoy <anoymouserver@users.noreply.github.com>
2020-11-09add locale-aware sorting for folders and feedsanoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
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>
2020-10-09Fix design of Explore pageJan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-09-25Move to nextcloud config and update phpunitSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-08-30Update interval: add unitsSimon Spannagel
Signed-off-by: Simon Spannagel <simonspa@kth.se>
2020-08-17l10n: Text strings fixValdnet
2020-08-14Update to new BackgroudJob logicBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-06-20fixed double escaped introanoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2020-04-24fixed active menu item and reload for unreadanoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
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>
2020-02-16Basic Media-RSS support (#599)Éloi Rivard
Signed-off-by: Éloi Rivard <azmeuk@gmail.com>
2019-11-10Generate enclosure div only for audio & video (#567)b_b
Generate enclosure div only for audio & video Fix #532 Signed-off-by: brunob <bruno@eliaz.fr>
2019-07-07Fix </ul> closing tag in part.content.php (#523)Chris Aumann
Signed-off-by: Chris Aumann <me@chr4.org>
2019-05-11prevent menu actions from collapsing sidebar (#504)nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2019-05-11add "mark read" floating button mobile. Fixes #469 (#505)nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2019-04-25removed warning about non utf8mb4 charset for mysql/mariadb - #496 (#497)Daniel Opitz
Signed-off-by: Daniel Opitz <git@copynpaste.de>
2019-04-07UI: Make BasicAuth Credentials less important in subscribtion formAndreas Demmelbauer
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
2019-03-05Cleanup JS and prolong error notificationSean Molenaar
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-05-11MySQL UTF8Mb4 link to current docs (#285)Daniel Opitz
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-11-29Spelling: URL (#236)Allan Nordhøy
2017-11-28add link to open feed-url (fixes #199) (#235)Flurin Rindisbacher
* add link to open feed-url * add link to feed url using <a> tag * fix typo
2017-09-23App to css guidelines (#220)John Molakvoæ
* Editing and deletion Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * Always collapsible Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-07-13Rakekniven patch 1 (#204)rakekniven
* Update FeedFetcher.php * Update part.content.warnings.php * Update part.content.warnings.php