summaryrefslogtreecommitdiffstats
path: root/utility
AgeCommit message (Expand)Author
2014-05-12more style fixesBernhard Posselt
2014-04-19update headers to be compatible with phpdoc, slim down license text to make c...Bernhard Posselt
2014-04-19split up api class for easier testing and clearer codeBernhard Posselt
2014-04-10build http basic auth rather than requiring it from the user to write the cor...Bernhard Posselt
2014-04-10add proxy support based on simplepie pr, fix #491Bernhard Posselt
2014-04-10add proxy settings to configBernhard Posselt
2014-04-09port to internal controller, some routes are still brokenBernhard Posselt
2014-04-09migrate security annotations, please reviewBernhard Posselt
2014-04-09ported to owncloud internal appframework classes, confused with how to start ...Bernhard Posselt
2014-04-08migrated database, utility, bootstrap from appframeworkBernhard Posselt
2013-10-20add support for text posts for the 'Least I Could Do' enhancerRobin Appelman
2013-09-30set the useragent when getting the full body for the xpath enhancerRobin Appelman
2013-09-27use seperate direcotires for article enhancers and fetchersBernhard Posselt
2013-09-26fix relative link substition when & appears in the linkBernhard Posselt
2013-09-26add article enhancers for various comic sitesRobin Appelman
2013-09-26ignore warnings when loading invalid htmlBernhard Posselt
2013-09-26create a seperate config file for regex enhancersBernhard Posselt
2013-09-26Merge pull request #372 from owncloud/enhancer-jsonBernhard Posselt
2013-09-26ArticleEnhancer: convert relative urls to html charactersbastei
2013-09-26move simple enhancer config into json fileBernhard Posselt
2013-09-25add article enhancer for comics hosted by the escapistRobin Appelman
2013-09-25add article enhancer for least i could doRobin Appelman
2013-09-25add article enhancer for twogagRobin Appelman
2013-09-25add article enhancer for penny-arcadeRobin Appelman
2013-09-25add article enhancer for use cad-comic.comRobin Appelman
2013-09-21ArticleEnhancer: Transform relative to absolute URLsbastei
2013-09-16manually convert ' to ' because its not built into PHP for author an titleBernhard Posselt
2013-09-14Fix themerepublic.net enhancerDavid
2013-09-14Add ThemeRepublic EnhancerDavid
2013-09-13use before and after update hooks to delete items only after new ones have be...Bernhard Posselt
2013-09-13go back to 200 autopurge countBernhard Posselt
2013-09-12removed google importer on the serverside, add importer for articlesBernhard Posselt
2013-09-12#342 implement exportBernhard Posselt
2013-09-06curly braces are beautifulbastei
2013-09-06try detect encoding of documents in ArticleEnhancer and convert thembastei
2013-09-05little fix: shorter concatenationbastei
2013-09-04allow multiple xpath resultsbastei
2013-09-02typecast config values to default values of config objectBernhard Posselt
2013-09-02switch from json config to ini configBernhard Posselt
2013-09-02move configuration values into a config file, fix #167Bernhard Posselt
2013-08-29dont use parent div for including comicsBernhard Posselt
2013-08-29changelog improvementsBernhard Posselt
2013-08-29allow more than one article enhancer per url based on the url regex, also all...Bernhard Posselt
2013-08-28Possible backwards incompatible change by using the link provided by simplepi...Bernhard Posselt
2013-08-28add enhancers for articles, fix #14Bernhard Posselt
2013-08-26change email adress in copyright headersBernhard Posselt
2013-08-02make cron updater optional, created updater class for better updating handlin...Bernhard Posselt
2013-07-25decode all the things twiceBernhard Posselt
2013-07-25clean up indentionBernhard Posselt
2013-07-25decode title twice to fix stupid feed authors' mistakesBernhard Posselt
='n622' href='#n622'>622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748