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

Commit Graph

  • 4b994c97ad autopurge all read items which are not starred if there are more than 1000 Bernhard Posselt 2013-04-04 13:12:07 +0200
  • 312796b1ca removed useless settings template Bernhard Posselt 2013-04-03 12:25:38 +0200
  • 2cffff339b removed useless settings Bernhard Posselt 2013-04-03 12:25:21 +0200
  • bd2d820ff5 Merge pull request #34 from owncloud/remove-appstyles Bernhard Posselt 2013-04-02 14:43:38 -0700
  • ed9039e4d6 remove app styles now they are in core Jan-Christoph Borchardt 2013-04-02 23:36:25 +0200
  • ea87d8d096 add comment for twitter fetcher Bernhard Posselt 2013-04-02 13:59:37 +0200
  • 76fd21bccd added simple twitter fetcher implementation Bernhard Posselt 2013-04-02 13:48:16 +0200
  • 2a0804a8cf added Bernhard Posselt 2013-04-02 12:39:29 +0200
  • c795c0aa10 fix #11 by not relying on db exceptions anymore since there is no fking proper exception handling in the owncloud db code and stuff will break. instead update when item has been found and if not insert Bernhard Posselt 2013-04-02 12:04:45 +0200
  • bd7d13ce96 added comments on ifeedfetcher Bernhard Posselt 2013-04-02 11:14:04 +0200
  • 3350ed7caf added pluggable fetchers Bernhard Posselt 2013-04-02 11:09:33 +0200
  • 45d81beb6c put getUrlContent into api Bernhard Posselt 2013-04-02 10:41:01 +0200
  • 711c260bfe small pixel fixes Bernhard Posselt 2013-04-02 10:37:51 +0200
  • 635a9d7795 split logic into business layers Bernhard Posselt 2013-03-30 23:43:55 +0100
  • f1afe719bb Merge pull request #33 from jerrykan/uncurl Bernhard Posselt 2013-04-02 01:16:34 -0700
  • f261065070 Remove dependency on curl John Kristensen 2013-04-02 16:33:42 +1100
  • 104da1a02c Update README.rst Bernhard Posselt 2013-03-31 15:14:41 +0300
  • 821be8c6b9 remove search plugin. YAGNI Alessandro Cosentino 2013-03-30 18:38:45 +0100
  • 7178cd8f35 use click focus from appframework Bernhard Posselt 2013-03-29 12:36:18 +0100
  • b798674188 removed old file Bernhard Posselt 2013-03-27 20:44:55 +0100
  • eb532ff318 adding dudes Bernhard Posselt 2013-03-27 20:44:20 +0100
  • bf93d491ce correctly save last viewed feed Bernhard Posselt 2013-03-27 18:21:30 +0100
  • d97e2b1f0e fixed bug that didnt add feeds when they were deleted once Bernhard Posselt 2013-03-27 18:07:48 +0100
  • d1d775da21 display folders Bernhard Posselt 2013-03-27 17:34:12 +0100
  • 02869fdc16 adding folders works Bernhard Posselt 2013-03-27 17:19:50 +0100
  • 78674ebc36 star by guid hash and feedid to also star an item if it has been updated in the meantime. read still only works on the current version of the item, that means if an item is updated on the server side and an older version is being read on the server it will not be marked as read Bernhard Posselt 2013-03-27 13:47:53 +0100
  • 003ab9ca77 delete existing item on update Bernhard Posselt 2013-03-27 13:02:18 +0100
  • 792ccc2494 added more helpful debugging messages for feed creating and updating Bernhard Posselt 2013-03-27 12:57:10 +0100
  • 2ad09d158b order by id instead of pubdate to be consistent Bernhard Posselt 2013-03-27 12:50:48 +0100
  • 03e4ec51b3 also update feedmodel if urlhash is the same Bernhard Posselt 2013-03-27 12:49:18 +0100
  • 02ae36eba3 fixed mark all unread serverside (was missing highestitemid, dont use lastmodified to compare for new versions but use the highest item id. if items are updated and the guidHash and feedId are the same then it will be deleted and newly inserted to make the lastmodified feasable Bernhard Posselt 2013-03-27 12:26:04 +0100
  • 89a1713f06 changed timestamp datatype to integer which fixes #10 Bernhard Posselt 2013-03-27 10:53:42 +0100
  • 35e4283ae4 show title and author below feed Bernhard Posselt 2013-03-26 19:49:22 +0100
  • 7b2a214017 show title and author below feed Bernhard Posselt 2013-03-26 19:48:55 +0100
  • f7c8199380 viewing the first 20 items is now possible Bernhard Posselt 2013-03-26 19:30:27 +0100
  • eff408710b fixed setting of active feed Bernhard Posselt 2013-03-26 18:27:30 +0100
  • a5cb76f491 also show unread count Bernhard Posselt 2013-03-26 18:22:14 +0100
  • d646f33a1a deleting and adding feeds works Bernhard Posselt 2013-03-26 18:21:00 +0100
  • c8d3f8fb46 added casting information for data objects Bernhard Posselt 2013-03-26 18:04:02 +0100
  • 8e1e0f5281 added logic for adding feeds Bernhard Posselt 2013-03-26 14:45:39 +0100
  • cd3b748f65 added adding of feeds logic Bernhard Posselt 2013-03-26 14:22:01 +0100
  • b553ff3903 fix referential integrity Bernhard Posselt 2013-03-26 11:44:36 +0100
  • d0fde9dbce also use feedid because feed + guid hash are unique together Bernhard Posselt 2013-03-26 11:08:14 +0100
  • 3560ac0555 use container class instead of non existent function Bernhard Posselt 2013-03-26 00:22:45 +0100
  • 866f5eef01 fix bad setter usage Bernhard Posselt 2013-03-25 23:23:56 +0100
  • 18680c8c44 Update README.rst Alessandro Cosentino 2013-03-25 23:01:04 +0100
  • 79105cc756 setting read and unread works now Bernhard Posselt 2013-03-25 22:30:52 +0100
  • 3a237701e0 return empty json responses when nothing has been done Bernhard Posselt 2013-03-25 21:54:26 +0100
  • 0430a6ca38 added more feedcontroller methods Bernhard Posselt 2013-03-25 21:50:49 +0100
  • 7ade1165dd added feedcontroller methods and tests Bernhard Posselt 2013-03-25 21:13:09 +0100
  • 29b4fc1552 provide feedcontroller skeleton methods Bernhard Posselt 2013-03-25 17:07:12 +0100
  • fc16477ba3 fixed template layout Bernhard Posselt 2013-03-25 15:22:26 +0100
  • b0f35f7f7b fixed js errors on load Bernhard Posselt 2013-03-25 15:05:20 +0100
  • c16402308b remove prefix Bernhard Posselt 2013-03-25 14:43:30 +0100
  • 0f9e0e3de7 implemented feed update Bernhard Posselt 2013-03-25 12:54:38 +0100
  • 77ec6f08aa updated backgroundjob Bernhard Posselt 2013-03-25 11:48:15 +0100
  • df07df3b29 set last viewed feed type and id and added casts to int for parameters Bernhard Posselt 2013-03-25 10:43:05 +0100
  • 88d5942739 removed unneeded coffee grunt dep Bernhard Posselt 2013-03-24 15:55:40 +0100
  • d142b27996 Update README.rst Alessandro Cosentino 2013-03-23 19:28:02 +0100
  • 3200640407 Update README.rst Alessandro Cosentino 2013-03-23 19:23:42 +0100
  • 43b72ddbcd Update README.rst Alessandro Cosentino 2013-03-23 19:12:20 +0100
  • 842b39c380 various bugfixes Bernhard Posselt 2013-03-23 16:43:50 +0100
  • 01355fa627 added comment Bernhard Posselt 2013-03-23 16:21:11 +0100
  • ecc4a533cc use all articles if active feed is null Bernhard Posselt 2013-03-23 16:18:43 +0100
  • d65fa80904 fixed dicontainer and added basic controllers Bernhard Posselt 2013-03-23 16:08:39 +0100
  • 1f670b3180 added bug estimation Bernhard Posselt 2013-03-23 15:37:30 +0100
  • 8cbd02c9ba typo Bernhard Posselt 2013-03-23 15:36:12 +0100
  • eaaf4e9e88 estimations bold Bernhard Posselt 2013-03-23 15:35:22 +0100
  • 1e70a17872 added estimations Bernhard Posselt 2013-03-23 15:34:41 +0100
  • 165488f70a readme infos on status Bernhard Posselt 2013-03-23 15:30:47 +0100
  • 503817875b removed old files from the previous news version Bernhard Posselt 2013-03-23 15:28:35 +0100
  • 8f637cfb85 fix readme Bernhard Posselt 2013-03-23 15:23:43 +0100
  • bea62e9a3b added install hint Bernhard Posselt 2013-03-23 15:22:29 +0100
  • 2956c5c673 finished itemmappers Bernhard Posselt 2013-03-23 15:17:46 +0100
  • 682b01f58d fix class namespaces Bernhard Posselt 2013-03-23 14:39:23 +0100
  • 7837e71f70 added index template Bernhard Posselt 2013-03-23 14:37:49 +0100
  • 53248304dd removed old appjs Bernhard Posselt 2013-03-23 13:28:30 +0100
  • 3455fe9cb7 finished findall methods in itembl Bernhard Posselt 2013-03-23 13:24:35 +0100
  • f4f27ab927 also pass in showall value to items Bernhard Posselt 2013-03-23 12:27:36 +0100
  • 262084122f another todo Bernhard Posselt 2013-03-23 01:33:30 +0100
  • 036e4db2d5 updated todo Bernhard Posselt 2013-03-23 01:26:37 +0100
  • 29571aff34 finished itemcontroller Bernhard Posselt 2013-03-23 01:23:47 +0100
  • a2d264b4d4 removed old controller classes Bernhard Posselt 2013-03-23 00:43:29 +0100
  • 29edf7eacd more todos Bernhard Posselt 2013-03-23 00:04:37 +0100
  • ddfe6fd4de check if active feed or folder exist Bernhard Posselt 2013-03-22 23:23:08 +0100
  • 0b530f2cf5 added todo Bernhard Posselt 2013-03-22 23:05:07 +0100
  • 46cbbb1a1e finished usersettingscontroller Bernhard Posselt 2013-03-22 23:04:44 +0100
  • 80644c69e0 finished get starred count Bernhard Posselt 2013-03-22 22:29:58 +0100
  • 452d91ee39 slim down select queries Bernhard Posselt 2013-03-22 21:49:36 +0100
  • f9107664b0 made mappers faster by only joining the relevant rows for each user Bernhard Posselt 2013-03-22 21:39:39 +0100
  • 91a327f5c6 implemented feedRead Bernhard Posselt 2013-03-22 16:08:19 +0100
  • 585667bdf4 dont add feed twice Bernhard Posselt 2013-03-22 13:47:45 +0100
  • 196177a0ca removed mapper parent class and use the new mapper methods from the framework Bernhard Posselt 2013-03-22 13:20:24 +0100
  • 7a579b42fa added creating feeds Bernhard Posselt 2013-03-22 12:35:30 +0100
  • 880184d0c2 added a seperate exception for fetching feeds Bernhard Posselt 2013-03-22 11:40:15 +0100
  • c8352ac581 fixed wiring after class rename Bernhard Posselt 2013-03-22 11:18:54 +0100
  • 13eed83a10 renamed utils into something more accurated Bernhard Posselt 2013-03-22 11:18:16 +0100
  • e674fe47e6 disallow creating and renaming of folders that already exist Bernhard Posselt 2013-03-21 23:29:54 +0100
  • b6adabf245 finished foldercontroller Bernhard Posselt 2013-03-21 23:07:03 +0100
  • 7ed948b19b finished open and collapse in foldercontroller Bernhard Posselt 2013-03-21 21:48:24 +0100