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

87 Commits

Author SHA1 Message Date
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
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
a990183265 Update jasmine tests to use share data
- explicitly state that isShared = false
- we don't track unreadCount of feeds we don't own
=> a shared item is still in the sharers feed
- cache only gets updated for current users feeds

Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
skiingwiz
04519388ce Allow directly adding a feed without going through the discovery process
Signed-off-by: skiingwiz <skiingwiz@gmail.com>
2021-04-02 11:15:17 +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
Daniel Schaal
1fbb81e469 Fix tests 2017-06-10 11:19:07 +02:00
Daniel Schaal
b7f20c0f36 Fix travis build (#178)
* Use stable12 branch for travis

* Shorten db indices to max 27 characters to satisfy app:check-code

* Use precise container, downgrade to psql 9.4

* Create psql role

* Fix ContentController test

* Fix PageController and StatusService tests

* Use OCP\IDBConnection, OCP\IDb was removed

* Extend IntegrationTest from \Test\Testcase, use loginAsUser to login

* Require phpunit 5, nextcloud tests not compatible with phpunit 6

Change tests to use phpunit from vendor directory
2017-06-06 18:20:20 +02:00
Bernhard Posselt
7a3a22bd27 Adjust copyright header 2016-07-23 21:32:42 +02:00
Bernhard Posselt
1ce933d693 fix linting error 2016-04-18 21:21:22 +02:00
Bernhard Posselt
d538613b60 Fix #791 2016-04-18 21:18:13 +02:00
Bernhard Posselt
d0401257f6 Fix #465 2016-04-12 22:16:13 +02:00
Bernhard Posselt
1c4c999241 Fix #924 2016-04-08 19:34:45 +02:00
Bernhard Posselt
a890239876 more js tests 2016-03-25 19:48:06 +01:00
Bernhard Posselt
0d5c4e438e add basic basic auth support 2016-03-25 19:48:06 +01:00
Bernhard Posselt
13e6e80281 migrate js build system to gulp 2016-02-11 22:36:29 +01:00
Bernhard Posselt
e996b1e904 debug 2016-01-21 23:31:28 +01:00
Bernhard Posselt
109854e05c fix js tests 2016-01-21 23:29:55 +01:00
Bernhard Posselt
a42da9a97c clean up feed api 2015-11-01 15:16:15 +01:00
Bernhard Posselt
b250747c66 fix #882 2015-11-01 14:25:42 +01:00
Bernhard Posselt
70ff47a9b7 fix # 848 2015-09-06 15:42:51 +02:00
Bernhard Posselt
53679811da serverside full text
remove enhancers

add full text client side implementation

fix bugs and tests for full text feed
2015-08-12 17:05:18 +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
c0e6ca12e8 implement clientside search code 2015-03-21 13:36:50 +01:00
Bernhard Posselt
df509a4b85 fix #711 2015-01-23 14:32:53 +01:00
Bernhard Posselt
f88f8fcb7f update jasmine, karma and angular 2014-12-23 12:50:15 +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
8ddead0627 fix #660 2014-11-21 13:53:47 +01:00
Bernhard Posselt
6d3e829821 hide categories without elements 2014-11-21 12:57:03 +01:00
Bernhard Posselt
1246c296cb hide suggestions from explore if they are already in your feed list 2014-11-20 17:16:27 +01:00
Bernhard Posselt
193bd948d7 fix multiple bugs 2014-11-20 10:58:58 +01:00
Bernhard Posselt
b6a4a8a29b allow to change the explore service url 2014-11-19 18:13:43 +01:00
Bernhard Posselt
53443fd177 show hint when no articles to read are availabe 2014-11-19 17:09:23 +01:00
Bernhard Posselt
71269582fa allow to add feeds from recommended sites 2014-11-19 16:43:14 +01:00
Bernhard Posselt
676b8dd187 first stab at recommended sites 2014-11-19 15:54:32 +01:00
Bernhard Posselt
ef1ed919da fix #75 2014-10-07 15:12:39 +02:00
Bernhard Posselt
8ecc37bafc fix #624 2014-10-04 13:48:44 +02:00
Bernhard Posselt
242fdbf9fc add import articles 2014-09-14 04:17:32 +02:00
Bernhard Posselt
08df2433ca autopaging 2014-09-13 16:58:38 +02:00
Bernhard Posselt
e06aaac512 fix starred count for deleted folders, reload path when deleting 2014-09-13 12:46:29 +02:00
Bernhard Posselt
021b680252 better folder undelete 2014-09-13 12:00:54 +02:00
Bernhard Posselt
1cb7d9ad1f also delete feeds when their parent folder is being deleted 2014-09-13 04:43:37 +02:00
Bernhard Posselt
5f43cd596f fix removal of error feeds 2014-09-13 04:25:29 +02:00
Bernhard Posselt
0a818fa9ff delete + undo folders 2014-09-13 02:42:19 +02:00
Bernhard Posselt
8c38ef40bd delete feed + undo 2014-09-13 01:19:39 +02:00
Bernhard Posselt
72c4fc9acb rename folder 2014-09-12 23:54:49 +02:00
Bernhard Posselt
f7feeecf39 rename feed 2014-09-12 22:05:17 +02:00
Bernhard Posselt
b86a559166 adding feeds and folders, lady and gentlemen :P 2014-09-12 19:40:16 +02:00
Bernhard Posselt
cc1dc2ed30 working on creating folders 2014-09-12 05:28:09 +02:00
Bernhard Posselt
2c161c47ec add feed without folder 2014-09-12 03:14:04 +02:00