summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-16 16:24:20 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-16 16:24:20 +0200
commit9e36ef31f9bf16d43326fd047619ada5ff16e072 (patch)
treee228816adedacfed87eb08e8bc86658536cbbe86
parent6a7ac3d9da3dea4130eb08a07a0a0603418d54ab (diff)
parent21728afff571adfc508cf5fa473d094946ef188f (diff)
merge
-rw-r--r--.gitignore7
-rw-r--r--.scrutinizer.yml14
-rw-r--r--.travis.yml74
-rw-r--r--CHANGELOG.md (renamed from CHANGELOG)37
-rw-r--r--Makefile125
-rw-r--r--README.md167
-rw-r--r--README.rst198
-rw-r--r--appinfo/app.json18
-rw-r--r--appinfo/app.php34
-rw-r--r--appinfo/application.php167
-rw-r--r--appinfo/database.xml13
-rw-r--r--appinfo/info.xml4
-rw-r--r--appinfo/routes.php148
-rw-r--r--appinfo/setup.php29
-rw-r--r--appinfo/version2
-rw-r--r--articleenhancer/enhancer.php9
-rw-r--r--articleenhancer/regexarticleenhancer.php1
-rw-r--r--articleenhancer/xpatharticleenhancer.php34
-rw-r--r--bin/updater.py10
-rw-r--r--config/appconfig.php88
-rw-r--r--controller/apicontroller.php94
-rw-r--r--controller/entityapiserializer.php68
-rw-r--r--controller/exportcontroller.php39
-rw-r--r--controller/feedapicontroller.php241
-rw-r--r--controller/feedcontroller.php325
-rw-r--r--controller/folderapicontroller.php166
-rw-r--r--controller/foldercontroller.php249
-rw-r--r--controller/itemapicontroller.php284
-rw-r--r--controller/itemcontroller.php220
-rw-r--r--controller/jsonhttperror.php31
-rw-r--r--controller/pagecontroller.php58
-rw-r--r--controller/utilityapicontroller.php67
-rw-r--r--core/db.php41
-rw-r--r--core/logger.php52
-rw-r--r--cron/updater.php (renamed from backgroundjob/task.php)9
-rw-r--r--css/7.css3
-rw-r--r--css/addnew.css96
-rw-r--r--css/app.css44
-rw-r--r--css/bootstrap/tooltip.css114
-rw-r--r--css/content.css457
-rw-r--r--css/custom.css3
-rw-r--r--css/feeds.css290
-rw-r--r--css/firstrun.css41
-rw-r--r--css/items.css465
-rw-r--r--css/navigation.css157
-rw-r--r--css/owncloud6.css83
-rw-r--r--css/settings.css71
-rw-r--r--css/showall.css41
-rw-r--r--db/doesnotexistexception.php31
-rw-r--r--db/entity.php222
-rw-r--r--db/entityjsonserializer.php28
-rw-r--r--db/feed.php87
-rw-r--r--db/feedmapper.php30
-rw-r--r--db/folder.php37
-rw-r--r--db/foldermapper.php23
-rw-r--r--db/imapper.php13
-rw-r--r--db/item.php71
-rw-r--r--db/itemmapper.php114
-rw-r--r--db/mapper.php273
-rw-r--r--db/mapperfactory.php10
-rw-r--r--db/postgres/itemmapper.php12
-rw-r--r--fetcher/feedfetcher.php8
-rw-r--r--fetcher/fetcher.php6
-rw-r--r--hooks/user.php6
-rw-r--r--http/downloadresponse.php40
-rw-r--r--http/textdownloadresponse.php4
-rw-r--r--img/add.svg5
-rw-r--r--img/app.pngbin153 -> 0 bytes
-rw-r--r--img/arrow.svg (renamed from img/download.svg)17
-rw-r--r--img/close.svg54
-rw-r--r--img/delete.svg6
-rw-r--r--img/eye_all.pngbin393 -> 0 bytes
-rw-r--r--img/eye_all.svg5
-rw-r--r--img/eye_unread.pngbin393 -> 0 bytes
-rw-r--r--img/eye_unread.svg5
-rw-r--r--img/mark_read.svg10
-rw-r--r--img/opml-icon-16x16.pngbin462 -> 0 bytes
-rw-r--r--img/opml-icon.svg5
-rw-r--r--img/problem.svg8
-rw-r--r--img/rename.svg6
-rw-r--r--img/share.svg6
-rw-r--r--img/upload.svg6
-rw-r--r--js/.bowerrc2
-rw-r--r--js/.gitignore1
-rw-r--r--js/.jshintrc48
-rw-r--r--js/Gruntfile.coffee123
-rw-r--r--js/Gruntfile.js175
-rw-r--r--js/Makefile67
-rw-r--r--js/README.md48
-rw-r--r--js/app/App.js10
-rw-r--r--js/app/Config.js105
-rw-r--r--js/app/Run.js109
-rw-r--r--js/app/app.coffee57
-rw-r--r--js/app/controllers/appcontroller.coffee42
-rw-r--r--js/app/controllers/feedcontroller.coffee147
-rw-r--r--js/app/controllers/itemcontroller.coffee84
-rw-r--r--js/app/controllers/settingscontroller.coffee63
-rw-r--r--js/app/directives/audio.coffee43
-rw-r--r--js/app/directives/autofocus.coffee6
-rw-r--r--js/app/directives/bindunsafehtml.coffee26
-rw-r--r--js/app/directives/clickfocus.coffee44
-rw-r--r--js/app/directives/clickslidetoggle.coffee82
-rw-r--r--js/app/directives/draggable.coffee32
-rw-r--r--js/app/directives/droppable.coffee44
-rw-r--r--js/app/directives/forwardclick.coffee35
-rw-r--r--js/app/directives/itemshortcuts.coffee