1
0
Fork 0
Commit Graph

234 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 217e219b28 fix #962 2016-04-10 11:18:40 +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 1975cc06da fix unit tests 2014-12-19 13:43:16 +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 2fc02fb55e fix folderresource mark all read unit test 2014-11-17 11:57:02 +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 ff4abd968f fix scrutinizer issues 2014-09-22 13:20:33 +02:00
Bernhard Posselt 3f713cc53d faster window title replacement 2014-09-22 09:36:57 +02:00
Bernhard Posselt afa1a7887f fix delete folder 2014-09-18 15:06:28 +02:00
Bernhard Posselt 7f035733fd dont immediately remove unread count to prevent folders from hiding and thus preventing undo 2014-09-14 22:21:06 +02:00
Bernhard Posselt 242fdbf9fc add import articles 2014-09-14 04:17:32 +02:00
Bernhard Posselt 2647d14cf0 add parser for opml 2014-09-14 00:43:40 +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