Граф коммитов

82 Коммитов

Автор SHA1 Сообщение Дата
Bernhard Posselt adad6ca280 clean up app container 2015-08-27 13:27:29 +02:00
Bernhard Posselt 643fa4624d port to internal controller, some routes are still broken 2014-04-09 22:52:27 +02:00
Bernhard Posselt 6d365e8083 include simplepie lib 2014-04-09 22:52:27 +02:00
Bernhard Posselt 21bd539847 ported to owncloud internal appframework classes, confused with how to start the app and define deps 2014-04-09 22:52:26 +02:00
Bernhard Posselt 31ae116fe4 migrated database, utility, bootstrap from appframework 2014-04-08 18:50:10 +02:00
Bernhard Posselt 211cbcea42 forbid set class attribute to avoid using built in styles in an unforseen way 2014-02-13 23:53:13 +01:00
Bernhard Posselt 99af7d32d4 fix XSS when importing articles, speed up update and adding of feeds by only purifying content that will be added to the db 2014-02-11 16:05:58 +01:00
Bernhard Posselt 7675b0184f external to api folder 2013-09-27 20:06:58 +02:00
Bernhard Posselt d6066c3820 use seperate direcotires for article enhancers and fetchers 2013-09-27 20:03:16 +02:00
Bernhard Posselt c56d433ca4 create a seperate config file for regex enhancers 2013-09-26 20:54:56 +02:00
Bernhard Posselt c63e0dbbc2 move simple enhancer config into json file 2013-09-26 00:17:26 +02:00
Robin Appelman 9498b293c0 add article enhancer for comics hosted by the escapist 2013-09-25 23:58:19 +02:00
Robin Appelman e6b2dec594 add article enhancer for least i could do 2013-09-25 23:23:33 +02:00
Robin Appelman ec60b879ac add article enhancer for twogag 2013-09-25 23:23:14 +02:00
Robin Appelman 4f7dfef883 add article enhancer for penny-arcade 2013-09-25 22:43:13 +02:00
Robin Appelman 5c9bd98c12 add article enhancer for use cad-comic.com 2013-09-25 22:29:34 +02:00
David 5c6f5db164 Fix themerepublic.net enhancer 2013-09-14 23:44:39 +02:00
David 8b380a09ff Add ThemeRepublic Enhancer 2013-09-14 23:07:23 +02:00
Bernhard Posselt a241076176 remove import parser from dicontainer 2013-09-14 15:48:45 +02:00
Bernhard Posselt 00c6e040de removed google importer on the serverside, add importer for articles 2013-09-12 01:00:32 +02:00
Bernhard Posselt 09f60e75c9 #342 implement export 2013-09-12 01:00:32 +02:00
Bernhard Posselt ee861fa6dd extra work for postgres, fix #338 2013-09-07 23:00:34 +02:00
Bernhard Posselt 41e5ac53af still trying to fix cors 2013-09-02 14:16:50 +02:00
Bernhard Posselt b512f04544 switch from json config to ini config 2013-09-02 03:19:42 +02:00
Bernhard Posselt 38297af11f move configuration values into a config file, fix #167 2013-09-02 02:43:32 +02:00
Bernhard Posselt 4d7f53380d allow more than one article enhancer per url based on the url regex, also allow embedded youtube videos that start with // 2013-08-29 13:30:38 +02:00
Bernhard Posselt 47436cd007 add middleware for cors requests 2013-08-28 23:41:18 +02:00
Bernhard Posselt 2f67340e55 Possible backwards incompatible change by using the link provided by simplepie instead of the user for the url hash. This prevents duplication of the feed when adding a slightly different feed url which points to the same feed and allows a speedup from O(n) to O(1) for article enhanchers 2013-08-28 19:19:28 +02:00
Bernhard Posselt a9eb72911b add enhancers for articles, fix #14 2013-08-28 17:26:38 +02:00
Bernhard Posselt 824f074ecb change email adress in copyright headers 2013-08-26 17:23:22 +02:00
Bernhard Posselt 9a7ba2b848 inject correct deps into updater 2013-08-02 16:22:08 +02:00
Bernhard Posselt 9507e6a3ee make cron updater optional, created updater class for better updating handling, created a route for the api to clean up old stuff 2013-08-02 15:31:55 +02:00
Bernhard Posselt 1fbe632b82 Revert "Modified HTMLPurifier Configuration"
This reverts commit 6a36802bc7.
2013-07-11 11:22:50 +02:00
Bernhard Posselt 6f237dddd4 Revert "Modified HTMLPurifier Configuration"
This reverts commit 34d3b2c512.
2013-07-11 11:22:41 +02:00
Bernhard Posselt b8a613351f increase timeout to from 10 to 60 seconds, fix #278 2013-07-11 11:21:19 +02:00
bluehaze 34d3b2c512 Modified HTMLPurifier Configuration 2013-07-03 18:14:59 +02:00
bluehaze 6a36802bc7 Modified HTMLPurifier Configuration 2013-07-03 17:57:10 +02:00
Bernhard Posselt 339fa66b61 dont break on item api request 2013-05-20 23:30:34 +02:00
Bernhard Posselt 347000cc2d use a deleted flag for deleted feeds to handle undo 2013-05-10 13:30:00 +02:00
Bernhard Posselt b8b4dfb496 only make one request for mark all read and mark folder read, fix #171, fix a bug that prevented readding of feeds when its folder was deleted, fix a bug that would not allow mark read for feeds when the app was started for the first time 2013-05-09 12:57:35 +02:00
Bernhard Posselt 89de367fc8 also sanitize imported json 2013-05-04 01:04:03 +02:00
Bernhard Posselt 69ad54e49c embed vimeo and youtube videos fix #148 2013-05-04 00:28:04 +02:00
Bernhard Posselt 10831dd274 use html purifier for sanitation 2013-05-04 00:15:41 +02:00
Bernhard Posselt e241d438bb also provide the app version 2013-05-03 10:41:14 +02:00
Bernhard Posselt c8c01278d8 implement all routes and function bodies for api calls 2013-05-02 16:55:11 +02:00
Bernhard Posselt c5dde50a71 implemented first feeds get all method 2013-05-02 13:45:34 +02:00
Bernhard Posselt 3fc18156ae go back to order by id, fix #138, use a newest item id to prevent marking items as read that the user didnt see yet fix #141, also update the starred count periodically 2013-04-29 13:30:01 +02:00
Bernhard Posselt 61fb7b93a0 added configuration info 2013-04-23 12:25:27 +02:00
Bernhard Posselt 8657356ed3 use data directory as cache 2013-04-23 11:12:14 +02:00
Bernhard Posselt df18314b32 added import from google reader, fix #80 2013-04-22 18:24:31 +02:00