summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2013-08-07update karma test runner to fix buildBernhard Posselt
2013-08-07update readmeBernhard Posselt
2013-08-07also use title as folder name if text is not on the opml outline element, ↵Bernhard Posselt
fix #306
2013-08-07[tx-robot] updated from transifexJenkins for ownCloud
2013-08-06small readme fixBernhard Posselt
2013-08-06Update README.rstBernhard Posselt
Move stuff to the wiki
2013-08-06use a default batchsize of 20 if none given, fix #220Bernhard Posselt
2013-08-06changelog changeBernhard Posselt
2013-08-06move sanitation of urls to the serverside code to also provide security for ↵Bernhard Posselt
clients, fix #151
2013-08-06strip all html tags from author and title, fix #287Bernhard Posselt
2013-08-06changelogBernhard Posselt
2013-08-06fix tarBernhard Posselt
2013-08-06use bin from phantomjs websiteBernhard Posselt