1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2024-10-17 08:42:48 +02:00
Commit Graph

55 Commits

Author SHA1 Message Date
Michael Chang
afe46c58b7 Fix the highlighted item in reversed order
Signed-off-by: Michael Chang <github@micbase.com>
2022-09-20 14:24:16 +02:00
Accalia
09e06fd5b0 update ContentController to fix nextcloud#1324
Signed-off-by: Accalia <Accalia@Elementia.me>
2022-05-24 10:49:06 +02:00
Alec Kojaev
65c15dac38 Reimplement relative time formatting as a filter, dropping dependency on deprecated moment.js
Signed-off-by: Alec Kojaev <alec@kojaev.name>
2021-07-24 14:52:34 +02:00
Marco Nassabain
b0b08326a8 🩹 Fix rebase issues
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Aurélien
2e316f8f64 Add directive ClickOutside for hide dropdown
Signed-off-by: Aurélien <dav.aurelien@gmail.com>
2021-04-08 23:17:31 +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
Marco Nassabain
cfea34ba14 🧹 Cleanup code to match master
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Marco Nassabain
00f48c70dd 💡 ContentController: update comments feed cache
- shared items are still in the owners feeds
- since we don't have access to those feeds, we don't cache them

Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Marco Nassabain
dc407c5d7d 🩹 ContentController: Remove unused ShareResource
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Marco Nassabain
02a84c583f added nextcloud router
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
marco.nassabain@etu.unistra.fr
ea4178620b 🎨 create ShareController and moved share logic
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
marco.nassabain@etu.unistra.fr
4a86db338d 🎨 rename UserResource to ShareResource
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
marco.nassabain@etu.unistra.fr
4b1102972e 🐛 Use the sharee api to get users for sharing
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Jimmy Huynh
cf00206da0 (+) Dynamic userlist on input change
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Marco Nassabain
da7d43e2b3 added searchUsers function in ContentController
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Marco Nassabain
4a7e092b98 🔥 Remove front-end edit from back-end pr
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 22:31:21 +02:00
Marco Nassabain
a1edb03e19 🔥 Remove changes from front-end for back-end pr
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 22:31:21 +02:00
Marco Nassabain
b27226d4ae 🚑 Fix bug - other user feeds show for shared item
- findAllFeeds doesn't return feeds of shared articles
- Disable feed cache handling for shared items

Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 22:31:21 +02:00
Tucker McKnight
5ba6f04bae Fix incorrect article sorting
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-02-22 19:44:33 +01:00
Sean Molenaar
6a4e56e727 Cleanup JS and prolong error notification 2019-03-05 11:35:14 +01:00
Daniel Schaal
7cebc63def Use regular promise for http calls 2017-06-10 11:19:07 +02:00
Bernhard Posselt
7a3a22bd27 Adjust copyright header 2016-07-23 21:32:42 +02:00
Bernhard Posselt
d538613b60 Fix #791 2016-04-18 21:18:13 +02:00
Bernhard Posselt
ee3d2332ec fix #156 2015-03-30 16:20:05 +02:00
Bernhard Posselt
35550fe42e fix autopaging in search 2015-03-21 13:36:50 +01:00
Bernhard Posselt
df509a4b85 fix #711 2015-01-23 14:32:53 +01:00
Bernhard Posselt
8e74fa253d Make expand entries in compact view after jumping to next/previous feed optional with a setting 2014-12-03 10:40:41 +01:00
Bernhard Posselt
193bd948d7 fix multiple bugs 2014-11-20 10:58:58 +01:00
Bernhard Posselt
c8b8ee69d1 fix #134 2014-11-19 19:39:59 +01:00
Bernhard Posselt
53443fd177 show hint when no articles to read are availabe 2014-11-19 17:09:23 +01:00
Bernhard Posselt
676b8dd187 first stab at recommended sites 2014-11-19 15:54:32 +01:00
Bernhard Posselt
8ecc37bafc fix #624 2014-10-04 13:48:44 +02:00
Bernhard Posselt
08df2433ca autopaging 2014-09-13 16:58:38 +02:00
Bernhard Posselt
5c63092dd7 fix order by 2014-09-11 22:17:19 +02:00
Bernhard Posselt
c27dab7c80 add collection view 2014-09-11 22:05:36 +02:00
Bernhard Posselt
793bd21773 port to ES5, fix unread count going into minus 2014-09-11 14:32:59 +02:00
Bernhard Posselt
ea9ebd4826 port to es5 and add es6 shims for object prototypes instead 2014-09-11 03:55:52 +02:00
Bernhard Posselt
bad22a2d3d fix ordering by oldest first 2014-09-10 01:44:20 +02:00
Bernhard Posselt
952df56f79 add todo 2014-09-09 22:37:48 +02:00
Bernhard Posselt
7b3ed89268 only toggle item if in compact mode 2014-09-09 22:37:31 +02:00
Bernhard Posselt
8bcc2b1bcc update deps 2014-09-02 19:07:47 +02:00
Bernhard Posselt
88279961c5 fix autopaging and marking read, render items 2014-05-30 15:14:07 +02:00
Bernhard Posselt
abd5ef4c4c finish content controller 2014-05-30 12:23:34 +02:00
Bernhard Posselt
79032a17fb add autopaging 2014-05-30 00:06:49 +02:00
Bernhard Posselt
320304c909 dont mark read on scroll 2014-05-29 23:10:55 +02:00
Bernhard Posselt
cba949fb07 order by pubdate 2014-05-29 22:58:30 +02:00
Bernhard Posselt
b91ef01fdb use controller as syntax for ng-view 2014-05-26 02:41:01 +02:00
Bernhard Posselt
6dc363a14a render items 2014-05-26 02:01:59 +02:00
Bernhard Posselt
0b22611a92 more boilerplate 2014-05-23 20:19:06 +02:00
Bernhard Posselt
4fa9c6d6cf add missing controller methods bodies 2014-05-23 13:26:01 +02:00