summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-08-29dont use parent div for including comicsBernhard Posselt
2013-08-29changelogBernhard Posselt
2013-08-29changelog improvementsBernhard Posselt
2013-08-29allow more than one article enhancer per url based on the url regex, also ↵Bernhard Posselt
allow embedded youtube videos that start with //
2013-08-29credentials for corsBernhard Posselt
2013-08-29use cors headers in options requestBernhard Posselt
2013-08-29add unittest for cors middlewareBernhard Posselt
2013-08-28also allow authorization headerBernhard Posselt
2013-08-28add middleware for cors requestsBernhard Posselt
2013-08-28add access control max age headerBernhard Posselt
2013-08-28add cors for APIBernhard Posselt
2013-08-28Possible backwards incompatible change by using the link provided by ↵Bernhard Posselt
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-28add enhancers for articles, fix #14Bernhard Posselt
2013-08-28Add hint about how to solve redirection issues with opcode caching, fix #319Bernhard Posselt
2013-08-28[tx-robot] updated from transifexJenkins for ownCloud
2013-08-27[tx-robot] updated from transifexJenkins for ownCloud
2013-08-26change email adress in copyright headersBernhard Posselt
2013-08-26version bump1.206Bernhard Posselt
2013-08-25[tx-robot] updated from transifexJenkins for ownCloud
2013-08-23[tx-robot] updated from transifexJenkins for ownCloud
2013-08-22[tx-robot] updated from transifexJenkins for ownCloud
2013-08-21[tx-robot] updated from transifexJenkins for ownCloud
2013-08-19[tx-robot] updated from transifexJenkins for ownCloud
2013-08-19update changelogBernhard Posselt
2013-08-19also catch url errorsBernhard Posselt
2013-08-16Merge pull request #316 from owncloud/fix-inputBernhard Posselt
fix input glitch
2013-08-16fix input glitchMorris Jobke
2013-08-15[tx-robot] updated from transifexJenkins for ownCloud
2013-08-14version bumpBernhard Posselt
2013-08-14When jumping to the next item after the last one, also mark the last item as ↵Bernhard Posselt
read, fix #213
2013-08-14changelog updateBernhard Posselt
2013-08-14also allow magnet urls in article links, fix #313Bernhard Posselt
2013-08-13version bump1.204Bernhard Posselt
2013-08-13changelog updateBernhard Posselt
2013-08-13fix maximum recursion problem that would kill updaterBernhard Posselt
2013-08-13rename runonce to testrun to prevent confusionBernhard Posselt
2013-08-13respect 80 line limitBernhard Posselt
2013-08-13[tx-robot] updated from transifexJenkins for ownCloud
2013-08-13Update updater.pyBernhard Posselt
2013-08-12Update updater.pyBernhard Posselt
2013-08-12Update updater.pyBernhard Posselt
2013-08-12Update updater.pyBernhard Posselt
2013-08-12Update updater.pyBernhard Posselt
dont exit when main thread fails but retry after 30 seconds
2013-08-11[tx-robot] updated from transifexJenkins for ownCloud
2013-08-10Merge pull request #311 from benediktb/update-runonceBernhard Posselt
Updater: "Runonce" functionality was missing an argument
2013-08-10Updater: "Runonce" functionality was missing an argumentbenediktb
Updater will now get called correctly with the new runonce argument. I forgot to include the line in my previous commit.
2013-08-09[tx-robot] updated from transifexJenkins for ownCloud
2013-08-08Merge pull request #310 from benediktb/update-runonceBernhard Posselt
Added "runonce" option to updater
2013-08-08Added "runonce" option to updaterbenediktb
When called with "--runonce", the updater now quits after one round of updates instead of running continuously. Can be used for calling the updater as a cronjob. This was easier to accomplish than writing a startup script or anything similar ...
2013-08-08version bump1.203Bernhard Posselt